程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
org.jboss.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
限定符和类型 | 方法和说明 |
---|---|
static HttpMessageDecoder.State |
HttpMessageDecoder.State.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpMessageDecoder.State[] |
HttpMessageDecoder.State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.Object |
HttpMessageDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
HttpMessageDecoder.State state) |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.Object |
RtspMessageDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
HttpMessageDecoder.State state) |