public abstract class RemoteClient extends Object
| Constructor and Description |
|---|
RemoteClient() |
| Modifier and Type | Method and Description |
|---|---|
abstract InetAddress |
getHost()
Get the client address
|
abstract String |
getMAC()
Get the client MAC address
|
abstract String |
getName()
Get the client name
|
abstract int |
getPort()
Get the client port
|
abstract boolean |
sendMessage(MessageOutput message)
Send a message to the client
|
public abstract String getName()
public abstract String getMAC()
public abstract InetAddress getHost()
public abstract int getPort()
public abstract boolean sendMessage(MessageOutput message)
message - the message to sendCopyright © 2022. All rights reserved.