Uses of Class
io.netty.channel.embedded.EmbeddedChannel
-
Packages that use EmbeddedChannel Package Description io.netty.channel.embedded A virtualChannelthat 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.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of EmbeddedChannel in io.netty.channel.embedded
Methods in io.netty.channel.embedded that return EmbeddedChannel Modifier and Type Method Description EmbeddedChannelEmbeddedChannel.Builder. build()Create the channel.EmbeddedChannelEmbeddedChannel. flushInbound()Flushes the inbound of thisChannel.EmbeddedChannelEmbeddedChannel. flushOutbound()Flushes the outbound of thisChannel. -
Uses of EmbeddedChannel in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return EmbeddedChannel Modifier and Type Method Description EmbeddedChannelHttpContentEncoder.Result. contentEncoder()protected abstract EmbeddedChannelHttpContentDecoder. newContentDecoder(java.lang.String contentEncoding)Returns a newEmbeddedChannelthat decodes the HTTP message content encoded in the specified contentEncoding.protected EmbeddedChannelHttpContentDecompressor. newContentDecoder(java.lang.String contentEncoding)Constructors in io.netty.handler.codec.http with parameters of type EmbeddedChannel Constructor Description Result(java.lang.String targetContentEncoding, EmbeddedChannel contentEncoder) -
Uses of EmbeddedChannel in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return EmbeddedChannel Modifier and Type Method Description protected EmbeddedChannelCompressorHttp2ConnectionEncoder. newContentCompressor(ChannelHandlerContext ctx, java.lang.CharSequence contentEncoding)Returns a newEmbeddedChannelthat encodes the HTTP2 message content encoded in the specifiedcontentEncoding.protected EmbeddedChannelDelegatingDecompressorFrameListener. newContentDecompressor(ChannelHandlerContext ctx, java.lang.CharSequence contentEncoding)Returns a newEmbeddedChannelthat decodes the HTTP2 message content encoded in the specifiedcontentEncoding.
-