C# Class DotNetty.Transport.Channels.ChannelHandlerAdapter

Inheritance: IChannelHandler
Mostra file Open project: sekkit/Fenix Class Usage Examples

Public Methods

Method Description
HandlerAdded ( IChannelHandlerContext context ) : void
HandlerRemoved ( IChannelHandlerContext context ) : void

Private Methods

Method Description
BindAsync ( IChannelHandlerContext context, EndPoint localAddress ) : Task
ChannelActive ( IChannelHandlerContext context ) : void
ChannelInactive ( IChannelHandlerContext context ) : void
ChannelRead ( IChannelHandlerContext context, object message ) : void
ChannelReadComplete ( IChannelHandlerContext context ) : void
ChannelRegistered ( IChannelHandlerContext context ) : void
ChannelUnregistered ( IChannelHandlerContext context ) : void
ChannelWritabilityChanged ( IChannelHandlerContext context ) : void
Close ( IChannelHandlerContext context, IPromise promise ) : void
ConnectAsync ( IChannelHandlerContext context, EndPoint remoteAddress, EndPoint localAddress ) : Task
Deregister ( IChannelHandlerContext context, IPromise promise ) : void
Disconnect ( IChannelHandlerContext context, IPromise promise ) : void
EnsureNotSharable ( ) : void
ExceptionCaught ( IChannelHandlerContext context, Exception exception ) : void
Flush ( IChannelHandlerContext context ) : void
Read ( IChannelHandlerContext context ) : void
UserEventTriggered ( IChannelHandlerContext context, object evt ) : void
Write ( IChannelHandlerContext context, object message, IPromise promise ) : void

Method Details

HandlerAdded() public method

public HandlerAdded ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
return void

HandlerRemoved() public method

public HandlerRemoved ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
return void