| Package | Description |
|---|---|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpdyControlFrame
A SPDY Protocol Control Frame
|
interface |
SpdyDataFrame
A SPDY Protocol Data Frame
|
interface |
SpdyGoAwayFrame
A SPDY Protocol GOAWAY Control Frame
|
interface |
SpdyHeadersFrame
A SPDY Protocol HEADERS Control Frame
|
interface |
SpdyNoOpFrame
A SPDY Protocol NOOP Control Frame
|
interface |
SpdyPingFrame
A SPDY Protocol PING Control Frame
|
interface |
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Control Frame
|
interface |
SpdySettingsFrame
A SPDY Protocol SETTINGS Control Frame
|
interface |
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Control Frame
|
interface |
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Control Frame
|
interface |
SpdyWindowUpdateFrame
A SPDY Protocol WINDOW_UPDATE Control Frame
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpdyDataFrame
The default
SpdyDataFrame implementation. |
class |
DefaultSpdyGoAwayFrame
The default
SpdyGoAwayFrame implementation. |
class |
DefaultSpdyHeadersFrame
The default
SpdyHeadersFrame implementation. |
class |
DefaultSpdyNoOpFrame
The default
SpdyNoOpFrame implementation. |
class |
DefaultSpdyPingFrame
The default
SpdyPingFrame implementation. |
class |
DefaultSpdyRstStreamFrame
The default
SpdyRstStreamFrame implementation. |
class |
DefaultSpdySettingsFrame
The default
SpdySettingsFrame implementation. |
class |
DefaultSpdySynReplyFrame
The default
SpdySynReplyFrame implementation. |
class |
DefaultSpdySynStreamFrame
The default
SpdySynStreamFrame implementation. |
class |
DefaultSpdyWindowUpdateFrame
The default
SpdyWindowUpdateFrame implementation. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.MessageBuf<SpdyDataOrControlFrame> |
SpdyHttpCodec.newInboundBuffer(io.netty.channel.ChannelHandlerContext ctx) |
io.netty.buffer.MessageBuf<SpdyDataOrControlFrame> |
SpdyFrameCodec.newOutboundBuffer(io.netty.channel.ChannelHandlerContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SpdyHttpDecoder.decode(io.netty.channel.ChannelHandlerContext ctx,
SpdyDataOrControlFrame msg) |
protected void |
SpdyFrameEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
SpdyDataOrControlFrame msg,
io.netty.buffer.ByteBuf out) |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.