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

Inheritance: ConnectorServer
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
BeginRequest ( ) : void
DumpRequests ( ) : void
EndRequest ( ) : void
IsStarted ( ) : bool
Start ( ) : void
StartTime ( ) : long
Stop ( ) : void

Private Methods

Méthode Description
CreateServerSocket ( ) : TcpListener
DumpStats ( RequestStats stats, StringBuilder builder, long currentTime ) : void
GetStackTrace ( Thread thread ) : StackTrace

Method Details

BeginRequest() public méthode

public BeginRequest ( ) : void
Résultat void

DumpRequests() public méthode

public DumpRequests ( ) : void
Résultat void

EndRequest() public méthode

public EndRequest ( ) : void
Résultat void

IsStarted() public méthode

public IsStarted ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

StartTime() public méthode

public StartTime ( ) : long
Résultat long

Stop() public méthode

public Stop ( ) : void
Résultat void