Package | Description |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,SpdySession.StreamState> |
SpdySession.activeStreams |
Modifier and Type | Method and Description |
---|---|
private SpdySession.StreamState |
SpdySession.removeActiveStream(int streamId,
boolean remote) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<java.lang.Integer,SpdySession.StreamState> |
SpdySession.activeStreams() |