Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyDataFrame
-
Packages that use SpdyDataFrame Package Description org.jboss.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of SpdyDataFrame in org.jboss.netty.handler.codec.spdy
Classes in org.jboss.netty.handler.codec.spdy that implement SpdyDataFrame Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation.Methods in org.jboss.netty.handler.codec.spdy that return SpdyDataFrame Modifier and Type Method Description private SpdyDataFrame[]SpdyHttpEncoder. createSpdyDataFrames(int streamId, ChannelBuffer content)Methods in org.jboss.netty.handler.codec.spdy with parameters of type SpdyDataFrame Modifier and Type Method Description private static ChannelFutureSpdyHttpEncoder. getDataFuture(ChannelHandlerContext ctx, ChannelFuture future, SpdyDataFrame[] spdyDataFrames, java.net.SocketAddress remoteAddress)
-