Uses of Class
org.jboss.netty.handler.codec.spdy.SpdySession.StreamState
-
Packages that use SpdySession.StreamState Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdySession.StreamState in org.jboss.netty.handler.codec.spdy
Fields in org.jboss.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 org.jboss.netty.handler.codec.spdy that return SpdySession.StreamState Modifier and Type Method Description private SpdySession.StreamState
SpdySession. removeActiveStream(int streamId, boolean remote)
Methods in org.jboss.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()
-