Package | Description |
---|---|
io.netty.channel.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Constructor and Description |
---|
EmbeddedChannelPipeline(EmbeddedChannel channel) |
Modifier and Type | Field and Description |
---|---|
private EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder |
private EmbeddedChannel |
HttpContentDecoder.decoder |
private EmbeddedChannel |
HttpContentEncoder.encoder |
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder() |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(java.lang.String contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP message
content encoded in the specified contentEncoding. |
protected EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(java.lang.String contentEncoding) |
Constructor and Description |
---|
Result(java.lang.String targetContentEncoding,
EmbeddedChannel contentEncoder) |