Package | Description |
---|---|
io.github.spair.byond.message.client |
Modifier and Type | Method and Description |
---|---|
void |
ByondClient.sendCommand(ByondMessage byondMessage)
Sends message to BYOND server without waiting for response.
|
ByondResponse |
ByondClient.sendMessage(ByondMessage byondMessage)
Sends message to BYOND server with wait and returning of response.
|
ByondResponse |
ByondClient.sendMessage(ByondMessage byondMessage,
int readTimeout)
Sends message to BYOND server with wait and of returning response.
|
Copyright © 2017. All rights reserved.