| Class | Description |
|---|---|
| RtspHeaderNames |
Standard RTSP header names.
|
| RtspHeaderValues |
Standard RTSP header names.
|
| RtspMethods |
The request getMethod of RTSP.
|
| RtspObjectDecoder |
Decodes
ByteBufs into RTSP messages represented in
HttpMessages. |
| RtspObjectEncoder<H extends HttpMessage> |
Encodes an RTSP message represented in
FullHttpMessage into
a ByteBuf. |
| RtspRequestDecoder |
Decodes
ByteBufs into RTSP requests represented in
HttpRequests. |
| RtspRequestEncoder |
Encodes an RTSP request represented in
FullHttpRequest into
a ByteBuf. |
| RtspResponseDecoder |
Decodes
ByteBufs into RTSP responses represented in
HttpResponses. |
| RtspResponseEncoder |
Encodes an RTSP response represented in
FullHttpResponse into
a ByteBuf. |
| RtspResponseStatuses |
The getStatus code and its description of a RTSP response.
|
| RtspVersions |
The version of RTSP.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.