C# Class Org.IdentityConnectors.Framework.Impl.Server.ConnectionListener

Show file Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
ConnectionListener ( ConnectorServerImpl server, TcpListener socket )

Creates the listener thread

Run ( ) : void
Shutdown ( ) : void
Start ( ) : void

Private Methods

Method Description
IsStopped ( ) : bool
MarkStopped ( ) : void

Method Details

ConnectionListener() public method

Creates the listener thread
public ConnectionListener ( ConnectorServerImpl server, TcpListener socket )
server ConnectorServerImpl The server object
socket TcpListener The socket (should already be bound)

Run() public method

public Run ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void