| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIOClient> |
SocketIOServer.getAllClients()
Get all clients
|
Collection<SocketIOClient> |
SocketIOChannelInitializer.getAllClients() |
Collection<SocketIOClient> |
BroadcastOperations.getClients() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadcastAckCallback.onClientSuccess(SocketIOClient client,
T result) |
protected void |
BroadcastAckCallback.onClientTimeout(SocketIOClient client) |
| 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) |
void |
ExceptionListenerAdapter.onJsonException(Exception e,
Object data,
SocketIOClient client) |
void |
ExceptionListener.onJsonException(Exception e,
Object data,
SocketIOClient client) |
void |
DefaultExceptionListener.onJsonException(Exception e,
Object data,
SocketIOClient client) |
void |
ExceptionListenerAdapter.onMessageException(Exception e,
String data,
SocketIOClient client) |
void |
ExceptionListener.onMessageException(Exception e,
String data,
SocketIOClient client) |
void |
DefaultExceptionListener.onMessageException(Exception e,
String data,
SocketIOClient client) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocketIOClient> |
NamespacesHub.getRoomClients(String room) |
Iterable<SocketIOClient> |
Namespace.getRoomClients(String room) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.addClient(SocketIOClient client) |
List<String> |
Namespace.getRooms(SocketIOClient client) |
void |
Namespace.onConnect(SocketIOClient client) |
void |
Namespace.onDisconnect(SocketIOClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceClient |
| Modifier and Type | Method and Description |
|---|---|
SocketIOClient |
MainBaseClient.addChildClient(Namespace namespace) |
SocketIOClient |
MainBaseClient.getChildClient(Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIOClient> |
MainBaseClient.getAllChildClients() |
Iterable<SocketIOClient> |
XHRPollingTransport.getAllClients() |
Iterable<SocketIOClient> |
WebSocketTransport.getAllClients() |
protected Iterable<SocketIOClient> |
BaseTransport.getAllClients(Collection<? extends MainBaseClient> clients) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainBaseClient.removeChildClient(SocketIOClient client) |
Copyright © 2012–2014. All rights reserved.