Uses of Class
io.netty.handler.codec.spdy.SpdySession.StreamState
Packages that use SpdySession.StreamState
Package
Description
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.StreamStateModifier and TypeFieldDescriptionprivate final Map
<Integer, SpdySession.StreamState> SpdySession.activeStreams
Methods in io.netty.handler.codec.spdy that return SpdySession.StreamStateModifier and TypeMethodDescriptionprivate SpdySession.StreamState
SpdySession.removeActiveStream
(int streamId, boolean remote) Methods in io.netty.handler.codec.spdy that return types with arguments of type SpdySession.StreamStateModifier and TypeMethodDescription(package private) Map
<Integer, SpdySession.StreamState> SpdySession.activeStreams()