Uses of Class
io.netty.channel.embedded.EmbeddedChannel
Packages that use EmbeddedChannel
Package
Description
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of EmbeddedChannel in io.netty.channel.embedded
Methods in io.netty.channel.embedded that return EmbeddedChannelModifier and TypeMethodDescriptionEmbeddedChannel.Builder.build()Create the channel.EmbeddedChannel.flushInbound()Flushes the inbound of thisChannel.EmbeddedChannel.flushOutbound()Flushes the outbound of thisChannel. -
Uses of EmbeddedChannel in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return EmbeddedChannelModifier and TypeMethodDescriptionHttpContentEncoder.Result.contentEncoder()protected abstract EmbeddedChannelHttpContentDecoder.newContentDecoder(String contentEncoding) Returns a newEmbeddedChannelthat decodes the HTTP message content encoded in the specified contentEncoding.protected EmbeddedChannelHttpContentDecompressor.newContentDecoder(String contentEncoding) Constructors in io.netty.handler.codec.http with parameters of type EmbeddedChannelModifierConstructorDescriptionResult(String targetContentEncoding, EmbeddedChannel contentEncoder) -
Uses of EmbeddedChannel in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return EmbeddedChannelModifier and TypeMethodDescriptionprotected EmbeddedChannelCompressorHttp2ConnectionEncoder.newContentCompressor(ChannelHandlerContext ctx, CharSequence contentEncoding) Returns a newEmbeddedChannelthat encodes the HTTP2 message content encoded in the specifiedcontentEncoding.protected EmbeddedChannelDelegatingDecompressorFrameListener.newContentDecompressor(ChannelHandlerContext ctx, CharSequence contentEncoding) Returns a newEmbeddedChannelthat decodes the HTTP2 message content encoded in the specifiedcontentEncoding.