Uses of Package
org.jboss.netty.handler.codec.replay

Packages that use org.jboss.netty.handler.codec.replay
org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. 
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. 
org.jboss.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec. 
org.jboss.netty.handler.codec.serialization Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa. 
 

Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.http
ReplayingDecoder
          A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
 

Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.http.websocket
ReplayingDecoder
          A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
VoidEnum
          A placeholder Enum which could be specified as a type parameter of ReplayingDecoder when a user wants to manage the decoder state or there's no state to manage.
 

Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.replay
VoidEnum
          A placeholder Enum which could be specified as a type parameter of ReplayingDecoder when a user wants to manage the decoder state or there's no state to manage.
 

Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.rtsp
ReplayingDecoder
          A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
 

Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.serialization
ReplayingDecoder
          A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.