(int streamId, long errorCode)
| 858 | |
| 859 | // Reset frames |
| 860 | void reset(int streamId, long errorCode) throws Http2Exception; |
| 861 | |
| 862 | // Settings frames |
| 863 | void setting(Setting setting, long value) throws ConnectionException; |
no outgoing calls
no test coverage detected