| Package | Description |
|---|---|
| io.scalecube.socketio | |
| io.scalecube.socketio.packets | |
| io.scalecube.socketio.pipeline | |
| io.scalecube.socketio.session |
| Modifier and Type | Method and Description |
|---|---|
TransportType |
Session.getTransportType()
Returns transport type for this session (e.g.
|
TransportType |
Session.getUpgradedFromTransportType() |
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransportType |
IPacket.getTransportType() |
TransportType |
AbstractPacket.getTransportType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IPacket.setTransportType(TransportType transportType) |
void |
AbstractPacket.setTransportType(TransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
protected TransportType |
WebSocketHandler.getTransportType() |
protected TransportType |
FlashSocketHandler.getTransportType() |
| Constructor and Description |
|---|
UnsupportedTransportTypeException(TransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
TransportType |
XHRPollingSession.getTransportType() |
TransportType |
WebSocketSession.getTransportType() |
TransportType |
JsonpPollingSession.getTransportType() |
TransportType |
FlashSocketSession.getTransportType() |
TransportType |
AbstractSession.getUpgradedFromTransportType() |
| Constructor and Description |
|---|
AbstractPollingSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
AbstractSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
AbstractSocketSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
FlashSocketSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
JsonpPollingSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
String jsonpIndexParam,
SocketAddress remoteAddress) |
WebSocketSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
XHRPollingSession(io.netty.channel.Channel channel,
String sessionId,
String origin,
SessionDisconnectHandler disconnectHandler,
TransportType upgradedFromTransportType,
int localPort,
SocketAddress remoteAddress) |
Copyright © 2012–2016. All rights reserved.