程序包 | 说明 |
---|---|
io.netty.example.http.helloworld | |
io.netty.example.http.snoop | |
io.netty.example.http.upload | |
io.netty.example.spdy.client |
This package contains an example SPDY HTTP client.
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.testsuite.svm |
A hello world server that should be compiled to native.
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpHelloWorldServerHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpSnoopClientHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpUploadServerHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |
void |
HttpUploadClientHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpResponseClientHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |
限定符和类型 | 接口和说明 |
---|---|
interface |
FullHttpMessage
Combines
HttpMessage and LastHttpContent into one
message. |
interface |
FullHttpRequest
Combine the
HttpRequest and FullHttpMessage , so the request is a complete HTTP
request. |
interface |
FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage . |
interface |
HttpContent
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
interface |
HttpMessage
An interface that defines an HTTP message, providing common properties for
HttpRequest and HttpResponse . |
interface |
HttpRequest
An HTTP request.
|
interface |
HttpResponse
An HTTP response.
|
interface |
LastHttpContent
The last
HttpContent which has trailing headers. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultFullHttpRequest
Default implementation of
FullHttpRequest . |
class |
DefaultFullHttpResponse
Default implementation of a
FullHttpResponse . |
class |
DefaultHttpContent
The default
HttpContent implementation. |
class |
DefaultHttpMessage
The default
HttpMessage implementation. |
class |
DefaultHttpObject |
class |
DefaultHttpRequest
The default
HttpRequest implementation. |
class |
DefaultHttpResponse
The default
HttpResponse implementation. |
class |
DefaultLastHttpContent
The default
LastHttpContent implementation. |
限定符和类型 | 方法和说明 |
---|---|
protected void |
HttpServerUpgradeHandler.decode(ChannelHandlerContext ctx,
HttpObject msg,
java.util.List<java.lang.Object> out) |
protected void |
HttpContentDecoder.decode(ChannelHandlerContext ctx,
HttpObject msg,
java.util.List<java.lang.Object> out) |
protected void |
HttpClientUpgradeHandler.decode(ChannelHandlerContext ctx,
HttpObject msg,
java.util.List<java.lang.Object> out) |
protected void |
HttpContentEncoder.encode(ChannelHandlerContext ctx,
HttpObject msg,
java.util.List<java.lang.Object> out) |
protected boolean |
HttpObjectAggregator.isAggregated(HttpObject msg) |
protected boolean |
HttpObjectAggregator.isContentMessage(HttpObject msg) |
protected boolean |
HttpObjectAggregator.isStartMessage(HttpObject msg) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
Http2StreamFrameToHttpObjectCodec.encode(ChannelHandlerContext ctx,
HttpObject obj,
java.util.List<java.lang.Object> out)
Encode from an
HttpObject to an Http2StreamFrame . |
限定符和类型 | 方法和说明 |
---|---|
protected void |
SpdyHttpEncoder.encode(ChannelHandlerContext ctx,
HttpObject msg,
java.util.List<java.lang.Object> out) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpNativeServerHandler.channelRead0(ChannelHandlerContext ctx,
HttpObject msg) |