| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FullHttpRequest
Combine the
HttpRequest and FullHttpMessage, so the request is a complete HTTP
request. |
interface |
FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFullHttpRequest
Default implementation of
FullHttpRequest. |
class |
DefaultFullHttpResponse
Default implementation of a
FullHttpResponse. |
| 限定符和类型 | 方法和说明 |
|---|---|
FullHttpMessage |
FullHttpMessage.copy() |
FullHttpMessage |
FullHttpMessage.retain() |
FullHttpMessage |
FullHttpMessage.retain(int increment) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FullHttpMessage |
SpdyHttpDecoder.getMessage(int streamId) |
protected FullHttpMessage |
SpdyHttpDecoder.putMessage(int streamId,
FullHttpMessage message) |
protected FullHttpMessage |
SpdyHttpDecoder.removeMessage(int streamId) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FullHttpMessage |
SpdyHttpDecoder.putMessage(int streamId,
FullHttpMessage message) |
| 构造器和说明 |
|---|
SpdyHttpDecoder(SpdyVersion version,
int maxContentLength,
java.util.Map<java.lang.Integer,FullHttpMessage> messageMap)
Creates a new instance with the specified parameters.
|
SpdyHttpDecoder(SpdyVersion version,
int maxContentLength,
java.util.Map<java.lang.Integer,FullHttpMessage> messageMap,
boolean validateHeaders)
Creates a new instance with the specified parameters.
|