| Modifier and Type | Method and Description |
|---|---|
SocketIOClient |
SocketIOServer.getClient(UUID uuid)
Get client by uuid from default namespace
|
SocketIOClient |
SocketIONamespace.getClient(UUID uuid)
Get client by uuid connected to namespace
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIOClient> |
SocketIOServer.getAllClients()
Get all clients connected to default namespace
|
Collection<SocketIOClient> |
SocketIONamespace.getAllClients()
Get all clients connected to namespace
|
Collection<SocketIOClient> |
BroadcastOperations.getClients() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadcastAckCallback.onClientSuccess(SocketIOClient client,
T result) |
protected void |
BroadcastAckCallback.onClientTimeout(SocketIOClient client) |
<T> void |
BroadcastOperations.sendEvent(String name,
Object data,
SocketIOClient excludedClient,
BroadcastAckCallback<T> ackCallback) |
void |
BroadcastOperations.sendEvent(String name,
SocketIOClient excludedClient,
Object... data) |
| Constructor and Description |
|---|
AckRequest(Packet originalPacket,
SocketIOClient client) |
| Constructor and Description |
|---|
BroadcastOperations(Iterable<SocketIOClient> clients,
StoreFactory storeFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
AckManager.onAck(SocketIOClient client,
Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectListener.onConnect(SocketIOClient client) |
void |
ExceptionListenerAdapter.onConnectException(Exception e,
SocketIOClient client) |
void |
ExceptionListener.onConnectException(Exception e,
SocketIOClient client) |
void |
DefaultExceptionListener.onConnectException(Exception e,
SocketIOClient client) |
void |
DataListener.onData(SocketIOClient client,
T data,
AckRequest ackSender)
Invokes when data object received from client
|
void |
DisconnectListener.onDisconnect(SocketIOClient client) |
void |
ExceptionListenerAdapter.onDisconnectException(Exception e,
SocketIOClient client) |
void |
ExceptionListener.onDisconnectException(Exception e,
SocketIOClient client) |
void |
DefaultExceptionListener.onDisconnectException(Exception e,
SocketIOClient client) |
void |
ExceptionListenerAdapter.onEventException(Exception e,
List<Object> data,
SocketIOClient client) |
void |
ExceptionListener.onEventException(Exception e,
List<Object> args,
SocketIOClient client) |
void |
DefaultExceptionListener.onEventException(Exception e,
List<Object> args,
SocketIOClient client) |
| Modifier and Type | Method and Description |
|---|---|
SocketIOClient |
Namespace.getClient(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIOClient> |
Namespace.getAllClients() |
Iterable<SocketIOClient> |
NamespacesHub.getRoomClients(String room) |
Iterable<SocketIOClient> |
Namespace.getRoomClients(String room) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.addClient(SocketIOClient client) |
Set<String> |
Namespace.getRooms(SocketIOClient client) |
void |
Namespace.onConnect(SocketIOClient client) |
void |
Namespace.onDisconnect(SocketIOClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceClient |
Copyright © 2012–2016. All rights reserved.