C# 클래스 Helios.Channels.AbstractChannelHandlerContext.PausableChannelEventExecutorImpl

상속: PausableChannelEventExecutor
파일 보기 프로젝트 열기: helios-io/helios

Private Properties

프로퍼티 타입 설명
UnwrapInvoker IChannelHandlerInvoker

공개 메소드들

메소드 설명
AcceptNewTasks ( ) : void
PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
RejectNewTasks ( ) : void
Unwrap ( ) : IEventExecutor

비공개 메소드들

메소드 설명
UnwrapInvoker ( ) : IChannelHandlerInvoker

메소드 상세

AcceptNewTasks() 공개 메소드

public AcceptNewTasks ( ) : void
리턴 void

PausableChannelEventExecutorImpl() 공개 메소드

public PausableChannelEventExecutorImpl ( AbstractChannelHandlerContext context ) : System
context AbstractChannelHandlerContext
리턴 System

RejectNewTasks() 공개 메소드

public RejectNewTasks ( ) : void
리턴 void

Unwrap() 공개 메소드

public Unwrap ( ) : IEventExecutor
리턴 IEventExecutor