| 类 | 说明 |
|---|---|
| RtspDecoder |
Decodes
ByteBufs into RTSP messages represented in
HttpMessages. |
| RtspEncoder | |
| RtspHeaderNames |
Standard RTSP header names.
|
| RtspHeaders | 已过时
Use
RtspHeaderNames or RtspHeaderValues instead. |
| RtspHeaders.Names | 已过时
Use
RtspHeaderNames instead. |
| RtspHeaders.Values | 已过时
Use
RtspHeaderValues instead. |
| RtspHeaderValues |
Standard RTSP header names.
|
| RtspMethods |
The request getMethod of RTSP.
|
| RtspObjectDecoder | 已过时
Use
RtspDecoder instead. |
| RtspObjectEncoder<H extends HttpMessage> | 已过时
Use
RtspEncoder instead. |
| RtspRequestDecoder | 已过时
Use
RtspDecoder directly instead |
| RtspRequestEncoder | 已过时
Use
RtspEncoder directly instead |
| RtspResponseDecoder | 已过时
Use
RtspDecoder directly instead |
| RtspResponseEncoder | 已过时
Use
RtspEncoder directly instead |
| RtspResponseStatuses |
The getStatus code and its description of a RTSP response.
|
| RtspVersions |
The version of RTSP.
|