Package | Description |
---|---|
org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
Modifier and Type | Method and Description |
---|---|
static WebSocket08FrameDecoder.State |
WebSocket08FrameDecoder.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocket08FrameDecoder.State[] |
WebSocket08FrameDecoder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
WebSocket08FrameDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
WebSocket08FrameDecoder.State state) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.