Uses of Package
org.jboss.netty.handler.codec.replay
-
Packages that use org.jboss.netty.handler.codec.replay Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.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.org.jboss.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec.org.jboss.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
Classes in org.jboss.netty.handler.codec.replay used by org.jboss.netty.handler.codec.http Class Description ReplayingDecoder A specialized variation ofFrameDecoder
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.websocketx Class Description ReplayingDecoder A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.VoidEnum A placeholderEnum
which could be specified as a type parameter ofReplayingDecoder
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.marshalling Class Description ReplayingDecoder A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.VoidEnum A placeholderEnum
which could be specified as a type parameter ofReplayingDecoder
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 Class Description VoidEnum A placeholderEnum
which could be specified as a type parameter ofReplayingDecoder
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 Class Description ReplayingDecoder A specialized variation ofFrameDecoder
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.socks Class Description ReplayingDecoder A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.