JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For Package io.netty.channel
Package Hierarchies:
All Packages
Class Hierarchy
java.lang.Object
io.netty.channel.
AbstractChannel.AbstractUnsafe
(implements io.netty.channel.
Channel.Unsafe
)
io.netty.util.concurrent.
AbstractEventExecutorGroup
(implements io.netty.util.concurrent.
EventExecutorGroup
)
io.netty.util.concurrent.
MultithreadEventExecutorGroup
io.netty.channel.
MultithreadEventLoopGroup
(implements io.netty.channel.
EventLoopGroup
)
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.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.
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.util.
AbstractReferenceCounted
(implements io.netty.util.
ReferenceCounted
)
io.netty.channel.
DefaultFileRegion
(implements io.netty.channel.
FileRegion
)
io.netty.channel.
AdaptiveRecvByteBufAllocator
(implements io.netty.channel.
RecvByteBufAllocator
)
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.
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.
DefaultChannelPipeline
(implements io.netty.channel.
ChannelPipeline
)
io.netty.channel.
DefaultMessageSizeEstimator
(implements io.netty.channel.
MessageSizeEstimator
)
io.netty.channel.
DefaultSelectStrategyFactory
(implements io.netty.channel.
SelectStrategyFactory
)
io.netty.channel.
FixedRecvByteBufAllocator
(implements io.netty.channel.
RecvByteBufAllocator
)
io.netty.channel.
PendingWriteQueue
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
)
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.util.
UniqueName
(implements java.lang.Comparable<T>)
io.netty.channel.
ChannelOption
<T>
Interface Hierarchy
io.netty.util.
AttributeMap
io.netty.channel.
Channel
(also extends java.lang.Comparable<T>)
io.netty.channel.
ServerChannel
io.netty.channel.
ChannelHandlerContext
io.netty.channel.
Channel.Unsafe
io.netty.channel.
ChannelConfig
io.netty.channel.
ChannelHandler
io.netty.channel.
ChannelInboundHandler
io.netty.channel.
ChannelOutboundHandler
io.netty.channel.
ChannelOutboundBuffer.MessageProcessor
java.lang.Comparable<T>
io.netty.channel.
Channel
(also extends io.netty.util.
AttributeMap
)
io.netty.channel.
ServerChannel
java.util.EventListener
io.netty.util.concurrent.
GenericFutureListener
<F>
io.netty.channel.
ChannelFutureListener
io.netty.util.concurrent.
GenericProgressiveFutureListener
<F>
io.netty.channel.
ChannelProgressiveFutureListener
java.util.concurrent.Executor
java.util.concurrent.ExecutorService
java.util.concurrent.ScheduledExecutorService
io.netty.util.concurrent.
EventExecutorGroup
(also extends java.lang.Iterable<T>)
io.netty.util.concurrent.
EventExecutor
io.netty.util.concurrent.
OrderedEventExecutor
io.netty.channel.
EventLoop
(also extends io.netty.channel.
EventLoopGroup
)
io.netty.channel.
EventLoopGroup
io.netty.channel.
EventLoop
(also 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
(also extends io.netty.util.concurrent.
ProgressiveFuture
<V>)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelPromise
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.channel.
ChannelPromise
(also extends io.netty.util.concurrent.
Promise
<V>)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressiveFuture
<V>
io.netty.channel.
ChannelProgressiveFuture
(also extends io.netty.channel.
ChannelFuture
)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelPromise
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressivePromise
<V> (also extends io.netty.util.concurrent.
Promise
<V>)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.channel.
ChannelPromise
)
io.netty.util.concurrent.
Promise
<V>
io.netty.channel.
ChannelPromise
(also extends io.netty.channel.
ChannelFuture
)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.util.concurrent.
ProgressivePromise
<V>)
io.netty.util.concurrent.
ProgressivePromise
<V> (also extends io.netty.util.concurrent.
ProgressiveFuture
<V>)
io.netty.channel.
ChannelProgressivePromise
(also extends io.netty.channel.
ChannelProgressiveFuture
, io.netty.channel.
ChannelPromise
)
java.lang.Iterable<T>
io.netty.channel.
ChannelPipeline
io.netty.util.concurrent.
EventExecutorGroup
(also extends java.util.concurrent.ScheduledExecutorService)
io.netty.util.concurrent.
EventExecutor
io.netty.util.concurrent.
OrderedEventExecutor
io.netty.channel.
EventLoop
(also extends io.netty.channel.
EventLoopGroup
)
io.netty.channel.
EventLoopGroup
io.netty.channel.
EventLoop
(also extends io.netty.util.concurrent.
OrderedEventExecutor
)
io.netty.channel.
MessageSizeEstimator
io.netty.channel.
MessageSizeEstimator.Handle
io.netty.channel.
RecvByteBufAllocator
io.netty.channel.
RecvByteBufAllocator.Handle
io.netty.util.
ReferenceCounted
io.netty.channel.
AddressedEnvelope
<M,A>
io.netty.channel.
FileRegion
io.netty.channel.
SelectStrategy
io.netty.channel.
SelectStrategyFactory
Annotation Type Hierarchy
io.netty.channel.
ChannelHandler.Sharable
(implements java.lang.annotation.Annotation)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008–2018
The Netty Project
. All rights reserved.