Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultHttp2LocalFlowController.WindowUpdateVisitor
Provides a means to iterate over all active streams and increment the flow control windows.
|
Modifier and Type | Field and Description |
---|---|
private Http2StreamVisitor |
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.checkStreamWritabilityVisitor |
Modifier and Type | Method and Description |
---|---|
Http2Stream |
Http2Connection.forEachActiveStream(Http2StreamVisitor visitor)
Provide a means of iterating over the collection of active streams.
|
Http2Stream |
DefaultHttp2Connection.forEachActiveStream(Http2StreamVisitor visitor) |
Http2Stream |
DefaultHttp2Connection.ActiveStreams.forEachActiveStream(Http2StreamVisitor visitor) |