您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
Netty 4.1.109.Final(2024/04/15)
上一个
下一个
框架
无框架
所有类
程序包io.netty.channel的分层结构
程序包分层结构:
所有程序包
类分层结构
java.lang.Object
io.netty.channel.
AbstractChannel.AbstractUnsafe
(implements io.netty.channel.
Channel.Unsafe
)
io.netty.channel.
AbstractCoalescingBufferQueue
io.netty.channel.
CoalescingBufferQueue
io.netty.util.
AbstractConstant
<T> (implements io.netty.util.
Constant
<T>)
io.netty.channel.
ChannelOption
<T>
io.netty.util.concurrent.
AbstractEventExecutorGroup
(implements io.netty.util.concurrent.
EventExecutorGroup
)
io.netty.channel.
AbstractEventLoopGroup
(implements io.netty.channel.
EventLoopGroup
)
io.netty.util.concurrent.
MultithreadEventExecutorGroup
io.netty.channel.
MultithreadEventLoopGroup
(implements io.netty.channel.
EventLoopGroup
)
io.netty.channel.
DefaultEventLoopGroup
io.netty.channel.
ThreadPerChannelEventLoopGroup
(implements io.netty.channel.
EventLoopGroup
)
java.util.concurrent.AbstractExecutorService (implements java.util.concurrent.ExecutorService)
io.netty.util.concurrent.
AbstractEventExecutor
(implements io.netty.util.concurrent.
EventExecutor
)
io.netty.channel.
AbstractEventLoop
(implements io.netty.channel.
EventLoop
)
io.netty.util.concurrent.
AbstractScheduledEventExecutor
io.netty.util.concurrent.
SingleThreadEventExecutor
(implements io.netty.util.concurrent.
OrderedEventExecutor
)
io.netty.channel.
SingleThreadEventLoop
(implements io.netty.channel.
EventLoop
)
io.netty.channel.
DefaultEventLoop
io.netty.channel.
ThreadPerChannelEventLoop
io.netty.util.concurrent.
AbstractFuture
<V> (implements io.netty.util.concurrent.
Future
<V>)
io.netty.util.concurrent.
DefaultPromise
<V> (implements io.netty.util.concurrent.
Promise
<V>)
io.netty.channel.
DefaultChannelPromise
(implements io.netty.channel.
ChannelPromise
)
io.netty.util.concurrent.
DefaultProgressivePromise
<V> (implements io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.channel.
DefaultChannelProgressivePromise
(implements io.netty.channel.
ChannelProgressivePromise
)
io.netty.channel.
VoidChannelPromise
(implements io.netty.channel.
ChannelPromise
)
io.netty.util.
AbstractReferenceCounted
(implements io.netty.util.
ReferenceCounted
)
io.netty.channel.
DefaultFileRegion
(implements io.netty.channel.
FileRegion
)
io.netty.channel.
ChannelFlushPromiseNotifier
io.netty.channel.
ChannelHandlerAdapter
(implements io.netty.channel.
ChannelHandler
)
io.netty.channel.
ChannelInboundHandlerAdapter
(implements io.netty.channel.
ChannelInboundHandler
)
io.netty.channel.
ChannelDuplexHandler
(implements io.netty.channel.
ChannelOutboundHandler
)
io.netty.channel.
CombinedChannelDuplexHandler
<I,O>
io.netty.channel.
ChannelInitializer
<C>
io.netty.channel.
SimpleChannelInboundHandler
<I>
io.netty.channel.
SimpleUserEventChannelHandler
<I>
io.netty.channel.
ChannelOutboundHandlerAdapter
(implements io.netty.channel.
ChannelOutboundHandler
)
io.netty.channel.
ChannelMetadata
io.netty.channel.
ChannelOutboundBuffer
io.netty.channel.
DefaultAddressedEnvelope
<M,A> (implements io.netty.channel.
AddressedEnvelope
<M,A>)
io.netty.util.
DefaultAttributeMap
(implements io.netty.util.
AttributeMap
)
io.netty.channel.
AbstractChannel
(implements io.netty.channel.
Channel
)
io.netty.channel.
AbstractServerChannel
(implements io.netty.channel.
ServerChannel
)
io.netty.channel.
DefaultChannelConfig
(implements io.netty.channel.
ChannelConfig
)
io.netty.channel.
DefaultChannelId
(implements io.netty.channel.
ChannelId
)
io.netty.channel.
DefaultChannelPipeline
(implements io.netty.channel.
ChannelPipeline
)
io.netty.channel.
DefaultMaxBytesRecvByteBufAllocator
(implements io.netty.channel.
MaxBytesRecvByteBufAllocator
)
io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator
(implements io.netty.channel.
MaxMessagesRecvByteBufAllocator
)
io.netty.channel.
AdaptiveRecvByteBufAllocator
io.netty.channel.
FixedRecvByteBufAllocator
io.netty.channel.
ServerChannelRecvByteBufAllocator
io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
(implements io.netty.channel.
RecvByteBufAllocator.ExtendedHandle
)
io.netty.channel.
DefaultMessageSizeEstimator
(implements io.netty.channel.
MessageSizeEstimator
)
io.netty.channel.
DefaultSelectStrategyFactory
(implements io.netty.channel.
SelectStrategyFactory
)
io.netty.channel.
DelegatingChannelPromiseNotifier
(implements io.netty.channel.
ChannelFutureListener
, io.netty.channel.
ChannelPromise
)
io.netty.channel.
PendingWriteQueue
io.netty.channel.
PreferHeapByteBufAllocator
(implements io.netty.buffer.
ByteBufAllocator
)
io.netty.util.concurrent.
PromiseAggregator
<V,F> (implements io.netty.util.concurrent.
GenericFutureListener
<F>)
io.netty.channel.
ChannelPromiseAggregator
(implements io.netty.channel.
ChannelFutureListener
)
io.netty.util.concurrent.
PromiseNotifier
<V,F> (implements io.netty.util.concurrent.
GenericFutureListener
<F>)
io.netty.channel.
ChannelPromiseNotifier
(implements io.netty.channel.
ChannelFutureListener
)
io.netty.channel.
RecvByteBufAllocator.DelegatingHandle
(implements io.netty.channel.
RecvByteBufAllocator.Handle
)
io.netty.channel.
ReflectiveChannelFactory
<T> (implements io.netty.channel.
ChannelFactory
<T>)
io.netty.channel.
SingleThreadEventLoop.ChannelsReadOnlyIterator
<T> (implements java.util.Iterator<E>)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
io.netty.channel.
ConnectTimeoutException
java.lang.RuntimeException
io.netty.channel.
ChannelException
io.netty.channel.
ChannelPipelineException
io.netty.channel.
EventLoopException
io.netty.channel.
WriteBufferWaterMark
接口分层结构
io.netty.util.
AttributeMap
io.netty.channel.
Channel
(并 extends io.netty.channel.
ChannelOutboundInvoker
, java.lang.Comparable<T>)
io.netty.channel.
ServerChannel
io.netty.channel.
ChannelHandlerContext
(并 extends io.netty.channel.
ChannelInboundInvoker
, io.netty.channel.
ChannelOutboundInvoker
)
io.netty.channel.
Channel.Unsafe
io.netty.channel.
ChannelConfig
io.netty.bootstrap.
ChannelFactory
<T>
io.netty.channel.
ChannelFactory
<T>
io.netty.channel.
ChannelHandler
io.netty.channel.
ChannelInboundHandler
io.netty.channel.
ChannelOutboundHandler
io.netty.channel.
ChannelInboundInvoker
io.netty.channel.
ChannelHandlerContext
(并 extends io.netty.util.
AttributeMap
, io.netty.channel.
ChannelOutboundInvoker
)
io.netty.channel.
ChannelPipeline
(并 extends io.netty.channel.
ChannelOutboundInvoker
, java.lang.Iterable<T>)
io.netty.channel.
ChannelOutboundBuffer.MessageProcessor
io.netty.channel.
ChannelOutboundInvoker
io.netty.channel.
Channel
(并 extends io.netty.util.
AttributeMap
, java.lang.Comparable<T>)
io.netty.channel.
ServerChannel
io.netty.channel.
ChannelHandlerContext
(并 extends io.netty.util.
AttributeMap
, io.netty.channel.
ChannelInboundInvoker
)
io.netty.channel.
ChannelPipeline
(并 extends io.netty.channel.
ChannelInboundInvoker
, java.lang.Iterable<T>)
java.lang.Comparable<T>
io.netty.channel.
Channel
(并 extends io.netty.util.
AttributeMap
, io.netty.channel.
ChannelOutboundInvoker
)
io.netty.channel.
ServerChannel
io.netty.channel.
ChannelId
(并 extends java.io.Serializable)
java.util.EventListener
io.netty.util.concurrent.
GenericFutureListener
<F>
io.netty.channel.
ChannelFutureListener
io.netty.util.concurrent.
GenericProgressiveFutureListener
<F>
io.netty.channel.
ChannelProgressiveFutureListener
io.netty.channel.
EventLoopTaskQueueFactory
java.util.concurrent.Executor
java.util.concurrent.ExecutorService
java.util.concurrent.ScheduledExecutorService
io.netty.util.concurrent.
EventExecutorGroup
(并 extends java.lang.Iterable<T>)
io.netty.util.concurrent.
EventExecutor
io.netty.util.concurrent.
OrderedEventExecutor
io.netty.channel.
EventLoop
(并 extends io.netty.channel.
EventLoopGroup
)
io.netty.channel.
EventLoopGroup
io.netty.channel.
EventLoop
(并 extends io.netty.util.concurrent.
OrderedEventExecutor
)
java.util.concurrent.Future<V>
io.netty.util.concurrent.
Future
<V>
io.netty.channel.
ChannelFuture
io.netty.channel.
ChannelProgressiveFuture
(并 extends io.netty.util.concurrent.
ProgressiveFuture
<V>)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelPromise
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.channel.
ChannelPromise
(并 extends io.netty.util.concurrent.
Promise
<V>)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressiveFuture
<V>
io.netty.channel.
ChannelProgressiveFuture
(并 extends io.netty.channel.
ChannelFuture
)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelPromise
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressivePromise
<V> (并 extends io.netty.util.concurrent.
Promise
<V>)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.channel.
ChannelPromise
)
io.netty.util.concurrent.
Promise
<V>
io.netty.channel.
ChannelPromise
(并 extends io.netty.channel.
ChannelFuture
)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressivePromise
<V> (并 extends io.netty.util.concurrent.
ProgressiveFuture
<V>)
io.netty.channel.
ChannelProgressivePromise
(并 extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.channel.
ChannelPromise
)
java.lang.Iterable<T>
io.netty.channel.
ChannelPipeline
(并 extends io.netty.channel.
ChannelInboundInvoker
, io.netty.channel.
ChannelOutboundInvoker
)
io.netty.util.concurrent.
EventExecutorGroup
(并 extends java.util.concurrent.ScheduledExecutorService)
io.netty.util.concurrent.
EventExecutor
io.netty.util.concurrent.
OrderedEventExecutor
io.netty.channel.
EventLoop
(并 extends io.netty.channel.
EventLoopGroup
)
io.netty.channel.
EventLoopGroup
io.netty.channel.
EventLoop
(并 extends io.netty.util.concurrent.
OrderedEventExecutor
)
io.netty.channel.
MessageSizeEstimator
io.netty.channel.
MessageSizeEstimator.Handle
io.netty.channel.
RecvByteBufAllocator
io.netty.channel.
MaxBytesRecvByteBufAllocator
io.netty.channel.
MaxMessagesRecvByteBufAllocator
io.netty.channel.
RecvByteBufAllocator.Handle
io.netty.channel.
RecvByteBufAllocator.ExtendedHandle
io.netty.util.
ReferenceCounted
io.netty.channel.
AddressedEnvelope
<M,A>
io.netty.channel.
FileRegion
io.netty.channel.
SelectStrategy
io.netty.channel.
SelectStrategyFactory
java.io.Serializable
io.netty.channel.
ChannelId
(并 extends java.lang.Comparable<T>)
注释类型分层结构
io.netty.channel.
ChannelHandler.Sharable
(implements java.lang.annotation.Annotation)
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
Netty 4.1.109.Final(2024/04/15)
上一个
下一个
框架
无框架
所有类
Copyright © 2024
即时通讯网(52im.net) - 即时通讯开发者社区
. All rights reserved.