C# Class Brunet.Transport.TcpEdgeListener.CreationState

Inheritance: SocketStateAction
Datei anzeigen Open project: pstjuste/brunet

Public Properties

Property Type Description
ECB EdgeCreationCallback
IPAddressQueue System.Collections.Queue
Port int
Result WriteOnce
TEL TcpEdgeListener

Public Methods

Method Description
CreationState ( EdgeCreationCallback ecb, Queue ipq, int port, TcpEdgeListener tel ) : System
HandleError ( Socket s ) : void
HandleWritability ( Socket s ) : void
Start ( SocketState ss ) : void

Method Details

CreationState() public method

public CreationState ( EdgeCreationCallback ecb, Queue ipq, int port, TcpEdgeListener tel ) : System
ecb EdgeCreationCallback
ipq System.Collections.Queue
port int
tel TcpEdgeListener
return System

HandleError() public method

public HandleError ( Socket s ) : void
s Socket
return void

HandleWritability() public method

public HandleWritability ( Socket s ) : void
s Socket
return void

Start() public method

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

Property Details

ECB public_oe property

public EdgeCreationCallback ECB
return EdgeCreationCallback

IPAddressQueue public_oe property

public Queue,System.Collections IPAddressQueue
return System.Collections.Queue

Port public_oe property

public int Port
return int

Result public_oe property

public WriteOnce Result
return WriteOnce

TEL public_oe property

public TcpEdgeListener,Brunet.Transport TEL
return TcpEdgeListener