(int lastStreamId, long errorCode, String debugData)
| 869 | |
| 870 | // Goaway |
| 871 | void goaway(int lastStreamId, long errorCode, String debugData); |
| 872 | |
| 873 | // Window size |
| 874 | void incrementWindowSize(int streamId, int increment) throws Http2Exception; |
no outgoing calls
no test coverage detected