- getArgs() - Method in class io.scalecube.socketio.packets.Event
-
- getCloseTimeout() - Method in class io.scalecube.socketio.ServerConfiguration
-
The timeout in seconds for the client, when it closes the connection it
still X amounts of seconds to do re open of the connection.
- getConfiguration() - Method in class io.scalecube.socketio.SocketIOServer
-
Returns server configuration settings.
- getData() - Method in class io.scalecube.socketio.packets.Packet
-
- getEventExecutorThreadNumber() - Method in class io.scalecube.socketio.ServerConfiguration
-
- getHeartbeatInterval() - Method in class io.scalecube.socketio.ServerConfiguration
-
The timeout in seconds for the server, we should receive a heartbeat from
the client within this interval.
- getHeartbeatTimeout() - Method in class io.scalecube.socketio.ServerConfiguration
-
The timeout in seconds for the client when it should send a new heart
beat to the server.
- getJsonpIndexParam() - Method in class io.scalecube.socketio.packets.AbstractPacket
-
- getJsonpIndexParam() - Method in interface io.scalecube.socketio.packets.IPacket
-
- getListener() - Method in class io.scalecube.socketio.SocketIOServer
-
Socket.IO events listener.
- getLocalPort() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getLocalPort() - Method in interface io.scalecube.socketio.Session
-
Returns local port to which client connection is established.
- getMaxWebSocketFrameSize() - Method in class io.scalecube.socketio.ServerConfiguration
-
Maximum allowable web socket frame payload length.
- getName() - Method in class io.scalecube.socketio.packets.Event
-
- getName() - Method in enum io.scalecube.socketio.TransportType
-
- getOrigin() - Method in class io.scalecube.socketio.packets.AbstractPacket
-
- getOrigin() - Method in interface io.scalecube.socketio.packets.IPacket
-
- getOrigin() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getOrigin() - Method in interface io.scalecube.socketio.Session
-
Returns origin header of this session.
- getPackets() - Method in class io.scalecube.socketio.packets.PacketsFrame
-
- getPipelineModifier() - Method in class io.scalecube.socketio.SocketIOServer
-
Returns pipeline modifier
- getPort() - Method in class io.scalecube.socketio.ServerConfiguration
-
Port on which Socket.IO server will be started.
- getRemoteAddress() - Method in class io.scalecube.socketio.packets.ConnectPacket
-
- getRemoteAddress() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getRemoteAddress() - Method in interface io.scalecube.socketio.Session
-
Returns remote address of the client.
- getRemoteAddressHeader() - Method in class io.scalecube.socketio.ServerConfiguration
-
The HTTP header name which is used as a session remote address.
- getSequenceNumber() - Method in class io.scalecube.socketio.packets.Packet
-
The order number of packet in packets frame.
- getServerBootstrapFactory() - Method in class io.scalecube.socketio.SocketIOServer
-
Returns ServerBootstrap factory.
- getSession(ConnectPacket, Channel, SessionDisconnectHandler) - Method in class io.scalecube.socketio.session.SessionStorage
-
- getSessionId() - Method in class io.scalecube.socketio.packets.AbstractPacket
-
- getSessionId() - Method in interface io.scalecube.socketio.packets.IPacket
-
- getSessionId() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getSessionId() - Method in interface io.scalecube.socketio.Session
-
Returns session identifier.
- getSessionIfExist(String) - Method in class io.scalecube.socketio.session.SessionStorage
-
- getSslContext() - Method in class io.scalecube.socketio.ServerConfiguration
-
SSL context which is used to run secure socket.
- getState() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getState() - Method in interface io.scalecube.socketio.Session
-
- getTransports() - Method in class io.scalecube.socketio.ServerConfiguration
-
A string with list of allowed transport methods separated by comma.
- getTransportType() - Method in class io.scalecube.socketio.packets.AbstractPacket
-
- getTransportType() - Method in interface io.scalecube.socketio.packets.IPacket
-
- getTransportType() - Method in class io.scalecube.socketio.pipeline.FlashSocketHandler
-
- getTransportType() - Method in class io.scalecube.socketio.pipeline.WebSocketHandler
-
- getTransportType() - Method in class io.scalecube.socketio.session.FlashSocketSession
-
- getTransportType() - Method in interface io.scalecube.socketio.Session
-
Returns transport type for this session (e.g.
- getTransportType() - Method in class io.scalecube.socketio.session.JsonpPollingSession
-
- getTransportType() - Method in class io.scalecube.socketio.session.WebSocketSession
-
- getTransportType() - Method in class io.scalecube.socketio.session.XHRPollingSession
-
- getType() - Method in class io.scalecube.socketio.packets.AbstractPacket
-
- getType() - Method in interface io.scalecube.socketio.packets.IPacket
-
the type of the packet
packet type is the prefix transfered on the wire
- getUpgradedFromTransportType() - Method in class io.scalecube.socketio.session.AbstractSession
-
- getUpgradedFromTransportType() - Method in interface io.scalecube.socketio.Session
-
- getValue() - Method in enum io.scalecube.socketio.packets.ErrorAdvice
-
- getValue() - Method in enum io.scalecube.socketio.packets.ErrorReason
-
- getValue() - Method in enum io.scalecube.socketio.packets.PacketType
-
- getValueAsBytes() - Method in enum io.scalecube.socketio.packets.PacketType
-
- valueOf(String) - Static method in enum io.scalecube.socketio.packets.ErrorAdvice
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.scalecube.socketio.packets.ErrorAdvice
-
- valueOf(String) - Static method in enum io.scalecube.socketio.packets.ErrorReason
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.scalecube.socketio.packets.ErrorReason
-
- valueOf(String) - Static method in enum io.scalecube.socketio.packets.PacketType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.scalecube.socketio.packets.PacketType
-
- valueOf(String) - Static method in enum io.scalecube.socketio.Session.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.scalecube.socketio.TransportType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.scalecube.socketio.packets.ErrorAdvice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.scalecube.socketio.packets.ErrorReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.scalecube.socketio.packets.PacketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.scalecube.socketio.Session.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.scalecube.socketio.TransportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.