程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
org.jboss.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
org.jboss.netty.handler.codec.replay |
Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.Object |
WebSocket00FrameDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
VoidEnum state) |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.Object |
CompatibleMarshallingDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
VoidEnum state) |
protected java.lang.Object |
CompatibleMarshallingDecoder.decodeLast(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
VoidEnum state) |
限定符和类型 | 方法和说明 |
---|---|
static VoidEnum |
VoidEnum.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static VoidEnum[] |
VoidEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|