Uses of Interface
org.jboss.netty.handler.codec.spdy.SpdyDataFrame
Packages that use SpdyDataFrame
Package
Description
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 SpdyDataFrameMethods in org.jboss.netty.handler.codec.spdy that return SpdyDataFrameModifier and TypeMethodDescriptionprivate SpdyDataFrame[]
SpdyHttpEncoder.createSpdyDataFrames
(int streamId, ChannelBuffer content) Methods in org.jboss.netty.handler.codec.spdy with parameters of type SpdyDataFrameModifier and TypeMethodDescriptionprivate static ChannelFuture
SpdyHttpEncoder.getDataFuture
(ChannelHandlerContext ctx, ChannelFuture future, SpdyDataFrame[] spdyDataFrames, SocketAddress remoteAddress)