diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index f1867f7..0817189 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes @@ -21,25 +21,7 @@ - diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html index 8dbeae8..16292ca 100644 --- a/doc/allclasses-noframe.html +++ b/doc/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes @@ -21,25 +21,7 @@
AbstractTestSocketIO -
-AcknowledgeExample -
-AllTests -
-BasicExample -
-BasicExample2 -
-Chat -
-ChatCallback -
-ChatCallbackAdapter -
-ChatFrame -
-EngineIO +
EngineIO
IOAcknowledge
@@ -49,20 +31,12 @@
IOTransport
-MutateProxy -
-RandomBlockJUnit4ClassRunner -
SocketIO
SocketIOException
-WebsocketTestSocketIO -
WebsocketTransport
-XHRTestSocketIO -
XhrTransport
- diff --git a/doc/constant-values.html b/doc/constant-values.html index b18cd1c..8cc7079 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values @@ -37,8 +37,7 @@
AbstractTestSocketIO -
-AcknowledgeExample -
-AllTests -
-BasicExample -
-BasicExample2 -
-Chat -
-ChatCallback -
-ChatCallbackAdapter -
-ChatFrame -
-EngineIO +
EngineIO
IOAcknowledge
@@ -49,20 +31,12 @@
IOTransport
-MutateProxy -
-RandomBlockJUnit4ClassRunner -
SocketIO
SocketIOException
-WebsocketTestSocketIO -
WebsocketTransport
-XHRTestSocketIO -
XhrTransport
- - + @@ -104,13 +103,13 @@

+public static final java.lang.String +public static final java.lang.String @@ -224,7 +223,7 @@

+public static final java.lang.String @@ -242,7 +241,7 @@

+public static final java.lang.String @@ -265,8 +264,7 @@

-public static final String FRAME_DELIMITER "\ufffd"
-public static final String SOCKET_IO_1 "/socket.io/1/"
-public static final String TRANSPORT_NAME "websocket"
-public static final String TRANSPORT_NAME "xhr-polling"
- - + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html index b558ef4..b0ca642 100644 --- a/doc/deprecated-list.html +++ b/doc/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List @@ -37,8 +37,7 @@
- - + @@ -99,8 +98,7 @@

- - + diff --git a/doc/help-doc.html b/doc/help-doc.html index 4abd6a5..c5a048d 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,7 +2,7 @@ - + API Help @@ -37,8 +37,7 @@
- - + @@ -84,12 +83,6 @@

How This API Document Is Organized

This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Overview

-
- -

-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-

Package

@@ -176,8 +169,7 @@

- - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index 556a83e..5c2e939 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,7 +2,7 @@ - + A-Index @@ -37,8 +37,7 @@
- - + @@ -78,37 +77,19 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX

A

-
AbstractTestSocketIO - Class in io.socket
The Class AbstractTestSocketIO.
AbstractTestSocketIO() - -Constructor for class io.socket.AbstractTestSocketIO -
  -
ack(Object...) - -Method in class chat.ChatCallback -
 
ack(Object...) - Method in interface io.socket.IOAcknowledge
Acknowledges a socket.io message. -
acknowledge() - -Method in class io.socket.AbstractTestSocketIO -
Acknowledge.
acknowledge - Variable in class io.socket.EngineIO
Acknowledges. -
AcknowledgeExample - Class in basic
 
AcknowledgeExample() - -Constructor for class basic.AcknowledgeExample -
 
addHeader(String, String) - Method in class io.socket.SocketIO
Adds an header to the SocketIO.headers -
AllTests - Class in io.socket
 
AllTests() - -Constructor for class io.socket.AllTests -
  -
args - -Variable in class io.socket.AbstractTestSocketIO -
Received arguments of events

@@ -122,8 +103,7 @@
- - + @@ -163,7 +143,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index cf9201a..49c8aa0 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,9 +2,9 @@ - + -L-Index +O-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="L-Index"; + parent.document.title="O-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,16 +77,55 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-L

+ACDEFGILNOPQRSTUWX
+

+O

-
listenPort - -Variable in class io.socket.testutils.MutateProxy +
on(String, IOAcknowledge, Object...) - +Method in class io.socket.EngineIO +
  +
on(String, IOAcknowledge, Object...) - +Method in interface io.socket.IOCallback +
On [Event]. +
onClose() - +Method in class io.socket.WebsocketTransport +
  +
onConnect() - +Method in class io.socket.EngineIO +
  +
