Свойство | Тип | Описание | |
---|---|---|---|
User |
Метод | Описание | |
---|---|---|
SendCatchup ( Signal inputOperation, String arg ) : void |
Send catchup operation to the client based on the original inputOperation
|
|
ServerClientConnection ( Server server, |
||
StopListener ( ) : void |
Метод | Описание | |
---|---|---|
attachUser ( String userName, String password ) : bool |
Attempt to authenticate the client via credentials. If it matches an account on the server return true.
|
|
close ( ) : void |
Close the connection
|
|
handleInput ( Signal signal ) : void |
Handle input signals from the client
|
|
listenToClient ( ) : void |
Listen to the client via threadless async callback
|
|
onReceiveSignalComplete ( IAsyncResult iar ) : void |
Async callback for client listening
|
|
processOutQueue ( ) : void | ||
sendCommandToClient ( Signal signal ) : void |
public SendCatchup ( Signal inputOperation, String arg ) : void | ||
inputOperation | Signal | the initial operation for which to determine an output operation |
arg | String | additional arguments for the input/output operation |
Результат | void |
public ServerClientConnection ( Server server, |
||
server | Server | |
inClientSocket | ||
Результат | System |