public abstract class RemoteServer extends Object
| Constructor and Description |
|---|
RemoteServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract InetAddress |
getHost()
Get the server address
|
abstract String |
getMAC()
Get the server MAC address
|
abstract int |
getPort()
Get the server port
|
abstract boolean |
sendMessage(byte[] message)
Send a message to the server
|
public abstract InetAddress getHost()
public abstract String getMAC()
public abstract int getPort()
public abstract boolean sendMessage(byte[] message)
message - the message to sendCopyright © 2021. All rights reserved.