Method | Description | |
---|---|---|
DumpRequests ( ) : void |
Produces a thread dump of all pending requests
|
|
IsStarted ( ) : bool |
Return true if the server is started. Note that started is a logical state (start method has been called). It does not necessarily reflect the health of the server |
|
NewInstance ( ) : |
Get the singleton instance of the ConnectorServer.
|
|
Start ( ) : void |
Starts the server. All server settings must be configured prior to calling. The following methods are required to be called: |
|
StartTime ( ) : long |
Gets the time when the servers was started last time.
|
|
Stop ( ) : void |
Stops the server gracefully. Returns when all in-progress connections have been serviced. |
Method | Description | |
---|---|---|
AssertNotStarted ( ) : void |
public static NewInstance ( ) : |
||
return |