Свойство | Тип | Описание | |
---|---|---|---|
log | Logger |
Метод | Описание | |
---|---|---|
ChannelActive ( IChannelHandlerContext context ) : void | ||
ChannelRead ( IChannelHandlerContext context, object message ) : void | ||
ExceptionCaught ( IChannelHandlerContext context, |
||
NettyServerHandler ( |
public ChannelActive ( IChannelHandlerContext context ) : void | ||
context | IChannelHandlerContext | |
Результат | void |
public ChannelRead ( IChannelHandlerContext context, object message ) : void | ||
context | IChannelHandlerContext | |
message | object | |
Результат | void |
public ExceptionCaught ( IChannelHandlerContext context, |
||
context | IChannelHandlerContext | |
exception | ||
Результат | void |
public NettyServerHandler ( |
||
parent | ||
dataReceivedAction | Action |
|
clientConnectedAction | string>.Action | |
Результат | System |