C# Class Brunet.Transport.TcpEdgeListener.SelectAction

Inheritance: SocketStateAction
Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
TEL TcpEdgeListener

Public Methods

Method Description
SelectAction ( TcpEdgeListener tel ) : System
Start ( SocketState ss ) : void

Protected Methods

Method Description
HandleErrors ( SocketState ss ) : void
HandleReads ( SocketState ss ) : void
HandleWrites ( SocketState ss ) : void

Method Details

HandleErrors() protected method

protected HandleErrors ( SocketState ss ) : void
ss SocketState
return void

HandleReads() protected method

protected HandleReads ( SocketState ss ) : void
ss SocketState
return void

HandleWrites() protected method

protected HandleWrites ( SocketState ss ) : void
ss SocketState
return void

SelectAction() public method

public SelectAction ( TcpEdgeListener tel ) : System
tel TcpEdgeListener
return System

Start() public method

public Start ( SocketState ss ) : void
ss SocketState
return void

Property Details

TEL protected property

protected TcpEdgeListener,Brunet.Transport TEL
return TcpEdgeListener