Uses of Class
io.netty.handler.codec.spdy.SpdySession.StreamState
-
Packages that use SpdySession.StreamState Package Description io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdySession.StreamState in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy with type parameters of type SpdySession.StreamState Modifier and Type Field Description private java.util.Map<java.lang.Integer,SpdySession.StreamState>
SpdySession. activeStreams
Methods in io.netty.handler.codec.spdy that return SpdySession.StreamState Modifier and Type Method Description private SpdySession.StreamState
SpdySession. removeActiveStream(int streamId, boolean remote)
Methods in io.netty.handler.codec.spdy that return types with arguments of type SpdySession.StreamState Modifier and Type Method Description (package private) java.util.Map<java.lang.Integer,SpdySession.StreamState>
SpdySession. activeStreams()
-