Package | Description |
---|---|
io.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.
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.