Skip navigation links
A B C D E F G H I M N O P Q R S T U 

A

Ack - Interface in io.socket.client
Acknowledgement.
ACK - Static variable in interface io.socket.parser.Parser
Packet type `ack`.
add(String) - Method in class io.socket.parser.IOParser.Decoder
 
add(byte[]) - Method in class io.socket.parser.IOParser.Decoder
 
add(String) - Method in interface io.socket.parser.Parser.Decoder
 
add(byte[]) - Method in interface io.socket.parser.Parser.Decoder
 
attachments - Variable in class io.socket.parser.Packet
 

B

Backoff - Class in io.socket.backo
 
Backoff() - Constructor for class io.socket.backo.Backoff
 
Binary - Class in io.socket.parser
 
Binary() - Constructor for class io.socket.parser.Binary
 
Binary.DeconstructedPacket - Class in io.socket.parser
 
BINARY_ACK - Static variable in interface io.socket.parser.Parser
Packet type `binary ack`.
BINARY_EVENT - Static variable in interface io.socket.parser.Parser
Packet type `binary event`.
buffers - Variable in class io.socket.parser.Binary.DeconstructedPacket
 

C

call(Object...) - Method in interface io.socket.client.Ack
 
call(Exception) - Method in interface io.socket.client.Manager.OpenCallback
 
call(Packet) - Method in interface io.socket.parser.Parser.Decoder.Callback
 
call(Object[]) - Method in interface io.socket.parser.Parser.Encoder.Callback
 
close() - Method in class io.socket.client.Socket
Disconnects the socket.
connect() - Method in class io.socket.client.Socket
Connects the socket.
CONNECT - Static variable in interface io.socket.parser.Parser
Packet type `connect`.
connected() - Method in class io.socket.client.Socket
 

D

data - Variable in class io.socket.parser.Packet
 
decoder - Variable in class io.socket.client.Manager.Options
 
Decoder() - Constructor for class io.socket.parser.IOParser.Decoder
 
DeconstructedPacket() - Constructor for class io.socket.parser.Binary.DeconstructedPacket
 
deconstructPacket(Packet) - Static method in class io.socket.parser.Binary
 
destroy() - Method in interface io.socket.client.On.Handle
 
destroy() - Method in class io.socket.parser.IOParser.Decoder
 
destroy() - Method in interface io.socket.parser.Parser.Decoder
 
disconnect() - Method in class io.socket.client.Socket
Disconnects the socket.
DISCONNECT - Static variable in interface io.socket.parser.Parser
Packet type `disconnect`.
duration() - Method in class io.socket.backo.Backoff
 

E

emit(String, Object...) - Method in class io.socket.client.Socket
Emits an event.
emit(String, Object[], Ack) - Method in class io.socket.client.Socket
Emits an event with an acknowledge.
encode(Packet, Parser.Encoder.Callback) - Method in class io.socket.parser.IOParser.Encoder
 
encode(Packet, Parser.Encoder.Callback) - Method in interface io.socket.parser.Parser.Encoder
 
encoder - Variable in class io.socket.client.Manager.Options
 
Encoder() - Constructor for class io.socket.parser.IOParser.Encoder
 
ERROR - Static variable in interface io.socket.parser.Parser
Packet type `error`.
EVENT - Static variable in interface io.socket.parser.Parser
Packet type `event`.
EVENT_CLOSE - Static variable in class io.socket.client.Manager
Called on a disconnection.
EVENT_CONNECT - Static variable in class io.socket.client.Socket
Called on a connection.
EVENT_CONNECT_ERROR - Static variable in class io.socket.client.Manager
Called on a connection error.
EVENT_CONNECT_ERROR - Static variable in class io.socket.client.Socket
 
EVENT_CONNECT_TIMEOUT - Static variable in class io.socket.client.Manager
Called on a connection timeout.
EVENT_CONNECT_TIMEOUT - Static variable in class io.socket.client.Socket
 
EVENT_CONNECTING - Static variable in class io.socket.client.Socket
 
EVENT_DISCONNECT - Static variable in class io.socket.client.Socket
Called on a disconnection.
EVENT_ERROR - Static variable in class io.socket.client.Manager
 
