C# Class Gwupe.Communication.P2P.RUDP.Connector.ProxyFromTcpConnector

Inheritance: API.INamedConnector
Show file Open project: gwupe/Gwupe

Public Methods

Method Description
Close ( ) : void
CloseConnections ( ) : void
Listen ( ) : int
Listen ( int port ) : int
ListenOnce ( ) : int
ListenOnce ( int port ) : int
ProxyFromTcpConnector ( String name, ITransportManager transportManager ) : System
StopListening ( ) : void

Protected Methods

Method Description
OnConnectionAccepted ( ) : void
OnConnectionClosed ( ) : void

Private Methods

Method Description
ProcessConnection ( ) : void
ProcessIncomingConnection ( ) : void
ProcessIncomingConnections ( ) : void
ProxyConnectionOnClosed ( ProxyTcpConnection connection ) : void
StartListener ( int port, System.Action listenerMethod ) : int

Method Details

Close() public method

public Close ( ) : void
return void

CloseConnections() public method

public CloseConnections ( ) : void
return void

Listen() public method

public Listen ( ) : int
return int

Listen() public method

public Listen ( int port ) : int
port int
return int

ListenOnce() public method

public ListenOnce ( ) : int
return int

ListenOnce() public method

public ListenOnce ( int port ) : int
port int
return int

OnConnectionAccepted() protected method

protected OnConnectionAccepted ( ) : void
return void

OnConnectionClosed() protected method

protected OnConnectionClosed ( ) : void
return void

ProxyFromTcpConnector() public method

public ProxyFromTcpConnector ( String name, ITransportManager transportManager ) : System
name String
transportManager ITransportManager
return System

StopListening() public method

public StopListening ( ) : void
return void