|
The Netty Project 3.2.5.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VoidEnum | |
---|---|
org.jboss.netty.handler.codec.http.websocket | Encoder, decoder and their related message types for Web Socket data frames. |
org.jboss.netty.handler.codec.replay | Specialized variation of FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. |
Uses of VoidEnum in org.jboss.netty.handler.codec.http.websocket |
---|
Methods in org.jboss.netty.handler.codec.http.websocket with parameters of type VoidEnum | |
---|---|
protected Object |
WebSocketFrameDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
VoidEnum state)
|
Uses of VoidEnum in org.jboss.netty.handler.codec.replay |
---|
Methods in org.jboss.netty.handler.codec.replay that return VoidEnum | |
---|---|
static VoidEnum |
VoidEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoidEnum[] |
VoidEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
The Netty Project 3.2.5.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |