Package | Description |
---|---|
io.socket.socketio.server |
Modifier and Type | Field and Description |
---|---|
protected SocketIoNamespace |
SocketIoAdapter.mNamespace
The namespace that this adapter serves.
|
Modifier and Type | Method and Description |
---|---|
SocketIoNamespace |
SocketIoSocket.getNamespace()
Gets the namespace of this socket.
|
SocketIoNamespace |
SocketIoServer.namespace(Pattern namespaceRegex) |
SocketIoNamespace |
SocketIoServer.namespace(SocketIoNamespaceProvider namespaceProvider) |
SocketIoNamespace |
SocketIoServer.namespace(String namespace)
Retrieve instance of namespace with specified name.
|
Modifier and Type | Method and Description |
---|---|
SocketIoAdapter |
SocketIoAdapter.AdapterFactory.createAdapter(SocketIoNamespace namespace)
Create and return a new instance of adapter for a namespace.
|
SocketIoAdapter |
SocketIoMemoryAdapter.Factory.createAdapter(SocketIoNamespace namespace) |
Constructor and Description |
---|
SocketIoAdapter(SocketIoNamespace namespace) |
Copyright © 2022. All rights reserved.