C# Class Helios.Channels.AbstractChannelHandlerContext.PausableChannelEventExecutorImpl

Inheritance: PausableChannelEventExecutor
Datei anzeigen Open project: helios-io/helios

Private Properties

Property Type Description
UnwrapInvoker IChannelHandlerInvoker

Public Methods

Method Description
AcceptNewTasks ( ) : void
PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
RejectNewTasks ( ) : void
Unwrap ( ) : IEventExecutor

Private Methods

Method Description
UnwrapInvoker ( ) : IChannelHandlerInvoker

Method Details

AcceptNewTasks() public method

public AcceptNewTasks ( ) : void
return void

PausableChannelEventExecutorImpl() public method

public PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
context AbstractChannelHandlerContext
return System

RejectNewTasks() public method

public RejectNewTasks ( ) : void
return void

Unwrap() public method

public Unwrap ( ) : IEventExecutor
return IEventExecutor