Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.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 |
RtspObjectDecoder
Decodes
ByteBuf s into RTSP messages represented in
HttpMessage s. |
class |
RtspRequestDecoder
Decodes
ByteBuf s into RTSP requests represented in
HttpRequest s. |
class |
RtspResponseDecoder
Decodes
ByteBuf s into RTSP responses represented in
HttpResponse s. |
Copyright © 2008–2015 The Netty Project. All rights reserved.