C# 클래스 Brunet.Connections.Connector

상속: Brunet.Concurrent.TaskWorker
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
State object

보호된 프로퍼티들

프로퍼티 타입 설명
_abort WriteOnce
_co ConnectionOverlord
_ctm ConnectToMessage
_got_ctms ArrayList
_is_finished int
_local_node Node
_sender ISender
_sync object
_task object

공개 메소드들

메소드 설명
Connector ( Node local, ISender ps, ConnectToMessage ctm, Brunet.Connections.ConnectionOverlord co ) : System
Connector ( Node local, ISender ps, ConnectToMessage ctm, Brunet.Connections.ConnectionOverlord co, object state ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
EnqueueHandler ( object queue, EventArgs arg ) : void
QueueCloseHandler ( object queue, EventArgs arg ) : void

메소드 상세

Connector() 공개 메소드

public Connector ( Node local, ISender ps, ConnectToMessage ctm, Brunet.Connections.ConnectionOverlord co ) : System
local Node
ps ISender
ctm ConnectToMessage
co Brunet.Connections.ConnectionOverlord
리턴 System

Connector() 공개 메소드

public Connector ( Node local, ISender ps, ConnectToMessage ctm, Brunet.Connections.ConnectionOverlord co, object state ) : System
local Node
ps ISender
ctm ConnectToMessage
co Brunet.Connections.ConnectionOverlord
state object
리턴 System

EnqueueHandler() 보호된 메소드

protected EnqueueHandler ( object queue, EventArgs arg ) : void
queue object
arg EventArgs
리턴 void

QueueCloseHandler() 보호된 메소드

protected QueueCloseHandler ( object queue, EventArgs arg ) : void
queue object
arg EventArgs
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

State 공개적으로 프로퍼티

public object State
리턴 object

_abort 보호되어 있는 프로퍼티

protected WriteOnce _abort
리턴 WriteOnce

_co 보호되어 있는 프로퍼티

protected ConnectionOverlord _co
리턴 ConnectionOverlord

_ctm 보호되어 있는 프로퍼티

protected ConnectToMessage _ctm
리턴 ConnectToMessage

_got_ctms 보호되어 있는 프로퍼티

protected ArrayList _got_ctms
리턴 ArrayList

_is_finished 보호되어 있는 프로퍼티

protected int _is_finished
리턴 int

_local_node 보호되어 있는 프로퍼티

protected Node _local_node
리턴 Node

_sender 보호되어 있는 프로퍼티

protected ISender _sender
리턴 ISender

_sync 보호되어 있는 프로퍼티

protected object _sync
리턴 object

_task 보호되어 있는 프로퍼티

protected object _task
리턴 object