onConnect() - +Method in interface io.socket.IOCallback +
On connect. +
onDisconnect() - +Method in class io.socket.EngineIO +
  +
onDisconnect() - +Method in interface io.socket.IOCallback +
On disconnect. +
onError(SocketIOException) - +Method in class io.socket.EngineIO +
  +
onError(SocketIOException) - +Method in interface io.socket.IOCallback +
On error. +
onMessage(String, IOAcknowledge) - +Method in class io.socket.EngineIO +
  +
onMessage(JSONObject, IOAcknowledge) - +Method in class io.socket.EngineIO +
  +
onMessage(String, IOAcknowledge) - +Method in interface io.socket.IOCallback +
On message. +
onMessage(JSONObject, IOAcknowledge) - +Method in interface io.socket.IOCallback +
On message. +
onMessage(WebSocketMessage) - +Method in class io.socket.WebsocketTransport +
  +
onOpen() - +Method in class io.socket.WebsocketTransport
  -
logger - -Static variable in class io.socket.EngineIO -
Debug logger

@@ -101,8 +139,7 @@
- - + @@ -142,7 +179,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index 35a845d..236e542 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,9 +2,9 @@ - + -M-Index +P-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="M-Index"; + parent.document.title="P-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,25 +77,13 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-M

+ACDEFGILNOPQRSTUWX
+

+P

-
main(String[]) - -Static method in class basic.AcknowledgeExample -
  -
main(String[]) - -Static method in class basic.BasicExample -
  -
main(String[]) - -Static method in class basic.BasicExample2 -
  -
main(String[]) - -Static method in class chat.ChatFrame -
  -
MutateProxy - Class in io.socket.testutils
 
MutateProxy(int, int) - -Constructor for class io.socket.testutils.MutateProxy -
  +
pollThread - +Variable in class io.socket.XhrTransport +
background thread for managing the server connection.

@@ -110,8 +97,7 @@
- - + @@ -151,7 +137,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index 7919596..90b2ac0 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,9 +2,9 @@ - + -N-Index +Q-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="N-Index"; + parent.document.title="Q-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,16 +77,13 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-N

+ACDEFGILNOPQRSTUWX
+

+Q

-
namespaces() - -Method in class io.socket.AbstractTestSocketIO -
Namespaces. -
NUM_FIELDS - -Static variable in class io.socket.IOMessage -
Number of fields in a message. +
queue - +Variable in class io.socket.XhrTransport +
The queue holding elements to send.

@@ -101,8 +97,7 @@
- - + @@ -142,7 +137,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index 4325a64..65c2d9e 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,9 +2,9 @@ - + -O-Index +R-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="O-Index"; + parent.document.title="R-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,166 +77,22 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-O

+ACDEFGILNOPQRSTUWX
+

+R

-
on(String, IOAcknowledge, Object...) - -Method in class basic.AcknowledgeExample -
  -
on(String, IOAcknowledge, Object...) - -Method in class basic.BasicExample -
  -
on(String, IOAcknowledge, Object...) - -Method in class chat.ChatCallback -
  -
on(String, JSONObject) - -Method in interface chat.ChatCallbackAdapter -
  -
on(String, JSONObject) - -Method in class chat.ChatFrame -
  -
on(String, IOAcknowledge, Object...) - -Method in class io.socket.AbstractTestSocketIO -
  -
on(String, IOAcknowledge, Object...) - +
reconnect() - Method in class io.socket.EngineIO -
  -
on(String, IOAcknowledge, Object...) - -Method in interface io.socket.IOCallback -
On [Event]. -
onClose() - -Method in class io.socket.WebsocketTransport -
  -
onConnect() - -Method in class basic.AcknowledgeExample -
  -
onConnect() - -Method in class basic.BasicExample -
  -
onConnect() - -Method in class chat.ChatCallback -
  -
onConnect() - -Method in interface chat.ChatCallbackAdapter -
  -
onConnect() - -Method in class chat.ChatFrame -
  -
onConnect() - -Method in class io.socket.AbstractTestSocketIO -
  -
onConnect() - +
forces a reconnect. +
reconnect() - +Method in class io.socket.SocketIO +
Triggers the transport to reconnect. +
register(String, SocketIO) - +Static method in class io.socket.EngineIO +
Creates a new connection or returns the corresponding one. +
register(SocketIO) - Method in class io.socket.EngineIO -
  -
onConnect() - -Method in interface io.socket.IOCallback -
On connect. -
onConnectFailure() - -Method in interface chat.ChatCallbackAdapter -
  -
