程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
HttpChunkTrailer
The last
HttpChunk which has trailing headers. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultHttpChunk
The default
HttpChunk implementation. |
class |
DefaultHttpChunkTrailer
The default
HttpChunkTrailer implementation. |
限定符和类型 | 方法和说明 |
---|---|
HttpChunk |
HttpPostRequestEncoder.nextChunk()
Returns the next available HttpChunk.
|
限定符和类型 | 方法和说明 |
---|---|
void |
InterfaceHttpPostRequestDecoder.offer(HttpChunk chunk)
Initialized the internals from a new chunk
|
void |
HttpPostStandardRequestDecoder.offer(HttpChunk chunk) |
void |
HttpPostRequestDecoder.offer(HttpChunk chunk)
Initialized the internals from a new chunk
|
void |
HttpPostMultipartRequestDecoder.offer(HttpChunk chunk) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
SpdyHttpEncoder.writeChunk(ChannelHandlerContext ctx,
ChannelFuture future,
int streamId,
HttpChunk chunk,
java.net.SocketAddress remoteAddress)
Writes an HTTP chunk downstream as one or more SPDY frames.
|