Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdySynReplyFrame
-
Packages that use SpdySynReplyFrame Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdySynReplyFrame in org.jboss.netty.handler.codec.spdy
Classes in org.jboss.netty.handler.codec.spdy that implement SpdySynReplyFrame Modifier and Type Class Description class
DefaultSpdySynReplyFrame
The defaultSpdySynReplyFrame
implementation.Methods in org.jboss.netty.handler.codec.spdy that return SpdySynReplyFrame Modifier and Type Method Description private SpdySynReplyFrame
SpdyHttpEncoder. createSynReplyFrame(HttpResponse httpResponse)
-