C# Class Animatroller.ExpanderCommunication.NettyServerHandler

Inheritance: DotNetty.Transport.Channels.ChannelHandlerAdapter
Datei anzeigen Open project: HakanL/animatroller

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
ChannelActive ( IChannelHandlerContext context ) : void
ChannelRead ( IChannelHandlerContext context, object message ) : void
ExceptionCaught ( IChannelHandlerContext context, Exception exception ) : void
NettyServerHandler ( NettyServer parent, Action dataReceivedAction, string>.Action clientConnectedAction ) : System

Method Details

ChannelActive() public method

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

ChannelRead() public method

public ChannelRead ( IChannelHandlerContext context, object message ) : void
context IChannelHandlerContext
message object
return void

ExceptionCaught() public method

public ExceptionCaught ( IChannelHandlerContext context, Exception exception ) : void
context IChannelHandlerContext
exception System.Exception
return void

NettyServerHandler() public method

public NettyServerHandler ( NettyServer parent, Action dataReceivedAction, string>.Action clientConnectedAction ) : System
parent NettyServer
dataReceivedAction Action
clientConnectedAction string>.Action
return System

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger