Uses of Interface
io.netty.channel.ChannelHandlerContext
-
Packages that use ChannelHandlerContext Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.handler.address Package to dynamically replace local / remoteSocketAddress.io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty.handler.codec.base64 io.netty.handler.codec.bytes Encoder and decoder which transform an array of bytes into aByteBufand vice versa.io.netty.handler.codec.compression io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.cors This package contains Cross Origin Resource Sharing (CORS) related classes.io.netty.handler.codec.http.multipart HTTP multipart support.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http.websocketx.extensions Encoder, decoder, handshakers to handle WebSocket Extensions.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.http3 HTTP/3 implementation.io.netty.handler.codec.json JSON specific codecs.io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.protobuf Encoder and decoder which transform a Google Protocol BuffersMessageandMessageNanointo aByteBufand vice versa.io.netty.handler.codec.quic QUIC implementationio.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.sctp Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.io.netty.handler.codec.serialization Encoder, decoder and their compatibility stream implementations which transform aSerializableobject into a byte buffer and vice versa.io.netty.handler.codec.smtp SMTP codec.io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks.io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.codec.stomp STOMP codecio.netty.handler.codec.string Encoder and decoder which transform aStringinto aByteBufand vice versa.io.netty.handler.codec.xml XML codec provides asynchronous and non-blocking XML parser based on the Aalto XML parser.io.netty.handler.flow Package to control the flow of messages.io.netty.handler.flush Package to control flush behavior.io.netty.handler.ipfilter Package to filter IP addresses (allow/deny).io.netty.handler.logging Logs the I/O events for debugging purpose.io.netty.handler.pcap Capture data and write into Pcap format which helps in troubleshooting.io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunnelingio.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.handler.ssl.ocsp Certificate validation using OCSPio.netty.handler.stream Writes very large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError.io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer.io.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics. -
-
Uses of ChannelHandlerContext in io.netty.channel
Methods in io.netty.channel that return ChannelHandlerContext Modifier and Type Method Description ChannelHandlerContextChannelPipeline. context(ChannelHandler handler)Returns the context object of the specifiedChannelHandlerin this pipeline.ChannelHandlerContextChannelPipeline. context(java.lang.Class<? extends ChannelHandler> handlerType)Returns the context object of theChannelHandlerof the specified type in this pipeline.ChannelHandlerContextChannelPipeline. context(java.lang.String name)Returns the context object of theChannelHandlerwith the specified name in this pipeline.ChannelHandlerContextDefaultChannelPipeline. context(ChannelHandler handler)ChannelHandlerContextDefaultChannelPipeline. context(java.lang.Class<? extends ChannelHandler> handlerType)ChannelHandlerContextDefaultChannelPipeline. context(java.lang.String name)ChannelHandlerContextChannelHandlerContext. fireChannelActive()ChannelHandlerContextChannelHandlerContext. fireChannelInactive()ChannelHandlerContextChannelHandlerContext. fireChannelRead(java.lang.Object msg)ChannelHandlerContextChannelHandlerContext. fireChannelReadComplete()ChannelHandlerContextChannelHandlerContext. fireChannelRegistered()ChannelHandlerContextChannelHandlerContext. fireChannelUnregistered()ChannelHandlerContextChannelHandlerContext. fireChannelWritabilityChanged()ChannelHandlerContextChannelHandlerContext. fireExceptionCaught(java.lang.Throwable cause)ChannelHandlerContextChannelHandlerContext. fireUserEventTriggered(java.lang.Object evt)ChannelHandlerContextChannelPipeline. firstContext()Returns the context of the firstChannelHandlerin this pipeline.ChannelHandlerContextDefaultChannelPipeline. firstContext()ChannelHandlerContextChannelHandlerContext. flush()ChannelHandlerContextChannelPipeline. lastContext()Returns the context of the lastChannelHandlerin this pipeline.ChannelHandlerContextDefaultChannelPipeline. lastContext()ChannelHandlerContextChannelHandlerContext. read()Methods in io.netty.channel with parameters of type ChannelHandlerContext Modifier and Type Method Description voidChannelDuplexHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)Called once a bind operation is made.voidChannelOutboundHandlerAdapter. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidChannelInboundHandler. channelActive(ChannelHandlerContext ctx)TheChannelof theChannelHandlerContextis now activevoidChannelInboundHandlerAdapter. channelActive(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. channelActive(ChannelHandlerContext ctx)voidChannelInboundHandler. channelInactive(ChannelHandlerContext ctx)TheChannelof theChannelHandlerContextwas registered is now inactive and reached its end of lifetime.voidChannelInboundHandlerAdapter. channelInactive(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. channelInactive(ChannelHandlerContext ctx)voidChannelInboundHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)Invoked when the currentChannelhas read a message from the peer.voidChannelInboundHandlerAdapter. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidCombinedChannelDuplexHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidSimpleChannelInboundHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)protected abstract voidSimpleChannelInboundHandler. channelRead0(ChannelHandlerContext ctx, I msg)Is called for each message of typeSimpleChannelInboundHandler.voidChannelInboundHandler. channelReadComplete(ChannelHandlerContext ctx)Invoked when the last message read by the current read operation has been consumed byChannelInboundHandler.channelRead(ChannelHandlerContext, Object).voidChannelInboundHandlerAdapter. channelReadComplete(ChannelHandlerContext ctx)CallsfireChannelReadComplete()to forward to the nextChannelInboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. channelReadComplete(ChannelHandlerContext ctx)voidChannelInboundHandler. channelRegistered(ChannelHandlerContext ctx)voidChannelInboundHandlerAdapter. channelRegistered(ChannelHandlerContext ctx)voidChannelInitializer. channelRegistered(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. channelRegistered(ChannelHandlerContext ctx)voidChannelInboundHandler. channelUnregistered(ChannelHandlerContext ctx)voidChannelInboundHandlerAdapter. channelUnregistered(ChannelHandlerContext ctx)CallsfireChannelUnregistered()to forward to the nextChannelInboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. channelUnregistered(ChannelHandlerContext ctx)voidChannelInboundHandler. channelWritabilityChanged(ChannelHandlerContext ctx)Gets called once the writable state of aChannelchanged.voidChannelInboundHandlerAdapter. channelWritabilityChanged(ChannelHandlerContext ctx)CallsfireChannelWritabilityChanged()to forward to the nextChannelInboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidChannelDuplexHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)Called once a close operation is made.voidChannelOutboundHandlerAdapter. close(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidChannelDuplexHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)Called once a connect operation is made.voidChannelOutboundHandlerAdapter. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)voidChannelDuplexHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)Called once a deregister operation is made from the current registeredEventLoop.voidChannelOutboundHandlerAdapter. deregister(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidChannelDuplexHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)Called once a disconnect operation is made.voidChannelOutboundHandlerAdapter. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)protected abstract voidSimpleUserEventChannelHandler. eventReceived(ChannelHandlerContext ctx, I evt)Is called for each user event triggered of typeSimpleUserEventChannelHandler.voidChannelHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)Deprecated.if you want to handle this event you should implementChannelInboundHandlerand implement the method there.voidChannelHandlerAdapter. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)Deprecated.is part ofChannelInboundHandlervoidChannelInboundHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)Gets called if aThrowablewas thrown.voidChannelInboundHandlerAdapter. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidChannelInitializer. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)Handle theThrowableby logging and closing theChannel.voidCombinedChannelDuplexHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidChannelDuplexHandler. flush(ChannelHandlerContext ctx)voidChannelOutboundHandler. flush(ChannelHandlerContext ctx)Called once a flush operation is made.voidChannelOutboundHandlerAdapter. flush(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. flush(ChannelHandlerContext ctx)voidChannelHandler. handlerAdded(ChannelHandlerContext ctx)Gets called after theChannelHandlerwas added to the actual context and it's ready to handle events.voidChannelHandlerAdapter. handlerAdded(ChannelHandlerContext ctx)Do nothing by default, sub-classes may override this method.voidChannelInitializer. handlerAdded(ChannelHandlerContext ctx)Do nothing by default, sub-classes may override this method.voidCombinedChannelDuplexHandler. handlerAdded(ChannelHandlerContext ctx)voidChannelHandler. handlerRemoved(ChannelHandlerContext ctx)Gets called after theChannelHandlerwas removed from the actual context and it doesn't handle events anymore.voidChannelHandlerAdapter. handlerRemoved(ChannelHandlerContext ctx)Do nothing by default, sub-classes may override this method.voidChannelInitializer. handlerRemoved(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. handlerRemoved(ChannelHandlerContext ctx)protected voidDefaultChannelPipeline. onUnhandledInboundMessage(ChannelHandlerContext ctx, java.lang.Object msg)Called once a message hit the end of theChannelPipelinewithout been handled by the user inChannelInboundHandler.channelRead(ChannelHandlerContext, Object).voidChannelDuplexHandler. read(ChannelHandlerContext ctx)voidChannelOutboundHandler. read(ChannelHandlerContext ctx)Interceptsread().voidChannelOutboundHandlerAdapter. read(ChannelHandlerContext ctx)voidCombinedChannelDuplexHandler. read(ChannelHandlerContext ctx)voidChannelInboundHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)Gets called if an user event was triggered.voidChannelInboundHandlerAdapter. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)CallsfireUserEventTriggered(Object)to forward to the nextChannelInboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidSimpleUserEventChannelHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidChannelDuplexHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)CallsChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)Called once a write operation is made.voidChannelOutboundHandlerAdapter. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)CallsChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidCombinedChannelDuplexHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidAbstractCoalescingBufferQueue. writeAndRemoveAll(ChannelHandlerContext ctx)Writes all remaining elements in this queue.Constructors in io.netty.channel with parameters of type ChannelHandlerContext Constructor Description PendingWriteQueue(ChannelHandlerContext ctx) -
Uses of ChannelHandlerContext in io.netty.handler.address
Methods in io.netty.handler.address with parameters of type ChannelHandlerContext Modifier and Type Method Description voidDynamicAddressConnectHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)voidResolveAddressHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec
Methods in io.netty.handler.codec that return ChannelHandlerContext Modifier and Type Method Description protected ChannelHandlerContextMessageAggregator. ctx()Methods in io.netty.handler.codec with parameters of type ChannelHandlerContext Modifier and Type Method Description protected ByteBufMessageToByteEncoder. allocateBuffer(ChannelHandlerContext ctx, I msg, boolean preferDirect)Allocate aByteBufwhich will be used as argument of#encode(ChannelHandlerContext, I, ByteBuf).voidDatagramPacketEncoder. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)protected voidByteToMessageDecoder. callDecode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)Called once data should be decoded from the givenByteBuf.protected voidReplayingDecoder. callDecode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)voidDatagramPacketDecoder. channelActive(ChannelHandlerContext ctx)voidByteToMessageCodec. channelInactive(ChannelHandlerContext ctx)voidByteToMessageDecoder. channelInactive(ChannelHandlerContext ctx)voidDatagramPacketDecoder. channelInactive(ChannelHandlerContext ctx)voidMessageAggregator. channelInactive(ChannelHandlerContext ctx)voidByteToMessageCodec. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidByteToMessageDecoder. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidMessageToMessageCodec. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidMessageToMessageDecoder. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidByteToMessageCodec. channelReadComplete(ChannelHandlerContext ctx)voidByteToMessageDecoder. channelReadComplete(ChannelHandlerContext ctx)voidDatagramPacketDecoder. channelReadComplete(ChannelHandlerContext ctx)voidMessageAggregator. channelReadComplete(ChannelHandlerContext ctx)voidMessageToMessageCodec. channelReadComplete(ChannelHandlerContext ctx)voidMessageToMessageDecoder. channelReadComplete(ChannelHandlerContext ctx)voidDatagramPacketDecoder. channelRegistered(ChannelHandlerContext ctx)voidDatagramPacketDecoder. channelUnregistered(ChannelHandlerContext ctx)voidDatagramPacketDecoder. channelWritabilityChanged(ChannelHandlerContext ctx)voidDatagramPacketEncoder. close(ChannelHandlerContext ctx, ChannelPromise promise)voidDatagramPacketEncoder. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected abstract voidByteToMessageCodec. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected abstract voidByteToMessageDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)Decode the from oneByteBufto an other.protected voidDatagramPacketDecoder. decode(ChannelHandlerContext ctx, DatagramPacket msg, java.util.List<java.lang.Object> out)protected java.lang.ObjectDelimiterBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer)Create a frame out of theByteBufand return it.protected voidDelimiterBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected java.lang.ObjectFixedLengthFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)Create a frame out of theByteBufand return it.protected voidFixedLengthFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected java.lang.ObjectLengthFieldBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)Create a frame out of theByteBufand return it.protected voidLengthFieldBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected java.lang.ObjectLineBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer)Create a frame out of theByteBufand return it.protected voidLineBasedFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidMessageAggregator. decode(ChannelHandlerContext ctx, I msg, java.util.List<java.lang.Object> out)protected abstract voidMessageToMessageCodec. decode(ChannelHandlerContext ctx, INBOUND_IN msg, java.util.List<java.lang.Object> out)protected abstract voidMessageToMessageDecoder. decode(ChannelHandlerContext ctx, I msg, java.util.List<java.lang.Object> out)Decode from one message to an other.protected voidByteToMessageCodec. decodeLast(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidByteToMessageDecoder. decodeLast(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)Is called one last time when theChannelHandlerContextgoes in-active.voidDatagramPacketEncoder. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidDatagramPacketEncoder. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)protected abstract voidByteToMessageCodec. encode(ChannelHandlerContext ctx, I msg, ByteBuf out)protected voidDatagramPacketEncoder. encode(ChannelHandlerContext ctx, AddressedEnvelope<M,java.net.InetSocketAddress> msg, java.util.List<java.lang.Object> out)protected voidLengthFieldPrepender. encode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected abstract voidMessageToByteEncoder. encode(ChannelHandlerContext ctx, I msg, ByteBuf out)Encode a message into aByteBuf.protected abstract voidMessageToMessageCodec. encode(ChannelHandlerContext ctx, OUTBOUND_IN msg, java.util.List<java.lang.Object> out)protected abstract voidMessageToMessageEncoder. encode(ChannelHandlerContext ctx, I msg, java.util.List<java.lang.Object> out)Encode from one message to an other.voidDatagramPacketDecoder. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidDatagramPacketEncoder. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)protected ByteBufLengthFieldBasedFrameDecoder. extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length)Extract the sub-region of the specified buffer.voidDatagramPacketEncoder. flush(ChannelHandlerContext ctx)protected voidMessageAggregator. handleOversizedMessage(ChannelHandlerContext ctx, S oversized)Invoked when an incoming request exceeds the maximum content length.voidByteToMessageCodec. handlerAdded(ChannelHandlerContext ctx)voidDatagramPacketDecoder. handlerAdded(ChannelHandlerContext ctx)voidDatagramPacketEncoder. handlerAdded(ChannelHandlerContext ctx)voidMessageAggregator. handlerAdded(ChannelHandlerContext ctx)voidByteToMessageCodec. handlerRemoved(ChannelHandlerContext ctx)voidByteToMessageDecoder. handlerRemoved(ChannelHandlerContext ctx)voidDatagramPacketDecoder. handlerRemoved(ChannelHandlerContext ctx)voidDatagramPacketEncoder. handlerRemoved(ChannelHandlerContext ctx)voidMessageAggregator. handlerRemoved(ChannelHandlerContext ctx)protected voidByteToMessageDecoder. handlerRemoved0(ChannelHandlerContext ctx)Gets called after theByteToMessageDecoderwas removed from the actual context and it doesn't handle events anymore.voidDatagramPacketEncoder. read(ChannelHandlerContext ctx)voidByteToMessageDecoder. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidDatagramPacketDecoder. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidByteToMessageCodec. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidMessageToByteEncoder. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidMessageToMessageCodec. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidMessageToMessageEncoder. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.base64
Methods in io.netty.handler.codec.base64 with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidBase64Decoder. decode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected voidBase64Encoder. encode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.bytes
Methods in io.netty.handler.codec.bytes with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidByteArrayDecoder. decode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected voidByteArrayEncoder. encode(ChannelHandlerContext ctx, byte[] msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression with parameters of type ChannelHandlerContext Modifier and Type Method Description protected ByteBufBrotliEncoder. allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect)protected ByteBufJdkZlibEncoder. allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect)protected ByteBufLz4FrameEncoder. allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect)protected ByteBufLzmaFrameEncoder. allocateBuffer(ChannelHandlerContext ctx, ByteBuf in, boolean preferDirect)protected ByteBufZstdEncoder. allocateBuffer(ChannelHandlerContext ctx, ByteBuf msg, boolean preferDirect)voidBrotliDecoder. channelInactive(ChannelHandlerContext ctx)voidBrotliDecoder. channelReadComplete(ChannelHandlerContext ctx)voidJdkZlibDecoder. channelReadComplete(ChannelHandlerContext ctx)voidJZlibDecoder. channelReadComplete(ChannelHandlerContext ctx)voidZstdDecoder. channelReadComplete(ChannelHandlerContext ctx)voidBrotliEncoder. close(ChannelHandlerContext ctx, ChannelPromise promise)voidBzip2Encoder. close(ChannelHandlerContext ctx, ChannelPromise promise)voidJdkZlibEncoder. close(ChannelHandlerContext ctx, ChannelPromise promise)voidJZlibEncoder. close(ChannelHandlerContext ctx, ChannelPromise promise)voidLz4FrameEncoder. close(ChannelHandlerContext ctx, ChannelPromise promise)protected voidBrotliDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidBzip2Decoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidFastLzFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidJdkZlibDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidJZlibDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidLz4FrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidLzfDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSnappyFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidZstdDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidBrotliEncoder. encode(ChannelHandlerContext ctx, ByteBuf msg, ByteBuf out)protected voidBzip2Encoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidFastLzFrameEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidJdkZlibEncoder. encode(ChannelHandlerContext ctx, ByteBuf uncompressed, ByteBuf out)protected voidJZlibEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidLz4FrameEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)Encode a message into aByteBuf.protected voidLzfEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidLzmaFrameEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidSnappyFrameEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)protected voidZstdEncoder. encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out)voidBrotliEncoder. finish(ChannelHandlerContext ctx)Finish the encoding, close streams and write finalByteBufto the channel.voidLz4FrameEncoder. flush(ChannelHandlerContext ctx)voidZstdEncoder. flush(ChannelHandlerContext ctx)voidBrotliDecoder. handlerAdded(ChannelHandlerContext ctx)voidBrotliEncoder. handlerAdded(ChannelHandlerContext ctx)voidBzip2Encoder. handlerAdded(ChannelHandlerContext ctx)voidJdkZlibEncoder. handlerAdded(ChannelHandlerContext ctx)voidJZlibEncoder. handlerAdded(ChannelHandlerContext ctx)voidLz4FrameEncoder. handlerAdded(ChannelHandlerContext ctx)voidZstdDecoder. handlerAdded(ChannelHandlerContext ctx)voidZstdEncoder. handlerAdded(ChannelHandlerContext ctx)voidBrotliEncoder. handlerRemoved(ChannelHandlerContext ctx)voidLz4FrameEncoder. handlerRemoved(ChannelHandlerContext ctx)voidLzfEncoder. handlerRemoved(ChannelHandlerContext ctx)voidZstdEncoder. handlerRemoved(ChannelHandlerContext ctx)protected voidBrotliDecoder. handlerRemoved0(ChannelHandlerContext ctx)protected voidJdkZlibDecoder. handlerRemoved0(ChannelHandlerContext ctx)protected voidZstdDecoder. handlerRemoved0(ChannelHandlerContext ctx)protected ByteBufZlibDecoder. prepareDecompressBuffer(ChannelHandlerContext ctx, ByteBuf buffer, int preferredSize)Allocate or expand the decompression buffer, without exceeding the maximum allocation. -
Uses of ChannelHandlerContext in io.netty.handler.codec.dns
Methods in io.netty.handler.codec.dns with parameters of type ChannelHandlerContext Modifier and Type Method Description protected ByteBufDatagramDnsQueryEncoder. allocateBuffer(ChannelHandlerContext ctx, AddressedEnvelope<DnsQuery,java.net.InetSocketAddress> msg)Allocate aByteBufwhich will be used for constructing a datagram packet.protected ByteBufDatagramDnsResponseEncoder. allocateBuffer(ChannelHandlerContext ctx, AddressedEnvelope<DnsResponse,java.net.InetSocketAddress> msg)Allocate aByteBufwhich will be used for constructing a datagram packet.protected ByteBufTcpDnsQueryEncoder. allocateBuffer(ChannelHandlerContext ctx, DnsQuery msg, boolean preferDirect)protected voidDatagramDnsQueryDecoder. decode(ChannelHandlerContext ctx, DatagramPacket packet, java.util.List<java.lang.Object> out)protected voidDatagramDnsResponseDecoder. decode(ChannelHandlerContext ctx, DatagramPacket packet, java.util.List<java.lang.Object> out)protected java.lang.ObjectTcpDnsQueryDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)protected java.lang.ObjectTcpDnsResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)protected DnsResponseDatagramDnsResponseDecoder. decodeResponse(ChannelHandlerContext ctx, DatagramPacket packet)protected voidDatagramDnsQueryEncoder. encode(ChannelHandlerContext ctx, AddressedEnvelope<DnsQuery,java.net.InetSocketAddress> in, java.util.List<java.lang.Object> out)protected voidDatagramDnsResponseEncoder. encode(ChannelHandlerContext ctx, AddressedEnvelope<DnsResponse,java.net.InetSocketAddress> in, java.util.List<java.lang.Object> out)protected voidTcpDnsQueryEncoder. encode(ChannelHandlerContext ctx, DnsQuery msg, ByteBuf out)protected voidTcpDnsResponseEncoder. encode(ChannelHandlerContext ctx, DnsResponse response, java.util.List<java.lang.Object> out)protected ByteBufTcpDnsResponseDecoder. extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length) -
Uses of ChannelHandlerContext in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy with parameters of type ChannelHandlerContext Modifier and Type Method Description voidHAProxyMessageDecoder. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)protected voidHAProxyMessageDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidHAProxyMessageEncoder. encode(ChannelHandlerContext ctx, HAProxyMessage msg, ByteBuf out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as ChannelHandlerContext Modifier and Type Field Description protected ChannelHandlerContextHttpContentDecoder. ctxMethods in io.netty.handler.codec.http with parameters of type ChannelHandlerContext Modifier and Type Method Description voidHttpClientUpgradeHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidHttpContentDecoder. channelInactive(ChannelHandlerContext ctx)voidHttpContentEncoder. channelInactive(ChannelHandlerContext ctx)voidHttpServerExpectContinueHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidHttpServerKeepAliveHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidHttpContentDecoder. channelReadComplete(ChannelHandlerContext ctx)voidHttpClientUpgradeHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidHttpClientUpgradeHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected voidHttpClientUpgradeHandler. decode(ChannelHandlerContext ctx, HttpObject msg, java.util.List<java.lang.Object> out)protected voidHttpContentDecoder. decode(ChannelHandlerContext ctx, HttpObject msg, java.util.List<java.lang.Object> out)protected voidHttpContentEncoder. decode(ChannelHandlerContext ctx, HttpRequest msg, java.util.List<java.lang.Object> out)protected voidHttpObjectDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer, java.util.List<java.lang.Object> out)protected voidHttpServerUpgradeHandler. decode(ChannelHandlerContext ctx, HttpObject msg, java.util.List<java.lang.Object> out)protected voidHttpObjectDecoder. decodeLast(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)voidHttpClientUpgradeHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidHttpClientUpgradeHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)protected voidHttpContentEncoder. encode(ChannelHandlerContext ctx, HttpObject msg, java.util.List<java.lang.Object> out)protected voidHttpObjectEncoder. encode(ChannelHandlerContext ctx, java.lang.Object msg, java.util.List<java.lang.Object> out)voidHttpClientUpgradeHandler. flush(ChannelHandlerContext ctx)protected voidHttpObjectAggregator. handleOversizedMessage(ChannelHandlerContext ctx, HttpMessage oversized)voidHttpContentCompressor. handlerAdded(ChannelHandlerContext ctx)voidHttpContentDecoder. handlerAdded(ChannelHandlerContext ctx)voidHttpContentDecoder. handlerRemoved(ChannelHandlerContext ctx)voidHttpContentEncoder. handlerRemoved(ChannelHandlerContext ctx)protected voidHttpObjectDecoder. handlerRemoved0(ChannelHandlerContext ctx)voidHttpClientCodec. prepareUpgradeFrom(ChannelHandlerContext ctx)Prepares to upgrade to another protocol from HTTP.voidHttpClientUpgradeHandler.SourceCodec. prepareUpgradeFrom(ChannelHandlerContext ctx)Removes or disables the encoder of this codec so that theHttpClientUpgradeHandler.UpgradeCodeccan send an initial greeting (if any).booleanHttpServerUpgradeHandler.UpgradeCodec. prepareUpgradeResponse(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders upgradeHeaders)Prepares theupgradeHeadersfor a protocol update based upon the contents ofupgradeRequest.voidHttpClientUpgradeHandler. read(ChannelHandlerContext ctx)HttpContentHttpChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated.java.util.Collection<java.lang.CharSequence>HttpClientUpgradeHandler.UpgradeCodec. setUpgradeHeaders(ChannelHandlerContext ctx, HttpRequest upgradeRequest)Sets any protocol-specific headers required to the upgrade request.voidHttpClientCodec. upgradeFrom(ChannelHandlerContext ctx)Upgrades to another protocol from HTTP.voidHttpClientUpgradeHandler.SourceCodec. upgradeFrom(ChannelHandlerContext ctx)Removes this codec (i.e. all associated handlers) from the pipeline.voidHttpServerCodec. upgradeFrom(ChannelHandlerContext ctx)Upgrades to another protocol from HTTP.voidHttpServerUpgradeHandler.SourceCodec. upgradeFrom(ChannelHandlerContext ctx)Removes this codec (i.e. all associated handlers) from the pipeline.voidHttpClientUpgradeHandler.UpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpResponse upgradeResponse)Performs an HTTP protocol upgrade from the source codec.voidHttpServerUpgradeHandler.UpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest)Performs an HTTP protocol upgrade from the source codec.voidHttpObjectDecoder. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidHttpClientUpgradeHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidHttpObjectEncoder. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidHttpServerKeepAliveHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.http.cors
Methods in io.netty.handler.codec.http.cors with parameters of type ChannelHandlerContext Modifier and Type Method Description voidCorsHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidCorsHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart with parameters of type ChannelHandlerContext Modifier and Type Method Description HttpContentHttpPostRequestEncoder. readChunk(ChannelHandlerContext ctx)Deprecated. -
Uses of ChannelHandlerContext in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx with parameters of type ChannelHandlerContext Modifier and Type Method Description voidUtf8FrameValidator. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)protected voidWebSocket08FrameDecoder. checkCloseFrameBody(ChannelHandlerContext ctx, ByteBuf buffer)ChannelFutureWebSocketClientHandshaker. close(ChannelHandlerContext ctx, CloseWebSocketFrame frame)Performs the closing handshakeChannelFutureWebSocketClientHandshaker. close(ChannelHandlerContext ctx, CloseWebSocketFrame frame, ChannelPromise promise)Performs the closing handshakeChannelFutureWebSocketServerHandshaker. close(ChannelHandlerContext ctx, CloseWebSocketFrame frame)Performs the closing handshake.ChannelFutureWebSocketServerHandshaker. close(ChannelHandlerContext ctx, CloseWebSocketFrame frame, ChannelPromise promise)Performs the closing handshake.ChannelFutureWebSocketServerHandshaker00. close(ChannelHandlerContext ctx, CloseWebSocketFrame frame, ChannelPromise promise)Echo back the closing frameprotected voidWebSocket00FrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidWebSocket08FrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidWebSocketClientProtocolHandler. decode(ChannelHandlerContext ctx, WebSocketFrame frame, java.util.List<java.lang.Object> out)protected voidWebSocketServerProtocolHandler. decode(ChannelHandlerContext ctx, WebSocketFrame frame, java.util.List<java.lang.Object> out)protected voidWebSocket00FrameEncoder. encode(ChannelHandlerContext ctx, WebSocketFrame msg, java.util.List<java.lang.Object> out)protected voidWebSocket08FrameEncoder. encode(ChannelHandlerContext ctx, WebSocketFrame msg, java.util.List<java.lang.Object> out)voidUtf8FrameValidator. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidWebSocketServerProtocolHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidWebSocketClientProtocolHandler. handlerAdded(ChannelHandlerContext ctx)voidWebSocketServerProtocolHandler. handlerAdded(ChannelHandlerContext ctx)WebSocketFrameWebSocketChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated. -
Uses of ChannelHandlerContext in io.netty.handler.codec.http.websocketx.extensions
Methods in io.netty.handler.codec.http.websocketx.extensions with parameters of type ChannelHandlerContext Modifier and Type Method Description voidWebSocketClientExtensionHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidWebSocketServerExtensionHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)protected voidWebSocketServerExtensionHandler. onHttpRequestChannelRead(ChannelHandlerContext ctx, HttpRequest request)This is a method exposed to perform fail-fast checks of user-defined http types.protected voidWebSocketServerExtensionHandler. onHttpResponseWrite(ChannelHandlerContext ctx, HttpResponse response, ChannelPromise promise)This is a method exposed to perform fail-fast checks of user-defined http types.voidWebSocketClientExtensionHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidWebSocketServerExtensionHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return ChannelHandlerContext Modifier and Type Method Description ChannelHandlerContextDefaultHttp2RemoteFlowController. channelHandlerContext()ChannelHandlerContextHttp2RemoteFlowController. channelHandlerContext()Get theChannelHandlerContextfor which to apply flow control on.Methods in io.netty.handler.codec.http2 with parameters of type ChannelHandlerContext Modifier and Type Method Description voidHttp2ConnectionHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidHttp2ConnectionHandler. channelActive(ChannelHandlerContext ctx)voidDefaultHttp2LocalFlowController. channelHandlerContext(ChannelHandlerContext ctx)voidDefaultHttp2RemoteFlowController. channelHandlerContext(ChannelHandlerContext ctx)Set theChannelHandlerContextfor which to apply flow control on.voidHttp2FlowController. channelHandlerContext(ChannelHandlerContext ctx)Set theChannelHandlerContextfor which to apply flow control on.voidHttp2ConnectionHandler. channelInactive(ChannelHandlerContext ctx)voidHttp2MultiplexCodec. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)Deprecated.voidHttp2MultiplexHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidInboundHttpToHttp2Adapter. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidHttp2ConnectionHandler. channelReadComplete(ChannelHandlerContext ctx)voidHttp2MultiplexCodec. channelReadComplete(ChannelHandlerContext ctx)Deprecated.Notifies any child streams of the read completion.voidHttp2MultiplexHandler. channelReadComplete(ChannelHandlerContext ctx)Notifies any child streams of the read completion.voidHttp2ConnectionHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidHttp2MultiplexCodec. channelWritabilityChanged(ChannelHandlerContext ctx)Deprecated.voidHttp2MultiplexHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidHttp2ConnectionHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidHttp2ConnectionHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected voidCleartextHttp2ServerUpgradeHandler. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)Peek inbound message to determine current connection wants to start HTTP/2 by HTTP upgrade or prior knowledgeprotected voidHttp2ConnectionHandler. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidHttp2StreamFrameToHttpObjectCodec. decode(ChannelHandlerContext ctx, Http2StreamFrame frame, java.util.List<java.lang.Object> out)voidDecoratingHttp2ConnectionDecoder. decodeFrame(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)voidDefaultHttp2ConnectionDecoder. decodeFrame(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)voidHttp2ConnectionDecoder. decodeFrame(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)Called by theHttp2ConnectionHandlerto decode the next frame from the input buffer.voidHttp2ConnectionHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidHttp2ConnectionHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)protected voidHttp2StreamFrameToHttpObjectCodec. encode(ChannelHandlerContext ctx, HttpObject obj, java.util.List<java.lang.Object> out)Encode from anHttpObjectto anHttp2StreamFrame.voidHttp2RemoteFlowController.FlowControlled. error(ChannelHandlerContext ctx, java.lang.Throwable cause)Called to indicate that an error occurred before this object could be completely written.voidHttp2ConnectionHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)HandlesHttp2Exceptionobjects that were thrown from other handlers.voidHttp2MultiplexHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)protected voidInboundHttp2ToHttpAdapter. fireChannelRead(ChannelHandlerContext ctx, FullHttpMessage msg, boolean release, Http2Stream stream)Set final headers and fire a channel read eventvoidHttp2ConnectionHandler. flush(ChannelHandlerContext ctx)ChannelFutureHttp2ConnectionHandler. goAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)ChannelFutureHttp2LifecycleManager. goAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)Prevents the peer from creating streams and close the connection iferrorCodeis notHttp2Error.NO_ERROR.voidCleartextHttp2ServerUpgradeHandler. handlerAdded(ChannelHandlerContext ctx)voidHttp2ChannelDuplexHandler. handlerAdded(ChannelHandlerContext ctx)voidHttp2ConnectionHandler. handlerAdded(ChannelHandlerContext ctx)voidHttp2FrameCodec. handlerAdded(ChannelHandlerContext ctx)voidHttp2StreamFrameToHttpObjectCodec. handlerAdded(ChannelHandlerContext ctx)protected voidHttp2ChannelDuplexHandler. handlerAdded0(ChannelHandlerContext ctx)voidHttp2MultiplexCodec. handlerAdded0(ChannelHandlerContext ctx)Deprecated.protected voidHttp2MultiplexHandler. handlerAdded0(ChannelHandlerContext ctx)voidHttp2ChannelDuplexHandler. handlerRemoved(ChannelHandlerContext ctx)protected voidHttp2ChannelDuplexHandler. handlerRemoved0(ChannelHandlerContext ctx)protected voidHttp2ConnectionHandler. handlerRemoved0(ChannelHandlerContext ctx)voidHttp2MultiplexCodec. handlerRemoved0(ChannelHandlerContext ctx)Deprecated.protected voidHttp2MultiplexHandler. handlerRemoved0(ChannelHandlerContext ctx)protected voidHttp2ConnectionHandler. handleServerHeaderDecodeSizeError(ChannelHandlerContext ctx, Http2Stream stream)Notifies client that this server has received headers that are larger than what it is willing to accept.booleanHttp2PromisedRequestVerifier. isAuthoritative(ChannelHandlerContext ctx, Http2Headers headers)Determine if aHttp2Headersare authoritative for a particularChannelHandlerContext.protected booleanHttp2StreamFrameToHttpObjectCodec. isSsl(ChannelHandlerContext ctx)voidHttp2FrameLogger. logData(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream)voidHttp2FrameLogger. logGoAway(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)voidHttp2FrameLogger. logHeaders(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream)voidHttp2FrameLogger. logHeaders(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream)voidHttp2FrameLogger. logPing(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, long data)voidHttp2FrameLogger. logPingAck(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, long data)voidHttp2FrameLogger. logPriority(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive)voidHttp2FrameLogger. logPushPromise(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)voidHttp2FrameLogger. logRstStream(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, long errorCode)voidHttp2FrameLogger. logSettings(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, Http2Settings settings)voidHttp2FrameLogger. logSettingsAck(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx)voidHttp2FrameLogger. logUnknownFrame(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf data)voidHttp2FrameLogger. logWindowsUpdate(Http2FrameLogger.Direction direction, ChannelHandlerContext ctx, int streamId, int windowSizeIncrement)booleanHttp2RemoteFlowController.FlowControlled. merge(ChannelHandlerContext ctx, Http2RemoteFlowController.FlowControlled next)Merge the contents of thenextmessage into this message so they can be written out as one unit.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.protected voidHttp2ConnectionHandler. onConnectionError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception http2Ex)Handler for a connection error.protected voidHttp2FrameCodec. onConnectionError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception http2Ex)intDelegatingDecompressorFrameListener. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)intHttp2EventAdapter. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)intHttp2FrameAdapter. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)intHttp2FrameListener. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)Handles an inboundDATAframe.intHttp2FrameListenerDecorator. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)intInboundHttp2ToHttpAdapter. onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)voidHttp2ConnectionHandler. onError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause)Central handler for all exceptions caught during HTTP/2 processing.voidHttp2LifecycleManager. onError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause)Processes the given error.voidHttp2EventAdapter. onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)voidHttp2FrameAdapter. onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)voidHttp2FrameListener. onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)Handles an inboundGO_AWAYframe.voidHttp2FrameListenerDecorator. onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)voidDelegatingDecompressorFrameListener. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream)voidDelegatingDecompressorFrameListener. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream)voidHttp2EventAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream)voidHttp2EventAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream)voidHttp2FrameAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream)voidHttp2FrameAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream)voidHttp2FrameListener. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endOfStream)Handles an inboundHEADERSframe.voidHttp2FrameListener. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream)Handles an inboundHEADERSframe with priority information specified.voidHttp2FrameListenerDecorator. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream)voidHttp2FrameListenerDecorator. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream)voidInboundHttp2ToHttpAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endOfStream)voidInboundHttp2ToHttpAdapter. onHeadersRead(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream)voidHttp2EventAdapter. onPingAckRead(ChannelHandlerContext ctx, long data)voidHttp2FrameAdapter. onPingAckRead(ChannelHandlerContext ctx, long data)voidHttp2FrameListener. onPingAckRead(ChannelHandlerContext ctx, long data)Handles an inboundPINGacknowledgment.voidHttp2FrameListenerDecorator. onPingAckRead(ChannelHandlerContext ctx, long data)voidHttp2EventAdapter. onPingRead(ChannelHandlerContext ctx, long data)voidHttp2FrameAdapter. onPingRead(ChannelHandlerContext ctx, long data)voidHttp2FrameListener. onPingRead(ChannelHandlerContext ctx, long data)Handles an inboundPINGframe.voidHttp2FrameListenerDecorator. onPingRead(ChannelHandlerContext ctx, long data)voidHttp2EventAdapter. onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive)voidHttp2FrameAdapter. onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive)voidHttp2FrameListener. onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive)Handles an inboundPRIORITYframe.voidHttp2FrameListenerDecorator. onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive)voidHttp2EventAdapter. onPushPromiseRead(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)voidHttp2FrameAdapter. onPushPromiseRead(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)voidHttp2FrameListener. onPushPromiseRead(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)Handles an inboundPUSH_PROMISEframe.voidHttp2FrameListenerDecorator. onPushPromiseRead(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)voidInboundHttp2ToHttpAdapter. onPushPromiseRead(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding)voidHttp2EventAdapter. onRstStreamRead(ChannelHandlerContext ctx, int streamId, long errorCode)voidHttp2FrameAdapter. onRstStreamRead(ChannelHandlerContext ctx, int streamId, long errorCode)voidHttp2FrameListener. onRstStreamRead(ChannelHandlerContext ctx, int streamId, long errorCode)Handles an inboundRST_STREAMframe.voidHttp2FrameListenerDecorator. onRstStreamRead(ChannelHandlerContext ctx, int streamId, long errorCode)voidInboundHttp2ToHttpAdapter. onRstStreamRead(ChannelHandlerContext ctx, int streamId, long errorCode)voidHttp2EventAdapter. onSettingsAckRead(ChannelHandlerContext ctx)voidHttp2FrameAdapter. onSettingsAckRead(ChannelHandlerContext ctx)voidHttp2FrameListener. onSettingsAckRead(ChannelHandlerContext ctx)Handles an inboundSETTINGSacknowledgment frame.voidHttp2FrameListenerDecorator. onSettingsAckRead(ChannelHandlerContext ctx)voidHttp2EventAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidHttp2FrameAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidHttp2FrameListener. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)Handles an inboundSETTINGSframe.voidHttp2FrameListenerDecorator. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)voidInboundHttp2ToHttpAdapter. onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings)protected voidHttp2ConnectionHandler. onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception.StreamException http2Ex)Handler for a stream error.protected voidHttp2FrameCodec. onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception.StreamException streamException)Exceptions for unknown streams, that is streams that have noHttp2FrameStreamobject attached are simply logged and replied to by sending a RST_STREAM frame.voidHttp2EventAdapter. onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload)voidHttp2FrameAdapter. onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload)voidHttp2FrameListener. onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload)Handler for a frame not defined by the HTTP/2 spec.voidHttp2FrameListenerDecorator. onUnknownFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload)voidHttp2EventAdapter. onWindowUpdateRead(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement)voidHttp2FrameAdapter. onWindowUpdateRead(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement)voidHttp2FrameListener. onWindowUpdateRead(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement)Handles an inboundWINDOW_UPDATEframe.voidHttp2FrameListenerDecorator. onWindowUpdateRead(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement)voidHttp2StreamChannelBootstrap. open0(ChannelHandlerContext ctx, Promise<Http2StreamChannel> promise)Deprecated.should not be used directly.booleanHttp2ServerUpgradeCodec. prepareUpgradeResponse(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders headers)protected FullHttpMessageInboundHttp2ToHttpAdapter. processHeadersBegin(ChannelHandlerContext ctx, Http2Stream stream, Http2Headers headers, boolean endOfStream, boolean allowAppend, boolean appendToTrailer)Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.voidHttp2ConnectionHandler. read(ChannelHandlerContext ctx)Http2DataFrameHttp2DataChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated.voidDefaultHttp2FrameReader. readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener)voidHttp2FrameReader. readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener)Attempts to read the next frame from the input buffer.voidHttp2InboundFrameLogger. readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener)ChannelFutureHttp2ConnectionHandler. resetStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureHttp2LifecycleManager. resetStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)Ensure the stream identified bystreamIdis reset.java.util.Collection<java.lang.CharSequence>Http2ClientUpgradeCodec. setUpgradeHeaders(ChannelHandlerContext ctx, HttpRequest upgradeRequest)static ByteBufHttp2CodecUtil. toByteBuf(ChannelHandlerContext ctx, java.lang.Throwable cause)Creates a buffer containing the error message from the given exception.voidHttp2ClientUpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpResponse upgradeResponse)voidHttp2ServerUpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest)voidHttp2FrameCodec. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)Handles the cleartext HTTP upgrade event.voidHttp2MultiplexHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidHttp2ConnectionHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidHttp2FrameCodec. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)Processes allHttp2Frames.voidHttp2RemoteFlowController.FlowControlled. write(ChannelHandlerContext ctx, int allowedBytes)Writes up toallowedBytesof the encapsulated payload to the stream.voidHttpToHttp2ConnectionHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)Handles conversion ofHttpMessageandHttpContentto HTTP/2 frames.ChannelFutureCompressorHttp2ConnectionEncoder. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise)ChannelFutureHttp2DataWriter. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise)Writes aDATAframe to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endStream, ChannelPromise promise)ChannelFutureStreamBufferingEncoder. writeData(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)ChannelFutureHttp2ConnectionEncoder. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)Writes the given data to the internalHttp2FrameWriterwithout performing any state checks on the connection/stream.ChannelFutureHttp2FrameWriter. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)Generic write method for any HTTP/2 frame.ChannelFutureHttp2OutboundFrameLogger. writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)Writes a GO_AWAY frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeGoAway(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData, ChannelPromise promise)ChannelFutureCompressorHttp2ConnectionEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureCompressorHttp2ConnectionEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)Writes a HEADERS frame to the remote endpoint.ChannelFutureHttp2FrameWriter. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream, ChannelPromise promise)Writes a HEADERS frame with priority specified to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureHttp2OutboundFrameLogger. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endStream, ChannelPromise promise)ChannelFutureStreamBufferingEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int padding, boolean endStream, ChannelPromise promise)ChannelFutureStreamBufferingEncoder. writeHeaders(ChannelHandlerContext ctx, int streamId, Http2Headers headers, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writePing(ChannelHandlerContext ctx, boolean ack, long data, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writePing(ChannelHandlerContext ctx, boolean ack, long data, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writePing(ChannelHandlerContext ctx, boolean ack, long data, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writePing(ChannelHandlerContext ctx, boolean ack, long data, ChannelPromise promise)Writes a PING frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writePing(ChannelHandlerContext ctx, boolean ack, long data, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writePriority(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writePriority(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writePriority(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writePriority(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive, ChannelPromise promise)Writes a PRIORITY frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writePriority(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight, boolean exclusive, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writePushPromise(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writePushPromise(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writePushPromise(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writePushPromise(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding, ChannelPromise promise)Writes a PUSH_PROMISE frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writePushPromise(ChannelHandlerContext ctx, int streamId, int promisedStreamId, Http2Headers headers, int padding, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)Writes a RST_STREAM frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureStreamBufferingEncoder. writeRstStream(ChannelHandlerContext ctx, int streamId, long errorCode, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)Writes a SETTINGS frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeSettings(ChannelHandlerContext ctx, Http2Settings settings, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)Writes a SETTINGS acknowledgment to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureStreamBufferingEncoder. writeSettingsAck(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDecoratingHttp2FrameWriter. writeWindowUpdate(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement, ChannelPromise promise)ChannelFutureDefaultHttp2ConnectionEncoder. writeWindowUpdate(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement, ChannelPromise promise)ChannelFutureDefaultHttp2FrameWriter. writeWindowUpdate(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement, ChannelPromise promise)ChannelFutureHttp2FrameWriter. writeWindowUpdate(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement, ChannelPromise promise)Writes a WINDOW_UPDATE frame to the remote endpoint.ChannelFutureHttp2OutboundFrameLogger. writeWindowUpdate(ChannelHandlerContext ctx, int streamId, int windowSizeIncrement, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 with parameters of type ChannelHandlerContext Modifier and Type Method Description voidHttp3FrameToHttpObjectCodec. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidHttp3ConnectionHandler. channelActive(ChannelHandlerContext ctx)protected voidHttp3FrameToHttpObjectCodec. channelInputClosed(ChannelHandlerContext ctx)protected abstract voidHttp3RequestStreamInboundHandler. channelInputClosed(ChannelHandlerContext ctx)Called once the input is closed and so no more inbound data is received on it.voidHttp3ConnectionHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)protected voidHttp3FrameToHttpObjectCodec. channelRead(ChannelHandlerContext ctx, Http3DataFrame frame)protected voidHttp3FrameToHttpObjectCodec. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)protected abstract voidHttp3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3DataFrame frame)Called once aHttp3DataFrameis ready for this stream to process.protected abstract voidHttp3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3HeadersFrame frame)Called once aHttp3HeadersFrameis ready for this stream to process.protected voidHttp3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3UnknownFrame frame)Called once aHttp3UnknownFrameis ready for this stream to process.voidHttp3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidHttp3FrameToHttpObjectCodec. close(ChannelHandlerContext ctx, ChannelPromise promise)voidHttp3FrameToHttpObjectCodec. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected @Nullable QuicStreamChannelHttp3RequestStreamInboundHandler. controlStream(ChannelHandlerContext ctx)Return the local control stream for this HTTP/3 connection.voidHttp3FrameToHttpObjectCodec. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidHttp3FrameToHttpObjectCodec. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)voidHttp3RequestStreamInboundHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidHttp3FrameToHttpObjectCodec. flush(ChannelHandlerContext ctx)protected voidHttp3RequestStreamInboundHandler. handleHttp3Exception(ChannelHandlerContext ctx, Http3Exception exception)Called once aHttp3Exceptionshould be handled.protected voidHttp3RequestStreamInboundHandler. handleQuicException(ChannelHandlerContext ctx, QuicException exception)Called once aQuicExceptionshould be handled.voidHttp3ConnectionHandler. handlerAdded(ChannelHandlerContext ctx)voidHttp3FrameToHttpObjectCodec. read(ChannelHandlerContext ctx)voidHttp3RequestStreamInboundHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidHttp3FrameToHttpObjectCodec. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)Encode from anHttpObjectto anHttp3RequestStreamFrame. -
Uses of ChannelHandlerContext in io.netty.handler.codec.json
Methods in io.netty.handler.codec.json with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidJsonObjectDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected ByteBufJsonObjectDecoder. extractObject(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length)Override this method if you want to filter the json objects/arrays that get passed through the pipeline. -
Uses of ChannelHandlerContext in io.netty.handler.codec.marshalling
Methods in io.netty.handler.codec.marshalling with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidCompatibleMarshallingDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer, java.util.List<java.lang.Object> out)protected java.lang.ObjectMarshallingDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)protected voidCompatibleMarshallingDecoder. decodeLast(ChannelHandlerContext ctx, ByteBuf buffer, java.util.List<java.lang.Object> out)protected voidCompatibleMarshallingEncoder. encode(ChannelHandlerContext ctx, java.lang.Object msg, ByteBuf out)protected voidMarshallingEncoder. encode(ChannelHandlerContext ctx, java.lang.Object msg, ByteBuf out)voidCompatibleMarshallingDecoder. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)protected ByteBufMarshallingDecoder. extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length)org.jboss.marshalling.MarshallerDefaultMarshallerProvider. getMarshaller(ChannelHandlerContext ctx)org.jboss.marshalling.MarshallerMarshallerProvider. getMarshaller(ChannelHandlerContext ctx)Get aMarshallerfor the givenChannelHandlerContextorg.jboss.marshalling.MarshallerThreadLocalMarshallerProvider. getMarshaller(ChannelHandlerContext ctx)org.jboss.marshalling.UnmarshallerContextBoundUnmarshallerProvider. getUnmarshaller(ChannelHandlerContext ctx)org.jboss.marshalling.UnmarshallerDefaultUnmarshallerProvider. getUnmarshaller(ChannelHandlerContext ctx)org.jboss.marshalling.UnmarshallerThreadLocalUnmarshallerProvider. getUnmarshaller(ChannelHandlerContext ctx)org.jboss.marshalling.UnmarshallerUnmarshallerProvider. getUnmarshaller(ChannelHandlerContext ctx)Get theUnmarshallerfor the givenChannelHandlerContext -
Uses of ChannelHandlerContext in io.netty.handler.codec.memcache
Methods in io.netty.handler.codec.memcache with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidAbstractMemcacheObjectEncoder. encode(ChannelHandlerContext ctx, java.lang.Object msg, java.util.List<java.lang.Object> out)protected abstract ByteBufAbstractMemcacheObjectEncoder. encodeMessage(ChannelHandlerContext ctx, M msg)Take the givenMemcacheMessageand encode it into a writableByteBuf. -
Uses of ChannelHandlerContext in io.netty.handler.codec.memcache.binary
Methods in io.netty.handler.codec.memcache.binary with parameters of type ChannelHandlerContext Modifier and Type Method Description voidAbstractBinaryMemcacheDecoder. channelInactive(ChannelHandlerContext ctx)When the channel goes inactive, release all frames to prevent data leaks.protected voidAbstractBinaryMemcacheDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected ByteBufAbstractBinaryMemcacheEncoder. encodeMessage(ChannelHandlerContext ctx, M msg) -
Uses of ChannelHandlerContext in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidMqttDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer, java.util.List<java.lang.Object> out)protected voidMqttEncoder. encode(ChannelHandlerContext ctx, MqttMessage msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.protobuf
Methods in io.netty.handler.codec.protobuf with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidProtobufDecoder. decode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected voidProtobufDecoderNano. decode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected voidProtobufVarint32FrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidProtobufEncoder. encode(ChannelHandlerContext ctx, com.google.protobuf.MessageLiteOrBuilder msg, java.util.List<java.lang.Object> out)protected voidProtobufEncoderNano. encode(ChannelHandlerContext ctx, com.google.protobuf.nano.MessageNano msg, java.util.List<java.lang.Object> out)protected voidProtobufVarint32LengthFieldPrepender. encode(ChannelHandlerContext ctx, ByteBuf msg, ByteBuf out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic with parameters of type ChannelHandlerContext Modifier and Type Method Description voidQuicCodecDispatcher. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidQuicCodecDispatcher. channelReadComplete(ChannelHandlerContext ctx)voidQuicCodecDispatcher. handlerAdded(ChannelHandlerContext ctx)voidQuicCodecDispatcher. handlerRemoved(ChannelHandlerContext ctx) -
Uses of ChannelHandlerContext in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidRedisArrayAggregator. decode(ChannelHandlerContext ctx, RedisMessage msg, java.util.List<java.lang.Object> out)protected voidRedisDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidRedisEncoder. encode(ChannelHandlerContext ctx, RedisMessage msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.sctp
Methods in io.netty.handler.codec.sctp with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidSctpInboundByteStreamHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)protected voidSctpMessageCompletionHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)protected voidSctpOutboundByteStreamHandler. encode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)voidSctpMessageCompletionHandler. handlerRemoved(ChannelHandlerContext ctx) -
Uses of ChannelHandlerContext in io.netty.handler.codec.serialization
Methods in io.netty.handler.codec.serialization with parameters of type ChannelHandlerContext Modifier and Type Method Description protected java.lang.ObjectObjectDecoder. decode(ChannelHandlerContext ctx, ByteBuf in)Deprecated.protected voidCompatibleObjectEncoder. encode(ChannelHandlerContext ctx, java.io.Serializable msg, ByteBuf out)Deprecated.protected voidObjectEncoder. encode(ChannelHandlerContext ctx, java.io.Serializable msg, ByteBuf out)Deprecated. -
Uses of ChannelHandlerContext in io.netty.handler.codec.smtp
Methods in io.netty.handler.codec.smtp with parameters of type ChannelHandlerContext Modifier and Type Method Description protected SmtpResponseSmtpResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf buffer)protected voidSmtpRequestEncoder. encode(ChannelHandlerContext ctx, java.lang.Object msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.socks
Methods in io.netty.handler.codec.socks with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidSocksAuthRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksAuthResponseDecoder. decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksCmdRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksCmdResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksInitRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksInitResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf byteBuf, java.util.List<java.lang.Object> out)protected voidSocksMessageEncoder. encode(ChannelHandlerContext ctx, SocksMessage msg, ByteBuf out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.socksx
Methods in io.netty.handler.codec.socksx with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidSocksPortUnificationServerHandler. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.socksx.v4
Methods in io.netty.handler.codec.socksx.v4 with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidSocks4ClientDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks4ServerDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks4ClientEncoder. encode(ChannelHandlerContext ctx, Socks4CommandRequest msg, ByteBuf out)protected voidSocks4ServerEncoder. encode(ChannelHandlerContext ctx, Socks4CommandResponse msg, ByteBuf out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.socksx.v5
Methods in io.netty.handler.codec.socksx.v5 with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidSocks5CommandRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5CommandResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5InitialRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5InitialResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5PasswordAuthRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5PasswordAuthResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5PrivateAuthRequestDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5PrivateAuthResponseDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSocks5ClientEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)protected voidSocks5ServerEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy with parameters of type ChannelHandlerContext Modifier and Type Method Description voidSpdyFrameCodec. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidSpdyHttpDecoder. channelInactive(ChannelHandlerContext ctx)voidSpdySessionHandler. channelInactive(ChannelHandlerContext ctx)voidSpdySessionHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidSpdyFrameCodec. channelReadComplete(ChannelHandlerContext ctx)voidSpdyFrameCodec. close(ChannelHandlerContext ctx, ChannelPromise promise)voidSpdySessionHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidSpdyFrameCodec. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected voidSpdyFrameCodec. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSpdyHttpDecoder. decode(ChannelHandlerContext ctx, SpdyFrame msg, java.util.List<java.lang.Object> out)protected voidSpdyHttpResponseStreamIdHandler. decode(ChannelHandlerContext ctx, java.lang.Object msg, java.util.List<java.lang.Object> out)voidSpdyFrameCodec. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidSpdyFrameCodec. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)protected voidSpdyHttpEncoder. encode(ChannelHandlerContext ctx, HttpObject msg, java.util.List<java.lang.Object> out)protected voidSpdyHttpResponseStreamIdHandler. encode(ChannelHandlerContext ctx, HttpMessage msg, java.util.List<java.lang.Object> out)voidSpdySessionHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidSpdyFrameCodec. flush(ChannelHandlerContext ctx)voidSpdyFrameCodec. handlerAdded(ChannelHandlerContext ctx)voidSpdyFrameCodec. read(ChannelHandlerContext ctx)voidSpdyFrameCodec. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidSpdySessionHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.codec.stomp
Methods in io.netty.handler.codec.stomp with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidStompSubframeDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidStompSubframeEncoder. encode(ChannelHandlerContext ctx, StompSubframe msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.string
Methods in io.netty.handler.codec.string with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidStringDecoder. decode(ChannelHandlerContext ctx, ByteBuf msg, java.util.List<java.lang.Object> out)protected voidLineEncoder. encode(ChannelHandlerContext ctx, java.lang.CharSequence msg, java.util.List<java.lang.Object> out)protected voidStringEncoder. encode(ChannelHandlerContext ctx, java.lang.CharSequence msg, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.codec.xml
Methods in io.netty.handler.codec.xml with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidXmlDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidXmlFrameDecoder. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out) -
Uses of ChannelHandlerContext in io.netty.handler.flow
Methods in io.netty.handler.flow with parameters of type ChannelHandlerContext Modifier and Type Method Description voidFlowControlHandler. channelInactive(ChannelHandlerContext ctx)voidFlowControlHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidFlowControlHandler. channelReadComplete(ChannelHandlerContext ctx)voidFlowControlHandler. handlerAdded(ChannelHandlerContext ctx)voidFlowControlHandler. handlerRemoved(ChannelHandlerContext ctx)voidFlowControlHandler. read(ChannelHandlerContext ctx) -
Uses of ChannelHandlerContext in io.netty.handler.flush
Methods in io.netty.handler.flush with parameters of type ChannelHandlerContext Modifier and Type Method Description voidFlushConsolidationHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidFlushConsolidationHandler. channelReadComplete(ChannelHandlerContext ctx)voidFlushConsolidationHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidFlushConsolidationHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidFlushConsolidationHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)voidFlushConsolidationHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidFlushConsolidationHandler. flush(ChannelHandlerContext ctx)voidFlushConsolidationHandler. handlerAdded(ChannelHandlerContext ctx)voidFlushConsolidationHandler. handlerRemoved(ChannelHandlerContext ctx) -
Uses of ChannelHandlerContext in io.netty.handler.ipfilter
Methods in io.netty.handler.ipfilter with parameters of type ChannelHandlerContext Modifier and Type Method Description protected abstract booleanAbstractRemoteAddressFilter. accept(ChannelHandlerContext ctx, T remoteAddress)This method is called immediately after aChannelgets registered.protected booleanIpSubnetFilter. accept(ChannelHandlerContext ctx, java.net.InetSocketAddress remoteAddress)protected booleanRuleBasedIpFilter. accept(ChannelHandlerContext ctx, java.net.InetSocketAddress remoteAddress)protected booleanUniqueIpFilter. accept(ChannelHandlerContext ctx, java.net.InetSocketAddress remoteAddress)protected voidAbstractRemoteAddressFilter. channelAccepted(ChannelHandlerContext ctx, T remoteAddress)This method is called ifremoteAddressgets accepted byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress).voidAbstractRemoteAddressFilter. channelActive(ChannelHandlerContext ctx)voidAbstractRemoteAddressFilter. channelRegistered(ChannelHandlerContext ctx)protected ChannelFutureAbstractRemoteAddressFilter. channelRejected(ChannelHandlerContext ctx, T remoteAddress)This method is called ifremoteAddressgets rejected byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress). -
Uses of ChannelHandlerContext in io.netty.handler.logging
Methods in io.netty.handler.logging with parameters of type ChannelHandlerContext Modifier and Type Method Description voidLoggingHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidLoggingHandler. channelActive(ChannelHandlerContext ctx)voidLoggingHandler. channelInactive(ChannelHandlerContext ctx)voidLoggingHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidLoggingHandler. channelReadComplete(ChannelHandlerContext ctx)voidLoggingHandler. channelRegistered(ChannelHandlerContext ctx)voidLoggingHandler. channelUnregistered(ChannelHandlerContext ctx)voidLoggingHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidLoggingHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidLoggingHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)voidLoggingHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidLoggingHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)voidLoggingHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidLoggingHandler. flush(ChannelHandlerContext ctx)protected java.lang.StringLoggingHandler. format(ChannelHandlerContext ctx, java.lang.String eventName)Formats an event and returns the formatted message.protected java.lang.StringLoggingHandler. format(ChannelHandlerContext ctx, java.lang.String eventName, java.lang.Object arg)Formats an event and returns the formatted message.protected java.lang.StringLoggingHandler. format(ChannelHandlerContext ctx, java.lang.String eventName, java.lang.Object firstArg, java.lang.Object secondArg)Formats an event and returns the formatted message.voidLoggingHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidLoggingHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.pcap
Methods in io.netty.handler.pcap with parameters of type ChannelHandlerContext Modifier and Type Method Description voidPcapWriteHandler. channelActive(ChannelHandlerContext ctx)voidPcapWriteHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidPcapWriteHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidPcapWriteHandler. handlerRemoved(ChannelHandlerContext ctx)voidPcapWriteHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.proxy
Methods in io.netty.handler.proxy with parameters of type ChannelHandlerContext Modifier and Type Method Description protected voidHttpProxyHandler. addCodec(ChannelHandlerContext ctx)protected abstract voidProxyHandler. addCodec(ChannelHandlerContext ctx)Adds the codec handlers required to communicate with the proxy server.protected voidSocks4ProxyHandler. addCodec(ChannelHandlerContext ctx)protected voidSocks5ProxyHandler. addCodec(ChannelHandlerContext ctx)voidProxyHandler. channelActive(ChannelHandlerContext ctx)voidProxyHandler. channelInactive(ChannelHandlerContext ctx)voidProxyHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidProxyHandler. channelReadComplete(ChannelHandlerContext ctx)voidProxyHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)voidProxyHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidProxyHandler. flush(ChannelHandlerContext ctx)voidProxyHandler. handlerAdded(ChannelHandlerContext ctx)protected booleanHttpProxyHandler. handleResponse(ChannelHandlerContext ctx, java.lang.Object response)protected abstract booleanProxyHandler. handleResponse(ChannelHandlerContext ctx, java.lang.Object response)Handles the message received from the proxy server.protected booleanSocks4ProxyHandler. handleResponse(ChannelHandlerContext ctx, java.lang.Object response)protected booleanSocks5ProxyHandler. handleResponse(ChannelHandlerContext ctx, java.lang.Object response)protected java.lang.ObjectHttpProxyHandler. newInitialMessage(ChannelHandlerContext ctx)protected abstract java.lang.ObjectProxyHandler. newInitialMessage(ChannelHandlerContext ctx)Returns a new message that is sent at first time when the connection to the proxy server has been established.protected java.lang.ObjectSocks4ProxyHandler. newInitialMessage(ChannelHandlerContext ctx)protected java.lang.ObjectSocks5ProxyHandler. newInitialMessage(ChannelHandlerContext ctx)protected voidHttpProxyHandler. removeDecoder(ChannelHandlerContext ctx)protected abstract voidProxyHandler. removeDecoder(ChannelHandlerContext ctx)Removes the decoders added inProxyHandler.addCodec(ChannelHandlerContext).protected voidSocks4ProxyHandler. removeDecoder(ChannelHandlerContext ctx)protected voidSocks5ProxyHandler. removeDecoder(ChannelHandlerContext ctx)protected voidHttpProxyHandler. removeEncoder(ChannelHandlerContext ctx)protected abstract voidProxyHandler. removeEncoder(ChannelHandlerContext ctx)Removes the encoders added inProxyHandler.addCodec(ChannelHandlerContext).protected voidSocks4ProxyHandler. removeEncoder(ChannelHandlerContext ctx)protected voidSocks5ProxyHandler. removeEncoder(ChannelHandlerContext ctx)voidProxyHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.ssl
Methods in io.netty.handler.ssl with parameters of type ChannelHandlerContext Modifier and Type Method Description voidSslClientHelloHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidSslHandler. bind(ChannelHandlerContext ctx, java.net.SocketAddress localAddress, ChannelPromise promise)voidAbstractSniHandler. channelActive(ChannelHandlerContext ctx)voidSslHandler. channelActive(ChannelHandlerContext ctx)Issues an initial TLS handshake once connected when used in client-modevoidApplicationProtocolNegotiationHandler. channelInactive(ChannelHandlerContext ctx)voidSslHandler. channelInactive(ChannelHandlerContext ctx)voidApplicationProtocolNegotiationHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidSslHandler. channelReadComplete(ChannelHandlerContext ctx)voidSslClientHelloHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)voidSslHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)protected abstract voidApplicationProtocolNegotiationHandler. configurePipeline(ChannelHandlerContext ctx, java.lang.String protocol)Invoked on successful initial SSL/TLS handshake.voidSslClientHelloHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)voidSslHandler. connect(ChannelHandlerContext ctx, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, ChannelPromise promise)protected voidOptionalSslHandler. decode(ChannelHandlerContext context, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSslClientHelloHandler. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)protected voidSslHandler. decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out)voidSslClientHelloHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidSslHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)voidSslClientHelloHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)voidSslHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)voidApplicationProtocolNegotiationHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidSslHandler. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidSslClientHelloHandler. flush(ChannelHandlerContext ctx)voidSslHandler. flush(ChannelHandlerContext ctx)voidAbstractSniHandler. handlerAdded(ChannelHandlerContext ctx)voidApplicationProtocolNegotiationHandler. handlerAdded(ChannelHandlerContext ctx)voidSslHandler. handlerAdded(ChannelHandlerContext ctx)voidApplicationProtocolNegotiationHandler. handlerRemoved(ChannelHandlerContext ctx)protected voidSslClientHelloHandler. handlerRemoved0(ChannelHandlerContext ctx)voidSslHandler. handlerRemoved0(ChannelHandlerContext ctx)protected voidApplicationProtocolNegotiationHandler. handshakeFailure(ChannelHandlerContext ctx, java.lang.Throwable cause)Invoked on failed initial SSL/TLS handshake.protected Future<T>AbstractSniHandler. lookup(ChannelHandlerContext ctx, ByteBuf clientHello)protected abstract Future<T>AbstractSniHandler. lookup(ChannelHandlerContext ctx, java.lang.String hostname)Kicks off a lookup for the given SNI value and returns aFuturewhich in turn will notify theAbstractSniHandler.onLookupComplete(ChannelHandlerContext, String, Future)on completion.protected Future<SslContext>SniHandler. lookup(ChannelHandlerContext ctx, java.lang.String hostname)The default implementation will simply callAsyncMapping.map(Object, Promise)but users can override this method to implement custom behavior.protected abstract Future<T>SslClientHelloHandler. lookup(ChannelHandlerContext ctx, ByteBuf clientHello)Kicks off a lookup for the givenClientHelloand returns aFuturewhich in turn will notify theSslClientHelloHandler.onLookupComplete(ChannelHandlerContext, Future)on completion.protected ChannelHandlerOptionalSslHandler. newNonSslHandler(ChannelHandlerContext context)Override to configure the ChannelHandler.protected SslHandlerOptionalSslHandler. newSslHandler(ChannelHandlerContext context, SslContext sslContext)Override to configure the SslHandler eg.protected voidAbstractSniHandler. onLookupComplete(ChannelHandlerContext ctx, Future<T> future)protected abstract voidAbstractSniHandler. onLookupComplete(ChannelHandlerContext ctx, java.lang.String hostname, Future<T> future)Called upon completion of theAbstractSniHandler.lookup(ChannelHandlerContext, String)Future.protected voidSniHandler. onLookupComplete(ChannelHandlerContext ctx, java.lang.String hostname, Future<SslContext> future)protected abstract voidSslClientHelloHandler. onLookupComplete(ChannelHandlerContext ctx, Future<T> future)Called upon completion of theSslClientHelloHandler.lookup(ChannelHandlerContext, ByteBuf)Future.voidSslClientHelloHandler. read(ChannelHandlerContext ctx)voidSslHandler. read(ChannelHandlerContext ctx)protected voidSniHandler. replaceHandler(ChannelHandlerContext ctx, java.lang.String hostname, SslContext sslContext)The default implementation of this method will simply replacethisSniHandlerinstance with aSslHandler.voidApplicationProtocolNegotiationHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidSslMasterKeyHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidSslClientHelloHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidSslHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.ssl.ocsp
Methods in io.netty.handler.ssl.ocsp with parameters of type ChannelHandlerContext Modifier and Type Method Description voidOcspServerCertificateValidator. exceptionCaught(ChannelHandlerContext ctx, java.lang.Throwable cause)voidOcspClientHandler. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)voidOcspServerCertificateValidator. userEventTriggered(ChannelHandlerContext ctx, java.lang.Object evt)protected abstract booleanOcspClientHandler. verify(ChannelHandlerContext ctx, ReferenceCountedOpenSslEngine engine) -
Uses of ChannelHandlerContext in io.netty.handler.stream
Methods in io.netty.handler.stream with parameters of type ChannelHandlerContext Modifier and Type Method Description voidChunkedWriteHandler. channelInactive(ChannelHandlerContext ctx)voidChunkedWriteHandler. channelWritabilityChanged(ChannelHandlerContext ctx)voidChunkedWriteHandler. flush(ChannelHandlerContext ctx)voidChunkedWriteHandler. handlerAdded(ChannelHandlerContext ctx)ByteBufChunkedFile. readChunk(ChannelHandlerContext ctx)Deprecated.BChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated.ByteBufChunkedNioFile. readChunk(ChannelHandlerContext ctx)Deprecated.ByteBufChunkedNioStream. readChunk(ChannelHandlerContext ctx)Deprecated.ByteBufChunkedStream. readChunk(ChannelHandlerContext ctx)Deprecated.voidChunkedWriteHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise) -
Uses of ChannelHandlerContext in io.netty.handler.timeout
Methods in io.netty.handler.timeout with parameters of type ChannelHandlerContext Modifier and Type Method Description voidIdleStateHandler. channelActive(ChannelHandlerContext ctx)protected voidIdleStateHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt)Is called when anIdleStateEventshould be fired.protected voidReadTimeoutHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt)voidIdleStateHandler. channelInactive(ChannelHandlerContext ctx)voidIdleStateHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidIdleStateHandler. channelReadComplete(ChannelHandlerContext ctx)voidIdleStateHandler. channelRegistered(ChannelHandlerContext ctx)voidIdleStateHandler. handlerAdded(ChannelHandlerContext ctx)voidIdleStateHandler. handlerRemoved(ChannelHandlerContext ctx)voidWriteTimeoutHandler. handlerRemoved(ChannelHandlerContext ctx)protected voidReadTimeoutHandler. readTimedOut(ChannelHandlerContext ctx)Is called when a read timeout was detected.voidIdleStateHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidWriteTimeoutHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)protected voidWriteTimeoutHandler. writeTimedOut(ChannelHandlerContext ctx)Is called when a write timeout was detected -
Uses of ChannelHandlerContext in io.netty.handler.traffic
Methods in io.netty.handler.traffic with parameters of type ChannelHandlerContext Modifier and Type Method Description voidAbstractTrafficShapingHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidGlobalChannelTrafficShapingHandler. channelRead(ChannelHandlerContext ctx, java.lang.Object msg)voidAbstractTrafficShapingHandler. channelRegistered(ChannelHandlerContext ctx)protected longGlobalChannelTrafficShapingHandler. checkWaitReadTime(ChannelHandlerContext ctx, long wait, long now)voidChannelTrafficShapingHandler. handlerAdded(ChannelHandlerContext ctx)voidGlobalChannelTrafficShapingHandler. handlerAdded(ChannelHandlerContext ctx)voidGlobalTrafficShapingHandler. handlerAdded(ChannelHandlerContext ctx)voidAbstractTrafficShapingHandler. handlerRemoved(ChannelHandlerContext ctx)voidChannelTrafficShapingHandler. handlerRemoved(ChannelHandlerContext ctx)voidGlobalChannelTrafficShapingHandler. handlerRemoved(ChannelHandlerContext ctx)voidGlobalTrafficShapingHandler. handlerRemoved(ChannelHandlerContext ctx)protected voidGlobalChannelTrafficShapingHandler. informReadOperation(ChannelHandlerContext ctx, long now)protected static booleanAbstractTrafficShapingHandler. isHandlerActive(ChannelHandlerContext ctx)voidAbstractTrafficShapingHandler. read(ChannelHandlerContext ctx)protected voidAbstractTrafficShapingHandler. submitWrite(ChannelHandlerContext ctx, java.lang.Object msg, long delay, ChannelPromise promise)Deprecated.protected voidGlobalChannelTrafficShapingHandler. submitWrite(ChannelHandlerContext ctx, java.lang.Object msg, long size, long writedelay, long now, ChannelPromise promise)voidAbstractTrafficShapingHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)voidGlobalChannelTrafficShapingHandler. write(ChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)
-