| Modifier and Type | Method and Description |
|---|---|
RemoteClient |
ServerEvent.getClient()
Get the event client
|
| Constructor and Description |
|---|
ServerEvent(RemoteClient remote)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
RemoteClient |
ServerConnectEvent.getClient()
Get the remote client
|
RemoteClient |
ServerDisconnectEvent.getClient()
Get the remote client
|
RemoteClient |
ServerMessageEvent.getClient()
Get the remote client
|
| Constructor and Description |
|---|
ServerConnectEvent(RemoteServer remote,
RemoteClient cl)
Initialize the client event
|
ServerDisconnectEvent(RemoteServer remote,
RemoteClient cl,
String r)
Initialize the client event
|
ServerMessageEvent(RemoteServer remote,
RemoteClient cl,
MessageInput data)
Initialize the client event
|
| Constructor and Description |
|---|
ClientCommandEvent(RemoteClient remote,
RemoteServer sv,
String cmd,
String inf)
Initialize the server event
|
ClientConnectEvent(RemoteClient remote,
RemoteServer sv)
Initialize the server event
|
ClientDisconnectEvent(RemoteClient remote,
RemoteServer sv,
DisconnectReason r,
String m)
Initialize the server event
|
ClientMessageEvent(RemoteClient remote,
RemoteServer sv,
MessageInput data)
Initialize the server event
|
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Remote message client interface
|
class |
SecureClient |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<RemoteClient> |
Server.getClients()
Get the connected clients
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLClient
Remote message client interface
|
| Modifier and Type | Method and Description |
|---|---|
Set<RemoteClient> |
SSLServer.getClients()
Get the connected clients
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLRemoteClient
Remote client information
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPClient
Remote message client interface
|
| 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 © 2022. All rights reserved.