C# Класс DotNetty.Transport.Channels.ChannelHandlerAdapter

Наследование: IChannelHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HandlerAdded ( IChannelHandlerContext context ) : void
HandlerRemoved ( IChannelHandlerContext context ) : void

Приватные методы

Метод Описание
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

Описание методов

HandlerAdded() публичный Метод

public HandlerAdded ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
Результат void

HandlerRemoved() публичный Метод

public HandlerRemoved ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
Результат void