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
Subclasses with type arguments of type VoidEnum in org.jboss.netty.handler.codec.http.websocketxMethods in org.jboss.netty.handler.codec.http.websocketx with parameters of type VoidEnumModifier and TypeMethodDescriptionprotected ObjectWebSocket00FrameDecoder.decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, VoidEnum state) -
Uses of VoidEnum in org.jboss.netty.handler.codec.marshalling
Subclasses with type arguments of type VoidEnum in org.jboss.netty.handler.codec.marshallingModifier and TypeClassDescriptionclassMethods in org.jboss.netty.handler.codec.marshalling with parameters of type VoidEnumModifier and TypeMethodDescriptionprotected ObjectCompatibleMarshallingDecoder.decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, VoidEnum state) protected ObjectCompatibleMarshallingDecoder.decodeLast(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer, VoidEnum state) -
Uses of VoidEnum in org.jboss.netty.handler.codec.replay
Subclasses with type arguments of type VoidEnum in org.jboss.netty.handler.codec.replayModifier and TypeClassDescriptionenumA placeholderEnumwhich could be specified as a type parameter ofReplayingDecoderwhen a user wants to manage the decoder state or there's no state to manage.Methods in org.jboss.netty.handler.codec.replay that return VoidEnum