A C D E G H I L M N O P Q R S T U V W

A

abort() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 

C

call(Object...) - Method in interface com.github.nkzawa.emitter.Emitter.Listener
 
call(Packet<T>, int, int) - Method in interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback
 
call(T) - Method in interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback
 
close() - Method in class com.github.nkzawa.engineio.client.Socket
Disconnects the client.
close() - Method in class com.github.nkzawa.engineio.client.Transport
 
CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
code - Variable in exception com.github.nkzawa.engineio.client.EngineIOException
 
com.github.nkzawa.emitter - package com.github.nkzawa.emitter
 
com.github.nkzawa.engineio.client - package com.github.nkzawa.engineio.client
 
com.github.nkzawa.engineio.client.transports - package com.github.nkzawa.engineio.client.transports
 
com.github.nkzawa.engineio.parser - package com.github.nkzawa.engineio.parser
 
com.github.nkzawa.global - package com.github.nkzawa.global
 
com.github.nkzawa.parseqs - package com.github.nkzawa.parseqs
 
com.github.nkzawa.thread - package com.github.nkzawa.thread
 
com.github.nkzawa.utf8 - package com.github.nkzawa.utf8
 
create() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 

D

data - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
 
data - Variable in class com.github.nkzawa.engineio.parser.Packet
 
data - Variable in exception com.github.nkzawa.utf8.UTF8Exception
 
decode(String) - Static method in class com.github.nkzawa.parseqs.ParseQS
 
decode(String) - Static method in class com.github.nkzawa.utf8.UTF8
 
decodePacket(String) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
decodePacket(String, boolean) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
decodePacket(byte[]) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
decodePayload(String, Parser.DecodePayloadCallback<String>) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
decodePayload(byte[], Parser.DecodePayloadCallback) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
decodeURIComponent(String) - Static method in class com.github.nkzawa.global.Global
 
doClose() - Method in class com.github.nkzawa.engineio.client.Transport
 
doClose() - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
doClose() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
 
doOpen() - Method in class com.github.nkzawa.engineio.client.Transport
 
doOpen() - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
doOpen() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
 
doPoll() - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
doPoll() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
 
