程序包 | 说明 |
---|---|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
限定符和类型 | 类和说明 |
---|---|
class |
HttpRequestDecoder
|
class |
HttpResponseDecoder
|
限定符和类型 | 类和说明 |
---|---|
class |
RtspDecoder
Decodes
ByteBuf s into RTSP messages represented in
HttpMessage s. |
class |
RtspObjectDecoder
已过时。
Use
RtspDecoder instead. |
class |
RtspRequestDecoder
已过时。
Use
RtspDecoder directly instead |
class |
RtspResponseDecoder
已过时。
Use
RtspDecoder directly instead |