软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.rtsp |
基于HTTP编解码器的
RTSP扩展。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestDecoder
将 ByteBuf s解码为HttpRequest s和HttpContent s。
|
class |
HttpResponseDecoder
将 ByteBuf s解码为HttpResponse s和HttpContent s。
|
Modifier and Type | Class and Description |
---|---|
class |
RtspDecoder
将 ByteBuf 解码成HttpMessage 中表示的RTSP消息。
|
class |
RtspObjectDecoder
已过时。
改为使用
RtspDecoder 。
|
class |
RtspRequestDecoder
已过时。
直接使用
RtspDecoder
|
class |
RtspResponseDecoder
已过时。
直接使用
RtspDecoder
|
Copyright © 2008–2018 The Netty Project. All rights reserved.