| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
Configuration.setTransports(Transport... transports)
Transports supported by server
|
| Modifier and Type | Method and Description |
|---|---|
protected Transport |
WebSocketTransport.getTransport() |
Transport |
NamespaceClient.getTransport() |
Transport |
MainBaseClient.getTransport() |
protected Transport |
FlashSocketTransport.getTransport() |
| Constructor and Description |
|---|
MainBaseClient(UUID sessionId,
AckManager ackManager,
DisconnectableHub disconnectable,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
WebSocketClient(io.netty.channel.Channel channel,
AckManager ackManager,
DisconnectableHub disconnectable,
UUID sessionId,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
XHRPollingClient(AckManager ackManager,
DisconnectableHub disconnectable,
UUID sessionId,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
Copyright © 2012–2014. All rights reserved.