EVENT_ERROR - Static variable in class io.socket.client.Socket
Called on a connection error.
EVENT_MESSAGE - Static variable in class io.socket.client.Socket
 
EVENT_OPEN - Static variable in class io.socket.client.Manager
Called on a successful connection.
EVENT_PACKET - Static variable in class io.socket.client.Manager
 
EVENT_PING - Static variable in class io.socket.client.Manager
 
EVENT_PING - Static variable in class io.socket.client.Socket
 
EVENT_PONG - Static variable in class io.socket.client.Manager
 
EVENT_PONG - Static variable in class io.socket.client.Socket
 
EVENT_RECONNECT - Static variable in class io.socket.client.Manager
Called on a successful reconnection.
EVENT_RECONNECT - Static variable in class io.socket.client.Socket
 
EVENT_RECONNECT_ATTEMPT - Static variable in class io.socket.client.Manager
 
EVENT_RECONNECT_ATTEMPT - Static variable in class io.socket.client.Socket
 
EVENT_RECONNECT_ERROR - Static variable in class io.socket.client.Manager
Called on a reconnection attempt error.
EVENT_RECONNECT_ERROR - Static variable in class io.socket.client.Socket
 
EVENT_RECONNECT_FAILED - Static variable in class io.socket.client.Manager
 
EVENT_RECONNECT_FAILED - Static variable in class io.socket.client.Socket
 
EVENT_RECONNECTING - Static variable in class io.socket.client.Manager
 
EVENT_RECONNECTING - Static variable in class io.socket.client.Socket
 
EVENT_TRANSPORT - Static variable in class io.socket.client.Manager
Called when a new transport is created.
events - Static variable in class io.socket.client.Socket
 
extractId(String) - Static method in class io.socket.client.Url
 
extractId(URL) - Static method in class io.socket.client.Url
 

F

forceNew - Variable in class io.socket.client.IO.Options
 

G

getAttempts() - Method in class io.socket.backo.Backoff
 

H

HasBinary - Class in io.socket.hasbinary
 
hasBinary(Object) - Static method in class io.socket.hasbinary.HasBinary
 

I

id() - Method in class io.socket.client.Socket
A property on the socket instance that is equal to the underlying engine.io socket id.
id - Variable in class io.socket.parser.Packet
 
IO - Class in io.socket.client
 
io() - Method in class io.socket.client.Socket
 
IO.Options - Class in io.socket.client
 
io.socket.backo - package io.socket.backo
 
io.socket.client - package io.socket.client
 
io.socket.hasbinary - package io.socket.hasbinary
 
io.socket.parser - package io.socket.parser
 
IOParser - Class in io.socket.parser
 
IOParser.Decoder - Class in io.socket.parser
 
IOParser.Encoder - Class in io.socket.parser
 

M

Manager - Class in io.socket.client
Manager class represents a connection to a given Socket.IO server.
Manager() - Constructor for class io.socket.client.Manager
 
Manager(URI) - Constructor for class io.socket.client.Manager
 
Manager(Manager.Options) - Constructor for class io.socket.client.Manager
 
Manager(URI, Manager.Options) - Constructor for class io.socket.client.Manager
 
Manager.OpenCallback - Interface in io.socket.client
 
Manager.Options - Class in io.socket.client
 
multiplex - Variable in class io.socket.client.IO.Options
Whether to enable multiplexing.

N

nsp - Variable in class io.socket.parser.Packet
 

O

On - Class in io.socket.client
 
on(Emitter, String, Emitter.Listener) - Static method in class io.socket.client.On
 
On.Handle - Interface in io.socket.client
 
onDecoded(Parser.Decoder.Callback) - Method in class io.socket.parser.IOParser.Decoder
 
onDecoded(Parser.Decoder.Callback) - Method in interface io.socket.parser.Parser.Decoder
 
open() - Method in class io.socket.client.Manager
 
open(Manager.OpenCallback) - Method in class io.socket.client.Manager
Connects the client.
open() - Method in class io.socket.client.Socket
Connects the socket.
Options() - Constructor for class io.socket.client.IO.Options
 
Options() - Constructor for class io.socket.client.Manager.Options
 

P

packet - Variable in class io.socket.parser.Binary.DeconstructedPacket
 