onConnectFailure() - -Method in class chat.ChatFrame -
  -
onDisconnect() - -Method in class basic.AcknowledgeExample -
  -
onDisconnect() - -Method in class basic.BasicExample -
  -
onDisconnect() - -Method in class chat.ChatCallback -
  -
onDisconnect() - -Method in interface chat.ChatCallbackAdapter -
  -
onDisconnect() - -Method in class chat.ChatFrame -
  -
onDisconnect() - -Method in class io.socket.AbstractTestSocketIO -
  -
onDisconnect() - -Method in class io.socket.EngineIO -
  -
onDisconnect() - -Method in interface io.socket.IOCallback -
On disconnect. -
onError(SocketIOException) - -Method in class basic.AcknowledgeExample -
  -
onError(SocketIOException) - -Method in class basic.BasicExample -
  -
onError(SocketIOException) - -Method in class chat.ChatCallback -
  -
onError(SocketIOException) - -Method in class io.socket.AbstractTestSocketIO -
  -
onError(SocketIOException) - -Method in class io.socket.EngineIO -
  -
onError(SocketIOException) - -Method in interface io.socket.IOCallback -
On error. -
onMessage(JSONObject, IOAcknowledge) - -Method in class basic.AcknowledgeExample -
  -
onMessage(String, IOAcknowledge) - -Method in class basic.AcknowledgeExample -
  -
onMessage(JSONObject, IOAcknowledge) - -Method in class basic.BasicExample -
  -
onMessage(String, IOAcknowledge) - -Method in class basic.BasicExample -
  -
onMessage(String, IOAcknowledge) - -Method in class chat.ChatCallback -
  -
onMessage(JSONObject, IOAcknowledge) - -Method in class chat.ChatCallback -
  -
onMessage(String) - -Method in interface chat.ChatCallbackAdapter -
  -
onMessage(JSONObject) - -Method in interface chat.ChatCallbackAdapter -
  -
onMessage(String) - -Method in class chat.ChatFrame -
  -
onMessage(JSONObject) - -Method in class chat.ChatFrame -
  -
onMessage(String, IOAcknowledge) - -Method in class io.socket.AbstractTestSocketIO -
  -
onMessage(JSONObject, IOAcknowledge) - -Method in class io.socket.AbstractTestSocketIO -
  -
onMessage(String, IOAcknowledge) - -Method in class io.socket.EngineIO -
  -
onMessage(JSONObject, IOAcknowledge) - -Method in class io.socket.EngineIO -
  -
onMessage(String, IOAcknowledge) - -Method in interface io.socket.IOCallback -
On message. -
onMessage(JSONObject, IOAcknowledge) - -Method in interface io.socket.IOCallback -
On message. -
onMessage(WebSocketMessage) - -Method in class io.socket.WebsocketTransport -
  -
onOpen() - -Method in class io.socket.WebsocketTransport -
  -
outputs - -Variable in class io.socket.AbstractTestSocketIO -
stdout of the node executable +
Connects a socket to the EngineIO.

@@ -251,8 +106,7 @@
- - + @@ -292,7 +146,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index 565c537..da291d0 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,9 +2,9 @@ - + -P-Index +S-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="P-Index"; + parent.document.title="S-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,13 +77,80 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-P

+ACDEFGILNOPQRSTUWX
+

+S

-
pollThread - -Variable in class io.socket.XhrTransport -
background thread for managing the server connection. +
send(SocketIO, IOAcknowledge, String) - +Method in class io.socket.EngineIO +
sends a String message from SocketIO to the IOTransport. +
send(SocketIO, IOAcknowledge, JSONObject) - +Method in class io.socket.EngineIO +
sends a JSON message from SocketIO to the IOTransport. +
send(String) - +Method in interface io.socket.IOTransport +
Instructs the IOTransport to send a Message +
send(JSONObject) - +Method in class io.socket.SocketIO +
Send JSON data to the Socket.io server. +
send(IOAcknowledge, JSONObject) - +Method in class io.socket.SocketIO +
Send JSON data to the Socket.io server. +
send(String) - +Method in class io.socket.SocketIO +
Send String data to the Socket.io server. +
send(IOAcknowledge, String) - +Method in class io.socket.SocketIO +
Send JSON data to the Socket.io server. +
send(String) - +Method in class io.socket.WebsocketTransport +
  +
send(String) - +Method in class io.socket.XhrTransport +
  +
sendBulk(String[]) - +Method in interface io.socket.IOTransport +
Instructs the IOTransport to send multiple messages. +
sendBulk(String[]) - +Method in class io.socket.WebsocketTransport +
  +
