Uses of Enum
org.jboss.netty.handler.codec.replay.VoidEnum
Packages that use VoidEnum
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Decoder and Encoder which uses JBoss Marshalling.
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.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type VoidEnumModifier and TypeMethodDescriptionprotected 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 VoidEnumModifier and TypeMethodDescriptionprotected Object
CompatibleMarshallingDecoder.decode
(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, VoidEnum state) protected 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