C# Class Helios.Tests.Performance.Channels.CounterHandlerInbound

Inheritance: Helios.Channels.ChannelHandlerAdapter
Show file Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
ChannelRead ( IChannelHandlerContext context, object message ) : void
CounterHandlerInbound ( Counter throughput ) : Helios.Channels

Method Details

ChannelRead() public method

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

CounterHandlerInbound() public method

public CounterHandlerInbound ( Counter throughput ) : Helios.Channels
throughput NBench.Counter
return Helios.Channels