Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
ChannelActive ( IChannelHandlerContext context ) : void | ||
ChannelRead ( IChannelHandlerContext context, object message ) : void | ||
ChannelReadComplete ( IChannelHandlerContext context ) : void | ||
ExceptionCaught ( IChannelHandlerContext context, |
||
NettyClientHandler ( |
public ChannelActive ( IChannelHandlerContext context ) : void | ||
context | IChannelHandlerContext | |
return | void |
public ChannelRead ( IChannelHandlerContext context, object message ) : void | ||
context | IChannelHandlerContext | |
message | object | |
return | void |
public ChannelReadComplete ( IChannelHandlerContext context ) : void | ||
context | IChannelHandlerContext | |
return | void |
public ExceptionCaught ( IChannelHandlerContext context, |
||
context | IChannelHandlerContext | |
exception | ||
return | void |
public NettyClientHandler ( |
||
parent | ||
return | System |