Uses of Class
org.jboss.netty.handler.codec.replay.VoidEnum
-
Packages that use VoidEnum Package Description 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 ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
-
Uses of VoidEnum in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type VoidEnum Modifier and Type Method Description protected java.lang.Object
WebSocket00FrameDecoder. decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, VoidEnum state)
-
Uses of VoidEnum in org.jboss.netty.handler.codec.marshalling
Methods in org.jboss.netty.handler.codec.marshalling with parameters of type VoidEnum Modifier and Type Method Description 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)
-
Uses of VoidEnum in org.jboss.netty.handler.codec.replay
Methods in org.jboss.netty.handler.codec.replay that return VoidEnum Modifier and Type Method Description static VoidEnum
VoidEnum. valueOf(java.lang.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.
-