Package | Description |
---|---|
io.socket.socketio.server |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Set<SocketIoSocket>> |
SocketIoAdapter.mRoomSockets
Set of sockets contained within a room.
|
Modifier and Type | Method and Description |
---|---|
abstract SocketIoSocket[] |
SocketIoAdapter.listClients(String room)
Get list of sockets in specified room.
|
SocketIoSocket[] |
SocketIoMemoryAdapter.listClients(String room) |
Modifier and Type | Method and Description |
---|---|
abstract void |
SocketIoAdapter.add(String room,
SocketIoSocket socket)
Add a socket to the specified room.
|
void |
SocketIoMemoryAdapter.add(String room,
SocketIoSocket socket) |
abstract String[] |
SocketIoAdapter.listClientRooms(SocketIoSocket socket)
Get list of rooms joined by socket.
|
String[] |
SocketIoMemoryAdapter.listClientRooms(SocketIoSocket socket) |
abstract void |
SocketIoAdapter.remove(String room,
SocketIoSocket socket)
Remove a socket from the specified room.
|
void |
SocketIoMemoryAdapter.remove(String room,
SocketIoSocket socket) |
Copyright © 2022. All rights reserved.