| Modifier and Type | Method and Description |
|---|---|
abstract Set<RemoteClient> |
Server.getClients()
Get the connected clients
|
| Modifier and Type | Method and Description |
|---|---|
RemoteClient |
ServerEvent.getClient()
Get the event client
|
| Constructor and Description |
|---|
ServerEvent(RemoteClient remote)
Initialize the server event
|
| Constructor and Description |
|---|
ClientCommandEvent(RemoteClient remote,
String cmd,
String inf,
byte[] t)
Initialize the server event
|
ClientConnectEvent(RemoteClient remote)
Initialize the server event
|
ClientDisconnectEvent(RemoteClient remote,
DisconnectReason r,
String m)
Initialize the server event
|
ClientMessageEvent(RemoteClient remote,
byte[] data)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
Set<RemoteClient> |
TCPServer.getClients()
Get the connected clients
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPRemoteClient
Remote client information
|
Copyright © 2021. All rights reserved.