Uses of Class
org.jboss.netty.handler.codec.replay.VoidEnum

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.
 



Copyright © 2008-2011. All Rights Reserved.