| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.messages | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.byName(String value) |
Transport |
SocketIOClient.getTransport()
Current client transport protocol
|
static Transport |
Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport[] |
Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transport> |
Configuration.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setTransports(Transport... transports)
Transports supported by server
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
ClientHead.getCurrentTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientHead.bindChannel(io.netty.channel.Channel channel,
Transport transport) |
Queue<Packet> |
ClientHead.getPacketsQueue(Transport transport) |
boolean |
ClientHead.isTransportChannel(io.netty.channel.Channel channel,
Transport transport) |
void |
PacketListener.onPacket(Packet packet,
NamespaceClient client,
Transport transport) |
io.netty.channel.ChannelFuture |
ClientHead.send(Packet packet,
Transport transport) |
void |
ClientHead.upgradeCurrentTransport(Transport currentTransport) |
| Constructor and Description |
|---|
ClientHead(UUID sessionId,
AckManager ackManager,
DisconnectableHub disconnectable,
StoreFactory storeFactory,
HandshakeData handshakeData,
ClientsBox clientsBox,
Transport transport,
CancelableScheduler disconnectScheduler,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
PacketsMessage.getTransport() |
Transport |
OutPacketMessage.getTransport() |
| Constructor and Description |
|---|
OutPacketMessage(ClientHead clientHead,
Transport transport) |
PacketsMessage(ClientHead client,
io.netty.buffer.ByteBuf content,
Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
NamespaceClient.getTransport() |
Copyright © 2012–2021. All rights reserved.