sendBulk(String[]) - +Method in class io.socket.XhrTransport +
  +
setHeaders(Properties) - +Method in class io.socket.SocketIO +
Sets the headers used while handshaking. +
setId(String) - +Method in class io.socket.IOMessage +
Sets the id of this IOMessage +
SOCKET_IO_1 - +Static variable in class io.socket.EngineIO +
Socket.io path. +
SocketIO - Class in io.socket
The Class SocketIO.
SocketIO() - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io connection. +
SocketIO(String) - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io connection. +
SocketIO(String, Properties) - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io connection and sets the request headers used + while connecting the first time for authorizing. +
SocketIO(String, IOCallback) - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io object and connects to the given url. +
SocketIO(URL, IOCallback) - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io object and connects to the given url. +
SocketIO(URL) - +Constructor for class io.socket.SocketIO +
Instantiates a new socket.io connection. +
SocketIOException - Exception in io.socket
The Class SocketIOException.
SocketIOException(String) - +Constructor for exception io.socket.SocketIOException +
Instantiates a new SocketIOException. +
SocketIOException(String, Exception) - +Constructor for exception io.socket.SocketIOException +
Instantiates a new SocketIOException.

@@ -98,8 +164,7 @@
- - + @@ -139,7 +204,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index 8a07204..97a2239 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,9 +2,9 @@ - + -Q-Index +T-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Q-Index"; + parent.document.title="T-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,13 +77,61 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-Q

+ACDEFGILNOPQRSTUWX
+

+T

-
queue - -Variable in class io.socket.XhrTransport -
The queue holding elements to send. +
toString() - +Method in class io.socket.IOMessage +
Generates a String representation of this object. +
TRANSPORT_NAME - +Static variable in class io.socket.WebsocketTransport +
The String to identify this Transport +
TRANSPORT_NAME - +Static variable in class io.socket.XhrTransport +
The String to identify this Transport. +
transportConnected() - +Method in class io.socket.EngineIO +
Transport connected. +
transportData(String) - +Method in class io.socket.EngineIO +
IOTransport should call this function if it does not support framing. +
transportDisconnected() - +Method in class io.socket.EngineIO +
Transport disconnected. +
transportError(Exception) - +Method in class io.socket.EngineIO +
Transport error. +
transportMessage(String) - +Method in class io.socket.EngineIO +
Transport message. +
TYPE_ACK - +Static variable in class io.socket.IOMessage +
Message type acknowledge +
TYPE_CONNECT - +Static variable in class io.socket.IOMessage +
Message type connect +
TYPE_DISCONNECT - +Static variable in class io.socket.IOMessage +
Message type disconnect +
TYPE_ERROR - +Static variable in class io.socket.IOMessage +
Message type error +
TYPE_EVENT - +Static variable in class io.socket.IOMessage +
Message type event +
TYPE_HEARTBEAT - +Static variable in class io.socket.IOMessage +
Message type heartbeat +
TYPE_JSON_MESSAGE - +Static variable in class io.socket.IOMessage +
Message type JSON message +
TYPE_MESSAGE - +Static variable in class io.socket.IOMessage +
Message type message +
TYPE_NOOP - +Static variable in class io.socket.IOMessage +
Message type noop

@@ -98,8 +145,7 @@
- - + @@ -139,7 +185,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index cd5ea77..ef92cbb 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,9 +2,9 @@ - + -R-Index +U-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="R-Index"; + parent.document.title="U-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,30 +77,15 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-R

+ACDEFGILNOPQRSTUWX
+

+U

-
RandomBlockJUnit4ClassRunner - Class in io.socket.testutils
 
RandomBlockJUnit4ClassRunner(Class<?>) - -Constructor for class io.socket.testutils.RandomBlockJUnit4ClassRunner -
  -
reconnect() - -Method in class io.socket.EngineIO -
forces a reconnect. -
reconnect() - -Method in class io.socket.SocketIO -
Triggers the transport to reconnect. -
register(String, SocketIO) - -Static method in class io.socket.EngineIO -
Creates a new connection or returns the corresponding one. -
register(SocketIO) - +
unregister(SocketIO) - Method in class io.socket.EngineIO -
Connects a socket to the EngineIO. -
run() - -Method in class chat.Chat -
  -
run() - -Method in class io.socket.testutils.MutateProxy +
Disconnect a socket from EngineIO. +
urlConnection - +Variable in class io.socket.XhrTransport
 