doWrite(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
doWrite(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
 

E

emit(String, Object...) - Method in class com.github.nkzawa.emitter.Emitter
Executes each of listeners with the given args.
Emitter - Class in com.github.nkzawa.emitter
The event emitter which is ported from the JavaScript module.
Emitter() - Constructor for class com.github.nkzawa.emitter.Emitter
 
Emitter.Listener - Interface in com.github.nkzawa.emitter
 
encode(Map<String, String>) - Static method in class com.github.nkzawa.parseqs.ParseQS
 
encode(String) - Static method in class com.github.nkzawa.utf8.UTF8
 
encodePacket(Packet, Parser.EncodeCallback) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
encodePacket(Packet, boolean, Parser.EncodeCallback) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
encodePayload(Packet[], Parser.EncodeCallback<byte[]>) - Static method in class com.github.nkzawa.engineio.parser.Parser
 
encodeURIComponent(String) - Static method in class com.github.nkzawa.global.Global
 
EngineIOException - Exception in com.github.nkzawa.engineio.client
 
EngineIOException() - Constructor for exception com.github.nkzawa.engineio.client.EngineIOException
 
EngineIOException(String) - Constructor for exception com.github.nkzawa.engineio.client.EngineIOException
 
EngineIOException(String, Throwable) - Constructor for exception com.github.nkzawa.engineio.client.EngineIOException
 
EngineIOException(Throwable) - Constructor for exception com.github.nkzawa.engineio.client.EngineIOException
 
ERROR - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
EVENT_CLOSE - Static variable in class com.github.nkzawa.engineio.client.Socket
Called on disconnection.
EVENT_CLOSE - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_DATA - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_DATA - Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
EVENT_DRAIN - Static variable in class com.github.nkzawa.engineio.client.Socket
Called after `drain` event of transport if writeBuffer is empty.
EVENT_DRAIN - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_ERROR - Static variable in class com.github.nkzawa.engineio.client.Socket
Called when an error occurs.
EVENT_ERROR - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_ERROR - Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
EVENT_FLUSH - Static variable in class com.github.nkzawa.engineio.client.Socket
Called on completing a buffer flush.
EVENT_HANDSHAKE - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_HEARTBEAT - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_MESSAGE - Static variable in class com.github.nkzawa.engineio.client.Socket
Called when data is received from the server.
EVENT_OPEN - Static variable in class com.github.nkzawa.engineio.client.Socket
Called on successful connection.
EVENT_OPEN - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_PACKET - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_PACKET - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_PACKET_CREATE - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_POLL - Static variable in class com.github.nkzawa.engineio.client.transports.Polling
 
EVENT_POLL_COMPLETE - Static variable in class com.github.nkzawa.engineio.client.transports.Polling
 
EVENT_REQUEST_HEADERS - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_REQUEST_HEADERS - Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
EVENT_RESPONSE_HEADERS - Static variable in class com.github.nkzawa.engineio.client.Transport
 
EVENT_RESPONSE_HEADERS - Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
EVENT_SUCCESS - Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
EVENT_TRANSPORT - Static variable in class com.github.nkzawa.engineio.client.Socket
Called on a new transport is created.
EVENT_UPGRADE - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_UPGRADE_ERROR - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EVENT_UPGRADING - Static variable in class com.github.nkzawa.engineio.client.Socket
 
EventThread - Class in com.github.nkzawa.thread
The thread for event loop.
exec(Runnable) - Static method in class com.github.nkzawa.thread.EventThread
Executes a task in EventThread.

G

Global - Class in com.github.nkzawa.global
 

H

HandshakeData - Class in com.github.nkzawa.engineio.client
 
hasListeners(String) - Method in class com.github.nkzawa.emitter.Emitter
Check if this emitter has listeners for the specified event.
host - Variable in class com.github.nkzawa.engineio.client.Socket.Options
 
hostname - Variable in class com.github.nkzawa.engineio.client.Transport
 
hostname - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 

I

isCurrent() - Static method in class com.github.nkzawa.thread.EventThread
check if the current thread is EventThread.

L

listeners(String) - Method in class com.github.nkzawa.emitter.Emitter
Returns a list of listeners for the specified event.

M

MESSAGE - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
method - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
 

N

name - Variable in class com.github.nkzawa.engineio.client.Transport
 
NAME - Static variable in class com.github.nkzawa.engineio.client.transports.Polling
 
NAME - Static variable in class com.github.nkzawa.engineio.client.transports.WebSocket
 
nextTick(Runnable) - Static method in class com.github.nkzawa.thread.EventThread
Executes a task on the next loop in EventThread.
NOOP - Static variable in class com.github.nkzawa.engineio.parser.Packet
 

O

off() - Method in class com.github.nkzawa.emitter.Emitter
Removes all registered listeners.
off(String) - Method in class com.github.nkzawa.emitter.Emitter
Removes all listeners of the specified event.
off(String, Emitter.Listener) - Method in class com.github.nkzawa.emitter.Emitter
Removes the listener.
on(String, Emitter.Listener) - Method in class com.github.nkzawa.emitter.Emitter
Listens on the event.
once(String, Emitter.Listener) - Method in class com.github.nkzawa.emitter.Emitter
Adds a one time listener for the event.
onClose() - Method in class com.github.nkzawa.engineio.client.Transport
 
onClose() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
 
onData(String) - Method in class com.github.nkzawa.engineio.client.Transport
 
onData(byte[]) - Method in class com.github.nkzawa.engineio.client.Transport
 
onData(String) - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
onData(byte[]) - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
onError(String, Exception) - Method in class com.github.nkzawa.engineio.client.Transport
 
onOpen() - Method in class com.github.nkzawa.engineio.client.Transport
 
onPacket(Packet) - Method in class com.github.nkzawa.engineio.client.Transport
 
open() - Method in class com.github.nkzawa.engineio.client.Socket
Connects the client.
open() - Method in class com.github.nkzawa.engineio.client.Transport
 
OPEN - Static variable in class com.github.nkzawa.engineio.parser.Packet
 

P

Packet<T> - Class in com.github.nkzawa.engineio.parser
 
Packet(String) - Constructor for class com.github.nkzawa.engineio.parser.Packet
 
Packet(String, T) - Constructor for class com.github.nkzawa.engineio.parser.Packet
 
ParseQS - Class in com.github.nkzawa.parseqs
 
Parser - Class in com.github.nkzawa.engineio.parser
 
Parser.DecodePayloadCallback<T> - Interface in com.github.nkzawa.engineio.parser
 
Parser.EncodeCallback<T> - Interface in com.github.nkzawa.engineio.parser
 
path - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
path - Variable in class com.github.nkzawa.engineio.client.Transport
 
pause(Runnable) - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
ping() - Method in class com.github.nkzawa.engineio.client.Socket
Sends a ping packet.
PING - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
pingInterval - Variable in class com.github.nkzawa.engineio.client.HandshakeData
 
pingTimeout - Variable in class com.github.nkzawa.engineio.client.HandshakeData
 
policyPort - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
Polling - Class in com.github.nkzawa.engineio.client.transports
 
Polling(Transport.Options) - Constructor for class com.github.nkzawa.engineio.client.transports.Polling
 
PollingXHR - Class in com.github.nkzawa.engineio.client.transports
 
PollingXHR(Transport.Options) - Constructor for class com.github.nkzawa.engineio.client.transports.PollingXHR
 
PollingXHR.Request - Class in com.github.nkzawa.engineio.client.transports
 
PollingXHR.Request(PollingXHR.Request.Options) - Constructor for class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
 
PollingXHR.Request.Options - Class in com.github.nkzawa.engineio.client.transports
 
PollingXHR.Request.Options() - Constructor for class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
 
PONG - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
port - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
port - Variable in class com.github.nkzawa.engineio.client.Transport
 
priorWebsocketSuccess - Static variable in class com.github.nkzawa.engineio.client.Socket
 
protocol - Static variable in class com.github.nkzawa.engineio.client.Socket
The protocol version.
protocol - Static variable in class com.github.nkzawa.engineio.parser.Parser
 

Q

query - Variable in class com.github.nkzawa.engineio.client.Socket.Options
 
query - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
query - Variable in class com.github.nkzawa.engineio.client.Transport
 

R

readyState - Variable in class com.github.nkzawa.engineio.client.Transport
 
rememberUpgrade - Variable in class com.github.nkzawa.engineio.client.Socket.Options
 
request() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
 
request(PollingXHR.Request.Options) - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
 

S

secure - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
secure - Variable in class com.github.nkzawa.engineio.client.Transport
 
send(String) - Method in class com.github.nkzawa.engineio.client.Socket
Sends a message.
send(byte[]) - Method in class com.github.nkzawa.engineio.client.Socket
 
send(String, Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
Sends a message.
send(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
 
send(Packet[]) - Method in class com.github.nkzawa.engineio.client.Transport
 
setDefaultSSLContext(SSLContext) - Static method in class com.github.nkzawa.engineio.client.Socket
 
sid - Variable in class com.github.nkzawa.engineio.client.HandshakeData
 
Socket - Class in com.github.nkzawa.engineio.client
The socket class for Event.IO Client.
Socket() - Constructor for class com.github.nkzawa.engineio.client.Socket
 
Socket(String) - Constructor for class com.github.nkzawa.engineio.client.Socket
Creates a socket.
Socket(URI) - Constructor for class com.github.nkzawa.engineio.client.Socket
 
Socket(String, Socket.Options) - Constructor for class com.github.nkzawa.engineio.client.Socket
Creates a socket with options.
Socket(URI, Socket.Options) - Constructor for class com.github.nkzawa.engineio.client.Socket
 
Socket(Socket.Options) - Constructor for class com.github.nkzawa.engineio.client.Socket
 
socket - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
socket - Variable in class com.github.nkzawa.engineio.client.Transport
 
Socket.Options - Class in com.github.nkzawa.engineio.client
 
Socket.Options() - Constructor for class com.github.nkzawa.engineio.client.Socket.Options
 
sslContext - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
sslContext - Variable in class com.github.nkzawa.engineio.client.Transport
 
sslContext - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
 

T

timestampParam - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
timestampParam - Variable in class com.github.nkzawa.engineio.client.Transport
 
timestampRequests - Variable in class com.github.nkzawa.engineio.client.Transport.Options
 
timestampRequests - Variable in class com.github.nkzawa.engineio.client.Transport
 
timestamps - Static variable in class com.github.nkzawa.engineio.client.Transport
 
toString() - Method in enum com.github.nkzawa.engineio.client.Transport.ReadyState
 
transport - Variable in exception com.github.nkzawa.engineio.client.EngineIOException
 
Transport - Class in com.github.nkzawa.engineio.client
 
Transport(Transport.Options) - Constructor for class com.github.nkzawa.engineio.client.Transport
 
Transport.Options - Class in com.github.nkzawa.engineio.client
 
Transport.Options() - Constructor for class com.github.nkzawa.engineio.client.Transport.Options
 
Transport.ReadyState - Enum in com.github.nkzawa.engineio.client
 
transports - Variable in class com.github.nkzawa.engineio.client.Socket.Options
List of transport names.
type - Variable in class com.github.nkzawa.engineio.parser.Packet
 

U

upgrade - Variable in class com.github.nkzawa.engineio.client.Socket.Options
Whether to upgrade the transport.
UPGRADE - Static variable in class com.github.nkzawa.engineio.parser.Packet
 
upgrades - Variable in class com.github.nkzawa.engineio.client.HandshakeData
 
uri() - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
uri - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
 
uri() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
 
UTF8 - Class in com.github.nkzawa.utf8
UTF-8 encoder/decoder ported from utf8.js.
UTF8() - Constructor for class com.github.nkzawa.utf8.UTF8
 
UTF8Exception - Exception in com.github.nkzawa.utf8
 
UTF8Exception() - Constructor for exception com.github.nkzawa.utf8.UTF8Exception
 
UTF8Exception(String) - Constructor for exception com.github.nkzawa.utf8.UTF8Exception
 
UTF8Exception(String, Throwable) - Constructor for exception com.github.nkzawa.utf8.UTF8Exception
 
UTF8Exception(Throwable) - Constructor for exception com.github.nkzawa.utf8.UTF8Exception
 

V

valueOf(String) - Static method in enum com.github.nkzawa.engineio.client.Transport.ReadyState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.nkzawa.engineio.client.Transport.ReadyState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocket - Class in com.github.nkzawa.engineio.client.transports
 
WebSocket(Transport.Options) - Constructor for class com.github.nkzawa.engineio.client.transports.WebSocket
 
writable - Variable in class com.github.nkzawa.engineio.client.Transport
 
write(String) - Method in class com.github.nkzawa.engineio.client.Socket
 
write(String, Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
 
write(byte[]) - Method in class com.github.nkzawa.engineio.client.Socket
 
write(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
 
write(Packet[]) - Method in class com.github.nkzawa.engineio.client.Transport
 
write(Packet[]) - Method in class com.github.nkzawa.engineio.client.transports.Polling
 
write(Packet[]) - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
 

A C D E G H I L M N O P Q R S T U V W

Copyright © 2014. All rights reserved.