类 | 说明 |
---|---|
RtspDecoder |
Decodes
ByteBuf s into RTSP messages represented in
HttpMessage s. |
RtspEncoder | |
RtspHeaders |
Standard RTSP header names and values.
|
RtspHeaders.Names |
Standard RTSP header names.
|
RtspHeaders.Values |
Standard RTSP header values.
|
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.
|