Package | Description |
---|---|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpdyDataFrame
A SPDY Protocol DATA Frame
|
interface |
SpdyHeadersFrame
A SPDY Protocol HEADERS Frame
|
interface |
SpdyRstStreamFrame
A SPDY Protocol RST_STREAM Frame
|
interface |
SpdySynReplyFrame
A SPDY Protocol SYN_REPLY Frame
|
interface |
SpdySynStreamFrame
A SPDY Protocol SYN_STREAM Frame
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpdyDataFrame
The default
SpdyDataFrame implementation. |
class |
DefaultSpdyHeadersFrame
The default
SpdyHeadersFrame implementation. |
class |
DefaultSpdyRstStreamFrame
The default
SpdyRstStreamFrame implementation. |
class |
DefaultSpdyStreamFrame
The default
SpdyStreamFrame implementation. |
class |
DefaultSpdySynReplyFrame
The default
SpdySynReplyFrame implementation. |
class |
DefaultSpdySynStreamFrame
The default
SpdySynStreamFrame implementation. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.