| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpdyDataFrame
The default
SpdyDataFrame implementation. |
| Modifier and Type | Method and Description |
|---|---|
private SpdyDataFrame[] |
SpdyHttpEncoder.createSpdyDataFrames(int streamId,
ChannelBuffer content) |
| Modifier and Type | Method and Description |
|---|---|
private static ChannelFuture |
SpdyHttpEncoder.getDataFuture(ChannelHandlerContext ctx,
ChannelFuture future,
SpdyDataFrame[] spdyDataFrames,
java.net.SocketAddress remoteAddress) |