软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.rtsp |
基于HTTP编解码器的
RTSP扩展。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestEncoder
|
class |
HttpResponseEncoder
|
Modifier and Type | Class and Description |
---|---|
class |
RtspEncoder
将 HttpMessage 或HttpContent 中表示的RTSP消息编码为ByteBuf 。
|
class |
RtspObjectEncoder<H extends HttpMessage>
已过时。
改为使用
RtspEncoder 。
|
class |
RtspRequestEncoder
已过时。
直接使用
RtspEncoder
|
class |
RtspResponseEncoder
已过时。
直接使用
RtspEncoder
|
Copyright © 2008–2018 The Netty Project. All rights reserved.