public interface Server extends Connection
Connection.Unsafe| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
getInfo()
Returns the basic information about this server.
|
void |
sendData(java.lang.String channel,
byte[] data)
Send data by any available means to this server.
|
disconnect, disconnect, disconnect, getAddress, isConnected, unsafeServerInfo getInfo()
ServerInfo for this servervoid sendData(java.lang.String channel,
byte[] data)
channel - the channel to send this data viadata - the data to sendCopyright © 2015-2018 WaterfallMC. All Rights Reserved.