@@ -116,8 +100,7 @@
- - + @@ -157,7 +140,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index a5a1036..b81e32c 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,9 +2,9 @@ - + -S-Index +W-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="S-Index"; + parent.document.title="W-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -78,110 +77,16 @@ -ABCDEFGIJLMNOPQRSTUWX
-

-S

+ACDEFGILNOPQRSTUWX
+

+W

-
send() - -Method in class io.socket.AbstractTestSocketIO -
Tests sending of a message to the server. -
send(SocketIO, IOAcknowledge, String) - -Method in class io.socket.EngineIO -
sends a String message from SocketIO to the IOTransport. -
send(SocketIO, IOAcknowledge, JSONObject) - -Method in class io.socket.EngineIO -
sends a JSON message from SocketIO to the IOTransport. -
send(String) - -Method in interface io.socket.IOTransport -
Instructs the IOTransport to send a Message -
send(JSONObject) - -Method in class io.socket.SocketIO -
Send JSON data to the Socket.io server. -
send(IOAcknowledge, JSONObject) - -Method in class io.socket.SocketIO -
Send JSON data to the Socket.io server. -
send(String) - -Method in class io.socket.SocketIO -
Send String data to the Socket.io server. -
send(IOAcknowledge, String) - -Method in class io.socket.SocketIO -
Send JSON data to the Socket.io server. -
send(String) - -Method in class io.socket.WebsocketTransport +
websocket - +Variable in class io.socket.WebsocketTransport
  -
send(String) - -Method in class io.socket.XhrTransport -
  -
sendBulk(String[]) - -Method in interface io.socket.IOTransport -
Instructs the IOTransport to send multiple messages. -
sendBulk(String[]) - -Method in class io.socket.WebsocketTransport -
  -
sendBulk(String[]) - -Method in class io.socket.XhrTransport -
  -
sendMessage(String) - -Method in class chat.Chat -
  -
server() - -Method in class io.socket.testutils.MutateProxy -
  -
setHeaders(Properties) - -Method in class io.socket.SocketIO -
Sets the headers used while handshaking. -
setId(String) - -Method in class io.socket.IOMessage -
Sets the id of this IOMessage -
setUp() - -Method in class io.socket.AbstractTestSocketIO -
Sets up the test. -
setUpBeforeClass() - -Static method in class io.socket.WebsocketTestSocketIO -
  -
setUpBeforeClass() - -Static method in class io.socket.XHRTestSocketIO -
  -
SOCKET_IO_1 - -Static variable in class io.socket.EngineIO -
Socket.io path. -
SocketIO - Class in io.socket
The Class SocketIO.
SocketIO() - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io connection. -
SocketIO(String) - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io connection. -
SocketIO(String, Properties) - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io connection and sets the request headers used - while connecting the first time for authorizing. -
SocketIO(String, IOCallback) - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io object and connects to the given url. -
SocketIO(URL, IOCallback) - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io object and connects to the given url. -
SocketIO(URL) - -Constructor for class io.socket.SocketIO -
Instantiates a new socket.io connection. -
SocketIOException - Exception in io.socket
The Class SocketIOException.
SocketIOException(String) - -Constructor for exception io.socket.SocketIOException -
Instantiates a new SocketIOException. -
SocketIOException(String, Exception) - -Constructor for exception io.socket.SocketIOException -
Instantiates a new SocketIOException. -
socketPort - -Variable in class io.socket.testutils.MutateProxy -
  -
startChat() - -Method in class chat.ChatFrame -
  -
stderrThread - -Variable in class io.socket.AbstractTestSocketIO -
Thread for processing stderr -
stdoutThread - -Variable in class io.socket.AbstractTestSocketIO -
Thread for processing stdout +
WebsocketTransport - Class in io.socket
The Class WebsocketTransport.
WebsocketTransport(URI, EngineIO) - +Constructor for class io.socket.WebsocketTransport +
Instantiates a new websocket transport.

@@ -195,8 +100,7 @@
- - + @@ -236,7 +140,7 @@ -ABCDEFGIJLMNOPQRSTUWX
+ACDEFGILNOPQRSTUWX
diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html index 0766048..61c04f0 100644 --- a/doc/index-files/index-18.html +++ b/doc/index-files/index-18.html @@ -2,9 +2,9 @@ - + -T-Index +X-Index @@ -15,7 +15,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="T-Index"; + parent.document.title="X-Index"; } } @@ -37,8 +37,7 @@
- - + @@ -56,7 +55,7 @@ + NEXT LETTER