Package net.gleamynode.netty.channel

The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.

See:
          Description

Interface Summary
Channel  
ChannelConfig  
ChannelDownstreamHandler  
ChannelEvent  
ChannelFactory  
ChannelFuture  
ChannelFutureListener  
ChannelHandler  
ChannelHandlerContext  
ChannelPipeline  
ChannelPipelineFactory  
ChannelSink  
ChannelStateEvent  
ChannelUpstreamHandler  
ChildChannelStateEvent  
ExceptionEvent  
MessageEvent  
 

Class Summary
AbstractChannel  
AbstractChannelSink  
AbstractServerChannel  
Channels  
CompleteChannelFuture  
DefaultChannelEvent  
DefaultChannelFuture  
DefaultChannelPipeline  
DefaultChannelStateEvent  
DefaultChildChannelStateEvent  
DefaultExceptionEvent  
DefaultMessageEvent  
FailedChannelFuture  
SimpleChannelHandler  
SucceededChannelFuture  
 

Enum Summary
ChannelState  
 

Exception Summary
ChannelException  
ChannelPipelineException  
 

Annotation Types Summary
ChannelPipelineCoverage  
 

Package net.gleamynode.netty.channel Description

The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.



Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.