C# Class Helios.Channels.AbstractChannelHandlerContext.PausableChannelEventExecutorImpl

Inheritance: PausableChannelEventExecutor
Afficher le fichier Open project: helios-io/helios

Private Properties

Свойство Type Description
UnwrapInvoker IChannelHandlerInvoker

Méthodes publiques

Méthode Description
AcceptNewTasks ( ) : void
PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
RejectNewTasks ( ) : void
Unwrap ( ) : IEventExecutor

Private Methods

Méthode Description
UnwrapInvoker ( ) : IChannelHandlerInvoker

Method Details

AcceptNewTasks() public méthode

public AcceptNewTasks ( ) : void
Résultat void

PausableChannelEventExecutorImpl() public méthode

public PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
context AbstractChannelHandlerContext
Résultat System

RejectNewTasks() public méthode

public RejectNewTasks ( ) : void
Résultat void

Unwrap() public méthode

public Unwrap ( ) : IEventExecutor
Résultat IEventExecutor