Package | Description |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
org.jboss.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestDecoder
|
class |
HttpResponseDecoder
|
Modifier and Type | Class and Description |
---|---|
class |
RtspMessageDecoder
Decodes
ChannelBuffer s into RTSP messages represented in
HttpMessage s. |
class |
RtspRequestDecoder
Decodes
ChannelBuffer s into RTSP requests represented in
HttpRequest s. |
class |
RtspResponseDecoder
Decodes
ChannelBuffer s into RTSP responses represented in
HttpResponse s. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.