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

Inheritance: API.INamedConnector
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnConnectionAccepted ( ) : void
OnConnectionClosed ( ) : void

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CloseConnections() public méthode

public CloseConnections ( ) : void
Résultat void

Listen() public méthode

public Listen ( ) : int
Résultat int

Listen() public méthode

public Listen ( int port ) : int
port int
Résultat int

ListenOnce() public méthode

public ListenOnce ( ) : int
Résultat int

ListenOnce() public méthode

public ListenOnce ( int port ) : int
port int
Résultat int

OnConnectionAccepted() protected méthode

protected OnConnectionAccepted ( ) : void
Résultat void

OnConnectionClosed() protected méthode

protected OnConnectionClosed ( ) : void
Résultat void

ProxyFromTcpConnector() public méthode

public ProxyFromTcpConnector ( String name, ITransportManager transportManager ) : System
name String
transportManager ITransportManager
Résultat System

StopListening() public méthode

public StopListening ( ) : void
Résultat void