文件名称: netty-all-4.0.29.Final.jar中文-英文对照文档.zip
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.29.Final</version>
</dependency>Gradle:
implementation group: 'io.netty', name: 'netty-all', version: '4.0.29.Final'
Gradle (Short):
implementation 'io.netty:netty-all:4.0.29.Final'
Gradle (Kotlin):
implementation("io.netty:netty-all:4.0.29.Final")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.netty.bootstrap
io.netty.buffer
io.netty.channel
io.netty.channel.embedded
io.netty.channel.epoll
io.netty.channel.group
io.netty.channel.local
io.netty.channel.nio
io.netty.channel.oio
io.netty.channel.pool
io.netty.channel.rxtx
io.netty.channel.sctp
io.netty.channel.sctp.nio
io.netty.channel.sctp.oio
io.netty.channel.socket
io.netty.channel.socket.nio
io.netty.channel.socket.oio
io.netty.channel.udt
io.netty.channel.udt.nio
io.netty.channel.unix
io.netty.handler.codec
io.netty.handler.codec.base64
io.netty.handler.codec.bytes
io.netty.handler.codec.compression
io.netty.handler.codec.haproxy
io.netty.handler.codec.http
io.netty.handler.codec.http.cookie
io.netty.handler.codec.http.cors
io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.websocketx
io.netty.handler.codec.marshalling
io.netty.handler.codec.protobuf
io.netty.handler.codec.rtsp
io.netty.handler.codec.sctp
io.netty.handler.codec.serialization
io.netty.handler.codec.socks
io.netty.handler.codec.spdy
io.netty.handler.codec.string
io.netty.handler.logging
io.netty.handler.ssl
io.netty.handler.ssl.util
io.netty.handler.stream
io.netty.handler.timeout
io.netty.handler.traffic
io.netty.util
io.netty.util.collection
io.netty.util.concurrentio.netty.bootstrap.AbstractBootstrap
io.netty.bootstrap.Bootstrap
io.netty.bootstrap.ChannelFactory
io.netty.bootstrap.ServerBootstrap
io.netty.buffer.AbstractByteBuf
io.netty.buffer.AbstractByteBufAllocator
io.netty.buffer.AbstractDerivedByteBuf
io.netty.buffer.AbstractReferenceCountedByteBuf
io.netty.buffer.ByteBuf
io.netty.buffer.ByteBufAllocator
io.netty.buffer.ByteBufHolder
io.netty.buffer.ByteBufInputStream
io.netty.buffer.ByteBufOutputStream
io.netty.buffer.ByteBufProcessor
io.netty.buffer.ByteBufUtil
io.netty.buffer.CompositeByteBuf
io.netty.buffer.DefaultByteBufHolder
io.netty.buffer.DuplicatedByteBuf
io.netty.buffer.EmptyByteBuf
io.netty.buffer.PoolArenaMetric
io.netty.buffer.PoolChunkListMetric
io.netty.buffer.PoolChunkMetric
io.netty.buffer.PoolSubpageMetric
io.netty.buffer.PooledByteBufAllocator
io.netty.buffer.ReadOnlyByteBuf
io.netty.buffer.SlicedByteBuf
io.netty.buffer.SwappedByteBuf
io.netty.buffer.Unpooled
io.netty.buffer.UnpooledByteBufAllocator
io.netty.buffer.UnpooledDirectByteBuf
io.netty.buffer.UnpooledHeapByteBuf
io.netty.buffer.UnpooledUnsafeDirectByteBuf
io.netty.channel.AbstractChannel
io.netty.channel.AbstractServerChannel
io.netty.channel.AdaptiveRecvByteBufAllocator
io.netty.channel.AddressedEnvelope
io.netty.channel.Channel
io.netty.channel.Channel.Unsafe
io.netty.channel.ChannelConfig
io.netty.channel.ChannelDuplexHandler
io.netty.channel.ChannelException
io.netty.channel.ChannelFlushPromiseNotifier
io.netty.channel.ChannelFuture
io.netty.channel.ChannelFutureListener
io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelHandlerContext
io.netty.channel.ChannelInboundHandler
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer
io.netty.channel.ChannelMetadata
io.netty.channel.ChannelOption
io.netty.channel.ChannelOutboundBuffer
io.netty.channel.ChannelOutboundBuffer.MessageProcessor
io.netty.channel.ChannelOutboundHandler
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.channel.ChannelPipeline
io.netty.channel.ChannelPipelineException
io.netty.channel.ChannelProgressiveFuture
io.netty.channel.ChannelProgressiveFutureListener
io.netty.channel.ChannelProgressivePromise
io.netty.channel.ChannelPromise
io.netty.channel.ChannelPromiseAggregator
io.netty.channel.ChannelPromiseNotifier
io.netty.channel.CombinedChannelDuplexHandler
io.netty.channel.ConnectTimeoutException
io.netty.channel.DefaultAddressedEnvelope
io.netty.channel.DefaultChannelConfig
io.netty.channel.DefaultChannelProgressivePromise
io.netty.channel.DefaultChannelPromise
io.netty.channel.DefaultFileRegion
io.netty.channel.DefaultMessageSizeEstimator
io.netty.channel.EventLoop
io.netty.channel.EventLoopException
io.netty.channel.EventLoopGroup
io.netty.channel.FileRegion
io.netty.channel.FixedRecvByteBufAllocator
io.netty.channel.MessageSizeEstimator
io.netty.channel.MessageSizeEstimator.Handle
io.netty.channel.MultithreadEventLoopGroup
io.netty.channel.PendingWriteQueue
io.netty.channel.RecvByteBufAllocator
io.netty.channel.RecvByteBufAllocator.Handle
io.netty.channel.ServerChannel
io.netty.channel.SimpleChannelInboundHandler
io.netty.channel.SingleThreadEventLoop
io.netty.channel.ThreadPerChannelEventLoop
io.netty.channel.ThreadPerChannelEventLoopGroup
io.netty.channel.embedded.EmbeddedChannel
io.netty.channel.epoll.AbstractEpollServerChannel
io.netty.channel.epoll.AbstractEpollStreamChannel
io.netty.channel.epoll.Epoll
io.netty.channel.epoll.EpollChannelConfig
io.netty.channel.epoll.EpollChannelOption
io.netty.channel.epoll.EpollDatagramChannel
io.netty.channel.epoll.EpollDatagramChannelConfig
io.netty.channel.epoll.EpollDomainSocketChannel
io.netty.channel.epoll.EpollDomainSocketChannelConfig
io.netty.channel.epoll.EpollEventLoopGroup
io.netty.channel.epoll.EpollMode
io.netty.channel.epoll.EpollServerChannelConfig
io.netty.channel.epoll.EpollServerDomainSocketChannel
io.netty.channel.epoll.EpollServerSocketChannel
io.netty.channel.epoll.EpollServerSocketChannelConfig
io.netty.channel.epoll.EpollSocketChannel
io.netty.channel.epoll.EpollSocketChannelConfig
io.netty.channel.epoll.EpollTcpInfo
io.netty.channel.epoll.Native
io.netty.channel.group.ChannelGroup
io.netty.channel.group.ChannelGroupException
io.netty.channel.group.ChannelGroupFuture
io.netty.channel.group.ChannelGroupFutureListener
io.netty.channel.group.ChannelMatcher
io.netty.channel.group.ChannelMatchers
io.netty.channel.group.DefaultChannelGroup
io.netty.channel.local.LocalAddress
io.netty.channel.local.LocalChannel
io.netty.channel.local.LocalEventLoopGroup
io.netty.channel.local.LocalServerChannel
io.netty.channel.nio.AbstractNioByteChannel
io.netty.channel.nio.AbstractNioChannel
io.netty.channel.nio.AbstractNioChannel.NioUnsafe
io.netty.channel.nio.AbstractNioMessageChannel
io.netty.channel.nio.NioEventLoop
io.netty.channel.nio.NioEventLoopGroup
io.netty.channel.nio.NioTask
io.netty.channel.oio.AbstractOioByteChannel
io.netty.channel.oio.AbstractOioChannel
io.netty.channel.oio.AbstractOioMessageChannel
io.netty.channel.oio.OioByteStreamChannel
io.netty.channel.oio.OioEventLoopGroup
io.netty.channel.pool.AbstractChannelPoolHandler
io.netty.channel.pool.AbstractChannelPoolMap
io.netty.channel.pool.ChannelHealthChecker
io.netty.channel.pool.ChannelPool
io.netty.channel.pool.ChannelPoolHandler
io.netty.channel.pool.ChannelPoolMap
io.netty.channel.pool.FixedChannelPool
io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
io.netty.channel.pool.SimpleChannelPool
io.netty.channel.rxtx.RxtxChannel
io.netty.channel.rxtx.RxtxChannelConfig
io.netty.channel.rxtx.RxtxChannelConfig.Databits
io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
io.netty.channel.rxtx.RxtxChannelOption
io.netty.channel.rxtx.RxtxDeviceAddress
io.netty.channel.sctp.DefaultSctpChannelConfig
io.netty.channel.sctp.DefaultSctpServerChannelConfig
io.netty.channel.sctp.SctpChannel
io.netty.channel.sctp.SctpChannelConfig
io.netty.channel.sctp.SctpChannelOption
io.netty.channel.sctp.SctpMessage
io.netty.channel.sctp.SctpNotificationHandler
io.netty.channel.sctp.SctpServerChannel
io.netty.channel.sctp.SctpServerChannelConfig
io.netty.channel.sctp.nio.NioSctpChannel
io.netty.channel.sctp.nio.NioSctpServerChannel
io.netty.channel.sctp.oio.OioSctpChannel
io.netty.channel.sctp.oio.OioSctpServerChannel
io.netty.channel.socket.ChannelInputShutdownEvent
io.netty.channel.socket.DatagramChannel
io.netty.channel.socket.DatagramChannelConfig
io.netty.channel.socket.DatagramPacket
io.netty.channel.socket.DefaultDatagramChannelConfig
io.netty.channel.socket.DefaultServerSocketChannelConfig
io.netty.channel.socket.DefaultSocketChannelConfig
io.netty.channel.socket.InternetProtocolFamily
io.netty.channel.socket.ServerSocketChannel
io.netty.channel.socket.ServerSocketChannelConfig
io.netty.channel.socket.SocketChannel
io.netty.channel.socket.SocketChannelConfig
io.netty.channel.socket.nio.NioDatagramChannel
io.netty.channel.socket.nio.NioServerSocketChannel
io.netty.channel.socket.nio.NioSocketChannel
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
io.netty.channel.socket.oio.OioDatagramChannel
io.netty.channel.socket.oio.OioServerSocketChannel
io.netty.channel.socket.oio.OioServerSocketChannelConfig
io.netty.channel.socket.oio.OioSocketChannel
io.netty.channel.socket.oio.OioSocketChannelConfig
io.netty.channel.udt.DefaultUdtChannelConfig
io.netty.channel.udt.DefaultUdtServerChannelConfig
io.netty.channel.udt.UdtChannel
io.netty.channel.udt.UdtChannelConfig
io.netty.channel.udt.UdtChannelOption
io.netty.channel.udt.UdtMessage
io.netty.channel.udt.UdtServerChannel
io.netty.channel.udt.UdtServerChannelConfig
io.netty.channel.udt.nio.NioUdtAcceptorChannel
io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
io.netty.channel.udt.nio.NioUdtByteConnectorChannel
io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
io.netty.channel.udt.nio.NioUdtProvider
io.netty.channel.unix.DomainSocketAddress
io.netty.channel.unix.DomainSocketChannel
io.netty.channel.unix.DomainSocketChannelConfig
io.netty.channel.unix.DomainSocketReadMode
io.netty.channel.unix.FileDescriptor
io.netty.channel.unix.ServerDomainSocketChannel
io.netty.channel.unix.UnixChannel
io.netty.handler.codec.ByteToMessageCodec
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.ByteToMessageDecoder.Cumulator
io.netty.handler.codec.CodecException
io.netty.handler.codec.CorruptedFrameException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.DecoderResult
io.netty.handler.codec.DelimiterBasedFrameDecoder
io.netty.handler.codec.Delimiters
io.netty.handler.codec.EncoderException
io.netty.handler.codec.FixedLengthFrameDecoder
io.netty.handler.codec.LengthFieldBasedFrameDecoder
io.netty.handler.codec.LengthFieldPrepender
io.netty.handler.codec.LineBasedFrameDecoder
io.netty.handler.codec.MessageToByteEncoder
io.netty.handler.codec.MessageToMessageCodec
io.netty.handler.codec.MessageToMessageDecoder
io.netty.handler.codec.MessageToMessageEncoder
io.netty.handler.codec.PrematureChannelClosureException
io.netty.handler.codec.ProtocolDetectionResult
io.netty.handler.codec.ProtocolDetectionState
io.netty.handler.codec.ReplayingDecoder
io.netty.handler.codec.TooLongFrameException
io.netty.handler.codec.UnsupportedMessageTypeException
io.netty.handler.codec.base64.Base64
io.netty.handler.codec.base64.Base64Decoder
io.netty.handler.codec.base64.Base64Dialect
io.netty.handler.codec.base64.Base64Encoder
io.netty.handler.codec.bytes.ByteArrayDecoder
io.netty.handler.codec.bytes.ByteArrayEncoder
io.netty.handler.codec.compression.CompressionException
io.netty.handler.codec.compression.DecompressionException
io.netty.handler.codec.compression.JZlibDecoder
io.netty.handler.codec.compression.JZlibEncoder
io.netty.handler.codec.compression.JdkZlibDecoder
io.netty.handler.codec.compression.JdkZlibEncoder
io.netty.handler.codec.compression.SnappyFramedDecoder
io.netty.handler.codec.compression.SnappyFramedEncoder
io.netty.handler.codec.compression.ZlibCodecFactory
io.netty.handler.codec.compression.ZlibDecoder
io.netty.handler.codec.compression.ZlibEncoder
io.netty.handler.codec.compression.ZlibWrapper
io.netty.handler.codec.haproxy.HAProxyCommand
io.netty.handler.codec.haproxy.HAProxyMessage
io.netty.handler.codec.haproxy.HAProxyMessageDecoder
io.netty.handler.codec.haproxy.HAProxyProtocolException
io.netty.handler.codec.haproxy.HAProxyProtocolVersion
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
io.netty.handler.codec.http.ClientCookieEncoder
io.netty.handler.codec.http.Cookie
io.netty.handler.codec.http.CookieDecoder
io.netty.handler.codec.http.DefaultCookie
io.netty.handler.codec.http.DefaultFullHttpRequest
io.netty.handler.codec.http.DefaultFullHttpResponse
io.netty.handler.codec.http.DefaultHttpContent
io.netty.handler.codec.http.DefaultHttpHeaders
io.netty.handler.codec.http.DefaultHttpMessage
io.netty.handler.codec.http.DefaultHttpObject
io.netty.handler.codec.http.DefaultHttpRequest
io.netty.handler.codec.http.DefaultHttpResponse
io.netty.handler.codec.http.DefaultLastHttpContent
io.netty.handler.codec.http.FullHttpMessage
io.netty.handler.codec.http.FullHttpRequest
io.netty.handler.codec.http.FullHttpResponse
io.netty.handler.codec.http.HttpChunkedInput
io.netty.handler.codec.http.HttpClientCodec
io.netty.handler.codec.http.HttpConstants
io.netty.handler.codec.http.HttpContent
io.netty.handler.codec.http.HttpContentCompressor
io.netty.handler.codec.http.HttpContentDecoder
io.netty.handler.codec.http.HttpContentDecompressor
io.netty.handler.codec.http.HttpContentEncoder
io.netty.handler.codec.http.HttpContentEncoder.Result
io.netty.handler.codec.http.HttpHeaderDateFormat
io.netty.handler.codec.http.HttpHeaders
io.netty.handler.codec.http.HttpHeaders.Names
io.netty.handler.codec.http.HttpHeaders.Values
io.netty.handler.codec.http.HttpMessage
io.netty.handler.codec.http.HttpMethod
io.netty.handler.codec.http.HttpObject
io.netty.handler.codec.http.HttpObjectAggregator
io.netty.handler.codec.http.HttpObjectDecoder
io.netty.handler.codec.http.HttpObjectEncoder
io.netty.handler.codec.http.HttpRequest
io.netty.handler.codec.http.HttpRequestDecoder
io.netty.handler.codec.http.HttpRequestEncoder
io.netty.handler.codec.http.HttpResponse
io.netty.handler.codec.http.HttpResponseDecoder
io.netty.handler.codec.http.HttpResponseEncoder
io.netty.handler.codec.http.HttpResponseStatus
io.netty.handler.codec.http.HttpServerCodec
io.netty.handler.codec.http.HttpVersion
io.netty.handler.codec.http.LastHttpContent
io.netty.handler.codec.http.QueryStringDecoder
io.netty.handler.codec.http.QueryStringEncoder
io.netty.handler.codec.http.ServerCookieEncoder
io.netty.handler.codec.http.cookie.ClientCookieDecoder
io.netty.handler.codec.http.cookie.ClientCookieEncoder
io.netty.handler.codec.http.cookie.Cookie
io.netty.handler.codec.http.cookie.CookieDecoder
io.netty.handler.codec.http.cookie.CookieEncoder
io.netty.handler.codec.http.cookie.CookieHeaderNames
io.netty.handler.codec.http.cookie.DefaultCookie
io.netty.handler.codec.http.cookie.ServerCookieDecoder
io.netty.handler.codec.http.cookie.ServerCookieEncoder
io.netty.handler.codec.http.cors.CorsConfig
io.netty.handler.codec.http.cors.CorsConfig.Builder
io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
io.netty.handler.codec.http.cors.CorsHandler
io.netty.handler.codec.http.multipart.AbstractDiskHttpData
io.netty.handler.codec.http.multipart.AbstractHttpData
io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
io.netty.handler.codec.http.multipart.Attribute
io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
io.netty.handler.codec.http.multipart.DiskAttribute
io.netty.handler.codec.http.multipart.DiskFileUpload
io.netty.handler.codec.http.multipart.FileUpload
io.netty.handler.codec.http.multipart.HttpData
io.netty.handler.codec.http.multipart.HttpDataFactory
io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
io.netty.handler.codec.http.multipart.InterfaceHttpData
io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
io.netty.handler.codec.http.multipart.MemoryAttribute
io.netty.handler.codec.http.multipart.MemoryFileUpload
io.netty.handler.codec.http.multipart.MixedAttribute
io.netty.handler.codec.http.multipart.MixedFileUpload
io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
io.netty.handler.codec.http.websocketx.PingWebSocketFrame
io.netty.handler.codec.http.websocketx.PongWebSocketFrame
io.netty.handler.codec.http.websocketx.TextWebSocketFrame
io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
io.netty.handler.codec.http.websocketx.WebSocketFrame
io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder
io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder
io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
io.netty.handler.codec.http.websocketx.WebSocketVersion
io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
io.netty.handler.codec.marshalling.DefaultMarshallerProvider
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
io.netty.handler.codec.marshalling.MarshallerProvider
io.netty.handler.codec.marshalling.MarshallingDecoder
io.netty.handler.codec.marshalling.MarshallingEncoder
io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
io.netty.handler.codec.marshalling.UnmarshallerProvider
io.netty.handler.codec.protobuf.ProtobufDecoder
io.netty.handler.codec.protobuf.ProtobufEncoder
io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
io.netty.handler.codec.rtsp.RtspHeaders
io.netty.handler.codec.rtsp.RtspHeaders.Names
io.netty.handler.codec.rtsp.RtspHeaders.Values
io.netty.handler.codec.rtsp.RtspMethods
io.netty.handler.codec.rtsp.RtspObjectDecoder
io.netty.handler.codec.rtsp.RtspObjectEncoder
io.netty.handler.codec.rtsp.RtspRequestDecoder
io.netty.handler.codec.rtsp.RtspRequestEncoder
io.netty.handler.codec.rtsp.RtspResponseDecoder
io.netty.handler.codec.rtsp.RtspResponseEncoder
io.netty.handler.codec.rtsp.RtspResponseStatuses
io.netty.handler.codec.rtsp.RtspVersions
io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
io.netty.handler.codec.sctp.SctpMessageCompletionHandler
io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
io.netty.handler.codec.serialization.ClassResolver
io.netty.handler.codec.serialization.ClassResolvers
io.netty.handler.codec.serialization.CompatibleObjectEncoder
io.netty.handler.codec.serialization.ObjectDecoder
io.netty.handler.codec.serialization.ObjectDecoderInputStream
io.netty.handler.codec.serialization.ObjectEncoder
io.netty.handler.codec.serialization.ObjectEncoderOutputStream
io.netty.handler.codec.socks.SocksAddressType
io.netty.handler.codec.socks.SocksAuthRequest
io.netty.handler.codec.socks.SocksAuthRequestDecoder
io.netty.handler.codec.socks.SocksAuthResponse
io.netty.handler.codec.socks.SocksAuthResponseDecoder
io.netty.handler.codec.socks.SocksAuthScheme
io.netty.handler.codec.socks.SocksAuthStatus
io.netty.handler.codec.socks.SocksCmdRequest
io.netty.handler.codec.socks.SocksCmdRequestDecoder
io.netty.handler.codec.socks.SocksCmdResponse
io.netty.handler.codec.socks.SocksCmdResponseDecoder
io.netty.handler.codec.socks.SocksCmdStatus
io.netty.handler.codec.socks.SocksCmdType
io.netty.handler.codec.socks.SocksInitRequest
io.netty.handler.codec.socks.SocksInitRequestDecoder
io.netty.handler.codec.socks.SocksInitResponse
io.netty.handler.codec.socks.SocksInitResponseDecoder
io.netty.handler.codec.socks.SocksMessage
io.netty.handler.codec.socks.SocksMessageEncoder
io.netty.handler.codec.socks.SocksMessageType
io.netty.handler.codec.socks.SocksProtocolVersion
io.netty.handler.codec.socks.SocksRequest
io.netty.handler.codec.socks.SocksRequestType
io.netty.handler.codec.socks.SocksResponse
io.netty.handler.codec.socks.SocksResponseType
io.netty.handler.codec.socks.SocksSubnegotiationVersion
io.netty.handler.codec.socks.UnknownSocksRequest
io.netty.handler.codec.socks.UnknownSocksResponse
io.netty.handler.codec.spdy.DefaultSpdyDataFrame
io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
io.netty.handler.codec.spdy.DefaultSpdyHeaders
io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
io.netty.handler.codec.spdy.DefaultSpdyPingFrame
io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
io.netty.handler.codec.spdy.SpdyDataFrame
io.netty.handler.codec.spdy.SpdyFrame
io.netty.handler.codec.spdy.SpdyFrameCodec
io.netty.handler.codec.spdy.SpdyFrameDecoder
io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
io.netty.handler.codec.spdy.SpdyFrameEncoder
io.netty.handler.codec.spdy.SpdyGoAwayFrame
io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
io.netty.handler.codec.spdy.SpdyHeaders
io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
io.netty.handler.codec.spdy.SpdyHeadersFrame
io.netty.handler.codec.spdy.SpdyHttpCodec
io.netty.handler.codec.spdy.SpdyHttpDecoder
io.netty.handler.codec.spdy.SpdyHttpEncoder
io.netty.handler.codec.spdy.SpdyHttpHeaders
io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
io.netty.handler.codec.spdy.SpdyOrHttpChooser
io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
io.netty.handler.codec.spdy.SpdyPingFrame
io.netty.handler.codec.spdy.SpdyProtocolException
io.netty.handler.codec.spdy.SpdyRstStreamFrame
io.netty.handler.codec.spdy.SpdySessionHandler
io.netty.handler.codec.spdy.SpdySessionStatus
io.netty.handler.codec.spdy.SpdySettingsFrame
io.netty.handler.codec.spdy.SpdyStreamFrame
io.netty.handler.codec.spdy.SpdyStreamStatus
io.netty.handler.codec.spdy.SpdySynReplyFrame
io.netty.handler.codec.spdy.SpdySynStreamFrame
io.netty.handler.codec.spdy.SpdyVersion
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
io.netty.handler.codec.string.StringDecoder
io.netty.handler.codec.string.StringEncoder
io.netty.handler.logging.LogLevel
io.netty.handler.logging.LoggingHandler
io.netty.handler.ssl.ApplicationProtocolConfig
io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
io.netty.handler.ssl.ApplicationProtocolNames
io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
io.netty.handler.ssl.ApplicationProtocolNegotiator
io.netty.handler.ssl.CipherSuiteFilter
io.netty.handler.ssl.IdentityCipherSuiteFilter
io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
io.netty.handler.ssl.JdkApplicationProtocolNegotiator
io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
io.netty.handler.ssl.JdkSslClientContext
io.netty.handler.ssl.JdkSslContext
io.netty.handler.ssl.JdkSslServerContext
io.netty.handler.ssl.NotSslRecordException
io.netty.handler.ssl.OpenSsl
io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
io.netty.handler.ssl.OpenSslClientContext
io.netty.handler.ssl.OpenSslContext
io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
io.netty.handler.ssl.OpenSslEngine
io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
io.netty.handler.ssl.OpenSslServerContext
io.netty.handler.ssl.OpenSslServerSessionContext
io.netty.handler.ssl.OpenSslSessionContext
io.netty.handler.ssl.OpenSslSessionStats
io.netty.handler.ssl.SniHandler
io.netty.handler.ssl.SslContext
io.netty.handler.ssl.SslContextBuilder
io.netty.handler.ssl.SslHandler
io.netty.handler.ssl.SslHandshakeCompletionEvent
io.netty.handler.ssl.SslProvider
io.netty.handler.ssl.SupportedCipherSuiteFilter
io.netty.handler.ssl.util.FingerprintTrustManagerFactory
io.netty.handler.ssl.util.InsecureTrustManagerFactory
io.netty.handler.ssl.util.SelfSignedCertificate
io.netty.handler.ssl.util.SimpleTrustManagerFactory
io.netty.handler.stream.ChunkedFile
io.netty.handler.stream.ChunkedInput
io.netty.handler.stream.ChunkedNioFile
io.netty.handler.stream.ChunkedNioStream
io.netty.handler.stream.ChunkedStream
io.netty.handler.stream.ChunkedWriteHandler
io.netty.handler.timeout.IdleState
io.netty.handler.timeout.IdleStateEvent
io.netty.handler.timeout.IdleStateHandler
io.netty.handler.timeout.ReadTimeoutException
io.netty.handler.timeout.ReadTimeoutHandler
io.netty.handler.timeout.TimeoutException
io.netty.handler.timeout.WriteTimeoutException
io.netty.handler.timeout.WriteTimeoutHandler
io.netty.handler.traffic.AbstractTrafficShapingHandler
io.netty.handler.traffic.ChannelTrafficShapingHandler
io.netty.handler.traffic.GlobalChannelTrafficCounter
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
io.netty.handler.traffic.GlobalTrafficShapingHandler
io.netty.handler.traffic.TrafficCounter
io.netty.util.AbstractReferenceCounted
io.netty.util.Attribute
io.netty.util.AttributeKey
io.netty.util.AttributeMap
io.netty.util.CharsetUtil
io.netty.util.DefaultAttributeMap
io.netty.util.DomainNameMapping
io.netty.util.HashedWheelTimer
io.netty.util.IllegalReferenceCountException
io.netty.util.Mapping
io.netty.util.NetUtil
io.netty.util.Recycler
io.netty.util.Recycler.Handle
io.netty.util.ReferenceCountUtil
io.netty.util.ReferenceCounted
io.netty.util.ResourceLeak
io.netty.util.ResourceLeakDetector
io.netty.util.ResourceLeakDetector.Level
io.netty.util.ResourceLeakException
io.netty.util.Signal
io.netty.util.ThreadDeathWatcher
io.netty.util.Timeout
io.netty.util.Timer
io.netty.util.TimerTask
io.netty.util.UniqueName
io.netty.util.Version
io.netty.util.collection.IntObjectHashMap
io.netty.util.collection.IntObjectMap
io.netty.util.collection.IntObjectMap.Entry
io.netty.util.concurrent.AbstractEventExecutor
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.util.concurrent.AbstractFuture
io.netty.util.concurrent.AbstractScheduledEventExecutor
io.netty.util.concurrent.BlockingOperationException
io.netty.util.concurrent.CompleteFuture
io.netty.util.concurrent.DefaultEventExecutorGroup
io.netty.util.concurrent.DefaultProgressivePromise
io.netty.util.concurrent.DefaultPromise
io.netty.util.concurrent.DefaultThreadFactory
io.netty.util.concurrent.EventExecutor
io.netty.util.concurrent.EventExecutorGroup
io.netty.util.concurrent.FailedFuture
io.netty.util.concurrent.FastThreadLocal
io.netty.util.concurrent.FastThreadLocalThread
io.netty.util.concurrent.Future
io.netty.util.concurrent.FutureListener
io.netty.util.concurrent.GenericFutureListener
io.netty.util.concurrent.GenericProgressiveFutureListener
io.netty.util.concurrent.GlobalEventExecutor
io.netty.util.concurrent.ImmediateEventExecutor
io.netty.util.concurrent.ImmediateExecutor
io.netty.util.concurrent.MultithreadEventExecutorGroup
io.netty.util.concurrent.ProgressiveFuture
io.netty.util.concurrent.ProgressivePromise
io.netty.util.concurrent.Promise
io.netty.util.concurrent.PromiseAggregator
io.netty.util.concurrent.PromiseNotifier
io.netty.util.concurrent.ScheduledFuture
io.netty.util.concurrent.SingleThreadEventExecutor
io.netty.util.concurrent.SucceededFuture