Method | Description | |
---|---|---|
AddCustomCommand ( String name, OnCommandHandler handler ) : void | ||
GetWorkerClass ( ) : Type |
Method | Description | |
---|---|---|
CleanStringForCommandResponse ( String rawValue ) : String | ||
CommandBasedServer ( ) : System | ||
CreateSession ( ) : CommandBasedSession | ||
GetDefaultSessionClass ( ) : Type | ||
HandleCommandException ( Connection connection, Exception ex ) : void | ||
InitCommands ( ) : void | ||
InvokeOnClientConnected ( SessionEventArgs e ) : void | ||
InvokeOnClientDisconnected ( SessionEventArgs e ) : void |
public AddCustomCommand ( String name, OnCommandHandler handler ) : void | ||
name | String | |
handler | OnCommandHandler | |
return | void |
protected static CleanStringForCommandResponse ( String rawValue ) : String | ||
rawValue | String | |
return | String |
protected CreateSession ( ) : CommandBasedSession | ||
return | CommandBasedSession |
protected HandleCommandException ( Connection connection, Exception ex ) : void | ||
connection | Connection | |
ex | Exception | |
return | void |
protected InvokeOnClientConnected ( SessionEventArgs e ) : void | ||
e | SessionEventArgs | |
return | void |
protected InvokeOnClientDisconnected ( SessionEventArgs e ) : void | ||
e | SessionEventArgs | |
return | void |