Packet<T> - Class in io.socket.parser
 
Packet() - Constructor for class io.socket.parser.Packet
 
Packet(int) - Constructor for class io.socket.parser.Packet
 
Packet(int, T) - Constructor for class io.socket.parser.Packet
 
parse(String) - Static method in class io.socket.client.Url
 
parse(URI) - Static method in class io.socket.client.Url
 
Parser - Interface in io.socket.parser
 
Parser.Decoder - Interface in io.socket.parser
 
Parser.Decoder.Callback - Interface in io.socket.parser
 
Parser.Encoder - Interface in io.socket.parser
 
Parser.Encoder.Callback - Interface in io.socket.parser
 
protocol - Static variable in class io.socket.client.IO
Protocol version.
protocol - Static variable in interface io.socket.parser.Parser
 

Q

query - Variable in class io.socket.parser.Packet
 

R

randomizationFactor - Variable in class io.socket.client.Manager.Options
 
randomizationFactor() - Method in class io.socket.client.Manager
 
randomizationFactor(double) - Method in class io.socket.client.Manager
 
reconnection - Variable in class io.socket.client.Manager.Options
 
reconnection() - Method in class io.socket.client.Manager
 
reconnection(boolean) - Method in class io.socket.client.Manager
 
reconnectionAttempts - Variable in class io.socket.client.Manager.Options
 
reconnectionAttempts() - Method in class io.socket.client.Manager
 
reconnectionAttempts(int) - Method in class io.socket.client.Manager
 
reconnectionDelay - Variable in class io.socket.client.Manager.Options
 
reconnectionDelay() - Method in class io.socket.client.Manager
 
reconnectionDelay(long) - Method in class io.socket.client.Manager
 
reconnectionDelayMax - Variable in class io.socket.client.Manager.Options
 
reconnectionDelayMax() - Method in class io.socket.client.Manager
 
reconnectionDelayMax(long) - Method in class io.socket.client.Manager
 
reconstructPacket(Packet, byte[][]) - Static method in class io.socket.parser.Binary
 
reset() - Method in class io.socket.backo.Backoff
 

S

send(Object...) - Method in class io.socket.client.Socket
Send messages.
setDefaultOkHttpCallFactory(Call.Factory) - Static method in class io.socket.client.IO
 
setDefaultOkHttpWebSocketFactory(WebSocket.Factory) - Static method in class io.socket.client.IO
 
setFactor(int) - Method in class io.socket.backo.Backoff
 
setJitter(double) - Method in class io.socket.backo.Backoff
 
setMax(long) - Method in class io.socket.backo.Backoff
 
setMin(long) - Method in class io.socket.backo.Backoff
 
socket(String) - Static method in class io.socket.client.IO
 
socket(String, IO.Options) - Static method in class io.socket.client.IO
 
socket(URI) - Static method in class io.socket.client.IO
 
socket(URI, IO.Options) - Static method in class io.socket.client.IO
Initializes a Socket from an existing Manager for multiplexing.
socket(String, Manager.Options) - Method in class io.socket.client.Manager
Initializes Socket instances for each namespaces.
socket(String) - Method in class io.socket.client.Manager
 
Socket - Class in io.socket.client
The socket class for Socket.IO Client.
Socket(Manager, String, Manager.Options) - Constructor for class io.socket.client.Socket
 
SocketIOException - Exception in io.socket.client
 
SocketIOException() - Constructor for exception io.socket.client.SocketIOException
 
SocketIOException(String) - Constructor for exception io.socket.client.SocketIOException
 
SocketIOException(String, Throwable) - Constructor for exception io.socket.client.SocketIOException
 
SocketIOException(Throwable) - Constructor for exception io.socket.client.SocketIOException
 

T

timeout - Variable in class io.socket.client.Manager.Options
Connection timeout (ms).
timeout() - Method in class io.socket.client.Manager
 
timeout(long) - Method in class io.socket.client.Manager
 
type - Variable in class io.socket.parser.Packet
 
types - Static variable in interface io.socket.parser.Parser
Packet types.

U

Url - Class in io.socket.client
 
A B C D E F G H I M N O P Q R S T U 
Skip navigation links

Copyright © 2017. All rights reserved.