C# 클래스 Brunet.Transport.TcpEdgeListener.SelectAction

상속: SocketStateAction
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
TEL TcpEdgeListener

공개 메소드들

메소드 설명
SelectAction ( TcpEdgeListener tel ) : System
Start ( SocketState ss ) : void

보호된 메소드들

메소드 설명
HandleErrors ( SocketState ss ) : void
HandleReads ( SocketState ss ) : void
HandleWrites ( SocketState ss ) : void

메소드 상세

HandleErrors() 보호된 메소드

protected HandleErrors ( SocketState ss ) : void
ss SocketState
리턴 void

HandleReads() 보호된 메소드

protected HandleReads ( SocketState ss ) : void
ss SocketState
리턴 void

HandleWrites() 보호된 메소드

protected HandleWrites ( SocketState ss ) : void
ss SocketState
리턴 void

SelectAction() 공개 메소드

public SelectAction ( TcpEdgeListener tel ) : System
tel TcpEdgeListener
리턴 System

Start() 공개 메소드

public Start ( SocketState ss ) : void
ss SocketState
리턴 void

프로퍼티 상세

TEL 보호되어 있는 프로퍼티

protected TcpEdgeListener,Brunet.Transport TEL
리턴 TcpEdgeListener