From cdeb54a11a57e1758c07d2e83eb79b0927ecfd99 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sun, 5 May 2013 01:46:13 -0700 Subject: [PATCH 01/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 66 ++ apidocs/allclasses-noframe.html | 66 ++ .../nkzawa/emitter/Emitter.Listener.html | 210 +++++ .../com/github/nkzawa/emitter/Emitter.html | 444 +++++++++ .../emitter/class-use/Emitter.Listener.html | 216 +++++ .../nkzawa/emitter/class-use/Emitter.html | 331 +++++++ .../github/nkzawa/emitter/package-frame.html | 44 + .../nkzawa/emitter/package-summary.html | 172 ++++ .../github/nkzawa/emitter/package-tree.html | 159 ++++ .../github/nkzawa/emitter/package-use.html | 215 +++++ .../engineio/client/EngineIOException.html | 285 ++++++ .../engineio/client/Socket.Options.html | 332 +++++++ .../engineio/client/Socket.Sockets.html | 335 +++++++ .../github/nkzawa/engineio/client/Socket.html | 847 +++++++++++++++++ .../engineio/client/Transport.Options.html | 393 ++++++++ .../nkzawa/engineio/client/Transport.html | 863 ++++++++++++++++++ .../github/nkzawa/engineio/client/Util.html | 277 ++++++ .../client/class-use/EngineIOException.html | 145 +++ .../client/class-use/Socket.Options.html | 193 ++++ .../client/class-use/Socket.Sockets.html | 181 ++++ .../engineio/client/class-use/Socket.html | 181 ++++ .../client/class-use/Transport.Options.html | 234 +++++ .../engineio/client/class-use/Transport.html | 243 +++++ .../engineio/client/class-use/Util.html | 145 +++ .../nkzawa/engineio/client/package-frame.html | 54 ++ .../engineio/client/package-summary.html | 192 ++++ .../nkzawa/engineio/client/package-tree.html | 172 ++++ .../nkzawa/engineio/client/package-use.html | 220 +++++ .../engineio/client/transports/Polling.html | 533 +++++++++++ .../PollingXHR.Request.Options.html | 300 ++++++ .../client/transports/PollingXHR.Request.html | 384 ++++++++ .../client/transports/PollingXHR.html | 412 +++++++++ .../engineio/client/transports/WebSocket.html | 416 +++++++++ .../client/transports/class-use/Polling.html | 181 ++++ .../class-use/PollingXHR.Request.Options.html | 195 ++++ .../class-use/PollingXHR.Request.html | 189 ++++ .../transports/class-use/PollingXHR.html | 145 +++ .../transports/class-use/WebSocket.html | 145 +++ .../client/transports/package-frame.html | 41 + .../client/transports/package-summary.html | 174 ++++ .../client/transports/package-tree.html | 160 ++++ .../client/transports/package-use.html | 183 ++++ .../nkzawa/engineio/parser/HandshakeData.html | 315 +++++++ .../github/nkzawa/engineio/parser/Packet.html | 439 +++++++++ .../parser/Parser.DecodePayloadCallback.html | 214 +++++ .../github/nkzawa/engineio/parser/Parser.html | 332 +++++++ .../parser/class-use/HandshakeData.html | 145 +++ .../engineio/parser/class-use/Packet.html | 297 ++++++ .../Parser.DecodePayloadCallback.html | 182 ++++ .../engineio/parser/class-use/Parser.html | 145 +++ .../nkzawa/engineio/parser/package-frame.html | 48 + .../engineio/parser/package-summary.html | 180 ++++ .../nkzawa/engineio/parser/package-tree.html | 159 ++++ .../nkzawa/engineio/parser/package-use.html | 215 +++++ apidocs/constant-values.html | 493 ++++++++++ apidocs/deprecated-list.html | 147 +++ apidocs/help-doc.html | 224 +++++ apidocs/index-all.html | 674 ++++++++++++++ apidocs/index.html | 40 + apidocs/overview-frame.html | 49 + apidocs/overview-summary.html | 169 ++++ apidocs/overview-tree.html | 180 ++++ apidocs/package-list | 4 + apidocs/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/serialized-form.html | 191 ++++ apidocs/stylesheet.css | 29 + css/maven-base.css | 143 +++ css/maven-theme.css | 161 ++++ css/print.css | 7 + css/site.css | 1 + images/collapsed.gif | Bin 0 -> 53 bytes images/expanded.gif | Bin 0 -> 52 bytes images/external.png | Bin 0 -> 230 bytes images/icon_error_sml.gif | Bin 0 -> 1010 bytes images/icon_info_sml.gif | Bin 0 -> 606 bytes images/icon_success_sml.gif | Bin 0 -> 990 bytes images/icon_warning_sml.gif | Bin 0 -> 576 bytes images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes images/logos/maven-feather.png | Bin 0 -> 3330 bytes images/newwindow.png | Bin 0 -> 220 bytes 81 files changed, 15856 insertions(+) create mode 100644 apidocs/allclasses-frame.html create mode 100644 apidocs/allclasses-noframe.html create mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.Listener.html create mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.html create mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html create mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-frame.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-summary.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-tree.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/EngineIOException.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Util.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Util.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/Polling.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Packet.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-use.html create mode 100644 apidocs/constant-values.html create mode 100644 apidocs/deprecated-list.html create mode 100644 apidocs/help-doc.html create mode 100644 apidocs/index-all.html create mode 100644 apidocs/index.html create mode 100644 apidocs/overview-frame.html create mode 100644 apidocs/overview-summary.html create mode 100644 apidocs/overview-tree.html create mode 100644 apidocs/package-list create mode 100644 apidocs/resources/inherit.gif create mode 100644 apidocs/serialized-form.html create mode 100644 apidocs/stylesheet.css create mode 100644 css/maven-base.css create mode 100644 css/maven-theme.css create mode 100644 css/print.css create mode 100644 css/site.css create mode 100644 images/collapsed.gif create mode 100644 images/expanded.gif create mode 100644 images/external.png create mode 100644 images/icon_error_sml.gif create mode 100644 images/icon_info_sml.gif create mode 100644 images/icon_success_sml.gif create mode 100644 images/icon_warning_sml.gif create mode 100644 images/logos/build-by-maven-black.png create mode 100644 images/logos/build-by-maven-white.png create mode 100644 images/logos/maven-feather.png create mode 100644 images/newwindow.png diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 00000000..f7d9f029 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,66 @@ + + + + + + + +All Classes (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
Emitter +
+Emitter.Listener +
+EngineIOException +
+HandshakeData +
+Packet +
+Parser +
+Parser.DecodePayloadCallback +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Util +
+WebSocket +
+
+ + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..2664461b --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,66 @@ + + + + + + + +All Classes (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
Emitter +
+Emitter.Listener +
+EngineIOException +
+HandshakeData +
+Packet +
+Parser +
+Parser.DecodePayloadCallback +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Util +
+WebSocket +
+
+ + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html new file mode 100644 index 00000000..4efcd13a --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -0,0 +1,210 @@ + + + + + + + +Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.emitter +
+Interface Emitter.Listener

+
+
Enclosing class:
Emitter
+
+
+
+
public static interface Emitter.Listener
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidcall(Object... args) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+call

+
+void call(Object... args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html new file mode 100644 index 00000000..bec56c7a --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -0,0 +1,444 @@ + + + + + + + +Emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.emitter +
+Class Emitter

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+
+
+
Direct Known Subclasses:
PollingXHR.Request, Socket, Transport
+
+
+
+
public class Emitter
extends Object
+ + +

+The event emitter which is ported from the JavaScript module. +

+ +

+

+
See Also:
https://github.com/component/emitter
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceEmitter.Listener + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Emitter() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Emitteremit(String event, + Object... args) + +
+          Executes each of listeners with the given args.
+ booleanhasListeners(String event) + +
+          Check if this emitter has listeners for the specified event.
+ List<Emitter.Listener>listeners(String event) + +
+          Returns a list of listeners for the specified event.
+ Emitteroff() + +
+          Removes all registered listeners.
+ Emitteroff(String event) + +
+          Removes all listeners of the specified event.
+ Emitteroff(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ Emitteron(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ Emitteronce(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Emitter

+
+public Emitter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+on

+
+public Emitter on(String event,
+                  Emitter.Listener fn)
+
+
Listens on the event. +

+

+
Parameters:
event - event name.
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+once

+
+public Emitter once(String event,
+                    Emitter.Listener fn)
+
+
Adds a one time listener for the event. +

+

+
Parameters:
event -
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off()
+
+
Removes all registered listeners. +

+

+ +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off(String event)
+
+
Removes all listeners of the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off(String event,
+                   Emitter.Listener fn)
+
+
Removes the listener. +

+

+
Parameters:
event -
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+emit

+
+public Emitter emit(String event,
+                    Object... args)
+
+
Executes each of listeners with the given args. +

+

+
Parameters:
event -
args - +
Returns:
a reference to to this object.
+
+
+
+ +

+listeners

+
+public List<Emitter.Listener> listeners(String event)
+
+
Returns a list of listeners for the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+
+ +

+hasListeners

+
+public boolean hasListeners(String event)
+
+
Check if this emitter has listeners for the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html new file mode 100644 index 00000000..c2e4f902 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -0,0 +1,216 @@ + + + + + + + +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.github.nkzawa.emitter.Emitter.Listener

+
+ + + + + + + + + +
+Packages that use Emitter.Listener
com.github.nkzawa.emitter  
+  +

+ + + + + +
+Uses of Emitter.Listener in com.github.nkzawa.emitter
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
+ List<Emitter.Listener>Emitter.listeners(String event) + +
+          Returns a list of listeners for the specified event.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
+ EmitterEmitter.off(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ EmitterEmitter.on(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ EmitterEmitter.once(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html new file mode 100644 index 00000000..58cd8c4d --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -0,0 +1,331 @@ + + + + + + + +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.emitter.Emitter

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.emitter
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.emitter that return Emitter
+ EmitterEmitter.emit(String event, + Object... args) + +
+          Executes each of listeners with the given args.
+ EmitterEmitter.off() + +
+          Removes all registered listeners.
+ EmitterEmitter.off(String event) + +
+          Removes all listeners of the specified event.
+ EmitterEmitter.off(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ EmitterEmitter.on(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ EmitterEmitter.once(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + +
Subclasses of Emitter in com.github.nkzawa.engineio.client
+ classSocket + +
+          The socket class for Event.IO Client.
+ classTransport + +
+           
+  +

+ + + + + + + + + +
Fields in com.github.nkzawa.engineio.client declared as Emitter
+ EmitterSocket.Sockets.evs + +
+           
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
+ classPolling + +
+           
+ classPollingXHR + +
+           
+static classPollingXHR.Request + +
+           
+ classWebSocket + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html new file mode 100644 index 00000000..66583ba4 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.emitter + + + + +
+Interfaces  + +
+Emitter.Listener
+ + + + + + +
+Classes  + +
+Emitter
+ + + + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html new file mode 100644 index 00000000..be070d1d --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.emitter +

+ + + + + + + + + +
+Interface Summary
Emitter.Listener 
+  + +

+ + + + + + + + + +
+Class Summary
EmitterThe event emitter which is ported from the JavaScript module.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html new file mode 100644 index 00000000..e992df58 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.emitter +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html new file mode 100644 index 00000000..2843862d --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -0,0 +1,215 @@ + + + + + + + +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.emitter

+
+ + + + + + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
Emitter + +
+          The event emitter which is ported from the JavaScript module.
Emitter.Listener + +
+           
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
Emitter + +
+          The event emitter which is ported from the JavaScript module.
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
Emitter + +
+          The event emitter which is ported from the JavaScript module.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html new file mode 100644 index 00000000..ccbba089 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -0,0 +1,285 @@ + + + + + + + +EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class EngineIOException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by com.github.nkzawa.engineio.client.EngineIOException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class EngineIOException
extends Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
EngineIOException() + +
+           
EngineIOException(String message) + +
+           
EngineIOException(String message, + Throwable cause) + +
+           
EngineIOException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EngineIOException

+
+public EngineIOException()
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(String message)
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(String message,
+                         Throwable cause)
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html new file mode 100644 index 00000000..09b06dbd --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -0,0 +1,332 @@ + + + + + + + +Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Transport.Options
+      extended by com.github.nkzawa.engineio.client.Socket.Options
+
+
+
Enclosing class:
Socket
+
+
+
+
public static class Socket.Options
extends Transport.Options
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringhost + +
+           
+ Stringquery + +
+           
+ String[]transports + +
+          List of transport names.
+ booleanupgrade + +
+          Whether to upgrade the transport.
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
hostname, path, policyPort, port, secure, timestampParam, timestampRequests
+  + + + + + + + + + + +
+Constructor Summary
Socket.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+transports

+
+public String[] transports
+
+
List of transport names. +

+

+
+
+
+ +

+upgrade

+
+public boolean upgrade
+
+
Whether to upgrade the transport. Defaults to `true`. +

+

+
+
+
+ +

+host

+
+public String host
+
+
+
+
+
+ +

+query

+
+public String query
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket.Options

+
+public Socket.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html new file mode 100644 index 00000000..3d5e69ec --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -0,0 +1,335 @@ + + + + + + + +Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket.Sockets

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<Socket>
+              extended by com.github.nkzawa.engineio.client.Socket.Sockets
+
+
+
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Socket>, Collection<Socket>, List<Socket>, RandomAccess
+
+
+
Enclosing class:
Socket
+
+
+
+
public static class Socket.Sockets
extends ArrayList<Socket>
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_ADD + +
+           
+ Emitterevs + +
+           
+ + + + + + + +
Fields inherited from class java.util.AbstractList
modCount
+  + + + + + + + + + + +
+Constructor Summary
Socket.Sockets() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_ADD

+
+public static final String EVENT_ADD
+
+
+
See Also:
Constant Field Values
+
+
+ +

+evs

+
+public Emitter evs
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket.Sockets

+
+public Socket.Sockets()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html new file mode 100644 index 00000000..b05cb9b4 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -0,0 +1,847 @@ + + + + + + + +Socket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Socket
+
+
+
+
public abstract class Socket
extends Emitter
+ + +

+The socket class for Event.IO Client. +

+ +

+

+
See Also:
https://github.com/LearnBoost/engine.io-client
+
+ +

+ + + + + + + + + + + + + + + +
+Nested Class Summary
+static classSocket.Options + +
+           
+static classSocket.Sockets + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_CLOSE + +
+          Called on disconnection.
+static StringEVENT_DATA + +
+           
+static StringEVENT_DRAIN + +
+          Called after `drain` event of transport if writeBuffer is empty.
+static StringEVENT_ERROR + +
+          Called when an error occurs.
+static StringEVENT_FLUSH + +
+          Called on completing a buffer flush.
+static StringEVENT_HANDSHAKE + +
+           
+static StringEVENT_HEARTBEAT + +
+           
+static StringEVENT_MESSAGE + +
+          Called when data is received from the server.
+static StringEVENT_OPEN + +
+          Called on successful connection.
+static StringEVENT_PACKET + +
+           
+static StringEVENT_PACKET_CREATE + +
+           
+static StringEVENT_UPGRADE + +
+           
+static StringEVENT_UPGRADING + +
+           
+static intprotocol + +
+          The protocol version.
+static Socket.Socketssockets + +
+          List of Socket instances.
+  + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
Socket(Socket.Options opts) + +
+           
Socket(String uri) + +
+          Creates a socket.
Socket(String uri, + Socket.Options opts) + +
+          Creates a socket with options.
Socket(URI uri) + +
+           
Socket(URI uri, + Socket.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Socketclose() + +
+          Disconnects the client.
+abstract  voidonclose() + +
+           
+abstract  voidonmessage(String data) + +
+           
+abstract  voidonopen() + +
+           
+ voidopen() + +
+          Connects the client.
+ voidsend(String msg) + +
+          Sends a message.
+ voidsend(String msg, + Runnable fn) + +
+          Sends a message.
+ voidwrite(String msg) + +
+           
+ voidwrite(String msg, + Runnable fn) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_OPEN

+
+public static final String EVENT_OPEN
+
+
Called on successful connection. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_CLOSE

+
+public static final String EVENT_CLOSE
+
+
Called on disconnection. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_MESSAGE

+
+public static final String EVENT_MESSAGE
+
+
Called when data is received from the server. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
Called when an error occurs. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_FLUSH

+
+public static final String EVENT_FLUSH
+
+
Called on completing a buffer flush. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DRAIN

+
+public static final String EVENT_DRAIN
+
+
Called after `drain` event of transport if writeBuffer is empty. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_HANDSHAKE

+
+public static final String EVENT_HANDSHAKE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_UPGRADING

+
+public static final String EVENT_UPGRADING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_UPGRADE

+
+public static final String EVENT_UPGRADE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET

+
+public static final String EVENT_PACKET
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET_CREATE

+
+public static final String EVENT_PACKET_CREATE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_HEARTBEAT

+
+public static final String EVENT_HEARTBEAT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DATA

+
+public static final String EVENT_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+sockets

+
+public static final Socket.Sockets sockets
+
+
List of Socket instances. +

+

+
+
+
+ +

+protocol

+
+public static final int protocol
+
+
The protocol version. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket

+
+public Socket(String uri)
+       throws URISyntaxException
+
+
Creates a socket. +

+

+
Parameters:
uri - URI to connect. +
Throws: +
URISyntaxException
+
+
+ +

+Socket

+
+public Socket(URI uri)
+
+
+
+ +

+Socket

+
+public Socket(String uri,
+              Socket.Options opts)
+       throws URISyntaxException
+
+
Creates a socket with options. +

+

+
Parameters:
uri - URI to connect.
opts - options for socket +
Throws: +
URISyntaxException
+
+
+ +

+Socket

+
+public Socket(URI uri,
+              Socket.Options opts)
+
+
+
+ +

+Socket

+
+public Socket(Socket.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+open

+
+public void open()
+
+
Connects the client. +

+

+
+
+
+
+ +

+write

+
+public void write(String msg)
+
+
+
+
+
+
+ +

+write

+
+public void write(String msg,
+                  Runnable fn)
+
+
+
+
+
+
+ +

+send

+
+public void send(String msg)
+
+
Sends a message. +

+

+
Parameters:
msg -
+
+
+
+ +

+send

+
+public void send(String msg,
+                 Runnable fn)
+
+
Sends a message. +

+

+
Parameters:
msg -
fn - callback to be called on drain
+
+
+
+ +

+close

+
+public Socket close()
+
+
Disconnects the client. +

+

+ +
Returns:
a reference to to this object.
+
+
+
+ +

+onopen

+
+public abstract void onopen()
+
+
+
+
+
+
+ +

+onmessage

+
+public abstract void onmessage(String data)
+
+
+
+
+
+
+ +

+onclose

+
+public abstract void onclose()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html new file mode 100644 index 00000000..3a229985 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -0,0 +1,393 @@ + + + + + + + +Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Transport.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Transport.Options
+
+
+
Direct Known Subclasses:
Socket.Options
+
+
+
Enclosing class:
Transport
+
+
+
+
public static class Transport.Options
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringhostname + +
+           
+ Stringpath + +
+           
+ intpolicyPort + +
+           
+ intport + +
+           
+ Map<String,String>query + +
+           
+ booleansecure + +
+           
+ StringtimestampParam + +
+           
+ booleantimestampRequests + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Transport.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+hostname

+
+public String hostname
+
+
+
+
+
+ +

+path

+
+public String path
+
+
+
+
+
+ +

+timestampParam

+
+public String timestampParam
+
+
+
+
+
+ +

+secure

+
+public boolean secure
+
+
+
+
+
+ +

+timestampRequests

+
+public boolean timestampRequests
+
+
+
+
+
+ +

+port

+
+public int port
+
+
+
+
+
+ +

+policyPort

+
+public int policyPort
+
+
+
+
+
+ +

+query

+
+public Map<String,String> query
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Transport.Options

+
+public Transport.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html new file mode 100644 index 00000000..1107d863 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -0,0 +1,863 @@ + + + + + + + +Transport (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Transport

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+
+
+
Direct Known Subclasses:
Polling, WebSocket
+
+
+
+
public abstract class Transport
extends Emitter
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classTransport.Options + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected static intCLOSED + +
+           
+static StringEVENT_CLOSE + +
+           
+static StringEVENT_DRAIN + +
+           
+static StringEVENT_ERROR + +
+           
+static StringEVENT_OPEN + +
+           
+static StringEVENT_PACKET + +
+           
+protected  Stringhostname + +
+           
+ Stringname + +
+           
+protected static intOPEN + +
+           
+protected static intOPENING + +
+           
+protected  Stringpath + +
+           
+protected static intPAUSED + +
+           
+protected  intport + +
+           
+ Map<String,String>query + +
+           
+protected  intreadyState + +
+           
+protected  booleansecure + +
+           
+protected static Map<Integer,String>STATE_MAP + +
+           
+protected  StringtimestampParam + +
+           
+protected  booleantimestampRequests + +
+           
+ booleanwritable + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Transport(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Transportclose() + +
+           
+protected abstract  voiddoClose() + +
+           
+protected abstract  voiddoOpen() + +
+           
+protected  voidonClose() + +
+           
+protected  voidonData(String data) + +
+           
+protected  TransportonError(String msg, + Exception desc) + +
+           
+protected  voidonOpen() + +
+           
+protected  voidonPacket(Packet packet) + +
+           
+ Transportopen() + +
+           
+ voidsend(Packet[] packets) + +
+           
+protected abstract  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+OPENING

+
+protected static final int OPENING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPEN

+
+protected static final int OPEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CLOSED

+
+protected static final int CLOSED
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PAUSED

+
+protected static final int PAUSED
+
+
+
See Also:
Constant Field Values
+
+
+ +

+STATE_MAP

+
+protected static final Map<Integer,String> STATE_MAP
+
+
+
+
+
+ +

+EVENT_OPEN

+
+public static final String EVENT_OPEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_CLOSE

+
+public static final String EVENT_CLOSE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET

+
+public static final String EVENT_PACKET
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DRAIN

+
+public static final String EVENT_DRAIN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+writable

+
+public boolean writable
+
+
+
+
+
+ +

+name

+
+public String name
+
+
+
+
+
+ +

+query

+
+public Map<String,String> query
+
+
+
+
+
+ +

+secure

+
+protected boolean secure
+
+
+
+
+
+ +

+timestampRequests

+
+protected boolean timestampRequests
+
+
+
+
+
+ +

+port

+
+protected int port
+
+
+
+
+
+ +

+readyState

+
+protected int readyState
+
+
+
+
+
+ +

+path

+
+protected String path
+
+
+
+
+
+ +

+hostname

+
+protected String hostname
+
+
+
+
+
+ +

+timestampParam

+
+protected String timestampParam
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Transport

+
+public Transport(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+onError

+
+protected Transport onError(String msg,
+                            Exception desc)
+
+
+
+
+
+
+ +

+open

+
+public Transport open()
+
+
+
+
+
+
+ +

+close

+
+public Transport close()
+
+
+
+
+
+
+ +

+send

+
+public void send(Packet[] packets)
+
+
+
+
+
+
+ +

+onOpen

+
+protected void onOpen()
+
+
+
+
+
+
+ +

+onData

+
+protected void onData(String data)
+
+
+
+
+
+
+ +

+onPacket

+
+protected void onPacket(Packet packet)
+
+
+
+
+
+
+ +

+onClose

+
+protected void onClose()
+
+
+
+
+
+
+ +

+write

+
+protected abstract void write(Packet[] packets)
+
+
+
+
+
+
+ +

+doOpen

+
+protected abstract void doOpen()
+
+
+
+
+
+
+ +

+doClose

+
+protected abstract void doClose()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html new file mode 100644 index 00000000..caa6a4f0 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -0,0 +1,277 @@ + + + + + + + +Util (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Util

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Util
+
+
+
+
public class Util
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static StringdecodeURIComponent(String str) + +
+           
+static StringencodeURIComponent(String str) + +
+           
+static Stringqs(Map<String,String> obj) + +
+           
+static Map<String,String>qsParse(String qs) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+qs

+
+public static String qs(Map<String,String> obj)
+
+
+
+
+
+
+ +

+qsParse

+
+public static Map<String,String> qsParse(String qs)
+
+
+
+
+
+
+ +

+encodeURIComponent

+
+public static String encodeURIComponent(String str)
+
+
+
+
+
+
+ +

+decodeURIComponent

+
+public static String decodeURIComponent(String str)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html new file mode 100644 index 00000000..883d1507 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.EngineIOException

+
+No usage of com.github.nkzawa.engineio.client.EngineIOException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html new file mode 100644 index 00000000..1421257a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket.Options

+
+ + + + + + + + + +
+Packages that use Socket.Options
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket.Options in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + +
Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
Socket(Socket.Options opts) + +
+           
Socket(String uri, + Socket.Options opts) + +
+          Creates a socket with options.
Socket(URI uri, + Socket.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html new file mode 100644 index 00000000..16e7f78c --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket.Sockets

+
+ + + + + + + + + +
+Packages that use Socket.Sockets
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket.Sockets in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Fields in com.github.nkzawa.engineio.client declared as Socket.Sockets
+static Socket.SocketsSocket.sockets + +
+          List of Socket instances.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html new file mode 100644 index 00000000..c055c93b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket

+
+ + + + + + + + + +
+Packages that use Socket
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.client that return Socket
+ SocketSocket.close() + +
+          Disconnects the client.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html new file mode 100644 index 00000000..5423d1b1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -0,0 +1,234 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Transport.Options

+
+ + + + + + + + + + + + + +
+Packages that use Transport.Options
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Transport.Options in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Subclasses of Transport.Options in com.github.nkzawa.engineio.client
+static classSocket.Options + +
+           
+  +

+ + + + + + + + +
Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
Transport(Transport.Options opts) + +
+           
+  +

+ + + + + +
+Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + +
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
Polling(Transport.Options opts) + +
+           
PollingXHR(Transport.Options opts) + +
+           
WebSocket(Transport.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html new file mode 100644 index 00000000..4e8d55aa --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Transport

+
+ + + + + + + + + + + + + +
+Packages that use Transport
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Transport in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client that return Transport
+ TransportTransport.close() + +
+           
+protected  TransportTransport.onError(String msg, + Exception desc) + +
+           
+ TransportTransport.open() + +
+           
+  +

+ + + + + +
+Uses of Transport in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of Transport in com.github.nkzawa.engineio.client.transports
+ classPolling + +
+           
+ classPollingXHR + +
+           
+ classWebSocket + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html new file mode 100644 index 00000000..eaa281b8 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Util

+
+No usage of com.github.nkzawa.engineio.client.Util +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html new file mode 100644 index 00000000..b8f3968e --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -0,0 +1,54 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client + + + + +
+Classes  + +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Util
+ + + + + + +
+Exceptions  + +
+EngineIOException
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html new file mode 100644 index 00000000..7d239c50 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -0,0 +1,192 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.client +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SocketThe socket class for Event.IO Client.
Socket.Options 
Socket.Sockets 
Transport 
Transport.Options 
Util 
+  + +

+ + + + + + + + + +
+Exception Summary
EngineIOException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html new file mode 100644 index 00000000..6b99b608 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -0,0 +1,172 @@ + + + + + + + +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.client +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html new file mode 100644 index 00000000..6b1fe0e1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -0,0 +1,220 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.client

+
+ + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.client
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
Socket + +
+          The socket class for Event.IO Client.
Socket.Options + +
+           
Socket.Sockets + +
+           
Transport + +
+           
Transport.Options + +
+           
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
Transport + +
+           
Transport.Options + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html new file mode 100644 index 00000000..859ca927 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -0,0 +1,533 @@ + + + + + + + +Polling (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class Polling

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.Polling
+
+
+
Direct Known Subclasses:
PollingXHR
+
+
+
+
public abstract class Polling
extends Transport
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_POLL + +
+           
+static StringEVENT_POLL_COMPLETE + +
+           
+static StringNAME + +
+           
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
Polling(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoClose() + +
+           
+protected  voiddoOpen() + +
+           
+protected abstract  voiddoPoll() + +
+           
+protected abstract  voiddoWrite(String data, + Runnable fn) + +
+           
+protected  voidonData(String data) + +
+           
+ voidpause(Runnable onPause) + +
+           
+protected  Stringuri() + +
+           
+protected  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onClose, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NAME

+
+public static final String NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_POLL

+
+public static final String EVENT_POLL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_POLL_COMPLETE

+
+public static final String EVENT_POLL_COMPLETE
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Polling

+
+public Polling(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+doOpen

+
+protected void doOpen()
+
+
+
Specified by:
doOpen in class Transport
+
+
+
+
+
+
+ +

+pause

+
+public void pause(Runnable onPause)
+
+
+
+
+
+
+ +

+onData

+
+protected void onData(String data)
+
+
+
Overrides:
onData in class Transport
+
+
+
+
+
+
+ +

+doClose

+
+protected void doClose()
+
+
+
Specified by:
doClose in class Transport
+
+
+
+
+
+
+ +

+write

+
+protected void write(Packet[] packets)
+
+
+
Specified by:
write in class Transport
+
+
+
+
+
+
+ +

+uri

+
+protected String uri()
+
+
+
+
+
+
+ +

+doWrite

+
+protected abstract void doWrite(String data,
+                                Runnable fn)
+
+
+
+
+
+
+ +

+doPoll

+
+protected abstract void doPoll()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html new file mode 100644 index 00000000..7bb7cb0f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -0,0 +1,300 @@ + + + + + + + +PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR.Request.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
+
+
+
Enclosing class:
PollingXHR.Request
+
+
+
+
public static class PollingXHR.Request.Options
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringdata + +
+           
+ Stringmethod + +
+           
+ Stringuri + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR.Request.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+uri

+
+public String uri
+
+
+
+
+
+ +

+method

+
+public String method
+
+
+
+
+
+ +

+data

+
+public String data
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR.Request.Options

+
+public PollingXHR.Request.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html new file mode 100644 index 00000000..ffbf2a96 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -0,0 +1,384 @@ + + + + + + + +PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR.Request

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
+
+
+
Enclosing class:
PollingXHR
+
+
+
+
public static class PollingXHR.Request
extends Emitter
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classPollingXHR.Request.Options + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_DATA + +
+           
+static StringEVENT_ERROR + +
+           
+static StringEVENT_SUCCESS + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR.Request(PollingXHR.Request.Options opts) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidabort() + +
+           
+ voidcreate() + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_SUCCESS

+
+public static final String EVENT_SUCCESS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DATA

+
+public static final String EVENT_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR.Request

+
+public PollingXHR.Request(PollingXHR.Request.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+create

+
+public void create()
+
+
+
+
+
+
+ +

+abort

+
+public void abort()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html new file mode 100644 index 00000000..996a26fe --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -0,0 +1,412 @@ + + + + + + + +PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.Polling
+              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
+
+
+
+
public class PollingXHR
extends Polling
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classPollingXHR.Request + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.transports.Polling
EVENT_POLL, EVENT_POLL_COMPLETE, NAME
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoPoll() + +
+           
+protected  voiddoWrite(String data, + Runnable fn) + +
+           
+protected  PollingXHR.Requestrequest() + +
+           
+protected  PollingXHR.Requestrequest(PollingXHR.Request.Options opts) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling
doClose, doOpen, onData, pause, uri, write
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onClose, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR

+
+public PollingXHR(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+request

+
+protected PollingXHR.Request request()
+
+
+
+
+
+
+ +

+request

+
+protected PollingXHR.Request request(PollingXHR.Request.Options opts)
+
+
+
+
+
+
+ +

+doWrite

+
+protected void doWrite(String data,
+                       Runnable fn)
+
+
+
Specified by:
doWrite in class Polling
+
+
+
+
+
+
+ +

+doPoll

+
+protected void doPoll()
+
+
+
Specified by:
doPoll in class Polling
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html new file mode 100644 index 00000000..e34a53f2 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -0,0 +1,416 @@ + + + + + + + +WebSocket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class WebSocket

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.WebSocket
+
+
+
+
public class WebSocket
extends Transport
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + +
+Field Summary
+static StringNAME + +
+           
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
WebSocket(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoClose() + +
+           
+protected  voiddoOpen() + +
+           
+protected  voidonClose() + +
+           
+protected  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onData, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NAME

+
+public static final String NAME
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+WebSocket

+
+public WebSocket(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+doOpen

+
+protected void doOpen()
+
+
+
Specified by:
doOpen in class Transport
+
+
+
+
+
+
+ +

+write

+
+protected void write(Packet[] packets)
+
+
+
Specified by:
write in class Transport
+
+
+
+
+
+
+ +

+onClose

+
+protected void onClose()
+
+
+
Overrides:
onClose in class Transport
+
+
+
+
+
+
+ +

+doClose

+
+protected void doClose()
+
+
+
Specified by:
doClose in class Transport
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html new file mode 100644 index 00000000..2d196fab --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.Polling

+
+ + + + + + + + + +
+Packages that use Polling
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Polling in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + +
Subclasses of Polling in com.github.nkzawa.engineio.client.transports
+ classPollingXHR + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html new file mode 100644 index 00000000..8fe7b618 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -0,0 +1,195 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

+
+ + + + + + + + + +
+Packages that use PollingXHR.Request.Options
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
+protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
+           
+  +

+ + + + + + + + +
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
PollingXHR.Request(PollingXHR.Request.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html new file mode 100644 index 00000000..314d480e --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request

+
+ + + + + + + + + +
+Packages that use PollingXHR.Request
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
+protected  PollingXHR.RequestPollingXHR.request() + +
+           
+protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html new file mode 100644 index 00000000..ec5c5d4a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR

+
+No usage of com.github.nkzawa.engineio.client.transports.PollingXHR +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html new file mode 100644 index 00000000..dfbe5888 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.WebSocket

+
+No usage of com.github.nkzawa.engineio.client.transports.WebSocket +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html new file mode 100644 index 00000000..8236d0fa --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client.transports + + + + +
+Classes  + +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+WebSocket
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html new file mode 100644 index 00000000..12529ebf --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -0,0 +1,174 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.client.transports +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Polling 
PollingXHR 
PollingXHR.Request 
PollingXHR.Request.Options 
WebSocket 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html new file mode 100644 index 00000000..00883a0b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.client.transports +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html new file mode 100644 index 00000000..ea475279 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.client.transports

+
+ + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.client.transports
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
Polling + +
+           
PollingXHR.Request + +
+           
PollingXHR.Request.Options + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html new file mode 100644 index 00000000..dd31c76d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -0,0 +1,315 @@ + + + + + + + +HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class HandshakeData

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.HandshakeData
+
+
+
+
public class HandshakeData
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ longpingInterval + +
+           
+ longpingTimeout + +
+           
+ Stringsid + +
+           
+ List<String>upgrades + +
+           
+  + + + + + + + + + + +
+Constructor Summary
HandshakeData() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+sid

+
+public String sid
+
+
+
+
+
+ +

+upgrades

+
+public List<String> upgrades
+
+
+
+
+
+ +

+pingInterval

+
+public long pingInterval
+
+
+
+
+
+ +

+pingTimeout

+
+public long pingTimeout
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+HandshakeData

+
+public HandshakeData()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html new file mode 100644 index 00000000..3e133fff --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -0,0 +1,439 @@ + + + + + + + +Packet (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class Packet

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.Packet
+
+
+
+
public class Packet
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringCLOSE + +
+           
+ Stringdata + +
+           
+static StringERROR + +
+           
+static StringMESSAGE + +
+           
+static StringNOOP + +
+           
+static StringOPEN + +
+           
+static StringPING + +
+           
+static StringPONG + +
+           
+ Stringtype + +
+           
+static StringUPGRADE + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
Packet(String type) + +
+           
Packet(String type, + String data) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+OPEN

+
+public static final String OPEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CLOSE

+
+public static final String CLOSE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PING

+
+public static final String PING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PONG

+
+public static final String PONG
+
+
+
See Also:
Constant Field Values
+
+
+ +

+UPGRADE

+
+public static final String UPGRADE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MESSAGE

+
+public static final String MESSAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NOOP

+
+public static final String NOOP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ERROR

+
+public static final String ERROR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+type

+
+public String type
+
+
+
+
+
+ +

+data

+
+public String data
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Packet

+
+public Packet(String type)
+
+
+
+ +

+Packet

+
+public Packet(String type,
+              String data)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..46313c63 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -0,0 +1,214 @@ + + + + + + + +Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Interface Parser.DecodePayloadCallback

+
+
Enclosing class:
Parser
+
+
+
+
public static interface Parser.DecodePayloadCallback
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ booleancall(Packet packet, + int index, + int total) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+call

+
+boolean call(Packet packet,
+             int index,
+             int total)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html new file mode 100644 index 00000000..44410495 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -0,0 +1,332 @@ + + + + + + + +Parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class Parser

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.Parser
+
+
+
+
public class Parser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceParser.DecodePayloadCallback + +
+           
+ + + + + + + + + + +
+Field Summary
+static intprotocol + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static PacketdecodePacket(String data) + +
+           
+static voiddecodePayload(String data, + Parser.DecodePayloadCallback callback) + +
+           
+static StringencodePacket(Packet packet) + +
+           
+static StringencodePayload(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+protocol

+
+public static final int protocol
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Method Detail
+ +

+encodePacket

+
+public static String encodePacket(Packet packet)
+
+
+
+
+
+
+ +

+decodePacket

+
+public static Packet decodePacket(String data)
+
+
+
+
+
+
+ +

+encodePayload

+
+public static String encodePayload(Packet[] packets)
+
+
+
+
+
+
+ +

+decodePayload

+
+public static void decodePayload(String data,
+                                 Parser.DecodePayloadCallback callback)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html new file mode 100644 index 00000000..e17e7e7c --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.HandshakeData

+
+No usage of com.github.nkzawa.engineio.parser.HandshakeData +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html new file mode 100644 index 00000000..2901f3ba --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -0,0 +1,297 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.Packet

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Packet
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client with parameters of type Packet
+protected  voidTransport.onPacket(Packet packet) + +
+           
+ voidTransport.send(Packet[] packets) + +
+           
+protected abstract  voidTransport.write(Packet[] packets) + +
+           
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
+protected  voidWebSocket.write(Packet[] packets) + +
+           
+protected  voidPolling.write(Packet[] packets) + +
+           
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.parser
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser that return Packet
+static PacketParser.decodePacket(String data) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
+ booleanParser.DecodePayloadCallback.call(Packet packet, + int index, + int total) + +
+           
+static StringParser.encodePacket(Packet packet) + +
+           
+static StringParser.encodePayload(Packet[] packets) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..547b0690 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

+
+ + + + + + + + + +
+Packages that use Parser.DecodePayloadCallback
com.github.nkzawa.engineio.parser  
+  +

+ + + + + +
+Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
+static voidParser.decodePayload(String data, + Parser.DecodePayloadCallback callback) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html new file mode 100644 index 00000000..b2f03629 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.Parser

+
+No usage of com.github.nkzawa.engineio.parser.Parser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html new file mode 100644 index 00000000..190637ee --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.parser + + + + +
+Interfaces  + +
+Parser.DecodePayloadCallback
+ + + + + + +
+Classes  + +
+HandshakeData +
+Packet +
+Parser
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html new file mode 100644 index 00000000..fde2bd70 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.parser +

+ + + + + + + + + +
+Interface Summary
Parser.DecodePayloadCallback 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
HandshakeData 
Packet 
Parser 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html new file mode 100644 index 00000000..2912e994 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.parser +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html new file mode 100644 index 00000000..a560ee46 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -0,0 +1,215 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.parser

+
+ + + + + + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.parser
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
Packet + +
+           
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
Packet + +
+           
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
Packet + +
+           
Parser.DecodePayloadCallback + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 00000000..43da838d --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,493 @@ + + + + + + + +Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+com.github.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Socket
+public static final StringEVENT_CLOSE"close"
+public static final StringEVENT_DATA"data"
+public static final StringEVENT_DRAIN"drain"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_FLUSH"flush"
+public static final StringEVENT_HANDSHAKE"handshake"
+public static final StringEVENT_HEARTBEAT"heartbeat"
+public static final StringEVENT_MESSAGE"message"
+public static final StringEVENT_OPEN"open"
+public static final StringEVENT_PACKET"packet"
+public static final StringEVENT_PACKET_CREATE"packetCreate"
+public static final StringEVENT_UPGRADE"upgrade"
+public static final StringEVENT_UPGRADING"upgrading"
+public static final intprotocol2
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Socket.Sockets
+public static final StringEVENT_ADD"add"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Transport
+protected static final intCLOSED2
+public static final StringEVENT_CLOSE"close"
+public static final StringEVENT_DRAIN"drain"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_OPEN"open"
+public static final StringEVENT_PACKET"packet"
+protected static final intOPEN1
+protected static final intOPENING0
+protected static final intPAUSED3
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.Polling
+public static final StringEVENT_POLL"poll"
+public static final StringEVENT_POLL_COMPLETE"pollComplete"
+public static final StringNAME"polling"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.PollingXHR.Request
+public static final StringEVENT_DATA"data"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_SUCCESS"success"
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.WebSocket
+public static final StringNAME"websocket"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.parser.Packet
+public static final StringCLOSE"close"
+public static final StringERROR"error"
+public static final StringMESSAGE"message"
+public static final StringNOOP"noop"
+public static final StringOPEN"open"
+public static final StringPING"ping"
+public static final StringPONG"pong"
+public static final StringUPGRADE"upgrade"
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.parser.Parser
+public static final intprotocol2
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 00000000..72937f4a --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 00000000..d80d4551 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+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

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 00000000..41ad1baf --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,674 @@ + + + + + + + +Index (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E H L M N O P Q R S T U 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, int, int) - +Method in interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback +
  +
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 +
  +
CLOSED - +Static variable in class com.github.nkzawa.engineio.client.Transport +
  +
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
 
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 +
  +
decodePacket(String) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
decodePayload(String, Parser.DecodePayloadCallback) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
decodeURIComponent(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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(String, Runnable) - +Method in class com.github.nkzawa.engineio.client.transports.Polling +
  +
doWrite(String, 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
 
encodePacket(Packet) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
encodePayload(Packet[]) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
encodeURIComponent(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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_ADD - +Static variable in class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
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_SUCCESS - +Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request +
  +
EVENT_UPGRADE - +Static variable in class com.github.nkzawa.engineio.client.Socket +
  +
EVENT_UPGRADING - +Static variable in class com.github.nkzawa.engineio.client.Socket +
  +
evs - +Variable in class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
+
+

+H

+
+
HandshakeData - Class in com.github.nkzawa.engineio.parser
 
HandshakeData() - +Constructor for class com.github.nkzawa.engineio.parser.HandshakeData +
  +
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 +
  +
+
+

+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 +
  +
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.Socket +
  +
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(String) - +Method in class com.github.nkzawa.engineio.client.transports.Polling +
  +
onError(String, Exception) - +Method in class com.github.nkzawa.engineio.client.Transport +
  +
onmessage(String) - +Method in class com.github.nkzawa.engineio.client.Socket +
  +
onopen() - +Method in class com.github.nkzawa.engineio.client.Socket +
  +
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 - +Static variable in class com.github.nkzawa.engineio.client.Transport +
  +
open() - +Method in class com.github.nkzawa.engineio.client.Transport +
  +
OPEN - +Static variable in class com.github.nkzawa.engineio.parser.Packet +
  +
OPENING - +Static variable in class com.github.nkzawa.engineio.client.Transport +
  +
+
+

+P

+
+
Packet - Class in com.github.nkzawa.engineio.parser
 
Packet(String) - +Constructor for class com.github.nkzawa.engineio.parser.Packet +
  +
Packet(String, String) - +Constructor for class com.github.nkzawa.engineio.parser.Packet +
  +
Parser - Class in com.github.nkzawa.engineio.parser
 
Parser.DecodePayloadCallback - 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 +
  +
PAUSED - +Static variable in class com.github.nkzawa.engineio.client.Transport +
  +
PING - +Static variable in class com.github.nkzawa.engineio.parser.Packet +
  +
pingInterval - +Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
  +
pingTimeout - +Variable in class com.github.nkzawa.engineio.parser.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 +
  +
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

+
+
qs(Map<String, String>) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
qsParse(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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 +
  +
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(String, Runnable) - +Method in class com.github.nkzawa.engineio.client.Socket +
Sends a message. +
send(Packet[]) - +Method in class com.github.nkzawa.engineio.client.Transport +
  +
sid - +Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
  +
Socket - Class in com.github.nkzawa.engineio.client
The socket class for Event.IO Client.
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.Options - Class in com.github.nkzawa.engineio.client
 
Socket.Options() - +Constructor for class com.github.nkzawa.engineio.client.Socket.Options +
  +
Socket.Sockets - Class in com.github.nkzawa.engineio.client
 
Socket.Sockets() - +Constructor for class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
sockets - +Static variable in class com.github.nkzawa.engineio.client.Socket +
List of Socket instances. +
STATE_MAP - +Static variable in class com.github.nkzawa.engineio.client.Transport +
  +
+
+

+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 +
  +
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 +
  +
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.parser.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 +
  +
Util - Class in com.github.nkzawa.engineio.client
 
+
+

+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(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 H L M N O P Q R S T U W + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 00000000..a0524f23 --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,40 @@ + + + + + + + +engine.io-client 0.1.0-SNAPSHOT API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 00000000..bc1f40af --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,49 @@ + + + + + + + +Overview List (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+com.github.nkzawa.emitter +
+com.github.nkzawa.engineio.client +
+com.github.nkzawa.engineio.client.transports +
+com.github.nkzawa.engineio.parser +
+

+ +

+  + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 00000000..9ee95686 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,169 @@ + + + + + + + +Overview (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+engine.io-client 0.1.0-SNAPSHOT API +

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages
com.github.nkzawa.emitter 
com.github.nkzawa.engineio.client 
com.github.nkzawa.engineio.client.transports 
com.github.nkzawa.engineio.parser 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 00000000..fb7d5acf --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,180 @@ + + + + + + + +Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 00000000..06daed7f --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,4 @@ +com.github.nkzawa.emitter +com.github.nkzawa.engineio.client +com.github.nkzawa.engineio.client.transports +com.github.nkzawa.engineio.parser diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 00000000..df6f5a39 --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,191 @@ + + + + + + + +Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package com.github.nkzawa.engineio.client
+ +

+ + + + + +
+Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class com.github.nkzawa.engineio.client.Socket.Sockets extends ArrayList<Socket> implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+evs

+
+Emitter evs
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/css/maven-base.css b/css/maven-base.css new file mode 100644 index 00000000..37103d27 --- /dev/null +++ b/css/maven-base.css @@ -0,0 +1,143 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} diff --git a/css/maven-theme.css b/css/maven-theme.css new file mode 100644 index 00000000..d3407e8b --- /dev/null +++ b/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/css/print.css b/css/print.css new file mode 100644 index 00000000..26ad7f0b --- /dev/null +++ b/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/css/site.css b/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/images/collapsed.gif b/images/collapsed.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e710840640c1bfd9dd76ce7fef56f1004092508 GIT binary patch literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R literal 0 HcmV?d00001 diff --git a/images/expanded.gif b/images/expanded.gif new file mode 100644 index 0000000000000000000000000000000000000000..0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0 GIT binary patch literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT literal 0 HcmV?d00001 diff --git a/images/external.png b/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/images/icon_info_sml.gif b/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/images/icon_warning_sml.gif b/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/images/logos/build-by-maven-black.png b/images/logos/build-by-maven-black.png new file mode 100644 index 0000000000000000000000000000000000000000..919fd0f66a7f713920dd7422035db1c9d484351d GIT binary patch literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/images/logos/build-by-maven-white.png b/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/images/logos/maven-feather.png b/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr literal 0 HcmV?d00001 diff --git a/images/newwindow.png b/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 From f5c43d6d62af5aa4ce0f83727427036551d16516 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 6 May 2013 05:20:41 -0700 Subject: [PATCH 02/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 66 -- apidocs/allclasses-noframe.html | 66 -- .../nkzawa/emitter/Emitter.Listener.html | 210 ----- .../com/github/nkzawa/emitter/Emitter.html | 444 --------- .../emitter/class-use/Emitter.Listener.html | 216 ----- .../nkzawa/emitter/class-use/Emitter.html | 331 ------- .../github/nkzawa/emitter/package-frame.html | 44 - .../nkzawa/emitter/package-summary.html | 172 ---- .../github/nkzawa/emitter/package-tree.html | 159 ---- .../github/nkzawa/emitter/package-use.html | 215 ----- .../engineio/client/EngineIOException.html | 285 ------ .../engineio/client/Socket.Options.html | 332 ------- .../engineio/client/Socket.Sockets.html | 335 ------- .../github/nkzawa/engineio/client/Socket.html | 847 ----------------- .../engineio/client/Transport.Options.html | 393 -------- .../nkzawa/engineio/client/Transport.html | 863 ------------------ .../github/nkzawa/engineio/client/Util.html | 277 ------ .../client/class-use/EngineIOException.html | 145 --- .../client/class-use/Socket.Options.html | 193 ---- .../client/class-use/Socket.Sockets.html | 181 ---- .../engineio/client/class-use/Socket.html | 181 ---- .../client/class-use/Transport.Options.html | 234 ----- .../engineio/client/class-use/Transport.html | 243 ----- .../engineio/client/class-use/Util.html | 145 --- .../nkzawa/engineio/client/package-frame.html | 54 -- .../engineio/client/package-summary.html | 192 ---- .../nkzawa/engineio/client/package-tree.html | 172 ---- .../nkzawa/engineio/client/package-use.html | 220 ----- .../engineio/client/transports/Polling.html | 533 ----------- .../PollingXHR.Request.Options.html | 300 ------ .../client/transports/PollingXHR.Request.html | 384 -------- .../client/transports/PollingXHR.html | 412 --------- .../engineio/client/transports/WebSocket.html | 416 --------- .../client/transports/class-use/Polling.html | 181 ---- .../class-use/PollingXHR.Request.Options.html | 195 ---- .../class-use/PollingXHR.Request.html | 189 ---- .../transports/class-use/PollingXHR.html | 145 --- .../transports/class-use/WebSocket.html | 145 --- .../client/transports/package-frame.html | 41 - .../client/transports/package-summary.html | 174 ---- .../client/transports/package-tree.html | 160 ---- .../client/transports/package-use.html | 183 ---- .../nkzawa/engineio/parser/HandshakeData.html | 315 ------- .../github/nkzawa/engineio/parser/Packet.html | 439 --------- .../parser/Parser.DecodePayloadCallback.html | 214 ----- .../github/nkzawa/engineio/parser/Parser.html | 332 ------- .../parser/class-use/HandshakeData.html | 145 --- .../engineio/parser/class-use/Packet.html | 297 ------ .../Parser.DecodePayloadCallback.html | 182 ---- .../engineio/parser/class-use/Parser.html | 145 --- .../nkzawa/engineio/parser/package-frame.html | 48 - .../engineio/parser/package-summary.html | 180 ---- .../nkzawa/engineio/parser/package-tree.html | 159 ---- .../nkzawa/engineio/parser/package-use.html | 215 ----- apidocs/constant-values.html | 493 ---------- apidocs/deprecated-list.html | 147 --- apidocs/help-doc.html | 224 ----- apidocs/index-all.html | 674 -------------- apidocs/index.html | 40 - apidocs/overview-frame.html | 49 - apidocs/overview-summary.html | 169 ---- apidocs/overview-tree.html | 180 ---- apidocs/package-list | 4 - apidocs/resources/inherit.gif | Bin 57 -> 0 bytes apidocs/serialized-form.html | 191 ---- apidocs/stylesheet.css | 29 - 66 files changed, 15544 deletions(-) delete mode 100644 apidocs/allclasses-frame.html delete mode 100644 apidocs/allclasses-noframe.html delete mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.Listener.html delete mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.html delete mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html delete mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/EngineIOException.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Util.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Util.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/Polling.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Packet.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-use.html delete mode 100644 apidocs/constant-values.html delete mode 100644 apidocs/deprecated-list.html delete mode 100644 apidocs/help-doc.html delete mode 100644 apidocs/index-all.html delete mode 100644 apidocs/index.html delete mode 100644 apidocs/overview-frame.html delete mode 100644 apidocs/overview-summary.html delete mode 100644 apidocs/overview-tree.html delete mode 100644 apidocs/package-list delete mode 100644 apidocs/resources/inherit.gif delete mode 100644 apidocs/serialized-form.html delete mode 100644 apidocs/stylesheet.css diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html deleted file mode 100644 index f7d9f029..00000000 --- a/apidocs/allclasses-frame.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - -All Classes (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -All Classes -
- - - - - -
Emitter -
-Emitter.Listener -
-EngineIOException -
-HandshakeData -
-Packet -
-Parser -
-Parser.DecodePayloadCallback -
-Polling -
-PollingXHR -
-PollingXHR.Request -
-PollingXHR.Request.Options -
-Socket -
-Socket.Options -
-Socket.Sockets -
-Transport -
-Transport.Options -
-Util -
-WebSocket -
-
- - - diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html deleted file mode 100644 index 2664461b..00000000 --- a/apidocs/allclasses-noframe.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - -All Classes (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -All Classes -
- - - - - -
Emitter -
-Emitter.Listener -
-EngineIOException -
-HandshakeData -
-Packet -
-Parser -
-Parser.DecodePayloadCallback -
-Polling -
-PollingXHR -
-PollingXHR.Request -
-PollingXHR.Request.Options -
-Socket -
-Socket.Options -
-Socket.Sockets -
-Transport -
-Transport.Options -
-Util -
-WebSocket -
-
- - - diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html deleted file mode 100644 index 4efcd13a..00000000 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - -Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.emitter -
-Interface Emitter.Listener

-
-
Enclosing class:
Emitter
-
-
-
-
public static interface Emitter.Listener
- - -

-


- -

- - - - - - - - - - - - -
-Method Summary
- voidcall(Object... args) - -
-           
-  -

- - - - - - - - -
-Method Detail
- -

-call

-
-void call(Object... args)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html deleted file mode 100644 index bec56c7a..00000000 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - - - -Emitter (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.emitter -
-Class Emitter

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-
-
-
Direct Known Subclasses:
PollingXHR.Request, Socket, Transport
-
-
-
-
public class Emitter
extends Object
- - -

-The event emitter which is ported from the JavaScript module. -

- -

-

-
See Also:
https://github.com/component/emitter
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static interfaceEmitter.Listener - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Emitter() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- Emitteremit(String event, - Object... args) - -
-          Executes each of listeners with the given args.
- booleanhasListeners(String event) - -
-          Check if this emitter has listeners for the specified event.
- List<Emitter.Listener>listeners(String event) - -
-          Returns a list of listeners for the specified event.
- Emitteroff() - -
-          Removes all registered listeners.
- Emitteroff(String event) - -
-          Removes all listeners of the specified event.
- Emitteroff(String event, - Emitter.Listener fn) - -
-          Removes the listener.
- Emitteron(String event, - Emitter.Listener fn) - -
-          Listens on the event.
- Emitteronce(String event, - Emitter.Listener fn) - -
-          Adds a one time listener for the event.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Emitter

-
-public Emitter()
-
-
- - - - - - - - -
-Method Detail
- -

-on

-
-public Emitter on(String event,
-                  Emitter.Listener fn)
-
-
Listens on the event. -

-

-
Parameters:
event - event name.
fn - -
Returns:
a reference to to this object.
-
-
-
- -

-once

-
-public Emitter once(String event,
-                    Emitter.Listener fn)
-
-
Adds a one time listener for the event. -

-

-
Parameters:
event -
fn - -
Returns:
a reference to to this object.
-
-
-
- -

-off

-
-public Emitter off()
-
-
Removes all registered listeners. -

-

- -
Returns:
a reference to to this object.
-
-
-
- -

-off

-
-public Emitter off(String event)
-
-
Removes all listeners of the specified event. -

-

-
Parameters:
event - -
Returns:
a reference to to this object.
-
-
-
- -

-off

-
-public Emitter off(String event,
-                   Emitter.Listener fn)
-
-
Removes the listener. -

-

-
Parameters:
event -
fn - -
Returns:
a reference to to this object.
-
-
-
- -

-emit

-
-public Emitter emit(String event,
-                    Object... args)
-
-
Executes each of listeners with the given args. -

-

-
Parameters:
event -
args - -
Returns:
a reference to to this object.
-
-
-
- -

-listeners

-
-public List<Emitter.Listener> listeners(String event)
-
-
Returns a list of listeners for the specified event. -

-

-
Parameters:
event - -
Returns:
a reference to to this object.
-
-
-
- -

-hasListeners

-
-public boolean hasListeners(String event)
-
-
Check if this emitter has listeners for the specified event. -

-

-
Parameters:
event - -
Returns:
a reference to to this object.
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html deleted file mode 100644 index c2e4f902..00000000 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Interface
com.github.nkzawa.emitter.Emitter.Listener

-
- - - - - - - - - -
-Packages that use Emitter.Listener
com.github.nkzawa.emitter  
-  -

- - - - - -
-Uses of Emitter.Listener in com.github.nkzawa.emitter
-  -

- - - - - - - - - -
Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
- List<Emitter.Listener>Emitter.listeners(String event) - -
-          Returns a list of listeners for the specified event.
-  -

- - - - - - - - - - - - - - - - - -
Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
- EmitterEmitter.off(String event, - Emitter.Listener fn) - -
-          Removes the listener.
- EmitterEmitter.on(String event, - Emitter.Listener fn) - -
-          Listens on the event.
- EmitterEmitter.once(String event, - Emitter.Listener fn) - -
-          Adds a one time listener for the event.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html deleted file mode 100644 index 58cd8c4d..00000000 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.emitter.Emitter

-
- - - - - - - - - - - - - - - - - -
-Packages that use Emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of Emitter in com.github.nkzawa.emitter
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.github.nkzawa.emitter that return Emitter
- EmitterEmitter.emit(String event, - Object... args) - -
-          Executes each of listeners with the given args.
- EmitterEmitter.off() - -
-          Removes all registered listeners.
- EmitterEmitter.off(String event) - -
-          Removes all listeners of the specified event.
- EmitterEmitter.off(String event, - Emitter.Listener fn) - -
-          Removes the listener.
- EmitterEmitter.on(String event, - Emitter.Listener fn) - -
-          Listens on the event.
- EmitterEmitter.once(String event, - Emitter.Listener fn) - -
-          Adds a one time listener for the event.
-  -

- - - - - -
-Uses of Emitter in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - - - - - -
Subclasses of Emitter in com.github.nkzawa.engineio.client
- classSocket - -
-          The socket class for Event.IO Client.
- classTransport - -
-           
-  -

- - - - - - - - - -
Fields in com.github.nkzawa.engineio.client declared as Emitter
- EmitterSocket.Sockets.evs - -
-           
-  -

- - - - - -
-Uses of Emitter in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - - - - - - - - - - - - - -
Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
- classPolling - -
-           
- classPollingXHR - -
-           
-static classPollingXHR.Request - -
-           
- classWebSocket - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html deleted file mode 100644 index 66583ba4..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.emitter - - - - -
-Interfaces  - -
-Emitter.Listener
- - - - - - -
-Classes  - -
-Emitter
- - - - diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html deleted file mode 100644 index be070d1d..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.github.nkzawa.emitter -

- - - - - - - - - -
-Interface Summary
Emitter.Listener 
-  - -

- - - - - - - - - -
-Class Summary
EmitterThe event emitter which is ported from the JavaScript module.
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html deleted file mode 100644 index e992df58..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.github.nkzawa.emitter -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html deleted file mode 100644 index 2843862d..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.github.nkzawa.emitter

-
- - - - - - - - - - - - - - - - - -
-Packages that use com.github.nkzawa.emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - - - - - - - -
-Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
Emitter - -
-          The event emitter which is ported from the JavaScript module.
Emitter.Listener - -
-           
-  -

- - - - - - - - -
-Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
Emitter - -
-          The event emitter which is ported from the JavaScript module.
-  -

- - - - - - - - -
-Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
Emitter - -
-          The event emitter which is ported from the JavaScript module.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html deleted file mode 100644 index ccbba089..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - -EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class EngineIOException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by com.github.nkzawa.engineio.client.EngineIOException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class EngineIOException
extends Exception
- - -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
EngineIOException() - -
-           
EngineIOException(String message) - -
-           
EngineIOException(String message, - Throwable cause) - -
-           
EngineIOException(Throwable cause) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-EngineIOException

-
-public EngineIOException()
-
-
-
- -

-EngineIOException

-
-public EngineIOException(String message)
-
-
-
- -

-EngineIOException

-
-public EngineIOException(String message,
-                         Throwable cause)
-
-
-
- -

-EngineIOException

-
-public EngineIOException(Throwable cause)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html deleted file mode 100644 index 09b06dbd..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - -Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Socket.Options

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.client.Transport.Options
-      extended by com.github.nkzawa.engineio.client.Socket.Options
-
-
-
Enclosing class:
Socket
-
-
-
-
public static class Socket.Options
extends Transport.Options
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- Stringhost - -
-           
- Stringquery - -
-           
- String[]transports - -
-          List of transport names.
- booleanupgrade - -
-          Whether to upgrade the transport.
- - - - - - - -
Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
hostname, path, policyPort, port, secure, timestampParam, timestampRequests
-  - - - - - - - - - - -
-Constructor Summary
Socket.Options() - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-transports

-
-public String[] transports
-
-
List of transport names. -

-

-
-
-
- -

-upgrade

-
-public boolean upgrade
-
-
Whether to upgrade the transport. Defaults to `true`. -

-

-
-
-
- -

-host

-
-public String host
-
-
-
-
-
- -

-query

-
-public String query
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Socket.Options

-
-public Socket.Options()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html deleted file mode 100644 index 3d5e69ec..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - -Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Socket.Sockets

-
-java.lang.Object
-  extended by java.util.AbstractCollection<E>
-      extended by java.util.AbstractList<E>
-          extended by java.util.ArrayList<Socket>
-              extended by com.github.nkzawa.engineio.client.Socket.Sockets
-
-
-
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Socket>, Collection<Socket>, List<Socket>, RandomAccess
-
-
-
Enclosing class:
Socket
-
-
-
-
public static class Socket.Sockets
extends ArrayList<Socket>
- - -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - -
-Field Summary
-static StringEVENT_ADD - -
-           
- Emitterevs - -
-           
- - - - - - - -
Fields inherited from class java.util.AbstractList
modCount
-  - - - - - - - - - - -
-Constructor Summary
Socket.Sockets() - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
- - - - - - - -
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
- - - - - - - -
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
- - - - - - - -
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
-  -

- - - - - - - - -
-Field Detail
- -

-EVENT_ADD

-
-public static final String EVENT_ADD
-
-
-
See Also:
Constant Field Values
-
-
- -

-evs

-
-public Emitter evs
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Socket.Sockets

-
-public Socket.Sockets()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html deleted file mode 100644 index b05cb9b4..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ /dev/null @@ -1,847 +0,0 @@ - - - - - - - -Socket (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Socket

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.Socket
-
-
-
-
public abstract class Socket
extends Emitter
- - -

-The socket class for Event.IO Client. -

- -

-

-
See Also:
https://github.com/LearnBoost/engine.io-client
-
- -

- - - - - - - - - - - - - - - -
-Nested Class Summary
-static classSocket.Options - -
-           
-static classSocket.Sockets - -
-           
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringEVENT_CLOSE - -
-          Called on disconnection.
-static StringEVENT_DATA - -
-           
-static StringEVENT_DRAIN - -
-          Called after `drain` event of transport if writeBuffer is empty.
-static StringEVENT_ERROR - -
-          Called when an error occurs.
-static StringEVENT_FLUSH - -
-          Called on completing a buffer flush.
-static StringEVENT_HANDSHAKE - -
-           
-static StringEVENT_HEARTBEAT - -
-           
-static StringEVENT_MESSAGE - -
-          Called when data is received from the server.
-static StringEVENT_OPEN - -
-          Called on successful connection.
-static StringEVENT_PACKET - -
-           
-static StringEVENT_PACKET_CREATE - -
-           
-static StringEVENT_UPGRADE - -
-           
-static StringEVENT_UPGRADING - -
-           
-static intprotocol - -
-          The protocol version.
-static Socket.Socketssockets - -
-          List of Socket instances.
-  - - - - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
Socket(Socket.Options opts) - -
-           
Socket(String uri) - -
-          Creates a socket.
Socket(String uri, - Socket.Options opts) - -
-          Creates a socket with options.
Socket(URI uri) - -
-           
Socket(URI uri, - Socket.Options opts) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- Socketclose() - -
-          Disconnects the client.
-abstract  voidonclose() - -
-           
-abstract  voidonmessage(String data) - -
-           
-abstract  voidonopen() - -
-           
- voidopen() - -
-          Connects the client.
- voidsend(String msg) - -
-          Sends a message.
- voidsend(String msg, - Runnable fn) - -
-          Sends a message.
- voidwrite(String msg) - -
-           
- voidwrite(String msg, - Runnable fn) - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-EVENT_OPEN

-
-public static final String EVENT_OPEN
-
-
Called on successful connection. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_CLOSE

-
-public static final String EVENT_CLOSE
-
-
Called on disconnection. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_MESSAGE

-
-public static final String EVENT_MESSAGE
-
-
Called when data is received from the server. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_ERROR

-
-public static final String EVENT_ERROR
-
-
Called when an error occurs. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_FLUSH

-
-public static final String EVENT_FLUSH
-
-
Called on completing a buffer flush. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_DRAIN

-
-public static final String EVENT_DRAIN
-
-
Called after `drain` event of transport if writeBuffer is empty. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_HANDSHAKE

-
-public static final String EVENT_HANDSHAKE
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_UPGRADING

-
-public static final String EVENT_UPGRADING
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_UPGRADE

-
-public static final String EVENT_UPGRADE
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_PACKET

-
-public static final String EVENT_PACKET
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_PACKET_CREATE

-
-public static final String EVENT_PACKET_CREATE
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_HEARTBEAT

-
-public static final String EVENT_HEARTBEAT
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_DATA

-
-public static final String EVENT_DATA
-
-
-
See Also:
Constant Field Values
-
-
- -

-sockets

-
-public static final Socket.Sockets sockets
-
-
List of Socket instances. -

-

-
-
-
- -

-protocol

-
-public static final int protocol
-
-
The protocol version. -

-

-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-Socket

-
-public Socket(String uri)
-       throws URISyntaxException
-
-
Creates a socket. -

-

-
Parameters:
uri - URI to connect. -
Throws: -
URISyntaxException
-
-
- -

-Socket

-
-public Socket(URI uri)
-
-
-
- -

-Socket

-
-public Socket(String uri,
-              Socket.Options opts)
-       throws URISyntaxException
-
-
Creates a socket with options. -

-

-
Parameters:
uri - URI to connect.
opts - options for socket -
Throws: -
URISyntaxException
-
-
- -

-Socket

-
-public Socket(URI uri,
-              Socket.Options opts)
-
-
-
- -

-Socket

-
-public Socket(Socket.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-open

-
-public void open()
-
-
Connects the client. -

-

-
-
-
-
- -

-write

-
-public void write(String msg)
-
-
-
-
-
-
- -

-write

-
-public void write(String msg,
-                  Runnable fn)
-
-
-
-
-
-
- -

-send

-
-public void send(String msg)
-
-
Sends a message. -

-

-
Parameters:
msg -
-
-
-
- -

-send

-
-public void send(String msg,
-                 Runnable fn)
-
-
Sends a message. -

-

-
Parameters:
msg -
fn - callback to be called on drain
-
-
-
- -

-close

-
-public Socket close()
-
-
Disconnects the client. -

-

- -
Returns:
a reference to to this object.
-
-
-
- -

-onopen

-
-public abstract void onopen()
-
-
-
-
-
-
- -

-onmessage

-
-public abstract void onmessage(String data)
-
-
-
-
-
-
- -

-onclose

-
-public abstract void onclose()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html deleted file mode 100644 index 3a229985..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - -Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Transport.Options

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.client.Transport.Options
-
-
-
Direct Known Subclasses:
Socket.Options
-
-
-
Enclosing class:
Transport
-
-
-
-
public static class Transport.Options
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- Stringhostname - -
-           
- Stringpath - -
-           
- intpolicyPort - -
-           
- intport - -
-           
- Map<String,String>query - -
-           
- booleansecure - -
-           
- StringtimestampParam - -
-           
- booleantimestampRequests - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Transport.Options() - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-hostname

-
-public String hostname
-
-
-
-
-
- -

-path

-
-public String path
-
-
-
-
-
- -

-timestampParam

-
-public String timestampParam
-
-
-
-
-
- -

-secure

-
-public boolean secure
-
-
-
-
-
- -

-timestampRequests

-
-public boolean timestampRequests
-
-
-
-
-
- -

-port

-
-public int port
-
-
-
-
-
- -

-policyPort

-
-public int policyPort
-
-
-
-
-
- -

-query

-
-public Map<String,String> query
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Transport.Options

-
-public Transport.Options()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html deleted file mode 100644 index 1107d863..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ /dev/null @@ -1,863 +0,0 @@ - - - - - - - -Transport (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Transport

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.Transport
-
-
-
Direct Known Subclasses:
Polling, WebSocket
-
-
-
-
public abstract class Transport
extends Emitter
- - -

-


- -

- - - - - - - - - - - -
-Nested Class Summary
-static classTransport.Options - -
-           
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-protected static intCLOSED - -
-           
-static StringEVENT_CLOSE - -
-           
-static StringEVENT_DRAIN - -
-           
-static StringEVENT_ERROR - -
-           
-static StringEVENT_OPEN - -
-           
-static StringEVENT_PACKET - -
-           
-protected  Stringhostname - -
-           
- Stringname - -
-           
-protected static intOPEN - -
-           
-protected static intOPENING - -
-           
-protected  Stringpath - -
-           
-protected static intPAUSED - -
-           
-protected  intport - -
-           
- Map<String,String>query - -
-           
-protected  intreadyState - -
-           
-protected  booleansecure - -
-           
-protected static Map<Integer,String>STATE_MAP - -
-           
-protected  StringtimestampParam - -
-           
-protected  booleantimestampRequests - -
-           
- booleanwritable - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Transport(Transport.Options opts) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- Transportclose() - -
-           
-protected abstract  voiddoClose() - -
-           
-protected abstract  voiddoOpen() - -
-           
-protected  voidonClose() - -
-           
-protected  voidonData(String data) - -
-           
-protected  TransportonError(String msg, - Exception desc) - -
-           
-protected  voidonOpen() - -
-           
-protected  voidonPacket(Packet packet) - -
-           
- Transportopen() - -
-           
- voidsend(Packet[] packets) - -
-           
-protected abstract  voidwrite(Packet[] packets) - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-OPENING

-
-protected static final int OPENING
-
-
-
See Also:
Constant Field Values
-
-
- -

-OPEN

-
-protected static final int OPEN
-
-
-
See Also:
Constant Field Values
-
-
- -

-CLOSED

-
-protected static final int CLOSED
-
-
-
See Also:
Constant Field Values
-
-
- -

-PAUSED

-
-protected static final int PAUSED
-
-
-
See Also:
Constant Field Values
-
-
- -

-STATE_MAP

-
-protected static final Map<Integer,String> STATE_MAP
-
-
-
-
-
- -

-EVENT_OPEN

-
-public static final String EVENT_OPEN
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_CLOSE

-
-public static final String EVENT_CLOSE
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_PACKET

-
-public static final String EVENT_PACKET
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_DRAIN

-
-public static final String EVENT_DRAIN
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_ERROR

-
-public static final String EVENT_ERROR
-
-
-
See Also:
Constant Field Values
-
-
- -

-writable

-
-public boolean writable
-
-
-
-
-
- -

-name

-
-public String name
-
-
-
-
-
- -

-query

-
-public Map<String,String> query
-
-
-
-
-
- -

-secure

-
-protected boolean secure
-
-
-
-
-
- -

-timestampRequests

-
-protected boolean timestampRequests
-
-
-
-
-
- -

-port

-
-protected int port
-
-
-
-
-
- -

-readyState

-
-protected int readyState
-
-
-
-
-
- -

-path

-
-protected String path
-
-
-
-
-
- -

-hostname

-
-protected String hostname
-
-
-
-
-
- -

-timestampParam

-
-protected String timestampParam
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Transport

-
-public Transport(Transport.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-onError

-
-protected Transport onError(String msg,
-                            Exception desc)
-
-
-
-
-
-
- -

-open

-
-public Transport open()
-
-
-
-
-
-
- -

-close

-
-public Transport close()
-
-
-
-
-
-
- -

-send

-
-public void send(Packet[] packets)
-
-
-
-
-
-
- -

-onOpen

-
-protected void onOpen()
-
-
-
-
-
-
- -

-onData

-
-protected void onData(String data)
-
-
-
-
-
-
- -

-onPacket

-
-protected void onPacket(Packet packet)
-
-
-
-
-
-
- -

-onClose

-
-protected void onClose()
-
-
-
-
-
-
- -

-write

-
-protected abstract void write(Packet[] packets)
-
-
-
-
-
-
- -

-doOpen

-
-protected abstract void doOpen()
-
-
-
-
-
-
- -

-doClose

-
-protected abstract void doClose()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html deleted file mode 100644 index caa6a4f0..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - -Util (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client -
-Class Util

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.client.Util
-
-
-
-
public class Util
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static StringdecodeURIComponent(String str) - -
-           
-static StringencodeURIComponent(String str) - -
-           
-static Stringqs(Map<String,String> obj) - -
-           
-static Map<String,String>qsParse(String qs) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Method Detail
- -

-qs

-
-public static String qs(Map<String,String> obj)
-
-
-
-
-
-
- -

-qsParse

-
-public static Map<String,String> qsParse(String qs)
-
-
-
-
-
-
- -

-encodeURIComponent

-
-public static String encodeURIComponent(String str)
-
-
-
-
-
-
- -

-decodeURIComponent

-
-public static String decodeURIComponent(String str)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html deleted file mode 100644 index 883d1507..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.EngineIOException

-
-No usage of com.github.nkzawa.engineio.client.EngineIOException -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html deleted file mode 100644 index 1421257a..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Socket.Options

-
- - - - - - - - - -
-Packages that use Socket.Options
com.github.nkzawa.engineio.client  
-  -

- - - - - -
-Uses of Socket.Options in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - - - - - - -
Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
Socket(Socket.Options opts) - -
-           
Socket(String uri, - Socket.Options opts) - -
-          Creates a socket with options.
Socket(URI uri, - Socket.Options opts) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html deleted file mode 100644 index 16e7f78c..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Socket.Sockets

-
- - - - - - - - - -
-Packages that use Socket.Sockets
com.github.nkzawa.engineio.client  
-  -

- - - - - -
-Uses of Socket.Sockets in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - -
Fields in com.github.nkzawa.engineio.client declared as Socket.Sockets
-static Socket.SocketsSocket.sockets - -
-          List of Socket instances.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html deleted file mode 100644 index c055c93b..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Socket

-
- - - - - - - - - -
-Packages that use Socket
com.github.nkzawa.engineio.client  
-  -

- - - - - -
-Uses of Socket in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - -
Methods in com.github.nkzawa.engineio.client that return Socket
- SocketSocket.close() - -
-          Disconnects the client.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html deleted file mode 100644 index 5423d1b1..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Transport.Options

-
- - - - - - - - - - - - - -
-Packages that use Transport.Options
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of Transport.Options in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - -
Subclasses of Transport.Options in com.github.nkzawa.engineio.client
-static classSocket.Options - -
-           
-  -

- - - - - - - - -
Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
Transport(Transport.Options opts) - -
-           
-  -

- - - - - -
-Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - - - - - - -
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
Polling(Transport.Options opts) - -
-           
PollingXHR(Transport.Options opts) - -
-           
WebSocket(Transport.Options opts) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html deleted file mode 100644 index 4e8d55aa..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Transport

-
- - - - - - - - - - - - - -
-Packages that use Transport
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of Transport in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - - - - - - - - - -
Methods in com.github.nkzawa.engineio.client that return Transport
- TransportTransport.close() - -
-           
-protected  TransportTransport.onError(String msg, - Exception desc) - -
-           
- TransportTransport.open() - -
-           
-  -

- - - - - -
-Uses of Transport in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - - - - - - - - - -
Subclasses of Transport in com.github.nkzawa.engineio.client.transports
- classPolling - -
-           
- classPollingXHR - -
-           
- classWebSocket - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html deleted file mode 100644 index eaa281b8..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.Util

-
-No usage of com.github.nkzawa.engineio.client.Util -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html deleted file mode 100644 index b8f3968e..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client - - - - -
-Classes  - -
-Socket -
-Socket.Options -
-Socket.Sockets -
-Transport -
-Transport.Options -
-Util
- - - - - - -
-Exceptions  - -
-EngineIOException
- - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html deleted file mode 100644 index 7d239c50..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.github.nkzawa.engineio.client -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
SocketThe socket class for Event.IO Client.
Socket.Options 
Socket.Sockets 
Transport 
Transport.Options 
Util 
-  - -

- - - - - - - - - -
-Exception Summary
EngineIOException 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html deleted file mode 100644 index 6b99b608..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.github.nkzawa.engineio.client -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html deleted file mode 100644 index 6b1fe0e1..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.github.nkzawa.engineio.client

-
- - - - - - - - - - - - - -
-Packages that use com.github.nkzawa.engineio.client
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - - - - - - - - - - - - - - - - -
-Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
Socket - -
-          The socket class for Event.IO Client.
Socket.Options - -
-           
Socket.Sockets - -
-           
Transport - -
-           
Transport.Options - -
-           
-  -

- - - - - - - - - - - -
-Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
Transport - -
-           
Transport.Options - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html deleted file mode 100644 index 859ca927..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ /dev/null @@ -1,533 +0,0 @@ - - - - - - - -Polling (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client.transports -
-Class Polling

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.Transport
-          extended by com.github.nkzawa.engineio.client.transports.Polling
-
-
-
Direct Known Subclasses:
PollingXHR
-
-
-
-
public abstract class Polling
extends Transport
- - -

-


- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
-  - - - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringEVENT_POLL - -
-           
-static StringEVENT_POLL_COMPLETE - -
-           
-static StringNAME - -
-           
- - - - - - - -
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
-  - - - - - - - - - - -
-Constructor Summary
Polling(Transport.Options opts) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-protected  voiddoClose() - -
-           
-protected  voiddoOpen() - -
-           
-protected abstract  voiddoPoll() - -
-           
-protected abstract  voiddoWrite(String data, - Runnable fn) - -
-           
-protected  voidonData(String data) - -
-           
- voidpause(Runnable onPause) - -
-           
-protected  Stringuri() - -
-           
-protected  voidwrite(Packet[] packets) - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onClose, onError, onOpen, onPacket, open, send
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-NAME

-
-public static final String NAME
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_POLL

-
-public static final String EVENT_POLL
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_POLL_COMPLETE

-
-public static final String EVENT_POLL_COMPLETE
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-Polling

-
-public Polling(Transport.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-doOpen

-
-protected void doOpen()
-
-
-
Specified by:
doOpen in class Transport
-
-
-
-
-
-
- -

-pause

-
-public void pause(Runnable onPause)
-
-
-
-
-
-
- -

-onData

-
-protected void onData(String data)
-
-
-
Overrides:
onData in class Transport
-
-
-
-
-
-
- -

-doClose

-
-protected void doClose()
-
-
-
Specified by:
doClose in class Transport
-
-
-
-
-
-
- -

-write

-
-protected void write(Packet[] packets)
-
-
-
Specified by:
write in class Transport
-
-
-
-
-
-
- -

-uri

-
-protected String uri()
-
-
-
-
-
-
- -

-doWrite

-
-protected abstract void doWrite(String data,
-                                Runnable fn)
-
-
-
-
-
-
- -

-doPoll

-
-protected abstract void doPoll()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html deleted file mode 100644 index 7bb7cb0f..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - -PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client.transports -
-Class PollingXHR.Request.Options

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
-
-
-
Enclosing class:
PollingXHR.Request
-
-
-
-
public static class PollingXHR.Request.Options
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - -
-Field Summary
- Stringdata - -
-           
- Stringmethod - -
-           
- Stringuri - -
-           
-  - - - - - - - - - - -
-Constructor Summary
PollingXHR.Request.Options() - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-uri

-
-public String uri
-
-
-
-
-
- -

-method

-
-public String method
-
-
-
-
-
- -

-data

-
-public String data
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-PollingXHR.Request.Options

-
-public PollingXHR.Request.Options()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html deleted file mode 100644 index ffbf2a96..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - -PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client.transports -
-Class PollingXHR.Request

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
-
-
-
Enclosing class:
PollingXHR
-
-
-
-
public static class PollingXHR.Request
extends Emitter
- - -

-


- -

- - - - - - - - - - - -
-Nested Class Summary
-static classPollingXHR.Request.Options - -
-           
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringEVENT_DATA - -
-           
-static StringEVENT_ERROR - -
-           
-static StringEVENT_SUCCESS - -
-           
-  - - - - - - - - - - -
-Constructor Summary
PollingXHR.Request(PollingXHR.Request.Options opts) - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidabort() - -
-           
- voidcreate() - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-EVENT_SUCCESS

-
-public static final String EVENT_SUCCESS
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_DATA

-
-public static final String EVENT_DATA
-
-
-
See Also:
Constant Field Values
-
-
- -

-EVENT_ERROR

-
-public static final String EVENT_ERROR
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-PollingXHR.Request

-
-public PollingXHR.Request(PollingXHR.Request.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-create

-
-public void create()
-
-
-
-
-
-
- -

-abort

-
-public void abort()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html deleted file mode 100644 index 996a26fe..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - -PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client.transports -
-Class PollingXHR

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.Transport
-          extended by com.github.nkzawa.engineio.client.transports.Polling
-              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
-
-
-
-
public class PollingXHR
extends Polling
- - -

-


- -

- - - - - - - - - - - -
-Nested Class Summary
-static classPollingXHR.Request - -
-           
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
-  - - - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class com.github.nkzawa.engineio.client.transports.Polling
EVENT_POLL, EVENT_POLL_COMPLETE, NAME
- - - - - - - -
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
-  - - - - - - - - - - -
-Constructor Summary
PollingXHR(Transport.Options opts) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-protected  voiddoPoll() - -
-           
-protected  voiddoWrite(String data, - Runnable fn) - -
-           
-protected  PollingXHR.Requestrequest() - -
-           
-protected  PollingXHR.Requestrequest(PollingXHR.Request.Options opts) - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling
doClose, doOpen, onData, pause, uri, write
- - - - - - - -
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onClose, onError, onOpen, onPacket, open, send
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-PollingXHR

-
-public PollingXHR(Transport.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-request

-
-protected PollingXHR.Request request()
-
-
-
-
-
-
- -

-request

-
-protected PollingXHR.Request request(PollingXHR.Request.Options opts)
-
-
-
-
-
-
- -

-doWrite

-
-protected void doWrite(String data,
-                       Runnable fn)
-
-
-
Specified by:
doWrite in class Polling
-
-
-
-
-
-
- -

-doPoll

-
-protected void doPoll()
-
-
-
Specified by:
doPoll in class Polling
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html deleted file mode 100644 index e34a53f2..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - -WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.client.transports -
-Class WebSocket

-
-java.lang.Object
-  extended by com.github.nkzawa.emitter.Emitter
-      extended by com.github.nkzawa.engineio.client.Transport
-          extended by com.github.nkzawa.engineio.client.transports.WebSocket
-
-
-
-
public class WebSocket
extends Transport
- - -

-


- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options
-  - - - - - - - - -
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
-  - - - - - - - - - - - -
-Field Summary
-static StringNAME - -
-           
- - - - - - - -
Fields inherited from class com.github.nkzawa.engineio.client.Transport
CLOSED, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, OPEN, OPENING, path, PAUSED, port, query, readyState, secure, STATE_MAP, timestampParam, timestampRequests, writable
-  - - - - - - - - - - -
-Constructor Summary
WebSocket(Transport.Options opts) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-protected  voiddoClose() - -
-           
-protected  voiddoOpen() - -
-           
-protected  voidonClose() - -
-           
-protected  voidwrite(Packet[] packets) - -
-           
- - - - - - - -
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, onData, onError, onOpen, onPacket, open, send
- - - - - - - -
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-NAME

-
-public static final String NAME
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-WebSocket

-
-public WebSocket(Transport.Options opts)
-
-
- - - - - - - - -
-Method Detail
- -

-doOpen

-
-protected void doOpen()
-
-
-
Specified by:
doOpen in class Transport
-
-
-
-
-
-
- -

-write

-
-protected void write(Packet[] packets)
-
-
-
Specified by:
write in class Transport
-
-
-
-
-
-
- -

-onClose

-
-protected void onClose()
-
-
-
Overrides:
onClose in class Transport
-
-
-
-
-
-
- -

-doClose

-
-protected void doClose()
-
-
-
Specified by:
doClose in class Transport
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html deleted file mode 100644 index 2d196fab..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.transports.Polling

-
- - - - - - - - - -
-Packages that use Polling
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of Polling in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - -
Subclasses of Polling in com.github.nkzawa.engineio.client.transports
- classPollingXHR - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html deleted file mode 100644 index 8fe7b618..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

-
- - - - - - - - - -
-Packages that use PollingXHR.Request.Options
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - -
Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
-protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
-           
-  -

- - - - - - - - -
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
PollingXHR.Request(PollingXHR.Request.Options opts) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html deleted file mode 100644 index 314d480e..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request

-
- - - - - - - - - -
-Packages that use PollingXHR.Request
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - -
-Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - - - - - -
Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
-protected  PollingXHR.RequestPollingXHR.request() - -
-           
-protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html deleted file mode 100644 index ec5c5d4a..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR

-
-No usage of com.github.nkzawa.engineio.client.transports.PollingXHR -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html deleted file mode 100644 index dfbe5888..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.client.transports.WebSocket

-
-No usage of com.github.nkzawa.engineio.client.transports.WebSocket -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html deleted file mode 100644 index 8236d0fa..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client.transports - - - - -
-Classes  - -
-Polling -
-PollingXHR -
-PollingXHR.Request -
-PollingXHR.Request.Options -
-WebSocket
- - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html deleted file mode 100644 index 12529ebf..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.github.nkzawa.engineio.client.transports -

- - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
Polling 
PollingXHR 
PollingXHR.Request 
PollingXHR.Request.Options 
WebSocket 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html deleted file mode 100644 index 00883a0b..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.github.nkzawa.engineio.client.transports -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html deleted file mode 100644 index ea475279..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.github.nkzawa.engineio.client.transports

-
- - - - - - - - - -
-Packages that use com.github.nkzawa.engineio.client.transports
com.github.nkzawa.engineio.client.transports  
-  -

- - - - - - - - - - - - - - -
-Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
Polling - -
-           
PollingXHR.Request - -
-           
PollingXHR.Request.Options - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html deleted file mode 100644 index dd31c76d..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - -HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.parser -
-Class HandshakeData

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.parser.HandshakeData
-
-
-
-
public class HandshakeData
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- longpingInterval - -
-           
- longpingTimeout - -
-           
- Stringsid - -
-           
- List<String>upgrades - -
-           
-  - - - - - - - - - - -
-Constructor Summary
HandshakeData() - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-sid

-
-public String sid
-
-
-
-
-
- -

-upgrades

-
-public List<String> upgrades
-
-
-
-
-
- -

-pingInterval

-
-public long pingInterval
-
-
-
-
-
- -

-pingTimeout

-
-public long pingTimeout
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-HandshakeData

-
-public HandshakeData()
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html deleted file mode 100644 index 3e133fff..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - -Packet (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.parser -
-Class Packet

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.parser.Packet
-
-
-
-
public class Packet
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static StringCLOSE - -
-           
- Stringdata - -
-           
-static StringERROR - -
-           
-static StringMESSAGE - -
-           
-static StringNOOP - -
-           
-static StringOPEN - -
-           
-static StringPING - -
-           
-static StringPONG - -
-           
- Stringtype - -
-           
-static StringUPGRADE - -
-           
-  - - - - - - - - - - - - - -
-Constructor Summary
Packet(String type) - -
-           
Packet(String type, - String data) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-OPEN

-
-public static final String OPEN
-
-
-
See Also:
Constant Field Values
-
-
- -

-CLOSE

-
-public static final String CLOSE
-
-
-
See Also:
Constant Field Values
-
-
- -

-PING

-
-public static final String PING
-
-
-
See Also:
Constant Field Values
-
-
- -

-PONG

-
-public static final String PONG
-
-
-
See Also:
Constant Field Values
-
-
- -

-UPGRADE

-
-public static final String UPGRADE
-
-
-
See Also:
Constant Field Values
-
-
- -

-MESSAGE

-
-public static final String MESSAGE
-
-
-
See Also:
Constant Field Values
-
-
- -

-NOOP

-
-public static final String NOOP
-
-
-
See Also:
Constant Field Values
-
-
- -

-ERROR

-
-public static final String ERROR
-
-
-
See Also:
Constant Field Values
-
-
- -

-type

-
-public String type
-
-
-
-
-
- -

-data

-
-public String data
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-Packet

-
-public Packet(String type)
-
-
-
- -

-Packet

-
-public Packet(String type,
-              String data)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html deleted file mode 100644 index 46313c63..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - -Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.parser -
-Interface Parser.DecodePayloadCallback

-
-
Enclosing class:
Parser
-
-
-
-
public static interface Parser.DecodePayloadCallback
- - -

-


- -

- - - - - - - - - - - - -
-Method Summary
- booleancall(Packet packet, - int index, - int total) - -
-           
-  -

- - - - - - - - -
-Method Detail
- -

-call

-
-boolean call(Packet packet,
-             int index,
-             int total)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html deleted file mode 100644 index 44410495..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - -Parser (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.github.nkzawa.engineio.parser -
-Class Parser

-
-java.lang.Object
-  extended by com.github.nkzawa.engineio.parser.Parser
-
-
-
-
public class Parser
extends Object
- - -

-


- -

- - - - - - - - - - - -
-Nested Class Summary
-static interfaceParser.DecodePayloadCallback - -
-           
- - - - - - - - - - -
-Field Summary
-static intprotocol - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static PacketdecodePacket(String data) - -
-           
-static voiddecodePayload(String data, - Parser.DecodePayloadCallback callback) - -
-           
-static StringencodePacket(Packet packet) - -
-           
-static StringencodePayload(Packet[] packets) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-protocol

-
-public static final int protocol
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Method Detail
- -

-encodePacket

-
-public static String encodePacket(Packet packet)
-
-
-
-
-
-
- -

-decodePacket

-
-public static Packet decodePacket(String data)
-
-
-
-
-
-
- -

-encodePayload

-
-public static String encodePayload(Packet[] packets)
-
-
-
-
-
-
- -

-decodePayload

-
-public static void decodePayload(String data,
-                                 Parser.DecodePayloadCallback callback)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html deleted file mode 100644 index e17e7e7c..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.parser.HandshakeData

-
-No usage of com.github.nkzawa.engineio.parser.HandshakeData -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html deleted file mode 100644 index 2901f3ba..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.parser.Packet

-
- - - - - - - - - - - - - - - - - -
-Packages that use Packet
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
-  -

- - - - - -
-Uses of Packet in com.github.nkzawa.engineio.client
-  -

- - - - - - - - - - - - - - - - - -
Methods in com.github.nkzawa.engineio.client with parameters of type Packet
-protected  voidTransport.onPacket(Packet packet) - -
-           
- voidTransport.send(Packet[] packets) - -
-           
-protected abstract  voidTransport.write(Packet[] packets) - -
-           
-  -

- - - - - -
-Uses of Packet in com.github.nkzawa.engineio.client.transports
-  -

- - - - - - - - - - - - - -
Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
-protected  voidWebSocket.write(Packet[] packets) - -
-           
-protected  voidPolling.write(Packet[] packets) - -
-           
-  -

- - - - - -
-Uses of Packet in com.github.nkzawa.engineio.parser
-  -

- - - - - - - - - -
Methods in com.github.nkzawa.engineio.parser that return Packet
-static PacketParser.decodePacket(String data) - -
-           
-  -

- - - - - - - - - - - - - - - - - -
Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
- booleanParser.DecodePayloadCallback.call(Packet packet, - int index, - int total) - -
-           
-static StringParser.encodePacket(Packet packet) - -
-           
-static StringParser.encodePayload(Packet[] packets) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html deleted file mode 100644 index 547b0690..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Interface
com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

-
- - - - - - - - - -
-Packages that use Parser.DecodePayloadCallback
com.github.nkzawa.engineio.parser  
-  -

- - - - - -
-Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
-  -

- - - - - - - - - -
Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
-static voidParser.decodePayload(String data, - Parser.DecodePayloadCallback callback) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html deleted file mode 100644 index b2f03629..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.github.nkzawa.engineio.parser.Parser

-
-No usage of com.github.nkzawa.engineio.parser.Parser -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html deleted file mode 100644 index 190637ee..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.parser - - - - -
-Interfaces  - -
-Parser.DecodePayloadCallback
- - - - - - -
-Classes  - -
-HandshakeData -
-Packet -
-Parser
- - - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html deleted file mode 100644 index fde2bd70..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.github.nkzawa.engineio.parser -

- - - - - - - - - -
-Interface Summary
Parser.DecodePayloadCallback 
-  - -

- - - - - - - - - - - - - - - - - -
-Class Summary
HandshakeData 
Packet 
Parser 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html deleted file mode 100644 index 2912e994..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.github.nkzawa.engineio.parser -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html deleted file mode 100644 index a560ee46..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.github.nkzawa.engineio.parser

-
- - - - - - - - - - - - - - - - - -
-Packages that use com.github.nkzawa.engineio.parser
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
-  -

- - - - - - - - -
-Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
Packet - -
-           
-  -

- - - - - - - - -
-Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
Packet - -
-           
-  -

- - - - - - - - - - - -
-Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
Packet - -
-           
Parser.DecodePayloadCallback - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html deleted file mode 100644 index 43da838d..00000000 --- a/apidocs/constant-values.html +++ /dev/null @@ -1,493 +0,0 @@ - - - - - - - -Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Constant Field Values

-
-
-Contents - - - - - - -
-com.github.*
- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
com.github.nkzawa.engineio.client.Socket
-public static final StringEVENT_CLOSE"close"
-public static final StringEVENT_DATA"data"
-public static final StringEVENT_DRAIN"drain"
-public static final StringEVENT_ERROR"error"
-public static final StringEVENT_FLUSH"flush"
-public static final StringEVENT_HANDSHAKE"handshake"
-public static final StringEVENT_HEARTBEAT"heartbeat"
-public static final StringEVENT_MESSAGE"message"
-public static final StringEVENT_OPEN"open"
-public static final StringEVENT_PACKET"packet"
-public static final StringEVENT_PACKET_CREATE"packetCreate"
-public static final StringEVENT_UPGRADE"upgrade"
-public static final StringEVENT_UPGRADING"upgrading"
-public static final intprotocol2
- -

- -

- - - - - - - - - - - - -
com.github.nkzawa.engineio.client.Socket.Sockets
-public static final StringEVENT_ADD"add"
- -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
com.github.nkzawa.engineio.client.Transport
-protected static final intCLOSED2
-public static final StringEVENT_CLOSE"close"
-public static final StringEVENT_DRAIN"drain"
-public static final StringEVENT_ERROR"error"
-public static final StringEVENT_OPEN"open"
-public static final StringEVENT_PACKET"packet"
-protected static final intOPEN1
-protected static final intOPENING0
-protected static final intPAUSED3
- -

- -

- - - - - - - - - - - - - - - - - - - - - - -
com.github.nkzawa.engineio.client.transports.Polling
-public static final StringEVENT_POLL"poll"
-public static final StringEVENT_POLL_COMPLETE"pollComplete"
-public static final StringNAME"polling"
- -

- -

- - - - - - - - - - - - - - - - - - - - - - -
com.github.nkzawa.engineio.client.transports.PollingXHR.Request
-public static final StringEVENT_DATA"data"
-public static final StringEVENT_ERROR"error"
-public static final StringEVENT_SUCCESS"success"
- -

- -

- - - - - - - - - - - - -
com.github.nkzawa.engineio.client.transports.WebSocket
-public static final StringNAME"websocket"
- -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
com.github.nkzawa.engineio.parser.Packet
-public static final StringCLOSE"close"
-public static final StringERROR"error"
-public static final StringMESSAGE"message"
-public static final StringNOOP"noop"
-public static final StringOPEN"open"
-public static final StringPING"ping"
-public static final StringPONG"pong"
-public static final StringUPGRADE"upgrade"
- -

- -

- - - - - - - - - - - - -
com.github.nkzawa.engineio.parser.Parser
-public static final intprotocol2
- -

- -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html deleted file mode 100644 index 72937f4a..00000000 --- a/apidocs/deprecated-list.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - -Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Deprecated API

-
-
-Contents
    -
- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html deleted file mode 100644 index d80d4551..00000000 --- a/apidocs/help-doc.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - -API Help (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-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

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    -
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description -

    -

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary -

    -

  • Field Detail
  • Constructor Detail
  • Method Detail
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
- -

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

    -
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
-
- -

-Enum

-
- -

-Each enum has its own separate page with the following sections:

    -
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    -
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/index-all.html b/apidocs/index-all.html deleted file mode 100644 index 41ad1baf..00000000 --- a/apidocs/index-all.html +++ /dev/null @@ -1,674 +0,0 @@ - - - - - - - -Index (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C D E H L M N O P Q R S T U 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, int, int) - -Method in interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback -
  -
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 -
  -
CLOSED - -Static variable in class com.github.nkzawa.engineio.client.Transport -
  -
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
 
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 -
  -
decodePacket(String) - -Static method in class com.github.nkzawa.engineio.parser.Parser -
  -
decodePayload(String, Parser.DecodePayloadCallback) - -Static method in class com.github.nkzawa.engineio.parser.Parser -
  -
decodeURIComponent(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
  -
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(String, Runnable) - -Method in class com.github.nkzawa.engineio.client.transports.Polling -
  -
doWrite(String, 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
 
encodePacket(Packet) - -Static method in class com.github.nkzawa.engineio.parser.Parser -
  -
encodePayload(Packet[]) - -Static method in class com.github.nkzawa.engineio.parser.Parser -
  -
encodeURIComponent(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
  -
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_ADD - -Static variable in class com.github.nkzawa.engineio.client.Socket.Sockets -
  -
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_SUCCESS - -Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request -
  -
EVENT_UPGRADE - -Static variable in class com.github.nkzawa.engineio.client.Socket -
  -
EVENT_UPGRADING - -Static variable in class com.github.nkzawa.engineio.client.Socket -
  -
evs - -Variable in class com.github.nkzawa.engineio.client.Socket.Sockets -
  -
-
-

-H

-
-
HandshakeData - Class in com.github.nkzawa.engineio.parser
 
HandshakeData() - -Constructor for class com.github.nkzawa.engineio.parser.HandshakeData -
  -
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 -
  -
-
-

-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 -
  -
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.Socket -
  -
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(String) - -Method in class com.github.nkzawa.engineio.client.transports.Polling -
  -
onError(String, Exception) - -Method in class com.github.nkzawa.engineio.client.Transport -
  -
onmessage(String) - -Method in class com.github.nkzawa.engineio.client.Socket -
  -
onopen() - -Method in class com.github.nkzawa.engineio.client.Socket -
  -
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 - -Static variable in class com.github.nkzawa.engineio.client.Transport -
  -
open() - -Method in class com.github.nkzawa.engineio.client.Transport -
  -
OPEN - -Static variable in class com.github.nkzawa.engineio.parser.Packet -
  -
OPENING - -Static variable in class com.github.nkzawa.engineio.client.Transport -
  -
-
-

-P

-
-
Packet - Class in com.github.nkzawa.engineio.parser
 
Packet(String) - -Constructor for class com.github.nkzawa.engineio.parser.Packet -
  -
Packet(String, String) - -Constructor for class com.github.nkzawa.engineio.parser.Packet -
  -
Parser - Class in com.github.nkzawa.engineio.parser
 
Parser.DecodePayloadCallback - 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 -
  -
PAUSED - -Static variable in class com.github.nkzawa.engineio.client.Transport -
  -
PING - -Static variable in class com.github.nkzawa.engineio.parser.Packet -
  -
pingInterval - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData -
  -
pingTimeout - -Variable in class com.github.nkzawa.engineio.parser.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 -
  -
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

-
-
qs(Map<String, String>) - -Static method in class com.github.nkzawa.engineio.client.Util -
  -
qsParse(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
  -
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 -
  -
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(String, Runnable) - -Method in class com.github.nkzawa.engineio.client.Socket -
Sends a message. -
send(Packet[]) - -Method in class com.github.nkzawa.engineio.client.Transport -
  -
sid - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData -
  -
Socket - Class in com.github.nkzawa.engineio.client
The socket class for Event.IO Client.
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.Options - Class in com.github.nkzawa.engineio.client
 
Socket.Options() - -Constructor for class com.github.nkzawa.engineio.client.Socket.Options -
  -
Socket.Sockets - Class in com.github.nkzawa.engineio.client
 
Socket.Sockets() - -Constructor for class com.github.nkzawa.engineio.client.Socket.Sockets -
  -
sockets - -Static variable in class com.github.nkzawa.engineio.client.Socket -
List of Socket instances. -
STATE_MAP - -Static variable in class com.github.nkzawa.engineio.client.Transport -
  -
-
-

-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 -
  -
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 -
  -
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.parser.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 -
  -
Util - Class in com.github.nkzawa.engineio.client
 
-
-

-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(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 H L M N O P Q R S T U W - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/index.html b/apidocs/index.html deleted file mode 100644 index a0524f23..00000000 --- a/apidocs/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - -engine.io-client 0.1.0-SNAPSHOT API - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html deleted file mode 100644 index bc1f40af..00000000 --- a/apidocs/overview-frame.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - -Overview List (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
- - - - - -
All Classes -

- -Packages -
-com.github.nkzawa.emitter -
-com.github.nkzawa.engineio.client -
-com.github.nkzawa.engineio.client.transports -
-com.github.nkzawa.engineio.parser -
-

- -

-  - - diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html deleted file mode 100644 index 9ee95686..00000000 --- a/apidocs/overview-summary.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - -Overview (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -


- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-engine.io-client 0.1.0-SNAPSHOT API -

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages
com.github.nkzawa.emitter 
com.github.nkzawa.engineio.client 
com.github.nkzawa.engineio.client.transports 
com.github.nkzawa.engineio.parser 
- -


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html deleted file mode 100644 index fb7d5acf..00000000 --- a/apidocs/overview-tree.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - -Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/package-list b/apidocs/package-list deleted file mode 100644 index 06daed7f..00000000 --- a/apidocs/package-list +++ /dev/null @@ -1,4 +0,0 @@ -com.github.nkzawa.emitter -com.github.nkzawa.engineio.client -com.github.nkzawa.engineio.client.transports -com.github.nkzawa.engineio.parser diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif deleted file mode 100644 index c814867a13deb0ca7ea2156c6ca1d5a03372af7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html deleted file mode 100644 index df6f5a39..00000000 --- a/apidocs/serialized-form.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - -Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Serialized Form

-
-
- - - - - -
-Package com.github.nkzawa.engineio.client
- -

- - - - - -
-Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
- -

- -

- - - - - -
-Class com.github.nkzawa.engineio.client.Socket.Sockets extends ArrayList<Socket> implements Serializable
- -

- - - - - -
-Serialized Fields
- -

-evs

-
-Emitter evs
-
-
-
-
- -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css deleted file mode 100644 index 6ea9e516..00000000 --- a/apidocs/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - From 821277ca7a54384a1d0d127a93d6525c0250a91f Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 6 May 2013 05:22:06 -0700 Subject: [PATCH 03/41] Creating site for 0.1.0-SNAPSHOT From a60f13c86bf89f134e82eda916daea28a17fca30 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 6 May 2013 05:24:10 -0700 Subject: [PATCH 04/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 68 ++ apidocs/allclasses-noframe.html | 68 ++ .../nkzawa/emitter/Emitter.Listener.html | 210 +++++ .../com/github/nkzawa/emitter/Emitter.html | 444 +++++++++ .../emitter/class-use/Emitter.Listener.html | 216 +++++ .../nkzawa/emitter/class-use/Emitter.html | 331 +++++++ .../github/nkzawa/emitter/package-frame.html | 44 + .../nkzawa/emitter/package-summary.html | 172 ++++ .../github/nkzawa/emitter/package-tree.html | 159 ++++ .../github/nkzawa/emitter/package-use.html | 215 +++++ .../engineio/client/EngineIOException.html | 285 ++++++ .../engineio/client/Socket.Options.html | 332 +++++++ .../engineio/client/Socket.Sockets.html | 335 +++++++ .../github/nkzawa/engineio/client/Socket.html | 847 ++++++++++++++++++ .../engineio/client/Transport.Options.html | 393 ++++++++ .../engineio/client/Transport.ReadyState.html | 380 ++++++++ .../nkzawa/engineio/client/Transport.html | 819 +++++++++++++++++ .../github/nkzawa/engineio/client/Util.html | 277 ++++++ .../client/class-use/EngineIOException.html | 145 +++ .../client/class-use/Socket.Options.html | 193 ++++ .../client/class-use/Socket.Sockets.html | 181 ++++ .../engineio/client/class-use/Socket.html | 181 ++++ .../client/class-use/Transport.Options.html | 234 +++++ .../class-use/Transport.ReadyState.html | 206 +++++ .../engineio/client/class-use/Transport.html | 243 +++++ .../engineio/client/class-use/Util.html | 145 +++ .../nkzawa/engineio/client/package-frame.html | 65 ++ .../engineio/client/package-summary.html | 206 +++++ .../nkzawa/engineio/client/package-tree.html | 182 ++++ .../nkzawa/engineio/client/package-use.html | 226 +++++ .../engineio/client/transports/Polling.html | 533 +++++++++++ .../PollingXHR.Request.Options.html | 300 +++++++ .../client/transports/PollingXHR.Request.html | 384 ++++++++ .../client/transports/PollingXHR.html | 412 +++++++++ .../engineio/client/transports/WebSocket.html | 416 +++++++++ .../client/transports/class-use/Polling.html | 181 ++++ .../class-use/PollingXHR.Request.Options.html | 195 ++++ .../class-use/PollingXHR.Request.html | 189 ++++ .../transports/class-use/PollingXHR.html | 145 +++ .../transports/class-use/WebSocket.html | 145 +++ .../client/transports/package-frame.html | 41 + .../client/transports/package-summary.html | 174 ++++ .../client/transports/package-tree.html | 160 ++++ .../client/transports/package-use.html | 183 ++++ .../nkzawa/engineio/parser/HandshakeData.html | 315 +++++++ .../github/nkzawa/engineio/parser/Packet.html | 439 +++++++++ .../parser/Parser.DecodePayloadCallback.html | 214 +++++ .../github/nkzawa/engineio/parser/Parser.html | 332 +++++++ .../parser/class-use/HandshakeData.html | 145 +++ .../engineio/parser/class-use/Packet.html | 297 ++++++ .../Parser.DecodePayloadCallback.html | 182 ++++ .../engineio/parser/class-use/Parser.html | 145 +++ .../nkzawa/engineio/parser/package-frame.html | 48 + .../engineio/parser/package-summary.html | 180 ++++ .../nkzawa/engineio/parser/package-tree.html | 159 ++++ .../nkzawa/engineio/parser/package-use.html | 215 +++++ apidocs/constant-values.html | 469 ++++++++++ apidocs/deprecated-list.html | 147 +++ apidocs/help-doc.html | 224 +++++ apidocs/index-all.html | 680 ++++++++++++++ apidocs/index.html | 40 + apidocs/overview-frame.html | 49 + apidocs/overview-summary.html | 169 ++++ apidocs/overview-tree.html | 190 ++++ apidocs/package-list | 4 + apidocs/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/serialized-form.html | 191 ++++ apidocs/stylesheet.css | 29 + 68 files changed, 16123 insertions(+) create mode 100644 apidocs/allclasses-frame.html create mode 100644 apidocs/allclasses-noframe.html create mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.Listener.html create mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.html create mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html create mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-frame.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-summary.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-tree.html create mode 100644 apidocs/com/github/nkzawa/emitter/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/EngineIOException.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/Util.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Util.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/Polling.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-use.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Packet.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-frame.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-summary.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-tree.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-use.html create mode 100644 apidocs/constant-values.html create mode 100644 apidocs/deprecated-list.html create mode 100644 apidocs/help-doc.html create mode 100644 apidocs/index-all.html create mode 100644 apidocs/index.html create mode 100644 apidocs/overview-frame.html create mode 100644 apidocs/overview-summary.html create mode 100644 apidocs/overview-tree.html create mode 100644 apidocs/package-list create mode 100644 apidocs/resources/inherit.gif create mode 100644 apidocs/serialized-form.html create mode 100644 apidocs/stylesheet.css diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 00000000..15bc2701 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,68 @@ + + + + + + + +All Classes (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
Emitter +
+Emitter.Listener +
+EngineIOException +
+HandshakeData +
+Packet +
+Parser +
+Parser.DecodePayloadCallback +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Transport.ReadyState +
+Util +
+WebSocket +
+
+ + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..3ed46191 --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,68 @@ + + + + + + + +All Classes (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
Emitter +
+Emitter.Listener +
+EngineIOException +
+HandshakeData +
+Packet +
+Parser +
+Parser.DecodePayloadCallback +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Transport.ReadyState +
+Util +
+WebSocket +
+
+ + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html new file mode 100644 index 00000000..9b8f136d --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -0,0 +1,210 @@ + + + + + + + +Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.emitter +
+Interface Emitter.Listener

+
+
Enclosing class:
Emitter
+
+
+
+
public static interface Emitter.Listener
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidcall(Object... args) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+call

+
+void call(Object... args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html new file mode 100644 index 00000000..4bc2377d --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -0,0 +1,444 @@ + + + + + + + +Emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.emitter +
+Class Emitter

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+
+
+
Direct Known Subclasses:
PollingXHR.Request, Socket, Transport
+
+
+
+
public class Emitter
extends Object
+ + +

+The event emitter which is ported from the JavaScript module. This class is thread-safe. +

+ +

+

+
See Also:
https://github.com/component/emitter
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceEmitter.Listener + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Emitter() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Emitteremit(String event, + Object... args) + +
+          Executes each of listeners with the given args.
+ booleanhasListeners(String event) + +
+          Check if this emitter has listeners for the specified event.
+ List<Emitter.Listener>listeners(String event) + +
+          Returns a list of listeners for the specified event.
+ Emitteroff() + +
+          Removes all registered listeners.
+ Emitteroff(String event) + +
+          Removes all listeners of the specified event.
+ Emitteroff(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ Emitteron(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ Emitteronce(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Emitter

+
+public Emitter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+on

+
+public Emitter on(String event,
+                  Emitter.Listener fn)
+
+
Listens on the event. +

+

+
Parameters:
event - event name.
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+once

+
+public Emitter once(String event,
+                    Emitter.Listener fn)
+
+
Adds a one time listener for the event. +

+

+
Parameters:
event -
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off()
+
+
Removes all registered listeners. +

+

+ +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off(String event)
+
+
Removes all listeners of the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+
+ +

+off

+
+public Emitter off(String event,
+                   Emitter.Listener fn)
+
+
Removes the listener. +

+

+
Parameters:
event -
fn - +
Returns:
a reference to to this object.
+
+
+
+ +

+emit

+
+public Emitter emit(String event,
+                    Object... args)
+
+
Executes each of listeners with the given args. +

+

+
Parameters:
event -
args - +
Returns:
a reference to to this object.
+
+
+
+ +

+listeners

+
+public List<Emitter.Listener> listeners(String event)
+
+
Returns a list of listeners for the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+
+ +

+hasListeners

+
+public boolean hasListeners(String event)
+
+
Check if this emitter has listeners for the specified event. +

+

+
Parameters:
event - +
Returns:
a reference to to this object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html new file mode 100644 index 00000000..451896e4 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -0,0 +1,216 @@ + + + + + + + +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.github.nkzawa.emitter.Emitter.Listener

+
+ + + + + + + + + +
+Packages that use Emitter.Listener
com.github.nkzawa.emitter  
+  +

+ + + + + +
+Uses of Emitter.Listener in com.github.nkzawa.emitter
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
+ List<Emitter.Listener>Emitter.listeners(String event) + +
+          Returns a list of listeners for the specified event.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
+ EmitterEmitter.off(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ EmitterEmitter.on(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ EmitterEmitter.once(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html new file mode 100644 index 00000000..ae573ffe --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -0,0 +1,331 @@ + + + + + + + +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.emitter.Emitter

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.emitter
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.emitter that return Emitter
+ EmitterEmitter.emit(String event, + Object... args) + +
+          Executes each of listeners with the given args.
+ EmitterEmitter.off() + +
+          Removes all registered listeners.
+ EmitterEmitter.off(String event) + +
+          Removes all listeners of the specified event.
+ EmitterEmitter.off(String event, + Emitter.Listener fn) + +
+          Removes the listener.
+ EmitterEmitter.on(String event, + Emitter.Listener fn) + +
+          Listens on the event.
+ EmitterEmitter.once(String event, + Emitter.Listener fn) + +
+          Adds a one time listener for the event.
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + +
Subclasses of Emitter in com.github.nkzawa.engineio.client
+ classSocket + +
+          The socket class for Event.IO Client.
+ classTransport + +
+           
+  +

+ + + + + + + + + +
Fields in com.github.nkzawa.engineio.client declared as Emitter
+ EmitterSocket.Sockets.evs + +
+           
+  +

+ + + + + +
+Uses of Emitter in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
+ classPolling + +
+           
+ classPollingXHR + +
+           
+static classPollingXHR.Request + +
+           
+ classWebSocket + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html new file mode 100644 index 00000000..cd501e58 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.emitter + + + + +
+Interfaces  + +
+Emitter.Listener
+ + + + + + +
+Classes  + +
+Emitter
+ + + + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html new file mode 100644 index 00000000..cb8a1e34 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.emitter +

+ + + + + + + + + +
+Interface Summary
Emitter.Listener 
+  + +

+ + + + + + + + + +
+Class Summary
EmitterThe event emitter which is ported from the JavaScript module.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html new file mode 100644 index 00000000..b75cba2a --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.emitter +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html new file mode 100644 index 00000000..3b6f933c --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -0,0 +1,215 @@ + + + + + + + +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.emitter

+
+ + + + + + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.emitter
com.github.nkzawa.emitter  
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
Emitter + +
+          The event emitter which is ported from the JavaScript module.
Emitter.Listener + +
+           
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
Emitter + +
+          The event emitter which is ported from the JavaScript module.
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
Emitter + +
+          The event emitter which is ported from the JavaScript module.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html new file mode 100644 index 00000000..507b80e6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -0,0 +1,285 @@ + + + + + + + +EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class EngineIOException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by com.github.nkzawa.engineio.client.EngineIOException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class EngineIOException
extends Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
EngineIOException() + +
+           
EngineIOException(String message) + +
+           
EngineIOException(String message, + Throwable cause) + +
+           
EngineIOException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EngineIOException

+
+public EngineIOException()
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(String message)
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(String message,
+                         Throwable cause)
+
+
+
+ +

+EngineIOException

+
+public EngineIOException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html new file mode 100644 index 00000000..343a359d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -0,0 +1,332 @@ + + + + + + + +Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Transport.Options
+      extended by com.github.nkzawa.engineio.client.Socket.Options
+
+
+
Enclosing class:
Socket
+
+
+
+
public static class Socket.Options
extends Transport.Options
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringhost + +
+           
+ Stringquery + +
+           
+ String[]transports + +
+          List of transport names.
+ booleanupgrade + +
+          Whether to upgrade the transport.
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
hostname, path, policyPort, port, secure, timestampParam, timestampRequests
+  + + + + + + + + + + +
+Constructor Summary
Socket.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+transports

+
+public String[] transports
+
+
List of transport names. +

+

+
+
+
+ +

+upgrade

+
+public boolean upgrade
+
+
Whether to upgrade the transport. Defaults to `true`. +

+

+
+
+
+ +

+host

+
+public String host
+
+
+
+
+
+ +

+query

+
+public String query
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket.Options

+
+public Socket.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html new file mode 100644 index 00000000..c039edf1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -0,0 +1,335 @@ + + + + + + + +Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket.Sockets

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<Socket>
+              extended by com.github.nkzawa.engineio.client.Socket.Sockets
+
+
+
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Socket>, Collection<Socket>, List<Socket>, RandomAccess
+
+
+
Enclosing class:
Socket
+
+
+
+
public static class Socket.Sockets
extends ArrayList<Socket>
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_ADD + +
+           
+ Emitterevs + +
+           
+ + + + + + + +
Fields inherited from class java.util.AbstractList
modCount
+  + + + + + + + + + + +
+Constructor Summary
Socket.Sockets() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_ADD

+
+public static final String EVENT_ADD
+
+
+
See Also:
Constant Field Values
+
+
+ +

+evs

+
+public Emitter evs
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket.Sockets

+
+public Socket.Sockets()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html new file mode 100644 index 00000000..a90d49ab --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -0,0 +1,847 @@ + + + + + + + +Socket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Socket

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Socket
+
+
+
+
public abstract class Socket
extends Emitter
+ + +

+The socket class for Event.IO Client. +

+ +

+

+
See Also:
https://github.com/LearnBoost/engine.io-client
+
+ +

+ + + + + + + + + + + + + + + +
+Nested Class Summary
+static classSocket.Options + +
+           
+static classSocket.Sockets + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_CLOSE + +
+          Called on disconnection.
+static StringEVENT_DATA + +
+           
+static StringEVENT_DRAIN + +
+          Called after `drain` event of transport if writeBuffer is empty.
+static StringEVENT_ERROR + +
+          Called when an error occurs.
+static StringEVENT_FLUSH + +
+          Called on completing a buffer flush.
+static StringEVENT_HANDSHAKE + +
+           
+static StringEVENT_HEARTBEAT + +
+           
+static StringEVENT_MESSAGE + +
+          Called when data is received from the server.
+static StringEVENT_OPEN + +
+          Called on successful connection.
+static StringEVENT_PACKET + +
+           
+static StringEVENT_PACKET_CREATE + +
+           
+static StringEVENT_UPGRADE + +
+           
+static StringEVENT_UPGRADING + +
+           
+static intprotocol + +
+          The protocol version.
+static Socket.Socketssockets + +
+          List of Socket instances.
+  + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
Socket(Socket.Options opts) + +
+           
Socket(String uri) + +
+          Creates a socket.
Socket(String uri, + Socket.Options opts) + +
+          Creates a socket with options.
Socket(URI uri) + +
+           
Socket(URI uri, + Socket.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Socketclose() + +
+          Disconnects the client.
+abstract  voidonclose() + +
+           
+abstract  voidonmessage(String data) + +
+           
+abstract  voidonopen() + +
+           
+ voidopen() + +
+          Connects the client.
+ voidsend(String msg) + +
+          Sends a message.
+ voidsend(String msg, + Runnable fn) + +
+          Sends a message.
+ voidwrite(String msg) + +
+           
+ voidwrite(String msg, + Runnable fn) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_OPEN

+
+public static final String EVENT_OPEN
+
+
Called on successful connection. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_CLOSE

+
+public static final String EVENT_CLOSE
+
+
Called on disconnection. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_MESSAGE

+
+public static final String EVENT_MESSAGE
+
+
Called when data is received from the server. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
Called when an error occurs. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_FLUSH

+
+public static final String EVENT_FLUSH
+
+
Called on completing a buffer flush. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DRAIN

+
+public static final String EVENT_DRAIN
+
+
Called after `drain` event of transport if writeBuffer is empty. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_HANDSHAKE

+
+public static final String EVENT_HANDSHAKE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_UPGRADING

+
+public static final String EVENT_UPGRADING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_UPGRADE

+
+public static final String EVENT_UPGRADE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET

+
+public static final String EVENT_PACKET
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET_CREATE

+
+public static final String EVENT_PACKET_CREATE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_HEARTBEAT

+
+public static final String EVENT_HEARTBEAT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DATA

+
+public static final String EVENT_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+sockets

+
+public static final Socket.Sockets sockets
+
+
List of Socket instances. +

+

+
+
+
+ +

+protocol

+
+public static final int protocol
+
+
The protocol version. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Socket

+
+public Socket(String uri)
+       throws URISyntaxException
+
+
Creates a socket. +

+

+
Parameters:
uri - URI to connect. +
Throws: +
URISyntaxException
+
+
+ +

+Socket

+
+public Socket(URI uri)
+
+
+
+ +

+Socket

+
+public Socket(String uri,
+              Socket.Options opts)
+       throws URISyntaxException
+
+
Creates a socket with options. +

+

+
Parameters:
uri - URI to connect.
opts - options for socket +
Throws: +
URISyntaxException
+
+
+ +

+Socket

+
+public Socket(URI uri,
+              Socket.Options opts)
+
+
+
+ +

+Socket

+
+public Socket(Socket.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+open

+
+public void open()
+
+
Connects the client. +

+

+
+
+
+
+ +

+write

+
+public void write(String msg)
+
+
+
+
+
+
+ +

+write

+
+public void write(String msg,
+                  Runnable fn)
+
+
+
+
+
+
+ +

+send

+
+public void send(String msg)
+
+
Sends a message. +

+

+
Parameters:
msg -
+
+
+
+ +

+send

+
+public void send(String msg,
+                 Runnable fn)
+
+
Sends a message. +

+

+
Parameters:
msg -
fn - callback to be called on drain
+
+
+
+ +

+close

+
+public Socket close()
+
+
Disconnects the client. +

+

+ +
Returns:
a reference to to this object.
+
+
+
+ +

+onopen

+
+public abstract void onopen()
+
+
+
+
+
+
+ +

+onmessage

+
+public abstract void onmessage(String data)
+
+
+
+
+
+
+ +

+onclose

+
+public abstract void onclose()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html new file mode 100644 index 00000000..49a1741b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -0,0 +1,393 @@ + + + + + + + +Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Transport.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Transport.Options
+
+
+
Direct Known Subclasses:
Socket.Options
+
+
+
Enclosing class:
Transport
+
+
+
+
public static class Transport.Options
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringhostname + +
+           
+ Stringpath + +
+           
+ intpolicyPort + +
+           
+ intport + +
+           
+ Map<String,String>query + +
+           
+ booleansecure + +
+           
+ StringtimestampParam + +
+           
+ booleantimestampRequests + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Transport.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+hostname

+
+public String hostname
+
+
+
+
+
+ +

+path

+
+public String path
+
+
+
+
+
+ +

+timestampParam

+
+public String timestampParam
+
+
+
+
+
+ +

+secure

+
+public boolean secure
+
+
+
+
+
+ +

+timestampRequests

+
+public boolean timestampRequests
+
+
+
+
+
+ +

+port

+
+public int port
+
+
+
+
+
+ +

+policyPort

+
+public int policyPort
+
+
+
+
+
+ +

+query

+
+public Map<String,String> query
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Transport.Options

+
+public Transport.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html new file mode 100644 index 00000000..00b2b13a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -0,0 +1,380 @@ + + + + + + + +Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Enum Transport.ReadyState

+
+java.lang.Object
+  extended by java.lang.Enum<Transport.ReadyState>
+      extended by com.github.nkzawa.engineio.client.Transport.ReadyState
+
+
+
All Implemented Interfaces:
Serializable, Comparable<Transport.ReadyState>
+
+
+
Enclosing class:
Transport
+
+
+
+
protected static enum Transport.ReadyState
extends Enum<Transport.ReadyState>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
CLOSED + +
+           
OPEN + +
+           
OPENING + +
+           
PAUSED + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringtoString() + +
+           
+static Transport.ReadyStatevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Transport.ReadyState[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+OPENING

+
+public static final Transport.ReadyState OPENING
+
+
+
+
+
+ +

+OPEN

+
+public static final Transport.ReadyState OPEN
+
+
+
+
+
+ +

+CLOSED

+
+public static final Transport.ReadyState CLOSED
+
+
+
+
+
+ +

+PAUSED

+
+public static final Transport.ReadyState PAUSED
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Transport.ReadyState[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Transport.ReadyState c : Transport.ReadyState.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Transport.ReadyState valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Enum<Transport.ReadyState>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html new file mode 100644 index 00000000..2dcb3286 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -0,0 +1,819 @@ + + + + + + + +Transport (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Transport

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+
+
+
Direct Known Subclasses:
Polling, WebSocket
+
+
+
+
public abstract class Transport
extends Emitter
+ + +

+


+ +

+ + + + + + + + + + + + + + + +
+Nested Class Summary
+static classTransport.Options + +
+           
+protected static classTransport.ReadyState + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_CLOSE + +
+           
+static StringEVENT_DRAIN + +
+           
+static StringEVENT_ERROR + +
+           
+static StringEVENT_OPEN + +
+           
+static StringEVENT_PACKET + +
+           
+protected  Stringhostname + +
+           
+ Stringname + +
+           
+protected  Stringpath + +
+           
+protected  intport + +
+           
+ Map<String,String>query + +
+           
+protected  Transport.ReadyStatereadyState + +
+           
+protected  booleansecure + +
+           
+protected  StringtimestampParam + +
+           
+protected  booleantimestampRequests + +
+           
+ booleanwritable + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Transport(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Transportclose() + +
+           
+protected abstract  voiddoClose() + +
+           
+protected abstract  voiddoOpen() + +
+           
+protected static voidexec(Runnable task) + +
+           
+protected static voidnextTick(Runnable task) + +
+           
+protected  voidonClose() + +
+           
+protected  voidonData(String data) + +
+           
+protected  TransportonError(String msg, + Exception desc) + +
+           
+protected  voidonOpen() + +
+           
+protected  voidonPacket(Packet packet) + +
+           
+ Transportopen() + +
+           
+ voidsend(Packet[] packets) + +
+           
+protected abstract  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_OPEN

+
+public static final String EVENT_OPEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_CLOSE

+
+public static final String EVENT_CLOSE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_PACKET

+
+public static final String EVENT_PACKET
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DRAIN

+
+public static final String EVENT_DRAIN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+writable

+
+public boolean writable
+
+
+
+
+
+ +

+name

+
+public String name
+
+
+
+
+
+ +

+query

+
+public Map<String,String> query
+
+
+
+
+
+ +

+secure

+
+protected boolean secure
+
+
+
+
+
+ +

+timestampRequests

+
+protected boolean timestampRequests
+
+
+
+
+
+ +

+port

+
+protected int port
+
+
+
+
+
+ +

+path

+
+protected String path
+
+
+
+
+
+ +

+hostname

+
+protected String hostname
+
+
+
+
+
+ +

+timestampParam

+
+protected String timestampParam
+
+
+
+
+
+ +

+readyState

+
+protected Transport.ReadyState readyState
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Transport

+
+public Transport(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+onError

+
+protected Transport onError(String msg,
+                            Exception desc)
+
+
+
+
+
+
+ +

+open

+
+public Transport open()
+
+
+
+
+
+
+ +

+close

+
+public Transport close()
+
+
+
+
+
+
+ +

+send

+
+public void send(Packet[] packets)
+
+
+
+
+
+
+ +

+onOpen

+
+protected void onOpen()
+
+
+
+
+
+
+ +

+onData

+
+protected void onData(String data)
+
+
+
+
+
+
+ +

+onPacket

+
+protected void onPacket(Packet packet)
+
+
+
+
+
+
+ +

+onClose

+
+protected void onClose()
+
+
+
+
+
+
+ +

+write

+
+protected abstract void write(Packet[] packets)
+
+
+
+
+
+
+ +

+doOpen

+
+protected abstract void doOpen()
+
+
+
+
+
+
+ +

+doClose

+
+protected abstract void doClose()
+
+
+
+
+
+
+ +

+exec

+
+protected static void exec(Runnable task)
+
+
+
+
+
+
+ +

+nextTick

+
+protected static void nextTick(Runnable task)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html new file mode 100644 index 00000000..d633c78f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -0,0 +1,277 @@ + + + + + + + +Util (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class Util

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.Util
+
+
+
+
public class Util
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static StringdecodeURIComponent(String str) + +
+           
+static StringencodeURIComponent(String str) + +
+           
+static Stringqs(Map<String,String> obj) + +
+           
+static Map<String,String>qsParse(String qs) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+qs

+
+public static String qs(Map<String,String> obj)
+
+
+
+
+
+
+ +

+qsParse

+
+public static Map<String,String> qsParse(String qs)
+
+
+
+
+
+
+ +

+encodeURIComponent

+
+public static String encodeURIComponent(String str)
+
+
+
+
+
+
+ +

+decodeURIComponent

+
+public static String decodeURIComponent(String str)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html new file mode 100644 index 00000000..7440f627 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.EngineIOException

+
+No usage of com.github.nkzawa.engineio.client.EngineIOException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html new file mode 100644 index 00000000..3d3b22b6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket.Options

+
+ + + + + + + + + +
+Packages that use Socket.Options
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket.Options in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + +
Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
Socket(Socket.Options opts) + +
+           
Socket(String uri, + Socket.Options opts) + +
+          Creates a socket with options.
Socket(URI uri, + Socket.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html new file mode 100644 index 00000000..1015d4ac --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket.Sockets

+
+ + + + + + + + + +
+Packages that use Socket.Sockets
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket.Sockets in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Fields in com.github.nkzawa.engineio.client declared as Socket.Sockets
+static Socket.SocketsSocket.sockets + +
+          List of Socket instances.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html new file mode 100644 index 00000000..4eddd065 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Socket

+
+ + + + + + + + + +
+Packages that use Socket
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Socket in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.client that return Socket
+ SocketSocket.close() + +
+          Disconnects the client.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html new file mode 100644 index 00000000..deee202c --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -0,0 +1,234 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Transport.Options

+
+ + + + + + + + + + + + + +
+Packages that use Transport.Options
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Transport.Options in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Subclasses of Transport.Options in com.github.nkzawa.engineio.client
+static classSocket.Options + +
+           
+  +

+ + + + + + + + +
Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
Transport(Transport.Options opts) + +
+           
+  +

+ + + + + +
+Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + +
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
Polling(Transport.Options opts) + +
+           
PollingXHR(Transport.Options opts) + +
+           
WebSocket(Transport.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html new file mode 100644 index 00000000..2a1f6c94 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -0,0 +1,206 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Transport.ReadyState

+
+ + + + + + + + + +
+Packages that use Transport.ReadyState
com.github.nkzawa.engineio.client  
+  +

+ + + + + +
+Uses of Transport.ReadyState in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + +
Fields in com.github.nkzawa.engineio.client declared as Transport.ReadyState
+protected  Transport.ReadyStateTransport.readyState + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client that return Transport.ReadyState
+static Transport.ReadyStateTransport.ReadyState.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Transport.ReadyState[]Transport.ReadyState.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html new file mode 100644 index 00000000..c3b36c6c --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Transport

+
+ + + + + + + + + + + + + +
+Packages that use Transport
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Transport in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client that return Transport
+ TransportTransport.close() + +
+           
+protected  TransportTransport.onError(String msg, + Exception desc) + +
+           
+ TransportTransport.open() + +
+           
+  +

+ + + + + +
+Uses of Transport in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of Transport in com.github.nkzawa.engineio.client.transports
+ classPolling + +
+           
+ classPollingXHR + +
+           
+ classWebSocket + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html new file mode 100644 index 00000000..942af461 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.Util

+
+No usage of com.github.nkzawa.engineio.client.Util +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html new file mode 100644 index 00000000..45db2173 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -0,0 +1,65 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client + + + + +
+Classes  + +
+Socket +
+Socket.Options +
+Socket.Sockets +
+Transport +
+Transport.Options +
+Util
+ + + + + + +
+Enums  + +
+Transport.ReadyState
+ + + + + + +
+Exceptions  + +
+EngineIOException
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html new file mode 100644 index 00000000..1b0dd6f6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -0,0 +1,206 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.client +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SocketThe socket class for Event.IO Client.
Socket.Options 
Socket.Sockets 
Transport 
Transport.Options 
Util 
+  + +

+ + + + + + + + + +
+Enum Summary
Transport.ReadyState 
+  + +

+ + + + + + + + + +
+Exception Summary
EngineIOException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html new file mode 100644 index 00000000..74a5838f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -0,0 +1,182 @@ + + + + + + + +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.client +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html new file mode 100644 index 00000000..8e46aa49 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -0,0 +1,226 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.client

+
+ + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.client
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
Socket + +
+          The socket class for Event.IO Client.
Socket.Options + +
+           
Socket.Sockets + +
+           
Transport + +
+           
Transport.Options + +
+           
Transport.ReadyState + +
+           
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
Transport + +
+           
Transport.Options + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html new file mode 100644 index 00000000..b11440de --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -0,0 +1,533 @@ + + + + + + + +Polling (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class Polling

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.Polling
+
+
+
Direct Known Subclasses:
PollingXHR
+
+
+
+
public abstract class Polling
extends Transport
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options, Transport.ReadyState
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_POLL + +
+           
+static StringEVENT_POLL_COMPLETE + +
+           
+static StringNAME + +
+           
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
Polling(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoClose() + +
+           
+protected  voiddoOpen() + +
+           
+protected abstract  voiddoPoll() + +
+           
+protected abstract  voiddoWrite(String data, + Runnable fn) + +
+           
+protected  voidonData(String data) + +
+           
+ voidpause(Runnable onPause) + +
+           
+protected  Stringuri() + +
+           
+protected  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, exec, nextTick, onClose, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NAME

+
+public static final String NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_POLL

+
+public static final String EVENT_POLL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_POLL_COMPLETE

+
+public static final String EVENT_POLL_COMPLETE
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Polling

+
+public Polling(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+doOpen

+
+protected void doOpen()
+
+
+
Specified by:
doOpen in class Transport
+
+
+
+
+
+
+ +

+pause

+
+public void pause(Runnable onPause)
+
+
+
+
+
+
+ +

+onData

+
+protected void onData(String data)
+
+
+
Overrides:
onData in class Transport
+
+
+
+
+
+
+ +

+doClose

+
+protected void doClose()
+
+
+
Specified by:
doClose in class Transport
+
+
+
+
+
+
+ +

+write

+
+protected void write(Packet[] packets)
+
+
+
Specified by:
write in class Transport
+
+
+
+
+
+
+ +

+uri

+
+protected String uri()
+
+
+
+
+
+
+ +

+doWrite

+
+protected abstract void doWrite(String data,
+                                Runnable fn)
+
+
+
+
+
+
+ +

+doPoll

+
+protected abstract void doPoll()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html new file mode 100644 index 00000000..35892a57 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -0,0 +1,300 @@ + + + + + + + +PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR.Request.Options

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
+
+
+
Enclosing class:
PollingXHR.Request
+
+
+
+
public static class PollingXHR.Request.Options
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringdata + +
+           
+ Stringmethod + +
+           
+ Stringuri + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR.Request.Options() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+uri

+
+public String uri
+
+
+
+
+
+ +

+method

+
+public String method
+
+
+
+
+
+ +

+data

+
+public String data
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR.Request.Options

+
+public PollingXHR.Request.Options()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html new file mode 100644 index 00000000..a0a22787 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -0,0 +1,384 @@ + + + + + + + +PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR.Request

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
+
+
+
Enclosing class:
PollingXHR
+
+
+
+
public static class PollingXHR.Request
extends Emitter
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classPollingXHR.Request.Options + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringEVENT_DATA + +
+           
+static StringEVENT_ERROR + +
+           
+static StringEVENT_SUCCESS + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR.Request(PollingXHR.Request.Options opts) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidabort() + +
+           
+ voidcreate() + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EVENT_SUCCESS

+
+public static final String EVENT_SUCCESS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_DATA

+
+public static final String EVENT_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ERROR

+
+public static final String EVENT_ERROR
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR.Request

+
+public PollingXHR.Request(PollingXHR.Request.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+create

+
+public void create()
+
+
+
+
+
+
+ +

+abort

+
+public void abort()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html new file mode 100644 index 00000000..b9f74e66 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -0,0 +1,412 @@ + + + + + + + +PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class PollingXHR

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.Polling
+              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
+
+
+
+
public class PollingXHR
extends Polling
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classPollingXHR.Request + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options, Transport.ReadyState
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.transports.Polling
EVENT_POLL, EVENT_POLL_COMPLETE, NAME
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
PollingXHR(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoPoll() + +
+           
+protected  voiddoWrite(String data, + Runnable fn) + +
+           
+protected  PollingXHR.Requestrequest() + +
+           
+protected  PollingXHR.Requestrequest(PollingXHR.Request.Options opts) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling
doClose, doOpen, onData, pause, uri, write
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, exec, nextTick, onClose, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PollingXHR

+
+public PollingXHR(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+request

+
+protected PollingXHR.Request request()
+
+
+
+
+
+
+ +

+request

+
+protected PollingXHR.Request request(PollingXHR.Request.Options opts)
+
+
+
+
+
+
+ +

+doWrite

+
+protected void doWrite(String data,
+                       Runnable fn)
+
+
+
Specified by:
doWrite in class Polling
+
+
+
+
+
+
+ +

+doPoll

+
+protected void doPoll()
+
+
+
Specified by:
doPoll in class Polling
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html new file mode 100644 index 00000000..99e9e203 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -0,0 +1,416 @@ + + + + + + + +WebSocket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client.transports +
+Class WebSocket

+
+java.lang.Object
+  extended by com.github.nkzawa.emitter.Emitter
+      extended by com.github.nkzawa.engineio.client.Transport
+          extended by com.github.nkzawa.engineio.client.transports.WebSocket
+
+
+
+
public class WebSocket
extends Transport
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
Transport.Options, Transport.ReadyState
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
Emitter.Listener
+  + + + + + + + + + + + +
+Field Summary
+static StringNAME + +
+           
+ + + + + + + +
Fields inherited from class com.github.nkzawa.engineio.client.Transport
EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable
+  + + + + + + + + + + +
+Constructor Summary
WebSocket(Transport.Options opts) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoClose() + +
+           
+protected  voiddoOpen() + +
+           
+protected  voidonClose() + +
+           
+protected  voidwrite(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class com.github.nkzawa.engineio.client.Transport
close, exec, nextTick, onData, onError, onOpen, onPacket, open, send
+ + + + + + + +
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NAME

+
+public static final String NAME
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+WebSocket

+
+public WebSocket(Transport.Options opts)
+
+
+ + + + + + + + +
+Method Detail
+ +

+doOpen

+
+protected void doOpen()
+
+
+
Specified by:
doOpen in class Transport
+
+
+
+
+
+
+ +

+write

+
+protected void write(Packet[] packets)
+
+
+
Specified by:
write in class Transport
+
+
+
+
+
+
+ +

+onClose

+
+protected void onClose()
+
+
+
Overrides:
onClose in class Transport
+
+
+
+
+
+
+ +

+doClose

+
+protected void doClose()
+
+
+
Specified by:
doClose in class Transport
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html new file mode 100644 index 00000000..d121f64e --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.Polling

+
+ + + + + + + + + +
+Packages that use Polling
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of Polling in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + +
Subclasses of Polling in com.github.nkzawa.engineio.client.transports
+ classPollingXHR + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html new file mode 100644 index 00000000..d0f3e337 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -0,0 +1,195 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

+
+ + + + + + + + + +
+Packages that use PollingXHR.Request.Options
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
+protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
+           
+  +

+ + + + + + + + +
Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
PollingXHR.Request(PollingXHR.Request.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html new file mode 100644 index 00000000..2088af78 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR.Request

+
+ + + + + + + + + +
+Packages that use PollingXHR.Request
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + +
+Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
+protected  PollingXHR.RequestPollingXHR.request() + +
+           
+protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html new file mode 100644 index 00000000..09d1318d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.PollingXHR

+
+No usage of com.github.nkzawa.engineio.client.transports.PollingXHR +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html new file mode 100644 index 00000000..de872f3b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.transports.WebSocket

+
+No usage of com.github.nkzawa.engineio.client.transports.WebSocket +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html new file mode 100644 index 00000000..214af1ed --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client.transports + + + + +
+Classes  + +
+Polling +
+PollingXHR +
+PollingXHR.Request +
+PollingXHR.Request.Options +
+WebSocket
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html new file mode 100644 index 00000000..bb18b977 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -0,0 +1,174 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.client.transports +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Polling 
PollingXHR 
PollingXHR.Request 
PollingXHR.Request.Options 
WebSocket 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html new file mode 100644 index 00000000..118d8cb8 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.client.transports +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html new file mode 100644 index 00000000..1d047765 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.client.transports

+
+ + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.client.transports
com.github.nkzawa.engineio.client.transports  
+  +

+ + + + + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
Polling + +
+           
PollingXHR.Request + +
+           
PollingXHR.Request.Options + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html new file mode 100644 index 00000000..c4fe1e07 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -0,0 +1,315 @@ + + + + + + + +HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class HandshakeData

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.HandshakeData
+
+
+
+
public class HandshakeData
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ longpingInterval + +
+           
+ longpingTimeout + +
+           
+ Stringsid + +
+           
+ List<String>upgrades + +
+           
+  + + + + + + + + + + +
+Constructor Summary
HandshakeData() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+sid

+
+public String sid
+
+
+
+
+
+ +

+upgrades

+
+public List<String> upgrades
+
+
+
+
+
+ +

+pingInterval

+
+public long pingInterval
+
+
+
+
+
+ +

+pingTimeout

+
+public long pingTimeout
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+HandshakeData

+
+public HandshakeData()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html new file mode 100644 index 00000000..2fed9463 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -0,0 +1,439 @@ + + + + + + + +Packet (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class Packet

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.Packet
+
+
+
+
public class Packet
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringCLOSE + +
+           
+ Stringdata + +
+           
+static StringERROR + +
+           
+static StringMESSAGE + +
+           
+static StringNOOP + +
+           
+static StringOPEN + +
+           
+static StringPING + +
+           
+static StringPONG + +
+           
+ Stringtype + +
+           
+static StringUPGRADE + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
Packet(String type) + +
+           
Packet(String type, + String data) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+OPEN

+
+public static final String OPEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CLOSE

+
+public static final String CLOSE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PING

+
+public static final String PING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PONG

+
+public static final String PONG
+
+
+
See Also:
Constant Field Values
+
+
+ +

+UPGRADE

+
+public static final String UPGRADE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MESSAGE

+
+public static final String MESSAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NOOP

+
+public static final String NOOP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ERROR

+
+public static final String ERROR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+type

+
+public String type
+
+
+
+
+
+ +

+data

+
+public String data
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Packet

+
+public Packet(String type)
+
+
+
+ +

+Packet

+
+public Packet(String type,
+              String data)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..90ef9d24 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -0,0 +1,214 @@ + + + + + + + +Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Interface Parser.DecodePayloadCallback

+
+
Enclosing class:
Parser
+
+
+
+
public static interface Parser.DecodePayloadCallback
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ booleancall(Packet packet, + int index, + int total) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+call

+
+boolean call(Packet packet,
+             int index,
+             int total)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html new file mode 100644 index 00000000..c26e7574 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -0,0 +1,332 @@ + + + + + + + +Parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.parser +
+Class Parser

+
+java.lang.Object
+  extended by com.github.nkzawa.engineio.parser.Parser
+
+
+
+
public class Parser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceParser.DecodePayloadCallback + +
+           
+ + + + + + + + + + +
+Field Summary
+static intprotocol + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static PacketdecodePacket(String data) + +
+           
+static voiddecodePayload(String data, + Parser.DecodePayloadCallback callback) + +
+           
+static StringencodePacket(Packet packet) + +
+           
+static StringencodePayload(Packet[] packets) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+protocol

+
+public static final int protocol
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Method Detail
+ +

+encodePacket

+
+public static String encodePacket(Packet packet)
+
+
+
+
+
+
+ +

+decodePacket

+
+public static Packet decodePacket(String data)
+
+
+
+
+
+
+ +

+encodePayload

+
+public static String encodePayload(Packet[] packets)
+
+
+
+
+
+
+ +

+decodePayload

+
+public static void decodePayload(String data,
+                                 Parser.DecodePayloadCallback callback)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html new file mode 100644 index 00000000..f5ec6f20 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.HandshakeData

+
+No usage of com.github.nkzawa.engineio.parser.HandshakeData +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html new file mode 100644 index 00000000..20c70225 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -0,0 +1,297 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.Packet

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Packet
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.client
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client with parameters of type Packet
+protected  voidTransport.onPacket(Packet packet) + +
+           
+ voidTransport.send(Packet[] packets) + +
+           
+protected abstract  voidTransport.write(Packet[] packets) + +
+           
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.client.transports
+  +

+ + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
+protected  voidWebSocket.write(Packet[] packets) + +
+           
+protected  voidPolling.write(Packet[] packets) + +
+           
+  +

+ + + + + +
+Uses of Packet in com.github.nkzawa.engineio.parser
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser that return Packet
+static PacketParser.decodePacket(String data) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
+ booleanParser.DecodePayloadCallback.call(Packet packet, + int index, + int total) + +
+           
+static StringParser.encodePacket(Packet packet) + +
+           
+static StringParser.encodePayload(Packet[] packets) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..ef0cda16 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

+
+ + + + + + + + + +
+Packages that use Parser.DecodePayloadCallback
com.github.nkzawa.engineio.parser  
+  +

+ + + + + +
+Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
+  +

+ + + + + + + + + +
Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
+static voidParser.decodePayload(String data, + Parser.DecodePayloadCallback callback) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html new file mode 100644 index 00000000..26d0856d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.parser.Parser

+
+No usage of com.github.nkzawa.engineio.parser.Parser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html new file mode 100644 index 00000000..b0425676 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.parser + + + + +
+Interfaces  + +
+Parser.DecodePayloadCallback
+ + + + + + +
+Classes  + +
+HandshakeData +
+Packet +
+Parser
+ + + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html new file mode 100644 index 00000000..f21d1da6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.github.nkzawa.engineio.parser +

+ + + + + + + + + +
+Interface Summary
Parser.DecodePayloadCallback 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
HandshakeData 
Packet 
Parser 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html new file mode 100644 index 00000000..5c615b00 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.github.nkzawa.engineio.parser +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html new file mode 100644 index 00000000..477b9bf5 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -0,0 +1,215 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.github.nkzawa.engineio.parser

+
+ + + + + + + + + + + + + + + + + +
+Packages that use com.github.nkzawa.engineio.parser
com.github.nkzawa.engineio.client  
com.github.nkzawa.engineio.client.transports  
com.github.nkzawa.engineio.parser  
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
Packet + +
+           
+  +

+ + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
Packet + +
+           
+  +

+ + + + + + + + + + + +
+Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
Packet + +
+           
Parser.DecodePayloadCallback + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 00000000..7eec46d1 --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,469 @@ + + + + + + + +Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+com.github.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Socket
+public static final StringEVENT_CLOSE"close"
+public static final StringEVENT_DATA"data"
+public static final StringEVENT_DRAIN"drain"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_FLUSH"flush"
+public static final StringEVENT_HANDSHAKE"handshake"
+public static final StringEVENT_HEARTBEAT"heartbeat"
+public static final StringEVENT_MESSAGE"message"
+public static final StringEVENT_OPEN"open"
+public static final StringEVENT_PACKET"packet"
+public static final StringEVENT_PACKET_CREATE"packetCreate"
+public static final StringEVENT_UPGRADE"upgrade"
+public static final StringEVENT_UPGRADING"upgrading"
+public static final intprotocol2
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Socket.Sockets
+public static final StringEVENT_ADD"add"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.Transport
+public static final StringEVENT_CLOSE"close"
+public static final StringEVENT_DRAIN"drain"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_OPEN"open"
+public static final StringEVENT_PACKET"packet"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.Polling
+public static final StringEVENT_POLL"poll"
+public static final StringEVENT_POLL_COMPLETE"pollComplete"
+public static final StringNAME"polling"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.PollingXHR.Request
+public static final StringEVENT_DATA"data"
+public static final StringEVENT_ERROR"error"
+public static final StringEVENT_SUCCESS"success"
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.client.transports.WebSocket
+public static final StringNAME"websocket"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.github.nkzawa.engineio.parser.Packet
+public static final StringCLOSE"close"
+public static final StringERROR"error"
+public static final StringMESSAGE"message"
+public static final StringNOOP"noop"
+public static final StringOPEN"open"
+public static final StringPING"ping"
+public static final StringPONG"pong"
+public static final StringUPGRADE"upgrade"
+ +

+ +

+ + + + + + + + + + + + +
com.github.nkzawa.engineio.parser.Parser
+public static final intprotocol2
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 00000000..80794237 --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 00000000..08563c2b --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+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

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 00000000..ae81a4f1 --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,680 @@ + + + + + + + +Index (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E H 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, int, int) - +Method in interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback +
  +
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 +
  +
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
 
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 +
  +
decodePacket(String) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
decodePayload(String, Parser.DecodePayloadCallback) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
decodeURIComponent(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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(String, Runnable) - +Method in class com.github.nkzawa.engineio.client.transports.Polling +
  +
doWrite(String, 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
 
encodePacket(Packet) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
encodePayload(Packet[]) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
  +
encodeURIComponent(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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_ADD - +Static variable in class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
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_SUCCESS - +Static variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request +
  +
EVENT_UPGRADE - +Static variable in class com.github.nkzawa.engineio.client.Socket +
  +
EVENT_UPGRADING - +Static variable in class com.github.nkzawa.engineio.client.Socket +
  +
evs - +Variable in class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
exec(Runnable) - +Static method in class com.github.nkzawa.engineio.client.Transport +
  +
+
+

+H

+
+
HandshakeData - Class in com.github.nkzawa.engineio.parser
 
HandshakeData() - +Constructor for class com.github.nkzawa.engineio.parser.HandshakeData +
  +
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 +
  +
+
+

+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.engineio.client.Transport +
  +
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.Socket +
  +
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(String) - +Method in class com.github.nkzawa.engineio.client.transports.Polling +
  +
onError(String, Exception) - +Method in class com.github.nkzawa.engineio.client.Transport +
  +
onmessage(String) - +Method in class com.github.nkzawa.engineio.client.Socket +
  +
onopen() - +Method in class com.github.nkzawa.engineio.client.Socket +
  +
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 - Class in com.github.nkzawa.engineio.parser
 
Packet(String) - +Constructor for class com.github.nkzawa.engineio.parser.Packet +
  +
Packet(String, String) - +Constructor for class com.github.nkzawa.engineio.parser.Packet +
  +
Parser - Class in com.github.nkzawa.engineio.parser
 
Parser.DecodePayloadCallback - 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 - +Static variable in class com.github.nkzawa.engineio.parser.Packet +
  +
pingInterval - +Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
  +
pingTimeout - +Variable in class com.github.nkzawa.engineio.parser.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 +
  +
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

+
+
qs(Map<String, String>) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
qsParse(String) - +Static method in class com.github.nkzawa.engineio.client.Util +
  +
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 +
  +
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(String, Runnable) - +Method in class com.github.nkzawa.engineio.client.Socket +
Sends a message. +
send(Packet[]) - +Method in class com.github.nkzawa.engineio.client.Transport +
  +
sid - +Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
  +
Socket - Class in com.github.nkzawa.engineio.client
The socket class for Event.IO Client.
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.Options - Class in com.github.nkzawa.engineio.client
 
Socket.Options() - +Constructor for class com.github.nkzawa.engineio.client.Socket.Options +
  +
Socket.Sockets - Class in com.github.nkzawa.engineio.client
 
Socket.Sockets() - +Constructor for class com.github.nkzawa.engineio.client.Socket.Sockets +
  +
sockets - +Static variable in class com.github.nkzawa.engineio.client.Socket +
List of Socket instances. +
+
+

+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 +
  +
toString() - +Method in enum com.github.nkzawa.engineio.client.Transport.ReadyState +
  +
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.parser.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 +
  +
Util - Class in com.github.nkzawa.engineio.client
 
+
+

+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(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 H L M N O P Q R S T U V W + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 00000000..296c43f9 --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,40 @@ + + + + + + + +engine.io-client 0.1.0-SNAPSHOT API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 00000000..c5917496 --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,49 @@ + + + + + + + +Overview List (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+com.github.nkzawa.emitter +
+com.github.nkzawa.engineio.client +
+com.github.nkzawa.engineio.client.transports +
+com.github.nkzawa.engineio.parser +
+

+ +

+  + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 00000000..1161f303 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,169 @@ + + + + + + + +Overview (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+engine.io-client 0.1.0-SNAPSHOT API +

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages
com.github.nkzawa.emitter 
com.github.nkzawa.engineio.client 
com.github.nkzawa.engineio.client.transports 
com.github.nkzawa.engineio.parser 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 00000000..966964d0 --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,190 @@ + + + + + + + +Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 00000000..06daed7f --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,4 @@ +com.github.nkzawa.emitter +com.github.nkzawa.engineio.client +com.github.nkzawa.engineio.client.transports +com.github.nkzawa.engineio.parser diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 00000000..87049866 --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,191 @@ + + + + + + + +Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package com.github.nkzawa.engineio.client
+ +

+ + + + + +
+Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class com.github.nkzawa.engineio.client.Socket.Sockets extends ArrayList<Socket> implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+evs

+
+Emitter evs
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + From 1727b9a4f131867843883f2848a35b155e0a2226 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 6 May 2013 08:11:52 -0700 Subject: [PATCH 05/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 6 +- apidocs/allclasses-noframe.html | 6 +- .../nkzawa/emitter/Emitter.Listener.html | 4 +- .../com/github/nkzawa/emitter/Emitter.html | 4 +- .../emitter/class-use/Emitter.Listener.html | 4 +- .../nkzawa/emitter/class-use/Emitter.html | 4 +- .../github/nkzawa/emitter/package-frame.html | 4 +- .../nkzawa/emitter/package-summary.html | 4 +- .../github/nkzawa/emitter/package-tree.html | 4 +- .../github/nkzawa/emitter/package-use.html | 4 +- .../engineio/client/EngineIOException.html | 8 +- .../nkzawa/engineio/client/EventThread.html | 319 ++++++++++++++++++ .../engineio/client/Socket.Options.html | 4 +- .../engineio/client/Socket.Sockets.html | 4 +- .../github/nkzawa/engineio/client/Socket.html | 8 +- .../engineio/client/Transport.Options.html | 4 +- .../engineio/client/Transport.ReadyState.html | 4 +- .../nkzawa/engineio/client/Transport.html | 42 +-- .../github/nkzawa/engineio/client/Util.html | 4 +- .../client/class-use/EngineIOException.html | 4 +- .../client/class-use/EventThread.html | 145 ++++++++ .../client/class-use/Socket.Options.html | 4 +- .../client/class-use/Socket.Sockets.html | 4 +- .../engineio/client/class-use/Socket.html | 4 +- .../client/class-use/Transport.Options.html | 4 +- .../class-use/Transport.ReadyState.html | 4 +- .../engineio/client/class-use/Transport.html | 4 +- .../engineio/client/class-use/Util.html | 4 +- .../nkzawa/engineio/client/package-frame.html | 6 +- .../engineio/client/package-summary.html | 8 +- .../nkzawa/engineio/client/package-tree.html | 7 +- .../nkzawa/engineio/client/package-use.html | 4 +- .../engineio/client/transports/Polling.html | 6 +- .../PollingXHR.Request.Options.html | 4 +- .../client/transports/PollingXHR.Request.html | 4 +- .../client/transports/PollingXHR.html | 6 +- .../engineio/client/transports/WebSocket.html | 6 +- .../client/transports/class-use/Polling.html | 4 +- .../class-use/PollingXHR.Request.Options.html | 4 +- .../class-use/PollingXHR.Request.html | 4 +- .../transports/class-use/PollingXHR.html | 4 +- .../transports/class-use/WebSocket.html | 4 +- .../client/transports/package-frame.html | 4 +- .../client/transports/package-summary.html | 4 +- .../client/transports/package-tree.html | 4 +- .../client/transports/package-use.html | 4 +- .../nkzawa/engineio/parser/HandshakeData.html | 4 +- .../github/nkzawa/engineio/parser/Packet.html | 4 +- .../parser/Parser.DecodePayloadCallback.html | 4 +- .../github/nkzawa/engineio/parser/Parser.html | 4 +- .../parser/class-use/HandshakeData.html | 4 +- .../engineio/parser/class-use/Packet.html | 4 +- .../Parser.DecodePayloadCallback.html | 4 +- .../engineio/parser/class-use/Parser.html | 4 +- .../nkzawa/engineio/parser/package-frame.html | 4 +- .../engineio/parser/package-summary.html | 4 +- .../nkzawa/engineio/parser/package-tree.html | 4 +- .../nkzawa/engineio/parser/package-use.html | 4 +- apidocs/constant-values.html | 4 +- apidocs/deprecated-list.html | 4 +- apidocs/help-doc.html | 4 +- apidocs/index-all.html | 30 +- apidocs/index.html | 2 +- apidocs/overview-frame.html | 4 +- apidocs/overview-summary.html | 4 +- apidocs/overview-tree.html | 9 +- apidocs/serialized-form.html | 4 +- 67 files changed, 634 insertions(+), 184 deletions(-) create mode 100644 apidocs/com/github/nkzawa/engineio/client/EventThread.html create mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 15bc2701..62a8ba76 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -28,6 +28,8 @@
EngineIOException
+EventThread +
HandshakeData
Packet diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 3ed46191..80558803 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -28,6 +28,8 @@
EngineIOException
+EventThread +
HandshakeData
Packet diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 9b8f136d..8f10ef6e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 4bc2377d..c7f65918 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 451896e4..0f48802c 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index ae573ffe..12ff513f 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index cd501e58..a665503c 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index cb8a1e34..484c1f3a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index b75cba2a..2adf0513 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 3b6f933c..f8955d4b 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 507b80e6..c4907f49 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -251,7 +251,7 @@

 PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html new file mode 100644 index 00000000..2574daf2 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -0,0 +1,319 @@ + + + + + + + +EventThread (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.github.nkzawa.engineio.client +
+Class EventThread

+
+java.lang.Object
+  extended by java.lang.Thread
+      extended by com.github.nkzawa.engineio.client.EventThread
+
+
+
All Implemented Interfaces:
Runnable
+
+
+
+
public class EventThread
extends Thread
+ + +

+The main thread for event loop. +

+ +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidexec(Runnable task) + +
+          Executes a task in EventThread.
+static booleanisCurrent() + +
+          check if the current thread is EventThread.
+static voidnextTick(Runnable task) + +
+          Executes a task on the next loop in EventThread.
+ + + + + + + +
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+isCurrent

+
+public static boolean isCurrent()
+
+
check if the current thread is EventThread. +

+

+ +
Returns:
true if the current thread is EventThread.
+
+
+
+ +

+exec

+
+public static void exec(Runnable task)
+
+
Executes a task in EventThread. +

+

+
Parameters:
task -
+
+
+
+ +

+nextTick

+
+public static void nextTick(Runnable task)
+
+
Executes a task on the next loop in EventThread. +

+

+
Parameters:
task -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 343a359d..2c7e23a3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index c039edf1..28af0f68 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,13 +2,13 @@ - + Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index a90d49ab..18d95012 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + Socket (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -56,7 +56,7 @@ PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -812,7 +812,7 @@

PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 49a1741b..b4ed51f8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 00b2b13a..b9e14e9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 2dcb3286..5abca06f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + Transport (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -319,22 +319,6 @@

protected abstract  void doOpen() -
-            - - - -protected static void -exec(Runnable task) - -
-            - - - -protected static void -nextTick(Runnable task) -
            @@ -731,28 +715,6 @@

-
- -

-exec

-
-protected static void exec(Runnable task)
-
-
-
-
-
-
- -

-nextTick

-
-protected static void nextTick(Runnable task)
-
-
-
-
-

diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html index d633c78f..de2dd27e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -2,13 +2,13 @@ - + Util (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 7440f627..c72f4287 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html new file mode 100644 index 00000000..7929414a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.github.nkzawa.engineio.client.EventThread

+
+No usage of com.github.nkzawa.engineio.client.EventThread +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 3d3b22b6..4f725899 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html index 1015d4ac..66a5dbf1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 4eddd065..95a5427d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index deee202c..d9bf925c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 2a1f6c94..1529bde3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index c3b36c6c..5680a287 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index 942af461..b48839eb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 45db2173..b0829cd0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -24,6 +24,8 @@ Classes
 
+EventThread +
Socket
Socket.Options diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 1b0dd6f6..4396e153 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -90,6 +90,10 @@

Class Summary +EventThread +The main thread for event loop. + + Socket The socket class for Event.IO Client. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 74a5838f..48bc0e09 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -104,6 +104,9 @@

  • com.github.nkzawa.emitter.Emitter
    • com.github.nkzawa.engineio.client.Socket
    • com.github.nkzawa.engineio.client.Transport
    +
  • java.lang.Thread (implements java.lang.Runnable) +
  • java.lang.Throwable (implements java.io.Serializable)
    • java.lang.Exception
        diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 8e46aa49..917eb242 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index b11440de..90ffb290 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + Polling (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -278,7 +278,7 @@

        Methods inherited from class com.github.nkzawa.engineio.client.Transport -close, exec, nextTick, onClose, onError, onOpen, onPacket, open, send +close, onClose, onError, onOpen, onPacket, open, send   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 35892a57..ebec66f6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index a0a22787..c81ee6cf 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index b9f74e66..c0e5dc92 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -246,7 +246,7 @@

        Methods inherited from class com.github.nkzawa.engineio.client.Transport -close, exec, nextTick, onClose, onError, onOpen, onPacket, open, send +close, onClose, onError, onOpen, onPacket, open, send   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 99e9e203..c6dacd9f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -226,7 +226,7 @@

        Methods inherited from class com.github.nkzawa.engineio.client.Transport -close, exec, nextTick, onData, onError, onOpen, onPacket, open, send +close, onData, onError, onOpen, onPacket, open, send   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index d121f64e..c51975f6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index d0f3e337..dcb28640 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 2088af78..fa232390 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 09d1318d..44fb1dac 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index de872f3b..1b79c774 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 214af1ed..7bb661d9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index bb18b977..21546c23 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 118d8cb8..5d885cfb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 1d047765..62a7e58a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index c4fe1e07..b8d9632e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,13 +2,13 @@ - + HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 2fed9463..57613b14 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + Packet (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 90ef9d24..5553a266 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index c26e7574..25754d4b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + Parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index f5ec6f20..5b84dc3d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 20c70225..337e8bc2 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index ef0cda16..46524ab6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 26d0856d..9bd4b42e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index b0425676..39a039e9 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index f21d1da6..8358cf37 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 5c615b00..796432c8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 477b9bf5..73486b99 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 7eec46d1..8494c3e1 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 80794237..99aa5858 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 08563c2b..c96d085a 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index ae81a4f1..87deacd0 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -79,7 +79,7 @@ -A C D E H L M N O P Q R S T U V W
        +A C D E H I L M N O P Q R S T U V W

        A

        @@ -266,12 +266,12 @@
        EVENT_UPGRADING - Static variable in class com.github.nkzawa.engineio.client.Socket
          -
        evs - +
        EventThread - Class in com.github.nkzawa.engineio.client
        The main thread for event loop.
        evs - Variable in class com.github.nkzawa.engineio.client.Socket.Sockets
          -
        exec(Runnable) - -Static method in class com.github.nkzawa.engineio.client.Transport -
          +
        exec(Runnable) - +Static method in class com.github.nkzawa.engineio.client.EventThread +
        Executes a task in EventThread.

        @@ -294,6 +294,14 @@
         
        +

        +I

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

        L

        @@ -325,9 +333,9 @@
        NAME - Static variable in class com.github.nkzawa.engineio.client.transports.WebSocket
          -
        nextTick(Runnable) - -Static method in class com.github.nkzawa.engineio.client.Transport -
          +
        nextTick(Runnable) - +Static method in class com.github.nkzawa.engineio.client.EventThread +
        Executes a task on the next loop in EventThread.
        NOOP - Static variable in class com.github.nkzawa.engineio.parser.Packet
          @@ -622,7 +630,7 @@
         

        -A C D E H L M N O P Q R S T U V W +A C D E H I L M N O P Q R S T U V W diff --git a/apidocs/index.html b/apidocs/index.html index 296c43f9..74a2c9e4 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + engine.io-client 0.1.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index c5917496..44bc40df 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Mon May 06 21:23:33 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 1161f303..66ba7dc4 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 966964d0..58cf01ad 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -107,7 +107,10 @@

      • com.github.nkzawa.engineio.client.transports.PollingXHR
    • com.github.nkzawa.engineio.client.transports.WebSocket
    -
  • com.github.nkzawa.engineio.parser.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Throwable (implements java.io.Serializable) +
  • com.github.nkzawa.engineio.parser.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Thread (implements java.lang.Runnable) + +
  • java.lang.Throwable (implements java.io.Serializable)
    • java.lang.Exception diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 87049866..4b1eeef2 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) - + From cc1c7f3a84fad62afd0e7c931a18528275c26ed3 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Tue, 7 May 2013 07:27:04 -0700 Subject: [PATCH 06/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 2 +- apidocs/allclasses-noframe.html | 2 +- .../nkzawa/emitter/Emitter.Listener.html | 2 +- .../com/github/nkzawa/emitter/Emitter.html | 30 +++++++++---------- .../emitter/class-use/Emitter.Listener.html | 2 +- .../nkzawa/emitter/class-use/Emitter.html | 2 +- .../github/nkzawa/emitter/package-frame.html | 2 +- .../nkzawa/emitter/package-summary.html | 2 +- .../github/nkzawa/emitter/package-tree.html | 2 +- .../github/nkzawa/emitter/package-use.html | 2 +- .../engineio/client/EngineIOException.html | 2 +- .../nkzawa/engineio/client/EventThread.html | 4 +-- .../engineio/client/Socket.Options.html | 2 +- .../engineio/client/Socket.Sockets.html | 2 +- .../github/nkzawa/engineio/client/Socket.html | 2 +- .../engineio/client/Transport.Options.html | 2 +- .../engineio/client/Transport.ReadyState.html | 2 +- .../nkzawa/engineio/client/Transport.html | 2 +- .../github/nkzawa/engineio/client/Util.html | 2 +- .../client/class-use/EngineIOException.html | 2 +- .../client/class-use/EventThread.html | 2 +- .../client/class-use/Socket.Options.html | 2 +- .../client/class-use/Socket.Sockets.html | 2 +- .../engineio/client/class-use/Socket.html | 2 +- .../client/class-use/Transport.Options.html | 2 +- .../class-use/Transport.ReadyState.html | 2 +- .../engineio/client/class-use/Transport.html | 2 +- .../engineio/client/class-use/Util.html | 2 +- .../nkzawa/engineio/client/package-frame.html | 2 +- .../engineio/client/package-summary.html | 4 +-- .../nkzawa/engineio/client/package-tree.html | 2 +- .../nkzawa/engineio/client/package-use.html | 2 +- .../engineio/client/transports/Polling.html | 2 +- .../PollingXHR.Request.Options.html | 2 +- .../client/transports/PollingXHR.Request.html | 2 +- .../client/transports/PollingXHR.html | 2 +- .../engineio/client/transports/WebSocket.html | 2 +- .../client/transports/class-use/Polling.html | 2 +- .../class-use/PollingXHR.Request.Options.html | 2 +- .../class-use/PollingXHR.Request.html | 2 +- .../transports/class-use/PollingXHR.html | 2 +- .../transports/class-use/WebSocket.html | 2 +- .../client/transports/package-frame.html | 2 +- .../client/transports/package-summary.html | 2 +- .../client/transports/package-tree.html | 2 +- .../client/transports/package-use.html | 2 +- .../nkzawa/engineio/parser/HandshakeData.html | 2 +- .../github/nkzawa/engineio/parser/Packet.html | 2 +- .../parser/Parser.DecodePayloadCallback.html | 2 +- .../github/nkzawa/engineio/parser/Parser.html | 2 +- .../parser/class-use/HandshakeData.html | 2 +- .../engineio/parser/class-use/Packet.html | 2 +- .../Parser.DecodePayloadCallback.html | 2 +- .../engineio/parser/class-use/Parser.html | 2 +- .../nkzawa/engineio/parser/package-frame.html | 2 +- .../engineio/parser/package-summary.html | 2 +- .../nkzawa/engineio/parser/package-tree.html | 2 +- .../nkzawa/engineio/parser/package-use.html | 2 +- apidocs/constant-values.html | 2 +- apidocs/deprecated-list.html | 2 +- apidocs/help-doc.html | 2 +- apidocs/index-all.html | 4 +-- apidocs/index.html | 2 +- apidocs/overview-frame.html | 2 +- apidocs/overview-summary.html | 2 +- apidocs/overview-tree.html | 2 +- apidocs/serialized-form.html | 2 +- 67 files changed, 84 insertions(+), 84 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 62a8ba76..802ce41c 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 80558803..0668951f 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> All Classes (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 8f10ef6e..d4a159f9 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:12 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index c7f65918..ef4fddb3 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:12 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Emitter (engine.io-client 0.1.0-SNAPSHOT API) @@ -274,7 +274,7 @@ <H2> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>event</CODE> - event name.<DD><CODE>fn</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -288,8 +288,8 @@ <H2> <DD>Adds a one time listener for the event. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - <DD><CODE>fn</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name.<DD><CODE>fn</CODE> - +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -303,7 +303,7 @@ <H2> <P> <DD><DL> -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -316,8 +316,8 @@ <H2> <DD>Removes all listeners of the specified event. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name. +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -331,8 +331,8 @@ <H2> <DD>Removes the listener. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - <DD><CODE>fn</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name.<DD><CODE>fn</CODE> - +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -346,8 +346,8 @@ <H2> <DD>Executes each of listeners with the given args. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - <DD><CODE>args</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name.<DD><CODE>args</CODE> - +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -360,8 +360,8 @@ <H2> <DD>Returns a list of listeners for the specified event. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name. +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <HR> @@ -374,8 +374,8 @@ <H2> <DD>Check if this emitter has listeners for the specified event. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>event</CODE> - -<DT><B>Returns:</B><DD>a reference to to this object.</DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - an event name. +<DT><B>Returns:</B><DD>a reference to this object.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 0f48802c..722f2ad6 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 12ff513f..c292f73c 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index a665503c..6f2a73f6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 484c1f3a..37a35387 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 2adf0513..fbd16353 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index f8955d4b..d361ffcf 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index c4907f49..0ee18ea7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:12 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index 2574daf2..3fdd18ce 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:12 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> EventThread (engine.io-client 0.1.0-SNAPSHOT API) @@ -106,7 +106,7 @@ <H2> </PRE> <P> -The main thread for event loop. +The thread for event loop. All non-background tasks run within this thread. <P> <P> diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 2c7e23a3..dbdc39ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index 28af0f68..6fe3e61d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 18d95012..0f368cea 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:12 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Socket (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index b4ed51f8..f9a1f15f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index b9e14e9b..b947ab12 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 5abca06f..04689342 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html index de2dd27e..d6b3f723 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Util (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index c72f4287..20641c79 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html index 7929414a..28589afb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 4f725899..c2b943a8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html index 66a5dbf1..f99c3ca1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 95a5427d..faa883e8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index d9bf925c..d1dea819 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 1529bde3..5da23a9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 5680a287..cd2553ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index b48839eb..94d6eaab 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index b0829cd0..19e859c9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 4396e153..664e6ef3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) @@ -91,7 +91,7 @@ <H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../com/github/nkzawa/engineio/client/EventThread.html" title="class in com.github.nkzawa.engineio.client">EventThread</A></B></TD> -<TD>The main thread for event loop.</TD> +<TD>The thread for event loop.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../com/github/nkzawa/engineio/client/Socket.html" title="class in com.github.nkzawa.engineio.client">Socket</A></B></TD> diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 48bc0e09..b89d5cda 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 917eb242..63343bce 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 90ffb290..6f1526dc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Polling (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index ebec66f6..ebfdaf3f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index c81ee6cf..56b10502 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index c0e5dc92..c5f2fedc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index c6dacd9f..54cb9ca3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> WebSocket (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index c51975f6..f5eb9996 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index dcb28640..58e1b6c0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index fa232390..0292e5ba 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 44fb1dac..fa105934 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 1b79c774..316a75ed 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 7bb661d9..d26cd3ad 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 21546c23..2554a4cb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 5d885cfb..7adcc6db 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 62a7e58a..8b531fce 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index b8d9632e..c38d5bc7 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 57613b14..7ddfc465 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Packet (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 5553a266..c0696b3a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 25754d4b..3c1c0d8a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Parser (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index 5b84dc3d..8a2c2407 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 337e8bc2..7655ad76 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 46524ab6..d8b9fb1b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 9bd4b42e..d4e8fbb0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 39a039e9..d242fac6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 8358cf37..58426d05 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 796432c8..68302b5d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 73486b99..d1bcfd04 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 8494c3e1..7c5f4b70 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 99aa5858..07471929 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index c96d085a..02de52bb 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> API Help (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 87deacd0..6162aec5 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Index (engine.io-client 0.1.0-SNAPSHOT API) @@ -266,7 +266,7 @@ <DT><A HREF="./com/github/nkzawa/engineio/client/Socket.html#EVENT_UPGRADING"><B>EVENT_UPGRADING</B></A> - Static variable in class com.github.nkzawa.engineio.client.<A HREF="./com/github/nkzawa/engineio/client/Socket.html" title="class in com.github.nkzawa.engineio.client">Socket</A> <DD>  -<DT><A HREF="./com/github/nkzawa/engineio/client/EventThread.html" title="class in com.github.nkzawa.engineio.client"><B>EventThread</B></A> - Class in <A HREF="./com/github/nkzawa/engineio/client/package-summary.html">com.github.nkzawa.engineio.client</A><DD>The main thread for event loop.<DT><A HREF="./com/github/nkzawa/engineio/client/Socket.Sockets.html#evs"><B>evs</B></A> - +<DT><A HREF="./com/github/nkzawa/engineio/client/EventThread.html" title="class in com.github.nkzawa.engineio.client"><B>EventThread</B></A> - Class in <A HREF="./com/github/nkzawa/engineio/client/package-summary.html">com.github.nkzawa.engineio.client</A><DD>The thread for event loop.<DT><A HREF="./com/github/nkzawa/engineio/client/Socket.Sockets.html#evs"><B>evs</B></A> - Variable in class com.github.nkzawa.engineio.client.<A HREF="./com/github/nkzawa/engineio/client/Socket.Sockets.html" title="class in com.github.nkzawa.engineio.client">Socket.Sockets</A> <DD>  <DT><A HREF="./com/github/nkzawa/engineio/client/EventThread.html#exec(java.lang.Runnable)"><B>exec(Runnable)</B></A> - diff --git a/apidocs/index.html b/apidocs/index.html index 74a2c9e4..a44e41ca 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc on Tue May 07 00:11:15 JST 2013--> +<!-- Generated by javadoc on Tue May 07 23:26:14 JST 2013--> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> engine.io-client 0.1.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 44bc40df..16ed985a 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 66ba7dc4..fe850f80 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 58cf01ad..a589ac30 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:15 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 4b1eeef2..6652e725 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 00:11:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) From 8ff3fff780d750c0095489b9a8032868ce0660a5 Mon Sep 17 00:00:00 2001 From: nkzawa <naoyuki.kanezawa@gmail.com> Date: Wed, 8 May 2013 10:21:57 -0700 Subject: [PATCH 07/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 4 ++-- apidocs/allclasses-noframe.html | 4 ++-- .../nkzawa/emitter/Emitter.Listener.html | 4 ++-- .../com/github/nkzawa/emitter/Emitter.html | 4 ++-- .../emitter/class-use/Emitter.Listener.html | 4 ++-- .../nkzawa/emitter/class-use/Emitter.html | 4 ++-- .../github/nkzawa/emitter/package-frame.html | 4 ++-- .../nkzawa/emitter/package-summary.html | 4 ++-- .../github/nkzawa/emitter/package-tree.html | 4 ++-- .../github/nkzawa/emitter/package-use.html | 4 ++-- .../engineio/client/EngineIOException.html | 4 ++-- .../nkzawa/engineio/client/EventThread.html | 4 ++-- .../engineio/client/Socket.Options.html | 6 ++--- .../engineio/client/Socket.Sockets.html | 4 ++-- .../github/nkzawa/engineio/client/Socket.html | 4 ++-- .../engineio/client/Transport.Options.html | 24 +++++++++++++++++-- .../engineio/client/Transport.ReadyState.html | 4 ++-- .../nkzawa/engineio/client/Transport.html | 4 ++-- .../github/nkzawa/engineio/client/Util.html | 4 ++-- .../client/class-use/EngineIOException.html | 4 ++-- .../client/class-use/EventThread.html | 4 ++-- .../client/class-use/Socket.Options.html | 4 ++-- .../client/class-use/Socket.Sockets.html | 4 ++-- .../engineio/client/class-use/Socket.html | 4 ++-- .../client/class-use/Transport.Options.html | 4 ++-- .../class-use/Transport.ReadyState.html | 4 ++-- .../engineio/client/class-use/Transport.html | 4 ++-- .../engineio/client/class-use/Util.html | 4 ++-- .../nkzawa/engineio/client/package-frame.html | 4 ++-- .../engineio/client/package-summary.html | 4 ++-- .../nkzawa/engineio/client/package-tree.html | 4 ++-- .../nkzawa/engineio/client/package-use.html | 4 ++-- .../engineio/client/transports/Polling.html | 4 ++-- .../PollingXHR.Request.Options.html | 22 +++++++++++++++-- .../client/transports/PollingXHR.Request.html | 4 ++-- .../client/transports/PollingXHR.html | 4 ++-- .../engineio/client/transports/WebSocket.html | 4 ++-- .../client/transports/class-use/Polling.html | 4 ++-- .../class-use/PollingXHR.Request.Options.html | 4 ++-- .../class-use/PollingXHR.Request.html | 4 ++-- .../transports/class-use/PollingXHR.html | 4 ++-- .../transports/class-use/WebSocket.html | 4 ++-- .../client/transports/package-frame.html | 4 ++-- .../client/transports/package-summary.html | 4 ++-- .../client/transports/package-tree.html | 4 ++-- .../client/transports/package-use.html | 4 ++-- .../nkzawa/engineio/parser/HandshakeData.html | 4 ++-- .../github/nkzawa/engineio/parser/Packet.html | 4 ++-- .../parser/Parser.DecodePayloadCallback.html | 4 ++-- .../github/nkzawa/engineio/parser/Parser.html | 4 ++-- .../parser/class-use/HandshakeData.html | 4 ++-- .../engineio/parser/class-use/Packet.html | 4 ++-- .../Parser.DecodePayloadCallback.html | 4 ++-- .../engineio/parser/class-use/Parser.html | 4 ++-- .../nkzawa/engineio/parser/package-frame.html | 4 ++-- .../engineio/parser/package-summary.html | 4 ++-- .../nkzawa/engineio/parser/package-tree.html | 4 ++-- .../nkzawa/engineio/parser/package-use.html | 4 ++-- apidocs/constant-values.html | 4 ++-- apidocs/deprecated-list.html | 4 ++-- apidocs/help-doc.html | 4 ++-- apidocs/index-all.html | 12 +++++++--- apidocs/index.html | 2 +- apidocs/overview-frame.html | 4 ++-- apidocs/overview-summary.html | 4 ++-- apidocs/overview-tree.html | 4 ++-- apidocs/serialized-form.html | 4 ++-- 67 files changed, 179 insertions(+), 135 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 802ce41c..bc4a319d 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:14 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_45) on Thu May 09 02:21:24 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 0668951f..d7c7be16 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index d4a159f9..66cb15a7 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index ef4fddb3..93e12f8a 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 722f2ad6..83dc9bfc 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index c292f73c..8921a668 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 6f2a73f6..0fc8978a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 37a35387..11e2cbb8 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index fbd16353..ef91576a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index d361ffcf..6b87898f 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 0ee18ea7..6695cfe1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index 3fdd18ce..8105869e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,13 +2,13 @@ - + EventThread (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index dbdc39ef..24dbbb3b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -156,7 +156,7 @@

      Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options -hostname, path, policyPort, port, secure, timestampParam, timestampRequests +cookie, hostname, path, policyPort, port, secure, timestampParam, timestampRequests   diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index 6fe3e61d..1b3701dc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,13 +2,13 @@ - + Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 0f368cea..8b26b269 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + Socket (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index f9a1f15f..17cca1b5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -122,6 +122,14 @@

       String +cookie + +
      +          Cookie value for handshake. + + + + String hostname
      @@ -232,6 +240,18 @@

      +

      +cookie

      +
      +public String cookie
      +
      +
      Cookie value for handshake. +

      +

      +
      +
      +
      +

      hostname

      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      index b947ab12..6e7eb6ec 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html
      index 04689342..b2079150 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Transport (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html
      index d6b3f723..eda47482 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Util.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Util (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      index 20641c79..5931c28e 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      index 28589afb..602110cc 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      index c2b943a8..cbd21de7 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      index f99c3ca1..a6dac941 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      index faa883e8..269c6d04 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      index d1dea819..ddce5166 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      index 5da23a9b..7641cd55 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      index cd2553ef..04a22b83 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      index 94d6eaab..3f6fb69a 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      index 19e859c9..78809342 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      index 664e6ef3..bbff0392 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      index b89d5cda..1213cbcd 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html
      index 63343bce..72007ce5 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      index 6f1526dc..bea169b7 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Polling (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      index ebfdaf3f..de4565be 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      @@ -119,6 +119,14 @@ 

       String +cookie + +
      +            + + + + String data
      @@ -217,6 +225,16 @@

      +
      + +

      +cookie

      +
      +public String cookie
      +
      +
      +
      +
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 56b10502..8e5418d3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index c5f2fedc..32477bc5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 54cb9ca3..0621db76 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index f5eb9996..603e1c9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 58e1b6c0..ae8ed1ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 0292e5ba..7e9b7c2b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index fa105934..0740431f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 316a75ed..514b369a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index d26cd3ad..433d0579 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 2554a4cb..58de2e49 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 7adcc6db..dec9c4e9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 8b531fce..60dff048 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index c38d5bc7..d4dbf5b0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,13 +2,13 @@ - + HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 7ddfc465..fcfef699 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + Packet (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index c0696b3a..d88b8103 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 3c1c0d8a..a556df6d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + Parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index 8a2c2407..eb9daf7e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 7655ad76..c220b394 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index d8b9fb1b..d488dc15 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index d4e8fbb0..e160fc37 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index d242fac6..24a6663f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 58426d05..bbdec192 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 68302b5d..edeea76c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index d1bcfd04..c8155471 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 7c5f4b70..11e8c8b6 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 07471929..29d14d74 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 02de52bb..df8eb21f 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 6162aec5..18071b6d 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -106,7 +106,13 @@
      CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
        -
      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
       
      create() - +
      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
       
      cookie - +Variable in class com.github.nkzawa.engineio.client.Transport.Options +
      Cookie value for handshake. +
      cookie - +Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options +
        +
      create() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
        diff --git a/apidocs/index.html b/apidocs/index.html index a44e41ca..15eb73fc 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + engine.io-client 0.1.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 16ed985a..6f0ca076 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Tue May 07 23:26:13 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_45) on Thu May 09 02:21:23 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index fe850f80..e09a2176 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index a589ac30..aebb4c85 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 6652e725..b33d8c19 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) - + From 0758c36a78d8b0c521d3c0083f68cf819901cf94 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Thu, 6 Jun 2013 14:52:18 -0700 Subject: [PATCH 08/41] Creating site for 0.1.0-SNAPSHOT --- apidocs/allclasses-frame.html | 4 +-- apidocs/allclasses-noframe.html | 4 +-- .../nkzawa/emitter/Emitter.Listener.html | 4 +-- .../com/github/nkzawa/emitter/Emitter.html | 4 +-- .../emitter/class-use/Emitter.Listener.html | 4 +-- .../nkzawa/emitter/class-use/Emitter.html | 4 +-- .../github/nkzawa/emitter/package-frame.html | 4 +-- .../nkzawa/emitter/package-summary.html | 4 +-- .../github/nkzawa/emitter/package-tree.html | 4 +-- .../github/nkzawa/emitter/package-use.html | 4 +-- .../engineio/client/EngineIOException.html | 4 +-- .../nkzawa/engineio/client/EventThread.html | 4 +-- .../engineio/client/Socket.Options.html | 4 +-- .../engineio/client/Socket.Sockets.html | 4 +-- .../github/nkzawa/engineio/client/Socket.html | 25 +++++++++++++++++-- .../engineio/client/Transport.Options.html | 4 +-- .../engineio/client/Transport.ReadyState.html | 4 +-- .../nkzawa/engineio/client/Transport.html | 4 +-- .../github/nkzawa/engineio/client/Util.html | 4 +-- .../client/class-use/EngineIOException.html | 4 +-- .../client/class-use/EventThread.html | 4 +-- .../client/class-use/Socket.Options.html | 4 +-- .../client/class-use/Socket.Sockets.html | 4 +-- .../engineio/client/class-use/Socket.html | 4 +-- .../client/class-use/Transport.Options.html | 4 +-- .../class-use/Transport.ReadyState.html | 4 +-- .../engineio/client/class-use/Transport.html | 4 +-- .../engineio/client/class-use/Util.html | 4 +-- .../nkzawa/engineio/client/package-frame.html | 4 +-- .../engineio/client/package-summary.html | 4 +-- .../nkzawa/engineio/client/package-tree.html | 4 +-- .../nkzawa/engineio/client/package-use.html | 4 +-- .../engineio/client/transports/Polling.html | 4 +-- .../PollingXHR.Request.Options.html | 4 +-- .../client/transports/PollingXHR.Request.html | 4 +-- .../client/transports/PollingXHR.html | 4 +-- .../engineio/client/transports/WebSocket.html | 4 +-- .../client/transports/class-use/Polling.html | 4 +-- .../class-use/PollingXHR.Request.Options.html | 4 +-- .../class-use/PollingXHR.Request.html | 4 +-- .../transports/class-use/PollingXHR.html | 4 +-- .../transports/class-use/WebSocket.html | 4 +-- .../client/transports/package-frame.html | 4 +-- .../client/transports/package-summary.html | 4 +-- .../client/transports/package-tree.html | 4 +-- .../client/transports/package-use.html | 4 +-- .../nkzawa/engineio/parser/HandshakeData.html | 4 +-- .../github/nkzawa/engineio/parser/Packet.html | 4 +-- .../parser/Parser.DecodePayloadCallback.html | 4 +-- .../github/nkzawa/engineio/parser/Parser.html | 4 +-- .../parser/class-use/HandshakeData.html | 4 +-- .../engineio/parser/class-use/Packet.html | 4 +-- .../Parser.DecodePayloadCallback.html | 4 +-- .../engineio/parser/class-use/Parser.html | 4 +-- .../nkzawa/engineio/parser/package-frame.html | 4 +-- .../engineio/parser/package-summary.html | 4 +-- .../nkzawa/engineio/parser/package-tree.html | 4 +-- .../nkzawa/engineio/parser/package-use.html | 4 +-- apidocs/constant-values.html | 4 +-- apidocs/deprecated-list.html | 4 +-- apidocs/help-doc.html | 4 +-- apidocs/index-all.html | 7 ++++-- apidocs/index.html | 2 +- apidocs/overview-frame.html | 4 +-- apidocs/overview-summary.html | 4 +-- apidocs/overview-tree.html | 4 +-- apidocs/serialized-form.html | 4 +-- 67 files changed, 157 insertions(+), 133 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index bc4a319d..1a28cc77 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index d7c7be16..c2b8744f 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 66cb15a7..f67ac28e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 93e12f8a..c48cdbe3 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 83dc9bfc..991e0f5d 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 8921a668..481896a7 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 0fc8978a..ed9b832d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 11e2cbb8..92577ee4 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index ef91576a..96abaf86 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 6b87898f..2acc9c9d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 6695cfe1..f55ef19b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index 8105869e..db17dbac 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,13 +2,13 @@ - + EventThread (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 24dbbb3b..e0d244b8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index 1b3701dc..af552a6b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,13 +2,13 @@ - + Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 8b26b269..79ef805c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + Socket (engine.io-client 0.1.0-SNAPSHOT API) - + @@ -370,6 +370,14 @@

       void +ping() + +
      +          Sends a ping packet + + + + void send(String msg)
      @@ -686,6 +694,19 @@


      +

      +ping

      +
      +public void ping()
      +
      +
      Sends a ping packet +

      +

      +
      +
      +
      +
      +

      write

      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
      index 17cca1b5..06b4722b 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Transport.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      index 6e7eb6ec..84917434 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html
      index b2079150..ef60ade9 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Transport (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html
      index eda47482..4d655edb 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/Util.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Util (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      index 5931c28e..d7529570 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      index 602110cc..1ccc06d8 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      index cbd21de7..c6aa01ed 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      index a6dac941..86cf281a 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      index 269c6d04..dbf109cd 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      index ddce5166..4b5d3444 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      index 7641cd55..89f4afc0 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      index 04a22b83..1fcf69f9 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      index 3f6fb69a..bbfcbe5f 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      index 78809342..8d8fc8ed 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      index bbff0392..b8b28395 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      index 1213cbcd..6d0b8f56 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html
      index 72007ce5..7667b7c9 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      index bea169b7..75f8af9d 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Polling (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      index de4565be..76bc46e7 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html
      index 8e5418d3..4b981498 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html
      index 32477bc5..edf8915c 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       PollingXHR (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html
      index 0621db76..2a7abdbf 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       WebSocket (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html
      index 603e1c9b..f35f0cf7 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html
      index ae8ed1ef..21333595 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html
      index 7e9b7c2b..07ab14b3 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html
      index 0740431f..e6ef753c 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html
      index 514b369a..ceb30ad8 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html
      index 433d0579..f78ff5a2 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html
      index 58de2e49..d696685c 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html
      index dec9c4e9..c5bf402c 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html
      index 60dff048..514d65f8 100644
      --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html
      +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html
      index d4dbf5b0..5cd2a98e 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       HandshakeData (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html
      index fcfef699..3a4573b8 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Packet (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html
      index d88b8103..d15bfe19 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html
      index a556df6d..bb325439 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Parser (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html
      index eb9daf7e..5a1163c1 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html
      index c220b394..f562299f 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html
      index d488dc15..25acafe6 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html
      index e160fc37..0f9a352d 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html
      index 24a6663f..3d8ee646 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html
      index bbdec192..a9a42a54 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html
      index edeea76c..ac89fd17 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html
      index c8155471..fb44efc8 100644
      --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html
      +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
      index 11e8c8b6..acca5caa 100644
      --- a/apidocs/constant-values.html
      +++ b/apidocs/constant-values.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
      index 29d14d74..60d7f8b6 100644
      --- a/apidocs/deprecated-list.html
      +++ b/apidocs/deprecated-list.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Deprecated List (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
      index df8eb21f..86b1d412 100644
      --- a/apidocs/help-doc.html
      +++ b/apidocs/help-doc.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       API Help (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      diff --git a/apidocs/index-all.html b/apidocs/index-all.html
      index 18071b6d..eb8d04f5 100644
      --- a/apidocs/index-all.html
      +++ b/apidocs/index-all.html
      @@ -2,13 +2,13 @@
       
       
       
      -
      +
       
       
       Index (engine.io-client 0.1.0-SNAPSHOT API)
       
       
      -
      +
       
       
       
      @@ -424,6 +424,9 @@
       
      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
        diff --git a/apidocs/index.html b/apidocs/index.html index 15eb73fc..cec2a97e 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + engine.io-client 0.1.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 6f0ca076..64025b32 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_45) on Thu May 09 02:21:23 JST 2013 --> +<!-- Generated by javadoc (build 1.6.0_45) on Fri Jun 07 06:50:55 JST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index e09a2176..5febeed6 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index aebb4c85..a5e6b43f 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) - + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index b33d8c19..dc5c2091 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) - + From 8847a6fc89a0e154a72c74eadf12f38f66cace66 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Fri, 21 Jun 2013 21:41:18 -0700 Subject: [PATCH 09/41] Creating site for 0.1.1-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++-- apidocs/allclasses-noframe.html | 6 ++-- .../nkzawa/emitter/Emitter.Listener.html | 8 ++--- .../com/github/nkzawa/emitter/Emitter.html | 8 ++--- .../emitter/class-use/Emitter.Listener.html | 8 ++--- .../nkzawa/emitter/class-use/Emitter.html | 8 ++--- .../github/nkzawa/emitter/package-frame.html | 6 ++-- .../nkzawa/emitter/package-summary.html | 8 ++--- .../github/nkzawa/emitter/package-tree.html | 8 ++--- .../github/nkzawa/emitter/package-use.html | 8 ++--- .../engineio/client/EngineIOException.html | 8 ++--- .../nkzawa/engineio/client/EventThread.html | 8 ++--- .../engineio/client/Socket.Options.html | 8 ++--- .../engineio/client/Socket.Sockets.html | 8 ++--- .../github/nkzawa/engineio/client/Socket.html | 31 +++++++++++++++---- .../engineio/client/Transport.Options.html | 8 ++--- .../engineio/client/Transport.ReadyState.html | 8 ++--- .../nkzawa/engineio/client/Transport.html | 8 ++--- .../github/nkzawa/engineio/client/Util.html | 8 ++--- .../client/class-use/EngineIOException.html | 8 ++--- .../client/class-use/EventThread.html | 8 ++--- .../client/class-use/Socket.Options.html | 8 ++--- .../client/class-use/Socket.Sockets.html | 8 ++--- .../engineio/client/class-use/Socket.html | 8 ++--- .../client/class-use/Transport.Options.html | 8 ++--- .../class-use/Transport.ReadyState.html | 8 ++--- .../engineio/client/class-use/Transport.html | 8 ++--- .../engineio/client/class-use/Util.html | 8 ++--- .../nkzawa/engineio/client/package-frame.html | 6 ++-- .../engineio/client/package-summary.html | 8 ++--- .../nkzawa/engineio/client/package-tree.html | 8 ++--- .../nkzawa/engineio/client/package-use.html | 8 ++--- .../engineio/client/transports/Polling.html | 8 ++--- .../PollingXHR.Request.Options.html | 8 ++--- .../client/transports/PollingXHR.Request.html | 8 ++--- .../client/transports/PollingXHR.html | 8 ++--- .../engineio/client/transports/WebSocket.html | 8 ++--- .../client/transports/class-use/Polling.html | 8 ++--- .../class-use/PollingXHR.Request.Options.html | 8 ++--- .../class-use/PollingXHR.Request.html | 8 ++--- .../transports/class-use/PollingXHR.html | 8 ++--- .../transports/class-use/WebSocket.html | 8 ++--- .../client/transports/package-frame.html | 6 ++-- .../client/transports/package-summary.html | 8 ++--- .../client/transports/package-tree.html | 8 ++--- .../client/transports/package-use.html | 8 ++--- .../nkzawa/engineio/parser/HandshakeData.html | 8 ++--- .../github/nkzawa/engineio/parser/Packet.html | 8 ++--- .../parser/Parser.DecodePayloadCallback.html | 8 ++--- .../github/nkzawa/engineio/parser/Parser.html | 8 ++--- .../parser/class-use/HandshakeData.html | 8 ++--- .../engineio/parser/class-use/Packet.html | 8 ++--- .../Parser.DecodePayloadCallback.html | 8 ++--- .../engineio/parser/class-use/Parser.html | 8 ++--- .../nkzawa/engineio/parser/package-frame.html | 6 ++-- .../engineio/parser/package-summary.html | 8 ++--- .../nkzawa/engineio/parser/package-tree.html | 8 ++--- .../nkzawa/engineio/parser/package-use.html | 8 ++--- apidocs/constant-values.html | 8 ++--- apidocs/deprecated-list.html | 8 ++--- apidocs/help-doc.html | 8 ++--- apidocs/index-all.html | 13 +++++--- apidocs/index.html | 4 +-- apidocs/overview-frame.html | 6 ++-- apidocs/overview-summary.html | 10 +++--- apidocs/overview-tree.html | 8 ++--- apidocs/serialized-form.html | 8 ++--- 67 files changed, 285 insertions(+), 263 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 1a28cc77..ad31a596 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.0-SNAPSHOT API) +All Classes (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index c2b8744f..c887ddd4 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.0-SNAPSHOT API) +All Classes (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index f67ac28e..a06629b6 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index c48cdbe3..a12ce552 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.1.0-SNAPSHOT API) +Emitter (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 991e0f5d..bde23f2c 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 481896a7..d18191ac 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index ed9b832d..332be16b 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 92577ee4..fc31a549 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 96abaf86..38c3eaba 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 2acc9c9d..bab73c88 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index f55ef19b..8d130ac7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) +EngineIOException (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index db17dbac..418ce02b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.1.0-SNAPSHOT API) +EventThread (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index e0d244b8..1727561a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) +Socket.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index af552a6b..ebedc3da 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,13 +2,13 @@ - + -Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) +Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 79ef805c..e2837e85 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.1.0-SNAPSHOT API) +Socket (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.1.1-SNAPSHOT API)"; } } @@ -340,6 +340,14 @@

      abstract  void onclose() +
      +            + + + +abstract  void +onerror(Exception err) +
                  @@ -373,7 +381,7 @@

      ping()
      -          Sends a ping packet +          Sends a ping packet. @@ -699,7 +707,7 @@

       public void ping()
      -
      Sends a ping packet +
      Sends a ping packet.

      @@ -802,6 +810,17 @@

      +
      + +

      +onerror

      +
      +public abstract void onerror(Exception err)
      +
      +
      +
      +
      +

      diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 06b4722b..919f9f3d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) +Transport.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 84917434..60a0106e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index ef60ade9..ef586d18 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.1.0-SNAPSHOT API) +Transport (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html index 4d655edb..1c22763a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -2,13 +2,13 @@ - + -Util (engine.io-client 0.1.0-SNAPSHOT API) +Util (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Util (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Util (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index d7529570..eda10004 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html index 1ccc06d8..7661016c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index c6aa01ed..9b479339 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html index 86cf281a..a4194d62 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index dbf109cd..2f1d775d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 4b5d3444..f0cd3d04 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 89f4afc0..fa14e1bd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 1fcf69f9..cfbce7d9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index bbfcbe5f..726cfa74 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 8d8fc8ed..f1ea174e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index b8b28395..afa78953 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 6d0b8f56..649d029c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 7667b7c9..1d16cd06 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 75f8af9d..6e413b32 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.1.0-SNAPSHOT API) +Polling (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 76bc46e7..72b3d4eb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 4b981498..68750262 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index edf8915c..8db0ce7f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) +PollingXHR (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 2a7abdbf..9ad20bf0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.1.0-SNAPSHOT API) +WebSocket (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index f35f0cf7..6146c7e8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 21333595..5a5a5412 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 07ab14b3..e817ec6a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index e6ef753c..bfb955ea 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index ceb30ad8..dd0e0cca 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index f78ff5a2..d01efc7b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index d696685c..6039f6b4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index c5bf402c..22eb9e38 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 514d65f8..1887cc9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index 5cd2a98e..d22fa208 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) +HandshakeData (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 3a4573b8..99855761 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.1.0-SNAPSHOT API) +Packet (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index d15bfe19..3ec6c9df 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index bb325439..b64b8fcb 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.1.0-SNAPSHOT API) +Parser (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index 5a1163c1..0f72dca4 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index f562299f..bc25f77a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 25acafe6..04ebdc4f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 0f9a352d..6cf3c3bb 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 3d8ee646..d6bb4754 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index a9a42a54..8ede06f3 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index ac89fd17..ca97b85c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index fb44efc8..c15e5570 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index acca5caa..9637b81d 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API) +Constant Field Values (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 60d7f8b6..d447cb1e 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.1.0-SNAPSHOT API) +Deprecated List (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 86b1d412..c025b8b6 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.1.0-SNAPSHOT API) +API Help (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index eb8d04f5..84fe6ba8 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.1.0-SNAPSHOT API) +Index (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.1.1-SNAPSHOT API)"; } } @@ -380,6 +380,9 @@
      onData(String) - Method in class com.github.nkzawa.engineio.client.transports.Polling
        +
      onerror(Exception) - +Method in class com.github.nkzawa.engineio.client.Socket +
       
      onError(String, Exception) - Method in class com.github.nkzawa.engineio.client.Transport
        @@ -426,7 +429,7 @@
       
      ping() - Method in class com.github.nkzawa.engineio.client.Socket -
      Sends a ping packet +
      Sends a ping packet.
      PING - Static variable in class com.github.nkzawa.engineio.parser.Packet
        diff --git a/apidocs/index.html b/apidocs/index.html index cec2a97e..7ff75006 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.1.0-SNAPSHOT API +engine.io-client 0.1.1-SNAPSHOT API @@ -82,7 +82,7 @@

      -engine.io-client 0.1.0-SNAPSHOT API +engine.io-client 0.1.1-SNAPSHOT API

      diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index a5e6b43f..9ec381fa 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; } } diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index dc5c2091..8921c436 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.1.0-SNAPSHOT API) +Serialized Form (engine.io-client 0.1.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.1.0-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.1.1-SNAPSHOT API)"; } } From ccc00b87b27f332c0363ec6a689bbcb4dc7e17d2 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sat, 24 Aug 2013 09:23:55 -0700 Subject: [PATCH 10/41] Creating site for 0.1.2-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++--- apidocs/allclasses-noframe.html | 6 ++--- .../nkzawa/emitter/Emitter.Listener.html | 8 +++--- .../com/github/nkzawa/emitter/Emitter.html | 8 +++--- .../emitter/class-use/Emitter.Listener.html | 8 +++--- .../nkzawa/emitter/class-use/Emitter.html | 8 +++--- .../github/nkzawa/emitter/package-frame.html | 6 ++--- .../nkzawa/emitter/package-summary.html | 8 +++--- .../github/nkzawa/emitter/package-tree.html | 8 +++--- .../github/nkzawa/emitter/package-use.html | 8 +++--- .../engineio/client/EngineIOException.html | 8 +++--- .../nkzawa/engineio/client/EventThread.html | 8 +++--- .../engineio/client/Socket.Options.html | 8 +++--- .../engineio/client/Socket.Sockets.html | 8 +++--- .../github/nkzawa/engineio/client/Socket.html | 8 +++--- .../engineio/client/Transport.Options.html | 8 +++--- .../engineio/client/Transport.ReadyState.html | 8 +++--- .../nkzawa/engineio/client/Transport.html | 8 +++--- .../github/nkzawa/engineio/client/Util.html | 8 +++--- .../client/class-use/EngineIOException.html | 8 +++--- .../client/class-use/EventThread.html | 8 +++--- .../client/class-use/Socket.Options.html | 8 +++--- .../client/class-use/Socket.Sockets.html | 8 +++--- .../engineio/client/class-use/Socket.html | 8 +++--- .../client/class-use/Transport.Options.html | 8 +++--- .../class-use/Transport.ReadyState.html | 8 +++--- .../engineio/client/class-use/Transport.html | 8 +++--- .../engineio/client/class-use/Util.html | 8 +++--- .../nkzawa/engineio/client/package-frame.html | 6 ++--- .../engineio/client/package-summary.html | 8 +++--- .../nkzawa/engineio/client/package-tree.html | 8 +++--- .../nkzawa/engineio/client/package-use.html | 8 +++--- .../engineio/client/transports/Polling.html | 8 +++--- .../PollingXHR.Request.Options.html | 8 +++--- .../client/transports/PollingXHR.Request.html | 8 +++--- .../client/transports/PollingXHR.html | 8 +++--- .../engineio/client/transports/WebSocket.html | 27 ++++++++++++++++--- .../client/transports/class-use/Polling.html | 8 +++--- .../class-use/PollingXHR.Request.Options.html | 8 +++--- .../class-use/PollingXHR.Request.html | 8 +++--- .../transports/class-use/PollingXHR.html | 8 +++--- .../transports/class-use/WebSocket.html | 8 +++--- .../client/transports/package-frame.html | 6 ++--- .../client/transports/package-summary.html | 8 +++--- .../client/transports/package-tree.html | 8 +++--- .../client/transports/package-use.html | 8 +++--- .../nkzawa/engineio/parser/HandshakeData.html | 8 +++--- .../github/nkzawa/engineio/parser/Packet.html | 8 +++--- .../parser/Parser.DecodePayloadCallback.html | 8 +++--- .../github/nkzawa/engineio/parser/Parser.html | 8 +++--- .../parser/class-use/HandshakeData.html | 8 +++--- .../engineio/parser/class-use/Packet.html | 8 +++--- .../Parser.DecodePayloadCallback.html | 8 +++--- .../engineio/parser/class-use/Parser.html | 8 +++--- .../nkzawa/engineio/parser/package-frame.html | 6 ++--- .../engineio/parser/package-summary.html | 8 +++--- .../nkzawa/engineio/parser/package-tree.html | 8 +++--- .../nkzawa/engineio/parser/package-use.html | 8 +++--- apidocs/constant-values.html | 8 +++--- apidocs/deprecated-list.html | 8 +++--- apidocs/help-doc.html | 8 +++--- apidocs/index-all.html | 11 +++++--- apidocs/index.html | 4 +-- apidocs/overview-frame.html | 6 ++--- apidocs/overview-summary.html | 10 +++---- apidocs/overview-tree.html | 8 +++--- apidocs/serialized-form.html | 8 +++--- 67 files changed, 282 insertions(+), 260 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index ad31a596..57f94ef4 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.1-SNAPSHOT API) +All Classes (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index c887ddd4..5c36d7ab 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.1-SNAPSHOT API) +All Classes (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index a06629b6..d4303c9d 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index a12ce552..bd987c28 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.1.1-SNAPSHOT API) +Emitter (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index bde23f2c..7ec948b1 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index d18191ac..072591ef 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 332be16b..7d02722f 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index fc31a549..d1959ce7 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 38c3eaba..142ab8a2 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index bab73c88..59a29792 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 8d130ac7..15e82853 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.1.1-SNAPSHOT API) +EngineIOException (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index 418ce02b..b8a8018c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.1.1-SNAPSHOT API) +EventThread (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 1727561a..015a48f7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.1.1-SNAPSHOT API) +Socket.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html index ebedc3da..2247f1ae 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html @@ -2,13 +2,13 @@ - + -Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API) +Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index e2837e85..ac5eede4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.1.1-SNAPSHOT API) +Socket (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 919f9f3d..b9f2697f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.1.1-SNAPSHOT API) +Transport.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 60a0106e..1f920092 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index ef586d18..6478c66a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.1.1-SNAPSHOT API) +Transport (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html index 1c22763a..91109683 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -2,13 +2,13 @@ - + -Util (engine.io-client 0.1.1-SNAPSHOT API) +Util (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Util (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Util (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index eda10004..1a622d6a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html index 7661016c..834cc514 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 9b479339..4f2fe318 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html index a4194d62..ca2352bc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 2f1d775d..80649ffc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index f0cd3d04..430ef99a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index fa14e1bd..72744023 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index cfbce7d9..69433453 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index 726cfa74..a4316471 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index f1ea174e..873ad8f5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index afa78953..fae0bfd8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 649d029c..34aa259e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 1d16cd06..2425fabc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 6e413b32..4e183963 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.1.1-SNAPSHOT API) +Polling (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 72b3d4eb..cf1b2694 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 68750262..39aebe30 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 8db0ce7f..2cb17e84 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.1.1-SNAPSHOT API) +PollingXHR (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 9ad20bf0..15b7d2dd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.1.1-SNAPSHOT API) +WebSocket (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.1.2-SNAPSHOT API)"; } } @@ -208,6 +208,14 @@

      protected  void onClose() +
      +            + + + +protected  String +uri() +
                  @@ -350,6 +358,17 @@

      +
      + +

      +uri

      +
      +protected String uri()
      +
      +
      +
      +
      +

      diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 6146c7e8..00f60575 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 5a5a5412..c240800a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index e817ec6a..bf954ee2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index bfb955ea..848e6bf3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index dd0e0cca..542ca719 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index d01efc7b..8a3206cd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 6039f6b4..658afc99 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 22eb9e38..4f069683 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 1887cc9b..01405df2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index d22fa208..2fba83e3 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.1.1-SNAPSHOT API) +HandshakeData (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 99855761..fe8b93ae 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.1.1-SNAPSHOT API) +Packet (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 3ec6c9df..471df5a8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index b64b8fcb..504a924b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.1.1-SNAPSHOT API) +Parser (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index 0f72dca4..9bb5896c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index bc25f77a..b8a22030 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 04ebdc4f..3d1edccc 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 6cf3c3bb..80c13738 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index d6bb4754..58802eea 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 8ede06f3..80a51b3d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index ca97b85c..8b36b7fa 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index c15e5570..c1af04d5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 9637b81d..3549ccab 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.1.1-SNAPSHOT API) +Constant Field Values (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index d447cb1e..2712b7a3 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.1.1-SNAPSHOT API) +Deprecated List (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index c025b8b6..a4749531 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.1.1-SNAPSHOT API) +API Help (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 84fe6ba8..d6a2c7d5 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.1.1-SNAPSHOT API) +Index (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.1.2-SNAPSHOT API)"; } } @@ -602,6 +602,9 @@
      uri - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
        +
      uri() - +Method in class com.github.nkzawa.engineio.client.transports.WebSocket +
       
      Util - Class in com.github.nkzawa.engineio.client
       

      diff --git a/apidocs/index.html b/apidocs/index.html index 7ff75006..f655f49c 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.1.1-SNAPSHOT API +engine.io-client 0.1.2-SNAPSHOT API @@ -82,7 +82,7 @@

      -engine.io-client 0.1.1-SNAPSHOT API +engine.io-client 0.1.2-SNAPSHOT API

      diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 9ec381fa..f9a583d4 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; } } diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 8921c436..e1a51ad1 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.1.1-SNAPSHOT API) +Serialized Form (engine.io-client 0.1.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.1.1-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.1.2-SNAPSHOT API)"; } } From 3ce98580e9cf6538631219b2a002937126f01ff6 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sun, 2 Feb 2014 05:54:47 -0800 Subject: [PATCH 11/41] Creating site for 0.1.3-SNAPSHOT --- apidocs/allclasses-frame.html | 8 +- apidocs/allclasses-noframe.html | 8 +- .../nkzawa/emitter/Emitter.Listener.html | 10 +- .../com/github/nkzawa/emitter/Emitter.html | 10 +- .../emitter/class-use/Emitter.Listener.html | 10 +- .../nkzawa/emitter/class-use/Emitter.html | 26 +- .../github/nkzawa/emitter/package-frame.html | 6 +- .../nkzawa/emitter/package-summary.html | 10 +- .../github/nkzawa/emitter/package-tree.html | 10 +- .../github/nkzawa/emitter/package-use.html | 10 +- .../engineio/client/EngineIOException.html | 10 +- .../nkzawa/engineio/client/EventThread.html | 10 +- .../engineio/client/Socket.Options.html | 16 +- .../engineio/client/Socket.Sockets.html | 335 --------------- .../github/nkzawa/engineio/client/Socket.html | 60 +-- .../engineio/client/Transport.Options.html | 30 +- .../engineio/client/Transport.ReadyState.html | 10 +- .../nkzawa/engineio/client/Transport.html | 50 ++- .../github/nkzawa/engineio/client/Util.html | 10 +- .../client/class-use/EngineIOException.html | 10 +- .../client/class-use/EventThread.html | 10 +- .../client/class-use/Socket.Options.html | 10 +- .../client/class-use/Socket.Sockets.html | 181 -------- .../engineio/client/class-use/Socket.html | 10 +- .../client/class-use/Transport.Options.html | 10 +- .../class-use/Transport.ReadyState.html | 10 +- .../engineio/client/class-use/Transport.html | 10 +- .../engineio/client/class-use/Util.html | 10 +- .../nkzawa/engineio/client/package-frame.html | 8 +- .../engineio/client/package-summary.html | 14 +- .../nkzawa/engineio/client/package-tree.html | 19 +- .../nkzawa/engineio/client/package-use.html | 16 +- .../engineio/client/transports/Polling.html | 12 +- .../PollingXHR.Request.Options.html | 28 +- .../client/transports/PollingXHR.Request.html | 46 +- .../client/transports/PollingXHR.html | 12 +- .../engineio/client/transports/WebSocket.html | 12 +- .../client/transports/class-use/Polling.html | 10 +- .../class-use/PollingXHR.Request.Options.html | 10 +- .../class-use/PollingXHR.Request.html | 10 +- .../transports/class-use/PollingXHR.html | 10 +- .../transports/class-use/WebSocket.html | 10 +- .../client/transports/package-frame.html | 6 +- .../client/transports/package-summary.html | 10 +- .../client/transports/package-tree.html | 10 +- .../client/transports/package-use.html | 10 +- .../nkzawa/engineio/parser/HandshakeData.html | 10 +- .../github/nkzawa/engineio/parser/Packet.html | 10 +- .../parser/Parser.DecodePayloadCallback.html | 10 +- .../github/nkzawa/engineio/parser/Parser.html | 10 +- .../parser/class-use/HandshakeData.html | 10 +- .../engineio/parser/class-use/Packet.html | 10 +- .../Parser.DecodePayloadCallback.html | 10 +- .../engineio/parser/class-use/Parser.html | 10 +- .../nkzawa/engineio/parser/package-frame.html | 6 +- .../engineio/parser/package-summary.html | 10 +- .../nkzawa/engineio/parser/package-tree.html | 10 +- .../nkzawa/engineio/parser/package-use.html | 10 +- apidocs/constant-values.html | 64 ++- apidocs/deprecated-list.html | 10 +- apidocs/help-doc.html | 10 +- apidocs/index-all.html | 50 +-- apidocs/index.html | 40 +- apidocs/overview-frame.html | 6 +- apidocs/overview-summary.html | 12 +- apidocs/overview-tree.html | 19 +- apidocs/serialized-form.html | 37 +- css/maven-base.css | 298 ++++++------- css/maven-theme.css | 302 ++++++------- css/print.css | 14 +- dependencies.html | 404 ++++++++++++++++++ dependency-info.html | 155 +++++++ distribution-management.html | 124 ++++++ images/close.gif | Bin 0 -> 279 bytes index.html | 120 ++++++ integration.html | 120 ++++++ issue-tracking.html | 120 ++++++ license.html | 277 ++++++++++++ mail-lists.html | 120 ++++++ plugin-management.html | 140 ++++++ plugins.html | 175 ++++++++ project-info.html | 165 +++++++ project-summary.html | 158 +++++++ source-repository.html | 138 ++++++ team-list.html | 153 +++++++ 85 files changed, 3182 insertions(+), 1318 deletions(-) delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html create mode 100644 dependencies.html create mode 100644 dependency-info.html create mode 100644 distribution-management.html create mode 100644 images/close.gif create mode 100644 index.html create mode 100644 integration.html create mode 100644 issue-tracking.html create mode 100644 license.html create mode 100644 mail-lists.html create mode 100644 plugin-management.html create mode 100644 plugins.html create mode 100644 project-info.html create mode 100644 project-summary.html create mode 100644 source-repository.html create mode 100644 team-list.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 57f94ef4..4496ed7a 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.2-SNAPSHOT API) +All Classes (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -50,8 +50,6 @@
      Socket.Options
      -Socket.Sockets -
      Transport
      Transport.Options diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 5c36d7ab..c21f69b7 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.2-SNAPSHOT API) +All Classes (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -50,8 +50,6 @@
      Socket.Options
      -Socket.Sockets -
      Transport
      Transport.Options diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index d4303c9d..0a9141d0 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -205,6 +205,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index bd987c28..e96c7e20 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.1.2-SNAPSHOT API) +Emitter (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -439,6 +439,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 7ec948b1..a01507da 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -211,6 +211,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 072591ef..1ec8e333 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -201,22 +201,6 @@

       class Transport -
      -            - - -  -

      - - - - - - - - @@ -326,6 +310,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 7d02722f..fd297a3d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index d1959ce7..e887c358 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -167,6 +167,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 142ab8a2..4f72cc2a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 59a29792..1086d6d0 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -210,6 +210,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 15e82853..b9d3395e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.1.2-SNAPSHOT API) +EngineIOException (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -280,6 +280,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/EventThread.html index b8a8018c..8d62dd39 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.1.2-SNAPSHOT API) +EventThread (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -314,6 +314,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 015a48f7..432b73c6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.1.2-SNAPSHOT API) +Socket.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@

      NEXT CLASS - +
      Fields in com.github.nkzawa.engineio.client declared as Emitter
      - EmitterSocket.Sockets.evs -
                 
      Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
      cookie, hostname, path, policyPort, port, secure, timestampParam, timestampRequestshostname, path, policyPort, port, secure, timestampParam, timestampRequests
        @@ -298,7 +298,7 @@

       PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -327,6 +327,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html deleted file mode 100644 index 2247f1ae..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Sockets.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - -Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API) - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - - - - - -
      - -
      - - - -
      - -

      - -com.github.nkzawa.engineio.client -
      -Class Socket.Sockets

      -
      -java.lang.Object
      -  extended by java.util.AbstractCollection<E>
      -      extended by java.util.AbstractList<E>
      -          extended by java.util.ArrayList<Socket>
      -              extended by com.github.nkzawa.engineio.client.Socket.Sockets
      -
      -
      -
      All Implemented Interfaces:
      Serializable, Cloneable, Iterable<Socket>, Collection<Socket>, List<Socket>, RandomAccess
      -
      -
      -
      Enclosing class:
      Socket
      -
      -
      -
      -
      public static class Socket.Sockets
      extends ArrayList<Socket>
      -

      - -

      -

      -
      See Also:
      Serialized Form
      -
      - -

      - - - - - - - - - - - - - - - -
      -Field Summary
      -static StringEVENT_ADD - -
      -           
      - Emitterevs - -
      -           
      - - - - - - - -
      Fields inherited from class java.util.AbstractList
      modCount
      -  - - - - - - - - - - -
      -Constructor Summary
      Socket.Sockets() - -
      -           
      -  - - - - - - - -
      -Method Summary
      - - - - - - - -
      Methods inherited from class java.util.ArrayList
      add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
      - - - - - - - -
      Methods inherited from class java.util.AbstractList
      equals, hashCode, iterator, listIterator, listIterator, subList
      - - - - - - - -
      Methods inherited from class java.util.AbstractCollection
      containsAll, removeAll, retainAll, toString
      - - - - - - - -
      Methods inherited from class java.lang.Object
      finalize, getClass, notify, notifyAll, wait, wait, wait
      - - - - - - - -
      Methods inherited from interface java.util.List
      containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
      -  -

      - - - - - - - - -
      -Field Detail
      - -

      -EVENT_ADD

      -
      -public static final String EVENT_ADD
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -evs

      -
      -public Emitter evs
      -
      -
      -
      -
      - - - - - - - - -
      -Constructor Detail
      - -

      -Socket.Sockets

      -
      -public Socket.Sockets()
      -
      -
      - -
      - - - - - - - - - - - - - - - - - - - -
      - -
      - - - -
      -Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index ac5eede4..efb1d346 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.1.2-SNAPSHOT API) +Socket (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -125,14 +125,6 @@

      static class Socket.Options -
      -            - - - -static class -Socket.Sockets -
                  @@ -246,6 +238,14 @@

      static String +EVENT_TRANSPORT + +
      +          Called on a new transport is created. + + + +static String EVENT_UPGRADE
      @@ -254,26 +254,26 @@

      static String -EVENT_UPGRADING +EVENT_UPGRADE_ERROR
                  -static int -protocol +static String +EVENT_UPGRADING
      -          The protocol version. +            -static Socket.Sockets -sockets +static int +protocol
      -          List of Socket instances. +          The protocol version.   @@ -497,6 +497,16 @@


      +

      +EVENT_UPGRADE_ERROR

      +
      +public static final String EVENT_UPGRADE_ERROR
      +
      +
      +
      See Also:
      Constant Field Values
      +
      +
      +

      EVENT_FLUSH

      @@ -591,15 +601,15 @@ 


      -

      -sockets

      +

      +EVENT_TRANSPORT

      -public static final Socket.Sockets sockets
      +public static final String EVENT_TRANSPORT
      -
      List of Socket instances. +
      Called on a new transport is created.

      -
      +
      See Also:
      Constant Field Values

      @@ -882,6 +892,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index b9f2697f..028b0ada 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.1.2-SNAPSHOT API) +Transport.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -122,14 +122,6 @@

       String -cookie - -
      -          Cookie value for handshake. - - - - String hostname
      @@ -240,18 +232,6 @@

      -

      -cookie

      -
      -public String cookie
      -
      -
      Cookie value for handshake. -

      -

      -
      -
      -
      -

      hostname

      @@ -408,6 +388,6 @@ 


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 1f920092..b5151d36 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -375,6 +375,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 6478c66a..a937c51a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.1.2-SNAPSHOT API) +Transport (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -56,7 +56,7 @@ PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -189,6 +189,22 @@

      static String EVENT_PACKET +
      +            + + + +static String +EVENT_REQUEST_HEADERS + +
      +            + + + +static String +EVENT_RESPONSE_HEADERS +
                  @@ -469,6 +485,26 @@


      +

      +EVENT_REQUEST_HEADERS

      +
      +public static final String EVENT_REQUEST_HEADERS
      +
      +
      +
      See Also:
      Constant Field Values
      +
      +
      + +

      +EVENT_RESPONSE_HEADERS

      +
      +public static final String EVENT_RESPONSE_HEADERS
      +
      +
      +
      See Also:
      Constant Field Values
      +
      +
      +

      writable

      @@ -746,7 +782,7 @@ 

      PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -776,6 +812,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html index 91109683..096e16ff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html @@ -2,13 +2,13 @@ - + -Util (engine.io-client 0.1.2-SNAPSHOT API) +Util (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Util (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Util (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -272,6 +272,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 1a622d6a..a950142b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html index 834cc514..b1bacf14 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 4f2fe318..d6852373 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -188,6 +188,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html deleted file mode 100644 index ca2352bc..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Sockets.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Sockets (engine.io-client 0.1.2-SNAPSHOT API) - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - -
      - -
      - - - -
      -
      -

      -Uses of Class
      com.github.nkzawa.engineio.client.Socket.Sockets

      -
      - - - - - - - - - -
      -Packages that use Socket.Sockets
      com.github.nkzawa.engineio.client  
      -  -

      - - - - - -
      -Uses of Socket.Sockets in com.github.nkzawa.engineio.client
      -  -

      - - - - - - - - - -
      Fields in com.github.nkzawa.engineio.client declared as Socket.Sockets
      -static Socket.SocketsSocket.sockets - -
      -          List of Socket instances.
      -  -

      -


      - - - - - - - - - - - - - - - -
      - -
      - - - -
      -Copyright © 2013. All Rights Reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 80649ffc..566a3e85 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 430ef99a..991f7ae5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -229,6 +229,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 72744023..db03d55d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -201,6 +201,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 69433453..9a91d3d3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -238,6 +238,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index a4316471..d27c068c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 873ad8f5..438ce3e6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -30,8 +30,6 @@
      Socket.Options
      -Socket.Sockets -
      Transport
      Transport.Options diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index fae0bfd8..f8ad1496 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -102,10 +102,6 @@

        -Socket.Sockets -  - - Transport   @@ -205,6 +201,6 @@


      -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 34aa259e..7228e472 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -93,15 +93,6 @@

      • java.lang.Object
          -
        • java.util.AbstractCollection<E> (implements java.util.Collection<E>) -
        • com.github.nkzawa.emitter.Emitter
          • com.github.nkzawa.engineio.client.Socket
          • com.github.nkzawa.engineio.client.Transport
        • java.lang.Thread (implements java.lang.Runnable) @@ -180,6 +171,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 2425fabc..74fb1717 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -116,12 +116,6 @@

          Socket.Options -
          -            - - -Socket.Sockets -
                      @@ -221,6 +215,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 4e183963..7b41ec66 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.1.2-SNAPSHOT API) +Polling (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -178,7 +178,7 @@

          Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable   @@ -528,6 +528,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index cf1b2694..b378902b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -119,14 +119,6 @@

           String -cookie - -
          -            - - - - String data
          @@ -225,16 +217,6 @@

          -
          - -

          -cookie

          -
          -public String cookie
          -
          -
          -
          -
          @@ -313,6 +295,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 39aebe30..38696eee 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -157,6 +157,22 @@

          static String EVENT_ERROR +
          +            + + + +static String +EVENT_REQUEST_HEADERS + +
          +            + + + +static String +EVENT_RESPONSE_HEADERS +
                      @@ -270,6 +286,26 @@

          See Also:
          Constant Field Values
          +
          + +

          +EVENT_REQUEST_HEADERS

          +
          +public static final String EVENT_REQUEST_HEADERS
          +
          +
          +
          See Also:
          Constant Field Values
          +
          +
          + +

          +EVENT_RESPONSE_HEADERS

          +
          +public static final String EVENT_RESPONSE_HEADERS
          +
          +
          +
          See Also:
          Constant Field Values
          +
          @@ -379,6 +415,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 2cb17e84..453096f3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.1.2-SNAPSHOT API) +PollingXHR (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -169,7 +169,7 @@

          Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable   @@ -407,6 +407,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 15b7d2dd..076d367c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.1.2-SNAPSHOT API) +WebSocket (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -159,7 +159,7 @@

          Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable   @@ -430,6 +430,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 00f60575..8a07c909 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index c240800a..6fe2077a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -190,6 +190,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index bf954ee2..d7701a79 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -184,6 +184,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 848e6bf3..fd5db075 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 542ca719..bc047537 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 8a3206cd..f9cbb6ea 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 658afc99..cd76c556 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -169,6 +169,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 4f069683..924957ec 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -155,6 +155,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 01405df2..08104296 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -178,6 +178,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html index 2fba83e3..699db12b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.1.2-SNAPSHOT API) +HandshakeData (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -310,6 +310,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index fe8b93ae..c2a7f32e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.1.2-SNAPSHOT API) +Packet (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -434,6 +434,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 471df5a8..9ac70961 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -209,6 +209,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 504a924b..c1fc8598 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.1.2-SNAPSHOT API) +Parser (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -327,6 +327,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html index 9bb5896c..424cd770 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index b8a22030..912be0ab 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -292,6 +292,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 3d1edccc..ef3ce6ec 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -177,6 +177,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 80c13738..855d66f4 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 58802eea..fc3e1b46 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 80a51b3d..9431c29a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -175,6 +175,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 8b36b7fa..cb547415 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index c1af04d5..e7195ac1 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -210,6 +210,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 3549ccab..e707cf53 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.1.2-SNAPSHOT API) +Constant Field Values (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -170,12 +170,24 @@

          "packetCreate" + +public static final String +EVENT_TRANSPORT +"transport" + + public static final String EVENT_UPGRADE "upgrade" + +public static final String +EVENT_UPGRADE_ERROR +"upgradeError" + + public static final String EVENT_UPGRADING @@ -195,24 +207,6 @@

          - - - - - - - - - - - -
          com.github.nkzawa.engineio.client.Socket.Sockets
          -public static final StringEVENT_ADD"add"
          - -

          - -

          - @@ -247,6 +241,18 @@

          + + + + + + + + + +
          com.github.nkzawa.engineio.client.TransportEVENT_PACKET "packet"
          +public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
          +public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
          @@ -302,6 +308,18 @@

          "error" + +public static final String +EVENT_REQUEST_HEADERS +"requestHeaders" + + + +public static final String +EVENT_RESPONSE_HEADERS +"responseHeaders" + + public static final String EVENT_SUCCESS @@ -464,6 +482,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 2712b7a3..ef746072 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.1.2-SNAPSHOT API) +Deprecated List (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -142,6 +142,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index a4749531..0fa8fd77 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.1.2-SNAPSHOT API) +API Help (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -219,6 +219,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d6a2c7d5..d2bf50b7 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.1.2-SNAPSHOT API) +Index (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -106,13 +106,7 @@
          CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
            -
          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
           
          cookie - -Variable in class com.github.nkzawa.engineio.client.Transport.Options -
          Cookie value for handshake. -
          cookie - -Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options -
            -
          create() - +
          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
           
          create() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
            @@ -200,9 +194,6 @@
          ERROR - Static variable in class com.github.nkzawa.engineio.parser.Packet
            -
          EVENT_ADD - -Static variable in class com.github.nkzawa.engineio.client.Socket.Sockets -
           
          EVENT_CLOSE - Static variable in class com.github.nkzawa.engineio.client.Socket
          Called on disconnection. @@ -263,19 +254,34 @@
          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_UPGRADING - +
          EVENT_UPGRADE_ERROR - Static variable in class com.github.nkzawa.engineio.client.Socket
            -
          EventThread - Class in com.github.nkzawa.engineio.client
          The thread for event loop.
          evs - -Variable in class com.github.nkzawa.engineio.client.Socket.Sockets +
          EVENT_UPGRADING - +Static variable in class com.github.nkzawa.engineio.client.Socket
            -
          exec(Runnable) - +
          EventThread - Class in com.github.nkzawa.engineio.client
          The thread for event loop.
          exec(Runnable) - Static method in class com.github.nkzawa.engineio.client.EventThread
          Executes a task in EventThread. @@ -544,12 +550,6 @@
          Socket.Options - Class in com.github.nkzawa.engineio.client
           
          Socket.Options() - Constructor for class com.github.nkzawa.engineio.client.Socket.Options
            -
          Socket.Sockets - Class in com.github.nkzawa.engineio.client
           
          Socket.Sockets() - -Constructor for class com.github.nkzawa.engineio.client.Socket.Sockets -
            -
          sockets - -Static variable in class com.github.nkzawa.engineio.client.Socket -
          List of Socket instances.

          @@ -698,6 +698,6 @@
          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/index.html b/apidocs/index.html index f655f49c..b42487d2 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,17 +2,51 @@ - + -engine.io-client 0.1.2-SNAPSHOT API +engine.io-client 0.1.3-SNAPSHOT API @@ -82,7 +82,7 @@

          -engine.io-client 0.1.2-SNAPSHOT API +engine.io-client 0.1.3-SNAPSHOT API

          @@ -164,6 +164,6 @@


          -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index f9a583d4..3544ae9a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -92,15 +92,6 @@

          • java.lang.Object
              -
            • java.util.AbstractCollection<E> (implements java.util.Collection<E>) -
            • com.github.nkzawa.emitter.Emitter
              • com.github.nkzawa.engineio.client.transports.PollingXHR.Request
              • com.github.nkzawa.engineio.client.Socket
              • com.github.nkzawa.engineio.client.Transport
                • com.github.nkzawa.engineio.client.transports.Polling
                    @@ -188,6 +179,6 @@


                    -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index e1a51ad1..863fd22f 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.1.2-SNAPSHOT API) +Serialized Form (engine.io-client 0.1.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.1.2-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.1.3-SNAPSHOT API)"; } } @@ -104,33 +104,6 @@

                    -

                    - - - - - -
                    -Class com.github.nkzawa.engineio.client.Socket.Sockets extends ArrayList<Socket> implements Serializable
                    - -

                    - - - - - -
                    -Serialized Fields
                    - -

                    -evs

                    -
                    -Emitter evs
                    -
                    -
                    -
                    -
                    -


                    @@ -186,6 +159,6 @@


                    -Copyright © 2013. All Rights Reserved. +Copyright © 2014. All Rights Reserved. diff --git a/css/maven-base.css b/css/maven-base.css index 37103d27..53153e9f 100644 --- a/css/maven-base.css +++ b/css/maven-base.css @@ -1,143 +1,155 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/css/maven-theme.css b/css/maven-theme.css index d3407e8b..c982168b 100644 --- a/css/maven-theme.css +++ b/css/maven-theme.css @@ -1,161 +1,141 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: medium; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; - padding-bottom: 3px; /* IE-9 scrollbar-fix */ -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/css/print.css b/css/print.css index 26ad7f0b..f09d546c 100644 --- a/css/print.css +++ b/css/print.css @@ -1,7 +1,7 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/dependencies.html b/dependencies.html new file mode 100644 index 00000000..ad125197 --- /dev/null +++ b/dependencies.html @@ -0,0 +1,404 @@ + + + + + + engine.io-client - Project Dependencies + + + + + + + + + +
                    + +
                    +
                    +
                    + +
                    +

                    Project Dependencies

                    +
                    +

                    compile

                    +

                    The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

                    + + + + + + + + + + + + + + + + + + +
                    GroupIdArtifactIdVersionTypeLicense
                    com.google.code.gsongson2.2.4jarThe Apache Software License, Version 2.0
                    org.java-websocketJava-WebSocket1.3.0jarMIT License
                    +
                    +

                    test

                    +

                    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

                    + + + + + + + + + + + + + + + + + + +
                    GroupIdArtifactIdVersionTypeLicense
                    junitjunit4.11jarCommon Public License Version 1.0
                    org.hamcresthamcrest-library1.3jarNew BSD License
                    +
                    +

                    Project Transitive Dependencies

                    +

                    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

                    +
                    +

                    test

                    +

                    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

                    + + + + + + + + + + + + +
                    GroupIdArtifactIdVersionTypeLicense
                    org.hamcresthamcrest-core1.3jarNew BSD License
                    +
                    +

                    Project Dependency Graph

                    + +
                    +

                    Dependency Tree

                    +
                    +
                    +

                    Licenses

                    +

                    New BSD License: Hamcrest Core, Hamcrest library

                    +

                    Common Public License Version 1.0: JUnit

                    +

                    MIT License: Java WebSocket

                    +

                    The Apache Software License, Version 2.0: Gson

                    +

                    The MIT License (MIT): engine.io-client

                    +
                    +

                    Dependency File Details

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    FilenameSizeEntriesClassesPackagesJDK RevDebug
                    gson-2.2.4.jar185.97 kB16315361.5debug
                    junit-4.11.jar239.30 kB266233281.5debug
                    hamcrest-core-1.3.jar43.97 kB524531.5debug
                    hamcrest-library-1.3.jar51.83 kB463571.5debug
                    Java-WebSocket-1.3.0.jar100.75 kB766081.6debug
                    TotalSizeEntriesClassesPackagesJDK RevDebug
                    5621.81 kB603526521.65
                    compile: 2compile: 286.72 kBcompile: 239compile: 213compile: 14-compile: 2
                    test: 3test: 335.09 kBtest: 364test: 313test: 38-test: 3
                    +
                    +

                    Dependency Repository Locations

                    + + + + + + + + + + + + + + + +
                    Repo IDURLReleaseSnapshot
                    sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
                    centralhttp://repo.maven.apache.org/maven2Yes-
                    +

                    Repository locations for each of the Dependencies.

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    Artifactsonatype-nexus-snapshotscentral
                    com.google.code.gson:gson:jar:2.2.4-Found at http://repo.maven.apache.org/maven2
                    junit:junit:jar:4.11-Found at http://repo.maven.apache.org/maven2
                    org.hamcrest:hamcrest-core:jar:1.3-Found at http://repo.maven.apache.org/maven2
                    org.hamcrest:hamcrest-library:jar:1.3-Found at http://repo.maven.apache.org/maven2
                    org.java-websocket:Java-WebSocket:jar:1.3.0-Found at http://repo.maven.apache.org/maven2
                    Totalsonatype-nexus-snapshotscentral
                    5 (compile: 2, test: 3)05
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/dependency-info.html b/dependency-info.html new file mode 100644 index 00000000..238056cb --- /dev/null +++ b/dependency-info.html @@ -0,0 +1,155 @@ + + + + + + engine.io-client - Dependency Information + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Dependency Information

                    +
                    +

                    Apache Maven

                    +
                    +
                    <dependency>
                    +  <groupId>com.github.nkzawa</groupId>
                    +  <artifactId>engine.io-client</artifactId>
                    +  <version>0.1.3-SNAPSHOT</version>
                    +</dependency>
                    +
                    +

                    Apache Buildr

                    +
                    +
                    'com.github.nkzawa:engine.io-client:jar:0.1.3-SNAPSHOT'
                    +
                    +

                    Apache Ant

                    +
                    +
                    <dependency org="com.github.nkzawa" name="engine.io-client" rev="0.1.3-SNAPSHOT">
                    +  <artifact name="engine.io-client" type="jar" />
                    +</dependency>
                    +
                    +

                    Groovy Grape

                    +
                    +
                    @Grapes(
                    +@Grab(group='com.github.nkzawa', module='engine.io-client', version='0.1.3-SNAPSHOT')
                    +)
                    +
                    +

                    Grails

                    +
                    +
                    compile 'com.github.nkzawa:engine.io-client:0.1.3-SNAPSHOT'
                    +
                    +

                    Leiningen

                    +
                    +
                    [com.github.nkzawa/engine.io-client "0.1.3-SNAPSHOT"]
                    +
                    +

                    SBT

                    +
                    +
                    libraryDependencies += "com.github.nkzawa" %% "engine.io-client" % "0.1.3-SNAPSHOT"
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/distribution-management.html b/distribution-management.html new file mode 100644 index 00000000..825e9169 --- /dev/null +++ b/distribution-management.html @@ -0,0 +1,124 @@ + + + + + + engine.io-client - Project Distribution Management + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Overview

                    +

                    The following is the distribution management information used by this project.

                    + +
                    +

                    Snapshot Repository - sonatype-nexus-snapshots

                    https://oss.sonatype.org/content/repositories/snapshots/
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/images/close.gif b/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100644 index 00000000..73b82e65 --- /dev/null +++ b/index.html @@ -0,0 +1,120 @@ + + + + + + engine.io-client - About + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    About engine.io-client

                    +

                    Engine.IO Client Library for Java

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/integration.html b/integration.html new file mode 100644 index 00000000..e9b78db7 --- /dev/null +++ b/integration.html @@ -0,0 +1,120 @@ + + + + + + engine.io-client - Continuous Integration + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Continuous Integration

                    +

                    No continuous integration management system is defined. Please check back at a later date.

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/issue-tracking.html b/issue-tracking.html new file mode 100644 index 00000000..78c1372f --- /dev/null +++ b/issue-tracking.html @@ -0,0 +1,120 @@ + + + + + + engine.io-client - Issue Tracking + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Issue Tracking

                    +

                    No issue management system is defined. Please check back at a later date.

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/license.html b/license.html new file mode 100644 index 00000000..ff964b0b --- /dev/null +++ b/license.html @@ -0,0 +1,277 @@ + + + + + + engine.io-client - Project License + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Overview

                    +

                    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

                    +
                    +

                    Project License

                    +
                    +

                    The MIT License (MIT)

                    [Original text] +

                    Copy of the license follows.

                    + + +
                    +
                    + + + + + +
                    +

                    You are here

                    +

                    The MIT License (MIT)

                    +
                    +
                    +
                    + + +
                    +
                    + + + + +
                    + [OSI Approved License] +

                    The MIT License (MIT)

                    +

                    Copyright (c) <year> <copyright holders>

                    +

                    Permission is hereby granted, free of charge, to any person obtaining a copy
                    +of this software and associated documentation files (the "Software"), to deal
                    +in the Software without restriction, including without limitation the rights
                    +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    +copies of the Software, and to permit persons to whom the Software is
                    +furnished to do so, subject to the following conditions:

                    +

                    The above copyright notice and this permission notice shall be included in
                    +all copies or substantial portions of the Software.

                    +

                    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    +THE SOFTWARE.

                    +
                    + +
                    + + +
                    + +
                    +
                    +
                    +
                    +
                    + +
                    + + +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/mail-lists.html b/mail-lists.html new file mode 100644 index 00000000..b0f48e1c --- /dev/null +++ b/mail-lists.html @@ -0,0 +1,120 @@ + + + + + + engine.io-client - Project Mailing Lists + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Project Mailing Lists

                    +

                    There are no mailing lists currently associated with this project.

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/plugin-management.html b/plugin-management.html new file mode 100644 index 00000000..e93aea0b --- /dev/null +++ b/plugin-management.html @@ -0,0 +1,140 @@ + + + + + + engine.io-client - Project Plugin Management + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Project Plugin Management

                    + + + + + + + + + + + + + + + + + + + + +
                    GroupIdArtifactIdVersion
                    org.apache.maven.pluginsmaven-antrun-plugin1.3
                    org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
                    org.apache.maven.pluginsmaven-dependency-plugin2.8
                    org.apache.maven.pluginsmaven-release-plugin2.1
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/plugins.html b/plugins.html new file mode 100644 index 00000000..d0c16287 --- /dev/null +++ b/plugins.html @@ -0,0 +1,175 @@ + + + + + + engine.io-client - Project Build Plugins + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Project Build Plugins

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    GroupIdArtifactIdVersion
                    com.github.githubsite-maven-plugin0.9
                    org.apache.maven.pluginsmaven-clean-plugin2.5
                    org.apache.maven.pluginsmaven-compiler-plugin3.0
                    org.apache.maven.pluginsmaven-deploy-plugin2.7
                    org.apache.maven.pluginsmaven-enforcer-plugin1.0
                    org.apache.maven.pluginsmaven-gpg-plugin1.4
                    org.apache.maven.pluginsmaven-install-plugin2.4
                    org.apache.maven.pluginsmaven-jar-plugin2.4
                    org.apache.maven.pluginsmaven-resources-plugin2.6
                    org.apache.maven.pluginsmaven-site-plugin3.3
                    org.apache.maven.pluginsmaven-surefire-plugin2.14.1
                    org.codehaus.mojoexec-maven-plugin1.2.1
                    +
                    +

                    Project Report Plugins

                    +

                    There are no plugins reports defined in the Reporting part of this project.

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/project-info.html b/project-info.html new file mode 100644 index 00000000..e551b13e --- /dev/null +++ b/project-info.html @@ -0,0 +1,165 @@ + + + + + + engine.io-client - Project Information + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Project Information

                    +

                    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

                    +
                    +

                    Overview

                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    DocumentDescription
                    AboutEngine.IO Client Library for Java
                    Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
                    Distribution ManagementThis document provides informations on the distribution management of this project.
                    Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
                    Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
                    Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
                    Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
                    Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
                    Project PluginsThis document lists the build plugins and the report plugins used by this project.
                    Project LicenseThis is a link to the definitions of project licenses.
                    Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
                    Project SummaryThis document lists other related information of this project
                    DependenciesThis document lists the project's dependencies and provides information on each dependency.
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/project-summary.html b/project-summary.html new file mode 100644 index 00000000..a19aaf89 --- /dev/null +++ b/project-summary.html @@ -0,0 +1,158 @@ + + + + + + engine.io-client - Project Summary + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Project Summary

                    +
                    +

                    Project Information

                    + + + + + + + + + + + + +
                    FieldValue
                    Nameengine.io-client
                    DescriptionEngine.IO Client Library for Java
                    Homepagehttps://github.com/nkzawa/engine.io-client.java
                    +
                    +

                    Project Organization

                    +

                    This project does not belong to an organization.

                    +
                    +

                    Build Information

                    + + + + + + + + + + + + + + + + + + +
                    FieldValue
                    GroupIdcom.github.nkzawa
                    ArtifactIdengine.io-client
                    Version0.1.3-SNAPSHOT
                    Typejar
                    JDK Rev1.6
                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/source-repository.html b/source-repository.html new file mode 100644 index 00000000..9f02bd1a --- /dev/null +++ b/source-repository.html @@ -0,0 +1,138 @@ + + + + + + engine.io-client - Source Repository + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    Overview

                    +

                    This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

                    +
                    +

                    Web Access

                    +

                    The following is a link to the online source repository.

                    +
                    +
                    +

                    Anonymous access

                    +

                    The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

                    +
                    +
                    $ git clone git://github.com/nkzawa/engine.io-client.java.git
                    +
                    +

                    Developer access

                    +

                    Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

                    +
                    +
                    $ git clone git@github.com:nkzawa/engine.io-client.java.git
                    +
                    +

                    Access from behind a firewall

                    +

                    Refer to the documentation of the SCM used for more information about access behind a firewall.

                    +
                    +
                    +
                    +
                    +
                    + + + diff --git a/team-list.html b/team-list.html new file mode 100644 index 00000000..6f55a950 --- /dev/null +++ b/team-list.html @@ -0,0 +1,153 @@ + + + + + + engine.io-client - Team list + + + + + + + + + +
                    + +
                    +
                    +
                    +
                    +

                    The Team

                    +

                    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

                    +

                    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

                    +
                    +

                    Members

                    +

                    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

                    + + + + + + + + + + +
                    ImageIdNameEmail
                    nkzawaNaoyuki Kanezawanaoyuki.kanezawa@gmail.com
                    +
                    +

                    Contributors

                    +

                    There are no contributors listed for this project. Please check back again later.

                    +
                    +
                    +
                    +
                    +
                    + + + From 6f35ac19b9e685f7bda2f30ad994a1f700b181e1 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 6 Apr 2014 10:12:07 -0700 Subject: [PATCH 12/41] Creating site for 0.2.0-SNAPSHOT --- apidocs/allclasses-frame.html | 14 +- apidocs/allclasses-noframe.html | 14 +- .../nkzawa/emitter/Emitter.Listener.html | 8 +- .../com/github/nkzawa/emitter/Emitter.html | 8 +- .../emitter/class-use/Emitter.Listener.html | 8 +- .../nkzawa/emitter/class-use/Emitter.html | 8 +- .../github/nkzawa/emitter/package-frame.html | 6 +- .../nkzawa/emitter/package-summary.html | 8 +- .../github/nkzawa/emitter/package-tree.html | 8 +- .../github/nkzawa/emitter/package-use.html | 8 +- .../engineio/client/EngineIOException.html | 12 +- .../{parser => client}/HandshakeData.html | 77 ++----- .../engineio/client/Socket.Options.html | 28 ++- .../github/nkzawa/engineio/client/Socket.html | 143 +++++++++++- .../engineio/client/Transport.Options.html | 26 ++- .../engineio/client/Transport.ReadyState.html | 12 +- .../nkzawa/engineio/client/Transport.html | 45 +++- .../github/nkzawa/engineio/client/Util.html | 8 +- .../client/class-use/EngineIOException.html | 8 +- .../class-use/HandshakeData.html | 20 +- .../client/class-use/Socket.Options.html | 8 +- .../engineio/client/class-use/Socket.html | 32 ++- .../client/class-use/Transport.Options.html | 8 +- .../class-use/Transport.ReadyState.html | 8 +- .../engineio/client/class-use/Transport.html | 8 +- .../engineio/client/class-use/Util.html | 8 +- .../nkzawa/engineio/client/package-frame.html | 12 +- .../engineio/client/package-summary.html | 16 +- .../nkzawa/engineio/client/package-tree.html | 15 +- .../nkzawa/engineio/client/package-use.html | 8 +- .../engineio/client/transports/Polling.html | 38 +++- .../PollingXHR.Request.Options.html | 12 +- .../client/transports/PollingXHR.Request.html | 8 +- .../client/transports/PollingXHR.html | 20 +- .../engineio/client/transports/WebSocket.html | 12 +- .../client/transports/class-use/Polling.html | 8 +- .../class-use/PollingXHR.Request.Options.html | 8 +- .../class-use/PollingXHR.Request.html | 8 +- .../transports/class-use/PollingXHR.html | 8 +- .../transports/class-use/WebSocket.html | 8 +- .../client/transports/package-frame.html | 6 +- .../client/transports/package-summary.html | 8 +- .../client/transports/package-tree.html | 8 +- .../client/transports/package-use.html | 8 +- .../github/nkzawa/engineio/parser/Packet.html | 30 +-- .../parser/Parser.DecodePayloadCallback.html | 20 +- .../parser/Parser.EncodeCallback.html | 210 ++++++++++++++++++ .../github/nkzawa/engineio/parser/Parser.html | 84 +++++-- .../engineio/parser/class-use/Packet.html | 30 ++- .../Parser.DecodePayloadCallback.html | 19 +- .../class-use/Parser.EncodeCallback.html | 191 ++++++++++++++++ .../engineio/parser/class-use/Parser.html | 8 +- .../nkzawa/engineio/parser/package-frame.html | 12 +- .../engineio/parser/package-summary.html | 24 +- .../nkzawa/engineio/parser/package-tree.html | 16 +- .../nkzawa/engineio/parser/package-use.html | 14 +- .../client => thread}/EventThread.html | 58 ++--- .../class-use/EventThread.html | 46 ++-- .../github/nkzawa/thread/package-frame.html | 33 +++ .../github/nkzawa/thread/package-summary.html | 158 +++++++++++++ .../github/nkzawa/thread/package-tree.html | 157 +++++++++++++ .../com/github/nkzawa/thread/package-use.html | 145 ++++++++++++ apidocs/constant-values.html | 14 +- apidocs/deprecated-list.html | 8 +- apidocs/help-doc.html | 8 +- apidocs/index-all.html | 120 ++++++---- apidocs/index.html | 4 +- apidocs/overview-frame.html | 8 +- apidocs/overview-summary.html | 14 +- apidocs/overview-tree.html | 18 +- apidocs/package-list | 1 + apidocs/serialized-form.html | 8 +- dependencies.html | 103 +++++---- dependency-info.html | 22 +- distribution-management.html | 8 +- index.html | 8 +- integration.html | 8 +- issue-tracking.html | 8 +- license.html | 23 +- mail-lists.html | 8 +- plugin-management.html | 8 +- plugins.html | 8 +- project-info.html | 8 +- project-summary.html | 10 +- source-repository.html | 8 +- team-list.html | 8 +- 86 files changed, 1840 insertions(+), 608 deletions(-) rename apidocs/com/github/nkzawa/engineio/{parser => client}/HandshakeData.html (78%) rename apidocs/com/github/nkzawa/engineio/{parser => client}/class-use/HandshakeData.html (87%) create mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html create mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html rename apidocs/com/github/nkzawa/{engineio/client => thread}/EventThread.html (85%) rename apidocs/com/github/nkzawa/{engineio/client => thread}/class-use/EventThread.html (62%) create mode 100644 apidocs/com/github/nkzawa/thread/package-frame.html create mode 100644 apidocs/com/github/nkzawa/thread/package-summary.html create mode 100644 apidocs/com/github/nkzawa/thread/package-tree.html create mode 100644 apidocs/com/github/nkzawa/thread/package-use.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 4496ed7a..708a4c0e 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.3-SNAPSHOT API) +All Classes (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -28,9 +28,9 @@
                    EngineIOException
                    -EventThread +EventThread
                    -HandshakeData +HandshakeData
                    Packet
                    @@ -38,6 +38,8 @@
                    Parser.DecodePayloadCallback
                    +Parser.EncodeCallback +
                    Polling
                    PollingXHR @@ -56,8 +58,6 @@
                    Transport.ReadyState
                    -Util -
                    WebSocket
                    diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index c21f69b7..88ab7375 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.1.3-SNAPSHOT API) +All Classes (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -28,9 +28,9 @@
                    EngineIOException
                    -EventThread +EventThread
                    -HandshakeData +HandshakeData
                    Packet
                    @@ -38,6 +38,8 @@
                    Parser.DecodePayloadCallback
                    +Parser.EncodeCallback +
                    Polling
                    PollingXHR @@ -56,8 +58,6 @@
                    Transport.ReadyState
                    -Util -
                    WebSocket
                    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 0a9141d0..2964ab41 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index e96c7e20..c2338288 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.1.3-SNAPSHOT API) +Emitter (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index a01507da..bc4a2c20 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 1ec8e333..6d128241 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index fd297a3d..218bcc0a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index e887c358..0fc73d71 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 4f72cc2a..1cad84e6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 1086d6d0..f984ef80 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index b9d3395e..6222ee3b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.1.3-SNAPSHOT API) +EngineIOException (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -251,7 +251,7 @@

                     PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html similarity index 78% rename from apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html rename to apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 699db12b..14a23ece 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.1.3-SNAPSHOT API) +HandshakeData (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -56,10 +56,10 @@ - PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS - FRAMES   + FRAMES    NO FRAMES     @@ -130,6 +130,14 @@

                     String query +
                    +            + + + + boolean +rememberUpgrade +
                                @@ -156,7 +164,7 @@

                    Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options -hostname, path, policyPort, port, secure, timestampParam, timestampRequests +hostname, path, policyPort, port, secure, socket, timestampParam, timestampRequests   @@ -231,6 +239,16 @@


                    +

                    +rememberUpgrade

                    +
                    +public boolean rememberUpgrade
                    +
                    +
                    +
                    +
                    +
                    +

                    host

                    diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html
                    index efb1d346..6ab71174 100644
                    --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html
                    +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html
                    @@ -2,13 +2,13 @@
                     
                     
                     
                    -
                    +
                     
                     
                    -Socket (engine.io-client 0.1.3-SNAPSHOT API)
                    +Socket (engine.io-client 0.2.0-SNAPSHOT API)
                     
                     
                    -
                    +
                     
                     
                     
                    @@ -16,7 +16,7 @@
                     function windowTitle()
                     {
                         if (location.href.indexOf('is-external=true') == -1) {
                    -        parent.document.title="Socket (engine.io-client 0.1.3-SNAPSHOT API)";
                    +        parent.document.title="Socket (engine.io-client 0.2.0-SNAPSHOT API)";
                         }
                     }
                     
                    @@ -56,7 +56,7 @@
                     
                     
                     PREV CLASS 
                    + PREV CLASS 
                      NEXT CLASS
                     
                       FRAMES   
                    @@ -264,6 +264,14 @@ 

                    static String EVENT_UPGRADING +
                    +            + + + +static boolean +priorWebsocketSuccess +
                                @@ -286,6 +294,12 @@

                    Constructor Summary +Socket() + +
                    +            + + Socket(Socket.Options opts)
                    @@ -348,6 +362,14 @@

                    abstract  void onerror(Exception err) +
                    +            + + + + void +onmessage(byte[] data) +
                                @@ -386,6 +408,23 @@

                     void +send(byte[] msg) + +
                    +            + + + + void +send(byte[] msg, + Runnable fn) + +
                    +            + + + + void send(String msg)
                    @@ -403,6 +442,23 @@

                     void +write(byte[] msg) + +
                    +            + + + + void +write(byte[] msg, + Runnable fn) + +
                    +            + + + + void write(String msg)
                    @@ -623,6 +679,16 @@

                    See Also:
                    Constant Field Values
                    +
                    + +

                    +priorWebsocketSuccess

                    +
                    +public static boolean priorWebsocketSuccess
                    +
                    +
                    +
                    +
                    @@ -634,6 +700,14 @@

                    +

                    +Socket

                    +
                    +public Socket()
                    +
                    +
                    +
                    +

                    Socket

                    @@ -748,6 +822,29 @@ 


                    +

                    +write

                    +
                    +public void write(byte[] msg)
                    +
                    +
                    +
                    +
                    +
                    +
                    + +

                    +write

                    +
                    +public void write(byte[] msg,
                    +                  Runnable fn)
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    send

                    @@ -761,6 +858,17 @@ 


                    +

                    +send

                    +
                    +public void send(byte[] msg)
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    send

                    @@ -775,6 +883,18 @@ 


                    +

                    +send

                    +
                    +public void send(byte[] msg,
                    +                 Runnable fn)
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    close

                    @@ -789,6 +909,17 @@ 


                    +

                    +onmessage

                    +
                    +public void onmessage(byte[] data)
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    onopen

                    @@ -862,7 +993,7 @@ 

                    PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 028b0ada..e1f595ff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.1.3-SNAPSHOT API) +Transport.Options (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -164,6 +164,14 @@

                     boolean secure +
                    +            + + + +protected  Socket +socket +
                                @@ -310,6 +318,16 @@

                    +
                    + +

                    +socket

                    +
                    +protected Socket socket
                    +
                    +
                    +
                    +
                    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index b5151d36..83f87cff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASS + NEXT CLASS FRAMES    NO FRAMES   @@ -346,7 +346,7 @@

                     PREV CLASS  - NEXT CLASS + NEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index a937c51a..612e1f7b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.1.3-SNAPSHOT API) +Transport (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -261,6 +261,14 @@

                    protected  boolean secure +
                    +            + + + +protected  Socket +socket +
                                @@ -343,6 +351,14 @@

                    protected  void onClose() +
                    +            + + + +protected  void +onData(byte[] data) +
                                @@ -595,6 +611,16 @@


                    +

                    +socket

                    +
                    +protected Socket socket
                    +
                    +
                    +
                    +
                    +
                    +

                    readyState

                    @@ -698,6 +724,17 @@ 


                    +

                    +onData

                    +
                    +protected void onData(byte[] data)
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    onPacket

                    diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/engineio/client/Util.html
                    index 096e16ff..0381fbea 100644
                    --- a/apidocs/com/github/nkzawa/engineio/client/Util.html
                    +++ b/apidocs/com/github/nkzawa/engineio/client/Util.html
                    @@ -2,13 +2,13 @@
                     
                     
                     
                    -
                    +
                     
                     
                    -Util (engine.io-client 0.1.3-SNAPSHOT API)
                    +Util (engine.io-client 0.2.0-SNAPSHOT API)
                     
                     
                    -
                    +
                     
                     
                     
                    @@ -16,7 +16,7 @@
                     function windowTitle()
                     {
                         if (location.href.indexOf('is-external=true') == -1) {
                    -        parent.document.title="Util (engine.io-client 0.1.3-SNAPSHOT API)";
                    +        parent.document.title="Util (engine.io-client 0.2.0-SNAPSHOT API)";
                         }
                     }
                     
                    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
                    index a950142b..2b15fe88 100644
                    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
                    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
                    @@ -2,13 +2,13 @@
                     
                     
                     
                    -
                    +
                     
                     
                    -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.3-SNAPSHOT API)
                    +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)
                     
                     
                    -
                    +
                     
                     
                     
                    @@ -16,7 +16,7 @@
                     function windowTitle()
                     {
                         if (location.href.indexOf('is-external=true') == -1) {
                    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.1.3-SNAPSHOT API)";
                    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)";
                         }
                     }
                     
                    diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
                    similarity index 87%
                    rename from apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html
                    rename to apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
                    index 424cd770..87f01fd4 100644
                    --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/HandshakeData.html
                    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
                    @@ -2,13 +2,13 @@
                     
                     
                     
                    -
                    +
                     
                     
                    -Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.3-SNAPSHOT API)
                    +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)
                     
                     
                    -
                    +
                     
                     
                     
                    @@ -16,7 +16,7 @@
                     function windowTitle()
                     {
                         if (location.href.indexOf('is-external=true') == -1) {
                    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.HandshakeData (engine.io-client 0.1.3-SNAPSHOT API)";
                    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)";
                         }
                     }
                     
                    @@ -40,7 +40,7 @@
                       
                           Overview 
                           Package 
                    -      Class 
                    +      Class 
                         Use 
                           Tree 
                           Deprecated 
                    @@ -59,7 +59,7 @@
                      PREV 
                      NEXT
                     
                    -  FRAMES   
                    +  FRAMES   
                      NO FRAMES   
                      
                    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
                    index 566a3e85..62ebf2a0 100644
                    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
                    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
                    @@ -2,13 +2,13 @@
                     
                     
                     
                    -
                    +
                     
                     
                    -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.3-SNAPSHOT API)
                    +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.0-SNAPSHOT API)
                     
                     
                    -
                    +
                     
                     
                     
                    @@ -16,7 +16,7 @@
                     function windowTitle()
                     {
                         if (location.href.indexOf('is-external=true') == -1) {
                    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.1.3-SNAPSHOT API)";
                    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.0-SNAPSHOT API)";
                         }
                     }
                     
                    @@ -107,6 +107,30 @@ 

                     

                    + + + + + + + + + + + + +
                    Fields in com.github.nkzawa.engineio.client declared as Socket
                    +protected  SocketTransport.socket + +
                    +           
                    +protected  SocketTransport.Options.socket + +
                    +           
                    +  +

                    + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 991f7ae5..5b103a0b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index db03d55d..c0a00700 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 9a91d3d3..6176fb9f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html index d27c068c..2879f032 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 438ce3e6..9bf78160 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -24,7 +24,7 @@ Classes 
                    -EventThread +HandshakeData
                    Socket
                    @@ -32,9 +32,7 @@
                    Transport
                    -Transport.Options -
                    -Util
                    +Transport.Options
                    Methods in com.github.nkzawa.engineio.client that return Socket
                    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index f8ad1496..65d22ad7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -90,8 +90,8 @@

                    Class Summary -EventThread -The thread for event loop. +HandshakeDataSocket @@ -109,10 +109,6 @@

                    Transport.Options   - -Util -  -   diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 7228e472..b5b0d721 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -95,17 +95,14 @@

                  • java.lang.Object +

                Enum Hierarchy diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 74fb1717..5593b89a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 7b41ec66..29ed2671 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.1.3-SNAPSHOT API) +Polling (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -178,7 +178,7 @@

                Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable   @@ -233,9 +233,17 @@

                protected abstract  void -doWrite(String data, +doWrite(byte[] data, Runnable fn) +
                +            + + + +protected  void +onData(byte[] data) +
                            @@ -407,6 +415,20 @@


                +

                +onData

                +
                +protected void onData(byte[] data)
                +
                +
                +
                Overrides:
                onData in class Transport
                +
                +
                +
                +
                +
                +
                +

                doClose

                @@ -446,10 +468,10 @@ 


                -

                +

                doWrite

                -protected abstract void doWrite(String data,
                +protected abstract void doWrite(byte[] data,
                                                 Runnable fn)
                diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index b378902b..d6b7c359 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -118,7 +118,7 @@

                - String + byte[] data
                @@ -212,7 +212,7 @@

                data

                -public String data
                +public byte[] data
                diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 38696eee..7abfd568 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 453096f3..abd7cc78 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.1.3-SNAPSHOT API) +PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -169,7 +169,7 @@

                Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable   @@ -208,7 +208,7 @@

                protected  void -doWrite(String data, +doWrite(byte[] data, Runnable fn)
                @@ -237,7 +237,7 @@

                Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling -doClose, doOpen, onData, pause, uri, write +doClose, doOpen, onData, onData, pause, uri, write   @@ -319,14 +319,14 @@


                -

                +

                doWrite

                -protected void doWrite(String data,
                +protected void doWrite(byte[] data,
                                        Runnable fn)
                -
                Specified by:
                doWrite in class Polling
                +
                Specified by:
                doWrite in class Polling

          diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 076d367c..7b57ba43 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.1.3-SNAPSHOT API) +WebSocket (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -159,7 +159,7 @@

          Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable   @@ -234,7 +234,7 @@

          Methods inherited from class com.github.nkzawa.engineio.client.Transport -close, onData, onError, onOpen, onPacket, open, send +close, onData, onData, onError, onOpen, onPacket, open, send   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 8a07c909..cb9e1297 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 6fe2077a..82902d41 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index d7701a79..5cdd43ec 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index fd5db075..bd57d589 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index bc047537..f3b423b4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index f9cbb6ea..ddab051f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index cd76c556..892ec346 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 924957ec..f2ac760c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 08104296..02e53caa 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index c2a7f32e..9f74d21c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.1.3-SNAPSHOT API) +Packet (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -56,7 +56,7 @@ PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -91,14 +91,14 @@

          com.github.nkzawa.engineio.parser
          -Class Packet

          +Class Packet<T>

           java.lang.Object
          -  extended by com.github.nkzawa.engineio.parser.Packet
          +  extended by com.github.nkzawa.engineio.parser.Packet<T>
           

          -
          public class Packet
          extends Object
          +
          public class Packet<T>
          extends Object

          @@ -123,7 +123,7 @@

          - String + T data
          @@ -210,8 +210,8 @@

                      -Packet(String type, - String data) +Packet(String type, + T data)
                      @@ -342,7 +342,7 @@

          data

          -public String data
          +public T data

      @@ -366,11 +366,11 @@


      -

      +

      Packet

       public Packet(String type,
      -              String data)
      + T data)
      @@ -404,7 +404,7 @@

      PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 9ac70961..805de7d1 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -91,13 +91,13 @@

      com.github.nkzawa.engineio.parser
      -Interface Parser.DecodePayloadCallback

      +Interface Parser.DecodePayloadCallback<T>

      Enclosing class:
      Parser

      -
      public static interface Parser.DecodePayloadCallback
      +
      public static interface Parser.DecodePayloadCallback<T>
       

      @@ -116,7 +116,7 @@

       boolean -call(Packet packet, +call(Packet<T> packet, int index, int total) @@ -140,7 +140,7 @@

      call

      -boolean call(Packet packet,
      +boolean call(Packet<T> packet,
                    int index,
                    int total)
      @@ -180,7 +180,7 @@

       PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html new file mode 100644 index 00000000..e769f570 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -0,0 +1,210 @@ + + + + + + + +Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + + + + + +
      + +
      + + + +
      + +

      + +com.github.nkzawa.engineio.parser +
      +Interface Parser.EncodeCallback<T>

      +
      +
      Enclosing class:
      Parser
      +
      +
      +
      +
      public static interface Parser.EncodeCallback<T>
      +

      + +

      +


      + +

      + + + + + + + + + + + + +
      +Method Summary
      + voidcall(T data) + +
      +           
      +  +

      + + + + + + + + +
      +Method Detail
      + +

      +call

      +
      +void call(T data)
      +
      +
      +
      +
      +
      + +
      + + + + + + + + + + + + + + + + + + + +
      + +
      + + + +
      +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index c1fc8598..360c645d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.1.3-SNAPSHOT API) +Parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -116,7 +116,15 @@

      static interface -Parser.DecodePayloadCallback +Parser.DecodePayloadCallback<T> + +
      +            + + + +static interface +Parser.EncodeCallback<T>
                  @@ -150,7 +158,15 @@

      -static Packet +static Packet<byte[]> +decodePacket(byte[] data) + +
      +            + + + +static Packet<String> decodePacket(String data)
      @@ -159,7 +175,7 @@

      static void -decodePayload(String data, +decodePayload(byte[] data, Parser.DecodePayloadCallback callback)
      @@ -167,16 +183,27 @@

      -static String -encodePacket(Packet packet) +static void +decodePayload(String data, + Parser.DecodePayloadCallback<String> callback) + +
      +            + + + +static void +encodePacket(Packet packet, + Parser.EncodeCallback callback)
                  -static String -encodePayload(Packet[] packets) +static void +encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback)
                  @@ -223,10 +250,11 @@

      -

      +

      encodePacket

      -public static String encodePacket(Packet packet)
      +public static void encodePacket(Packet packet, + Parser.EncodeCallback callback)
      @@ -237,7 +265,7 @@

      decodePacket

      -public static Packet decodePacket(String data)
      +public static Packet<String> decodePacket(String data)
      @@ -245,10 +273,22 @@


      -

      +

      +decodePacket

      +
      +public static Packet<byte[]> decodePacket(byte[] data)
      +
      +
      +
      +
      +
      +
      + +

      encodePayload

      -public static String encodePayload(Packet[] packets)
      +public static void encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback)
      @@ -260,6 +300,18 @@

      decodePayload

       public static void decodePayload(String data,
      +                                 Parser.DecodePayloadCallback<String> callback)
      +
      +
      +
      +
      +
      +
      + +

      +decodePayload

      +
      +public static void decodePayload(byte[] data,
                                        Parser.DecodePayloadCallback callback)
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 912be0ab..47c069f2 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -195,7 +195,15 @@

      -static Packet +static Packet<byte[]> +Parser.decodePacket(byte[] data) + +
      +            + + + +static Packet<String> Parser.decodePacket(String data)
      @@ -212,7 +220,7 @@

       boolean -Parser.DecodePayloadCallback.call(Packet packet, +Parser.DecodePayloadCallback.call(Packet<T> packet, int index, int total) @@ -221,16 +229,18 @@

      -static String -Parser.encodePacket(Packet packet) +static void +Parser.encodePacket(Packet packet, + Parser.EncodeCallback callback)
                  -static String -Parser.encodePayload(Packet[] packets) +static void +Parser.encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback)
                  diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index ef3ce6ec..d0fede1f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -114,9 +114,18 @@

      static void -Parser.decodePayload(String data, +Parser.decodePayload(byte[] data, Parser.DecodePayloadCallback callback) +
      +            + + + +static void +Parser.decodePayload(String data, + Parser.DecodePayloadCallback<String> callback) +
                  diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html new file mode 100644 index 00000000..3ec47995 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
      + + + + + + + + + + + + + + + +
      + +
      + + + +
      +
      +

      +Uses of Interface
      com.github.nkzawa.engineio.parser.Parser.EncodeCallback

      +
      + + + + + + + + + +
      +Packages that use Parser.EncodeCallback
      com.github.nkzawa.engineio.parser  
      +  +

      + + + + + +
      +Uses of Parser.EncodeCallback in com.github.nkzawa.engineio.parser
      +  +

      + + + + + + + + + + + + + +
      Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.EncodeCallback
      +static voidParser.encodePacket(Packet packet, + Parser.EncodeCallback callback) + +
      +           
      +static voidParser.encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback) + +
      +           
      +  +

      +


      + + + + + + + + + + + + + + + +
      + +
      + + + +
      +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 855d66f4..4b91e379 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index fc3e1b46..dd58766b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -24,7 +24,9 @@ Interfaces 
      -Parser.DecodePayloadCallback
      +Parser.DecodePayloadCallback +
      +Parser.EncodeCallback @@ -35,8 +37,6 @@ Classes 
      -HandshakeData -
      Packet
      Parser
      diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 9431c29a..826b7fa2 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   @@ -90,7 +90,11 @@

      Interface Summary -Parser.DecodePayloadCallback +Parser.DecodePayloadCallback<T> +  + + +Parser.EncodeCallback<T>   @@ -104,11 +108,7 @@

      Class Summary -HandshakeData -  - - -Packet +Packet<T>   @@ -152,7 +152,7 @@

       PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index cb547415..85374a02 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV  - NEXTNEXT FRAMES    NO FRAMES   @@ -93,13 +93,13 @@

      • java.lang.Object
          -
        • com.github.nkzawa.engineio.parser.HandshakeData
        • com.github.nkzawa.engineio.parser.Packet
        • com.github.nkzawa.engineio.parser.Parser
        +
      • com.github.nkzawa.engineio.parser.Packet<T>
      • com.github.nkzawa.engineio.parser.Parser

    Interface Hierarchy

    +
  • com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback<T>
  • com.github.nkzawa.engineio.parser.Parser.EncodeCallback<T>
    @@ -131,7 +131,7 @@

     PREV  - NEXTNEXT FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index e7195ac1..ad24f317 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -150,6 +150,12 @@

    Parser.DecodePayloadCallback +
    +            + + +Parser.EncodeCallback +
                diff --git a/apidocs/com/github/nkzawa/engineio/client/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html similarity index 85% rename from apidocs/com/github/nkzawa/engineio/client/EventThread.html rename to apidocs/com/github/nkzawa/thread/EventThread.html index 8d62dd39..e12160ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,21 +2,21 @@ - + -EventThread (engine.io-client 0.1.3-SNAPSHOT API) +EventThread (engine.io-client 0.2.0-SNAPSHOT API) - + - + @@ -38,14 +38,14 @@ - + - - - + + +
    @@ -56,20 +56,20 @@ PREV CLASS  - NEXT CLASS + PREV CLASS  + NEXT CLASS
    - FRAMES   + FRAMES    NO FRAMES     @@ -89,13 +89,13 @@

    -com.github.nkzawa.engineio.client +com.github.nkzawa.thread
    Class EventThread

     java.lang.Object
    -  extended by java.lang.Thread
    -      extended by com.github.nkzawa.engineio.client.EventThread
    +  extended by java.lang.Thread
    +      extended by com.github.nkzawa.thread.EventThread
     
    All Implemented Interfaces:
    Runnable
    @@ -162,7 +162,7 @@

    static void -exec(Runnable task) +exec(Runnable task)
              Executes a task in EventThread. @@ -170,7 +170,7 @@

    static boolean -isCurrent() +isCurrent()
              check if the current thread is EventThread. @@ -178,7 +178,7 @@

    static void -nextTick(Runnable task) +nextTick(Runnable task)
              Executes a task on the next loop in EventThread. @@ -266,14 +266,14 @@

    - + - - - + + +
    @@ -284,20 +284,20 @@

    PREV CLASS  - NEXT CLASS + PREV CLASS  + NEXT CLASS - FRAMES   + FRAMES    NO FRAMES     diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html similarity index 62% rename from apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html rename to apidocs/com/github/nkzawa/thread/class-use/EventThread.html index b1bacf14..48c8a77a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,21 +2,21 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EventThread (engine.io-client 0.1.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.0-SNAPSHOT API) - + - + @@ -38,14 +38,14 @@ - + - + - - - + + +
    @@ -59,17 +59,17 @@  PREV   NEXT
    - FRAMES   + FRAMES    NO FRAMES     @@ -82,9 +82,9 @@

    -Uses of Class
    com.github.nkzawa.engineio.client.EventThread

    +Uses of Class
    com.github.nkzawa.thread.EventThread

    -No usage of com.github.nkzawa.engineio.client.EventThread +No usage of com.github.nkzawa.thread.EventThread


    @@ -98,14 +98,14 @@

    - + - + - - - + + +
    @@ -119,17 +119,17 @@

     PREV   NEXT - FRAMES   + FRAMES    NO FRAMES     diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html new file mode 100644 index 00000000..618c64cf --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.thread + + + + +
    +Classes  + +
    +EventThread
    + + + + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html new file mode 100644 index 00000000..9fb7b136 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.thread +

    + + + + + + + + + +
    +Class Summary
    EventThreadThe thread for event loop.
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html new file mode 100644 index 00000000..9e6813b3 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.thread +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html new file mode 100644 index 00000000..0d5de2c8 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.thread

    +
    +No usage of com.github.nkzawa.thread +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index e707cf53..4e8e331f 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.1.3-SNAPSHOT API) +Constant Field Values (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -197,7 +197,7 @@

    public static final int protocol -2 +3 @@ -353,7 +353,7 @@

    - + - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index ef746072..8c56d5a1 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.1.3-SNAPSHOT API) +Deprecated List (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 0fa8fd77..e34fd8dc 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.1.3-SNAPSHOT API) +API Help (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d2bf50b7..40a21599 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.1.3-SNAPSHOT API) +Index (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -94,9 +94,12 @@
    call(Object...) - Method in interface com.github.nkzawa.emitter.Emitter.Listener
      -
    call(Packet, int, int) - +
    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. @@ -106,7 +109,7 @@
    CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
      -
    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
     
    create() - +
    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.thread - package com.github.nkzawa.thread
     
    create() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
      @@ -123,11 +126,14 @@
    decodePacket(String) - Static method in class com.github.nkzawa.engineio.parser.Parser
      -
    decodePayload(String, Parser.DecodePayloadCallback) - +
    decodePacket(byte[]) - Static method in class com.github.nkzawa.engineio.parser.Parser
      -
    decodeURIComponent(String) - -Static method in class com.github.nkzawa.engineio.client.Util +
    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
     
    doClose() - Method in class com.github.nkzawa.engineio.client.Transport @@ -153,10 +159,10 @@
    doPoll() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
      -
    doWrite(String, Runnable) - +
    doWrite(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.transports.Polling
      -
    doWrite(String, Runnable) - +
    doWrite(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
      @@ -170,15 +176,12 @@
    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
     
    encodePacket(Packet) - +
    Emitter.Listener - Interface in com.github.nkzawa.emitter
     
    encodePacket(Packet, Parser.EncodeCallback) - Static method in class com.github.nkzawa.engineio.parser.Parser
      -
    encodePayload(Packet[]) - +
    encodePayload(Packet[], Parser.EncodeCallback<byte[]>) - Static method in class com.github.nkzawa.engineio.parser.Parser
      -
    encodeURIComponent(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
     
    EngineIOException - Exception in com.github.nkzawa.engineio.client
     
    EngineIOException() - Constructor for exception com.github.nkzawa.engineio.client.EngineIOException
      @@ -281,18 +284,15 @@
    EVENT_UPGRADING - Static variable in class com.github.nkzawa.engineio.client.Socket
      -
    EventThread - Class in com.github.nkzawa.engineio.client
    The thread for event loop.
    exec(Runnable) - -Static method in class com.github.nkzawa.engineio.client.EventThread +
    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.

    H

    -
    HandshakeData - Class in com.github.nkzawa.engineio.parser
     
    HandshakeData() - -Constructor for class com.github.nkzawa.engineio.parser.HandshakeData -
      -
    hasListeners(String) - +
    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 - @@ -309,8 +309,8 @@

    I

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

    @@ -345,8 +345,8 @@
    NAME - Static variable in class com.github.nkzawa.engineio.client.transports.WebSocket
      -
    nextTick(Runnable) - -Static method in class com.github.nkzawa.engineio.client.EventThread +
    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 @@ -383,15 +383,24 @@
    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(Exception) - Method in class com.github.nkzawa.engineio.client.Socket
     
    onError(String, Exception) - Method in class com.github.nkzawa.engineio.client.Transport
      +
    onmessage(byte[]) - +Method in class com.github.nkzawa.engineio.client.Socket +
     
    onmessage(String) - Method in class com.github.nkzawa.engineio.client.Socket
      @@ -418,13 +427,13 @@

    P

    -
    Packet - Class in com.github.nkzawa.engineio.parser
     
    Packet(String) - +
    Packet<T> - Class in com.github.nkzawa.engineio.parser
     
    Packet(String) - Constructor for class com.github.nkzawa.engineio.parser.Packet
      -
    Packet(String, String) - +
    Packet(String, T) - Constructor for class com.github.nkzawa.engineio.parser.Packet
      -
    Parser - Class in com.github.nkzawa.engineio.parser
     
    Parser.DecodePayloadCallback - Interface in com.github.nkzawa.engineio.parser
     
    path - +
    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 - @@ -439,11 +448,11 @@
    PING - Static variable in class com.github.nkzawa.engineio.parser.Packet
      -
    pingInterval - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
    pingInterval - +Variable in class com.github.nkzawa.engineio.client.HandshakeData
      -
    pingTimeout - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
    pingTimeout - +Variable in class com.github.nkzawa.engineio.client.HandshakeData
     
    policyPort - Variable in class com.github.nkzawa.engineio.client.Transport.Options @@ -469,6 +478,9 @@
    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. @@ -480,12 +492,6 @@

    Q

    -
    qs(Map<String, String>) - -Static method in class com.github.nkzawa.engineio.client.Util -
      -
    qsParse(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
     
    query - Variable in class com.github.nkzawa.engineio.client.Socket.Options
      @@ -503,6 +509,9 @@
    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
      @@ -523,16 +532,25 @@
    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
      -
    sid - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
    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 - Class in com.github.nkzawa.engineio.client
    The socket class for Event.IO Client.
    Socket(String) - +
    Socket(String) - Constructor for class com.github.nkzawa.engineio.client.Socket
    Creates a socket.
    Socket(URI) - @@ -547,6 +565,12 @@
    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
      @@ -593,8 +617,8 @@
    UPGRADE - Static variable in class com.github.nkzawa.engineio.parser.Packet
      -
    upgrades - -Variable in class com.github.nkzawa.engineio.parser.HandshakeData +
    upgrades - +Variable in class com.github.nkzawa.engineio.client.HandshakeData
     
    uri() - Method in class com.github.nkzawa.engineio.client.transports.Polling @@ -605,7 +629,7 @@
    uri() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
      -
    Util - Class in com.github.nkzawa.engineio.client
     
    +

    V

    @@ -634,6 +658,12 @@
    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
      diff --git a/apidocs/index.html b/apidocs/index.html index b42487d2..d5c74fe9 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.1.3-SNAPSHOT API +engine.io-client 0.2.0-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.1.3-SNAPSHOT API +engine.io-client 0.2.0-SNAPSHOT API

    @@ -107,6 +107,10 @@

    + + + +
    com.github.nkzawa.engineio.parser.Packetcom.github.nkzawa.engineio.parser.Packet<T>
    @@ -419,7 +419,7 @@

    public static final int protocol23
    com.github.nkzawa.engineio.parser  
    com.github.nkzawa.thread 

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 3544ae9a..0b560cec 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; } } @@ -85,7 +85,7 @@

    Hierarchy For All Packages

    -
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser
    +
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.thread


    Class Hierarchy @@ -98,9 +98,9 @@

  • com.github.nkzawa.engineio.client.transports.PollingXHR
  • com.github.nkzawa.engineio.client.transports.WebSocket -
  • com.github.nkzawa.engineio.parser.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Thread (implements java.lang.Runnable) +
  • com.github.nkzawa.engineio.client.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet<T>
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Thread (implements java.lang.Runnable) +
  • com.github.nkzawa.thread.EventThread
  • java.lang.Throwable (implements java.io.Serializable) +

    Interface Hierarchy

    +
  • com.github.nkzawa.emitter.Emitter.Listener
  • com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback<T>
  • com.github.nkzawa.engineio.parser.Parser.EncodeCallback<T>

    Enum Hierarchy

    diff --git a/apidocs/package-list b/apidocs/package-list index 06daed7f..467f2fe4 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -2,3 +2,4 @@ com.github.nkzawa.emitter com.github.nkzawa.engineio.client com.github.nkzawa.engineio.client.transports com.github.nkzawa.engineio.parser +com.github.nkzawa.thread diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 863fd22f..bbaf1431 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.1.3-SNAPSHOT API) +Serialized Form (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.1.3-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.2.0-SNAPSHOT API)"; } } diff --git a/dependencies.html b/dependencies.html index ad125197..21b05a16 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-02-02 -  | Version: 0.1.3-SNAPSHOT + Last Published: 2014-04-07 +  | Version: 0.2.0-SNAPSHOT
    engine.io-client @@ -112,17 +112,17 @@

    compile

    Type License -com.google.code.gson -gson -2.2.4 -jar -The Apache Software License, Version 2.0 - org.java-websocket Java-WebSocket 1.3.0 jar -MIT License
    +MIT License + +org.json +json +20140107 +jar +The JSON License

    test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    @@ -186,7 +186,7 @@

    Project Dependency Graph

    From ba15ecc6c41e5b0e2c37fadaa5087bdc4d8d8a37 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Fri, 2 May 2014 01:26:45 -0700 Subject: [PATCH 14/41] Creating site for 0.2.0-SNAPSHOT --- apidocs/allclasses-frame.html | 10 +- apidocs/allclasses-noframe.html | 10 +- .../nkzawa/emitter/Emitter.Listener.html | 4 +- .../com/github/nkzawa/emitter/Emitter.html | 4 +- .../emitter/class-use/Emitter.Listener.html | 4 +- .../nkzawa/emitter/class-use/Emitter.html | 4 +- .../github/nkzawa/emitter/package-frame.html | 4 +- .../nkzawa/emitter/package-summary.html | 4 +- .../github/nkzawa/emitter/package-tree.html | 4 +- .../github/nkzawa/emitter/package-use.html | 4 +- .../engineio/client/EngineIOException.html | 66 ++++- .../nkzawa/engineio/client/HandshakeData.html | 4 +- .../engineio/client/Socket.Options.html | 4 +- .../github/nkzawa/engineio/client/Socket.html | 101 +------- .../engineio/client/Transport.Options.html | 4 +- .../engineio/client/Transport.ReadyState.html | 8 +- .../nkzawa/engineio/client/Transport.html | 22 +- .../client/class-use/EngineIOException.html | 4 +- .../client/class-use/HandshakeData.html | 4 +- .../client/class-use/Socket.Options.html | 4 +- .../engineio/client/class-use/Socket.html | 4 +- .../client/class-use/Transport.Options.html | 4 +- .../class-use/Transport.ReadyState.html | 4 +- .../engineio/client/class-use/Transport.html | 4 +- .../nkzawa/engineio/client/package-frame.html | 8 +- .../engineio/client/package-summary.html | 8 +- .../nkzawa/engineio/client/package-tree.html | 6 +- .../nkzawa/engineio/client/package-use.html | 4 +- .../engineio/client/transports/Polling.html | 6 +- .../PollingXHR.Request.Options.html | 4 +- .../client/transports/PollingXHR.Request.html | 4 +- .../client/transports/PollingXHR.html | 6 +- .../engineio/client/transports/WebSocket.html | 6 +- .../client/transports/class-use/Polling.html | 4 +- .../class-use/PollingXHR.Request.Options.html | 4 +- .../class-use/PollingXHR.Request.html | 4 +- .../transports/class-use/PollingXHR.html | 4 +- .../transports/class-use/WebSocket.html | 4 +- .../client/transports/package-frame.html | 4 +- .../client/transports/package-summary.html | 4 +- .../client/transports/package-tree.html | 4 +- .../client/transports/package-use.html | 4 +- .../github/nkzawa/engineio/parser/Packet.html | 4 +- .../parser/Parser.DecodePayloadCallback.html | 4 +- .../parser/Parser.EncodeCallback.html | 4 +- .../github/nkzawa/engineio/parser/Parser.html | 4 +- .../engineio/parser/class-use/Packet.html | 4 +- .../Parser.DecodePayloadCallback.html | 4 +- .../class-use/Parser.EncodeCallback.html | 4 +- .../engineio/parser/class-use/Parser.html | 4 +- .../nkzawa/engineio/parser/package-frame.html | 4 +- .../engineio/parser/package-summary.html | 8 +- .../nkzawa/engineio/parser/package-tree.html | 8 +- .../nkzawa/engineio/parser/package-use.html | 4 +- apidocs/com/github/nkzawa/global/Global.html | 239 ++++++++++++++++++ .../nkzawa/global/class-use/Global.html | 145 +++++++++++ .../github/nkzawa/global/package-frame.html | 33 +++ .../github/nkzawa/global/package-summary.html | 158 ++++++++++++ .../github/nkzawa/global/package-tree.html | 154 +++++++++++ .../com/github/nkzawa/global/package-use.html | 145 +++++++++++ .../client/Util.html => parseqs/ParseQS.html} | 114 +++------ .../class-use/ParseQS.html} | 50 ++-- .../github/nkzawa/parseqs/package-frame.html | 33 +++ .../nkzawa/parseqs/package-summary.html | 158 ++++++++++++ .../github/nkzawa/parseqs/package-tree.html | 154 +++++++++++ .../github/nkzawa/parseqs/package-use.html | 145 +++++++++++ .../com/github/nkzawa/thread/EventThread.html | 4 +- .../nkzawa/thread/class-use/EventThread.html | 4 +- .../github/nkzawa/thread/package-frame.html | 4 +- .../github/nkzawa/thread/package-summary.html | 8 +- .../github/nkzawa/thread/package-tree.html | 8 +- .../com/github/nkzawa/thread/package-use.html | 4 +- apidocs/constant-values.html | 4 +- apidocs/deprecated-list.html | 4 +- apidocs/help-doc.html | 4 +- apidocs/index-all.html | 65 +++-- apidocs/index.html | 2 +- apidocs/overview-frame.html | 8 +- apidocs/overview-summary.html | 12 +- apidocs/overview-tree.html | 10 +- apidocs/package-list | 2 + apidocs/serialized-form.html | 29 ++- dependencies.html | 6 +- dependency-info.html | 6 +- distribution-management.html | 6 +- index.html | 6 +- integration.html | 6 +- issue-tracking.html | 6 +- license.html | 11 +- mail-lists.html | 6 +- plugin-management.html | 6 +- plugins.html | 6 +- project-info.html | 6 +- project-summary.html | 6 +- source-repository.html | 6 +- team-list.html | 6 +- 96 files changed, 1781 insertions(+), 441 deletions(-) create mode 100644 apidocs/com/github/nkzawa/global/Global.html create mode 100644 apidocs/com/github/nkzawa/global/class-use/Global.html create mode 100644 apidocs/com/github/nkzawa/global/package-frame.html create mode 100644 apidocs/com/github/nkzawa/global/package-summary.html create mode 100644 apidocs/com/github/nkzawa/global/package-tree.html create mode 100644 apidocs/com/github/nkzawa/global/package-use.html rename apidocs/com/github/nkzawa/{engineio/client/Util.html => parseqs/ParseQS.html} (60%) rename apidocs/com/github/nkzawa/{engineio/client/class-use/Util.html => parseqs/class-use/ParseQS.html} (61%) create mode 100644 apidocs/com/github/nkzawa/parseqs/package-frame.html create mode 100644 apidocs/com/github/nkzawa/parseqs/package-summary.html create mode 100644 apidocs/com/github/nkzawa/parseqs/package-tree.html create mode 100644 apidocs/com/github/nkzawa/parseqs/package-use.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index b311b400..955be252 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -30,10 +30,14 @@
    EventThread
    +Global +
    HandshakeData
    Packet
    +ParseQS +
    Parser
    Parser.DecodePayloadCallback @@ -58,8 +62,6 @@
    Transport.ReadyState
    -Util -
    WebSocket
    diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index e755a730..47b42e85 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -30,10 +30,14 @@
    EventThread
    +Global +
    HandshakeData
    Packet
    +ParseQS +
    Parser
    Parser.DecodePayloadCallback @@ -58,8 +62,6 @@
    Transport.ReadyState
    -Util -
    WebSocket
    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index a07fe3c2..c3ba52f1 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 17b8dfd8..92699c2e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + Emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 3e7290a8..bad21f63 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index c53b6dcb..c9c2e879 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 1ed11dc6..231ae047 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index d34b2ac8..c9be846d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 5a17b7d3..20d67946 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 1dc9e0e5..f94c5ee9 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index e1cf6a4e..19bd08dc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + EngineIOException (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -77,9 +77,9 @@ - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -112,7 +112,32 @@


    + + + + + + + + + + + + + + +
    +Field Summary
    + Objectcode + +
    +           
    + Stringtransport + +
    +           
    @@ -178,6 +203,35 @@

     

    + + + + + + + +
    +Field Detail
    + +

    +transport

    +
    +public String transport
    +
    +
    +
    +
    +
    + +

    +code

    +
    +public Object code
    +
    +
    +
    +
    + @@ -271,9 +325,9 @@

    - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index bd454f98..08950ae1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + HandshakeData (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 8fc562dc..ed5f3fb2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + Socket.Options (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 809c8b83..ee44fcaf 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + Socket (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -99,7 +99,7 @@


    -
    public abstract class Socket
    extends Emitter
    +
    public class Socket
    extends Emitter

    @@ -351,46 +351,6 @@

    -abstract  void -onclose() - -
    -            - - - -abstract  void -onerror(Exception err) - -
    -            - - - - void -onmessage(byte[] data) - -
    -            - - - -abstract  void -onmessage(String data) - -
    -            - - - -abstract  void -onopen() - -
    -            - - -  void open() @@ -907,61 +867,6 @@

    Returns:
    a reference to to this object.
    -
    - -

    -onmessage

    -
    -public void onmessage(byte[] data)
    -
    -
    -
    -
    -
    -
    - -

    -onopen

    -
    -public abstract void onopen()
    -
    -
    -
    -
    -
    -
    - -

    -onmessage

    -
    -public abstract void onmessage(String data)
    -
    -
    -
    -
    -
    -
    - -

    -onclose

    -
    -public abstract void onclose()
    -
    -
    -
    -
    -
    -
    - -

    -onerror

    -
    -public abstract void onerror(Exception err)
    -
    -
    -
    -
    -

    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index de319b7e..54412220 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + Transport.Options (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index b16ee4ef..e7c29a2b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASS + NEXT CLASS FRAMES    NO FRAMES   @@ -346,7 +346,7 @@

     PREV CLASS  - NEXT CLASS + NEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 39522a5b..37029fa9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + Transport (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -285,6 +285,14 @@

    protected  boolean timestampRequests +
    +            + + + +protected static int +timestamps +
                @@ -521,6 +529,16 @@


    +

    +timestamps

    +
    +protected static int timestamps
    +
    +
    +
    +
    +
    +

    writable

    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    index db5fff62..2cbdb40d 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    index deb8eace..56c1b039 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    index 56dc5501..27cb455b 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    index 0e83fc59..998217db 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    index d7edd914..5236c248 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    index 03c8bc02..7b410dbb 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    index 9f607812..b08c0f4f 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    index 757a9229..ba519932 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
     com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -32,9 +32,7 @@
     
    Transport
    -Transport.Options -
    -Util +Transport.Options diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 9257ae5e..ec760b13 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -109,10 +109,6 @@

    Transport.Options   - -Util -  -   diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 0849febc..f3b211ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -102,7 +102,7 @@

  • com.github.nkzawa.engineio.client.Transport.Options -
  • com.github.nkzawa.engineio.client.Util +

    Enum Hierarchy diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 375b352e..f3962ea0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 08c9a694..9574c8a1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + Polling (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -178,7 +178,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index b2b1a38b..de6f2236 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 9f1162db..d54fcb23 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index ff8b8160..3e6a2b21 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -169,7 +169,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 82d7a71b..34130357 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + WebSocket (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -159,7 +159,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 57b6dd87..89b8959f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 3a1a6b07..770e520f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 8bc3441a..bf89ca5a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index d80aee84..5d8f617b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 07536a83..767bb13b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 1454f996..d60d9f0f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 2960fb03..e6700ae0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 86fe9241..0bea4b38 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 6b1b3a97..d52844b5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 946cb5f7..5b1f4302 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + Packet (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 71e7ef44..b5974a4e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index 8a386c53..ed5e891f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 9fd57fe8..b84ef98c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + Parser (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 0a8a0957..8e6ac33f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 59cc5cbf..8e0d2ab6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index bfb0a7b9..91b0755b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index f3c78d1e..0f212c20 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index ddb1340a..41926f44 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 54e59036..37c3df67 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   @@ -152,7 +152,7 @@

     PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index fdd02c22..1b4a1cf6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@  PREV  - NEXTNEXT FRAMES    NO FRAMES   @@ -131,7 +131,7 @@

     PREV  - NEXTNEXT FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index e9429f91..f125707d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html new file mode 100644 index 00000000..86caf966 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -0,0 +1,239 @@ + + + + + + + +Global (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.global +
    +Class Global

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.global.Global
    +
    +
    +
    +
    public class Global
    extends Object
    +

  • + +

    +


    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    +static StringdecodeURIComponent(String str) + +
    +           
    +static StringencodeURIComponent(String str) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +encodeURIComponent

    +
    +public static String encodeURIComponent(String str)
    +
    +
    +
    +
    +
    +
    + +

    +decodeURIComponent

    +
    +public static String decodeURIComponent(String str)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html new file mode 100644 index 00000000..9d51c9fd --- /dev/null +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.global.Global

    +
    +No usage of com.github.nkzawa.global.Global +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html new file mode 100644 index 00000000..ee7afe54 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.global + + + + +
    +Classes  + +
    +Global
    + + + + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html new file mode 100644 index 00000000..e08ce722 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.global +

    + + + + + + + + + +
    +Class Summary
    Global 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html new file mode 100644 index 00000000..25410be9 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.global +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html new file mode 100644 index 00000000..56b5f3e8 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.global

    +
    +No usage of com.github.nkzawa.global +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Util.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html similarity index 60% rename from apidocs/com/github/nkzawa/engineio/client/Util.html rename to apidocs/com/github/nkzawa/parseqs/ParseQS.html index c02e8cc2..152c1cb3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Util.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,21 +2,21 @@ - + -Util (engine.io-client 0.2.0-SNAPSHOT API) +ParseQS (engine.io-client 0.2.0-SNAPSHOT API) - + - + @@ -38,14 +38,14 @@ - + - + - - - + + +
    @@ -56,20 +56,20 @@ PREV CLASS  + PREV CLASS   NEXT CLASS - FRAMES   - NO FRAMES   + FRAMES   + NO FRAMES     @@ -89,16 +89,16 @@

    -com.github.nkzawa.engineio.client +com.github.nkzawa.parseqs
    -Class Util

    +Class ParseQS

     java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.Util
    +  extended by com.github.nkzawa.parseqs.ParseQS
     

    -
    public class Util
    extends Object
    +
    public class ParseQS
    extends Object

    @@ -116,16 +116,8 @@

    -static String -decodeURIComponent(String str) - -
    -            - - - -static String -encodeURIComponent(String str) +static Map<String,String>
    +decode(String qs)
                @@ -133,15 +125,7 @@

    static String -qs(Map<String,String> obj) - -
    -            - - - -static Map<String,String> -qsParse(String qs) +encode(Map<String,String> obj)
                @@ -169,32 +153,10 @@

    -

    -qs

    -
    -public static String qs(Map<String,String> obj)
    -
    -
    -
    -
    -
    -
    - -

    -qsParse

    -
    -public static Map<String,String> qsParse(String qs)
    -
    -
    -
    -
    -
    -
    - -

    -encodeURIComponent

    +

    +encode

    -public static String encodeURIComponent(String str)
    +public static String encode(Map<String,String> obj)
    @@ -202,10 +164,10 @@


    -

    -decodeURIComponent

    +

    +decode

    -public static String decodeURIComponent(String str)
    +public static Map<String,String> decode(String qs)
    @@ -224,14 +186,14 @@

    - + - + - - - + + +
    @@ -242,20 +204,20 @@

    PREV CLASS  + PREV CLASS   NEXT CLASS - FRAMES   - NO FRAMES   + FRAMES   + NO FRAMES     diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html similarity index 61% rename from apidocs/com/github/nkzawa/engineio/client/class-use/Util.html rename to apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 5df70034..c15f552d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Util.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,21 +2,21 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Util (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.0-SNAPSHOT API) - + - + @@ -38,14 +38,14 @@ - + - + - - - + + +
    @@ -59,17 +59,17 @@  PREV   NEXT
    - FRAMES   - NO FRAMES   + FRAMES   + NO FRAMES     @@ -82,9 +82,9 @@

    -Uses of Class
    com.github.nkzawa.engineio.client.Util

    +Uses of Class
    com.github.nkzawa.parseqs.ParseQS

    -No usage of com.github.nkzawa.engineio.client.Util +No usage of com.github.nkzawa.parseqs.ParseQS


    @@ -98,14 +98,14 @@

    - + - + - - - + + +
    @@ -119,17 +119,17 @@

     PREV   NEXT - FRAMES   - NO FRAMES   + FRAMES   + NO FRAMES     diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html new file mode 100644 index 00000000..9354f8ca --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.parseqs + + + + +
    +Classes  + +
    +ParseQS
    + + + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html new file mode 100644 index 00000000..1b0f73ee --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.parseqs +

    + + + + + + + + + +
    +Class Summary
    ParseQS 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html new file mode 100644 index 00000000..5c214f28 --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.parseqs +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html new file mode 100644 index 00000000..e1f316d7 --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.parseqs

    +
    +No usage of com.github.nkzawa.parseqs +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index e15124ee..b1dc6d6c 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + EventThread (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 9a633aec..1bcb11cd 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index c4f6c3cd..c2f49522 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index ec1a8a1c..ef999ed5 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -56,7 +56,7 @@ PREV PACKAGE  + PREV PACKAGE   NEXT PACKAGE FRAMES   @@ -129,7 +129,7 @@

    PREV PACKAGE  + PREV PACKAGE   NEXT PACKAGE FRAMES   diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 7d756e9a..a51e097b 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -56,7 +56,7 @@ PREV  + PREV   NEXT FRAMES   @@ -128,7 +128,7 @@

    PREV  + PREV   NEXT FRAMES   diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 7c6eaca5..94b7ed11 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 2c9ae206..83a1688d 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index bdae1d2d..26c3b102 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 9559e84d..a2be3d7b 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (engine.io-client 0.2.0-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 2fc00512..499acf16 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -79,7 +79,7 @@ -A C D E H I L M N O P Q R S T U V W
    +A C D E G H I L M N O P Q R S T U V W

    A

    @@ -109,7 +109,10 @@
    CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
      -
    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.thread - package com.github.nkzawa.thread
     
    create() - +
    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
     
    create() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
     
    @@ -123,6 +126,9 @@
    data - Variable in class com.github.nkzawa.engineio.parser.Packet
      +
    decode(String) - +Static method in class com.github.nkzawa.parseqs.ParseQS +
     
    decodePacket(String) - Static method in class com.github.nkzawa.engineio.parser.Parser
      @@ -135,8 +141,8 @@
    decodePayload(byte[], Parser.DecodePayloadCallback) - Static method in class com.github.nkzawa.engineio.parser.Parser
      -
    decodeURIComponent(String) - -Static method in class com.github.nkzawa.engineio.client.Util +
    decodeURIComponent(String) - +Static method in class com.github.nkzawa.global.Global
     
    doClose() - Method in class com.github.nkzawa.engineio.client.Transport @@ -179,14 +185,17 @@
    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
     
    encodePacket(Packet, Parser.EncodeCallback) - +
    Emitter.Listener - Interface in com.github.nkzawa.emitter
     
    encode(Map<String, String>) - +Static method in class com.github.nkzawa.parseqs.ParseQS +
      +
    encodePacket(Packet, 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.engineio.client.Util +
    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 @@ -295,6 +304,11 @@
    Executes a task in EventThread.


    +

    +G

    +
    +
    Global - Class in com.github.nkzawa.global
     
    +

    H

    @@ -377,9 +391,6 @@
    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.Socket -
     
    onClose() - Method in class com.github.nkzawa.engineio.client.Transport
      @@ -398,21 +409,9 @@
    onData(byte[]) - Method in class com.github.nkzawa.engineio.client.transports.Polling
      -
    onerror(Exception) - -Method in class com.github.nkzawa.engineio.client.Socket -
     
    onError(String, Exception) - Method in class com.github.nkzawa.engineio.client.Transport
      -
    onmessage(byte[]) - -Method in class com.github.nkzawa.engineio.client.Socket -
      -
    onmessage(String) - -Method in class com.github.nkzawa.engineio.client.Socket -
      -
    onopen() - -Method in class com.github.nkzawa.engineio.client.Socket -
     
    onOpen() - Method in class com.github.nkzawa.engineio.client.Transport
      @@ -439,7 +438,7 @@
    Packet(String, T) - Constructor for class com.github.nkzawa.engineio.parser.Packet
      -
    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 - +
    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 - @@ -498,12 +497,6 @@

    Q

    -
    qs(Map<String, String>) - -Static method in class com.github.nkzawa.engineio.client.Util -
      -
    qsParse(String) - -Static method in class com.github.nkzawa.engineio.client.Util -
     
    query - Variable in class com.github.nkzawa.engineio.client.Socket.Options
      @@ -603,9 +596,15 @@
    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
      @@ -641,7 +640,7 @@
    uri() - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
      -
    Util - Class in com.github.nkzawa.engineio.client
     
    +

    V

    @@ -687,7 +686,7 @@
     
    -A C D E H I L M N O P Q R S T U V W +A C D E G H I L M N O P Q R S T U V W diff --git a/apidocs/index.html b/apidocs/index.html index b35fe1a2..80f1b4ad 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + engine.io-client 0.2.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 34944bb8..aee063d1 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Mon Apr 07 02:22:38 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Fri May 02 17:25:45 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -39,6 +39,10 @@
    com.github.nkzawa.engineio.parser
    +com.github.nkzawa.global +
    +com.github.nkzawa.parseqs +
    com.github.nkzawa.thread
    diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 65b8bc0d..dbf4765e 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -108,6 +108,14 @@

      +com.github.nkzawa.global +  + + +com.github.nkzawa.parseqs +  + + com.github.nkzawa.thread   diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 0181abca..30b2e87b 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -85,7 +85,7 @@

    Hierarchy For All Packages

    -
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.thread
    +
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread

    Class Hierarchy @@ -98,7 +98,7 @@

  • com.github.nkzawa.engineio.client.transports.PollingXHR
  • com.github.nkzawa.engineio.client.transports.WebSocket -
  • com.github.nkzawa.engineio.client.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet<T>
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Thread (implements java.lang.Runnable) +
  • com.github.nkzawa.global.Global
  • com.github.nkzawa.engineio.client.HandshakeData
  • com.github.nkzawa.engineio.parser.Packet<T>
  • com.github.nkzawa.parseqs.ParseQS
  • com.github.nkzawa.engineio.parser.Parser
  • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
  • java.lang.Thread (implements java.lang.Runnable)
  • java.lang.Throwable (implements java.io.Serializable) @@ -108,7 +108,7 @@

  • com.github.nkzawa.engineio.client.Transport.Options -
  • com.github.nkzawa.engineio.client.Util +

    Interface Hierarchy diff --git a/apidocs/package-list b/apidocs/package-list index 467f2fe4..95b9759d 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -2,4 +2,6 @@ com.github.nkzawa.emitter com.github.nkzawa.engineio.client com.github.nkzawa.engineio.client.transports com.github.nkzawa.engineio.parser +com.github.nkzawa.global +com.github.nkzawa.parseqs com.github.nkzawa.thread diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 24bb5635..d9a1b19b 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (engine.io-client 0.2.0-SNAPSHOT API) - + @@ -103,6 +103,31 @@

    + + + + + +
    +Serialized Fields
    + +

    +transport

    +
    +String transport
    +
    +
    +
    +
    +
    +

    +code

    +
    +Object code
    +
    +
    +
    +


    diff --git a/dependencies.html b/dependencies.html index 21b05a16..410cd7d7 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/dependency-info.html b/dependency-info.html index 47930f11..e47a5174 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/distribution-management.html b/distribution-management.html index 8782ea63..36138eab 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/index.html b/index.html index 81a95d23..d331c832 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/integration.html b/integration.html index 2ef6c495..7b0e6643 100644 --- a/integration.html +++ b/integration.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/issue-tracking.html b/issue-tracking.html index 2bd3a07b..503ebfac 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/license.html b/license.html index 2884d8a8..45aecac6 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client @@ -134,7 +134,7 @@

    Search this site:

    -
    +
    @@ -156,6 +156,7 @@

    Navigation

  • OSI Individual Membership
  • +
  • OSI Store
  • Contact OSI
  • Terms of Service
  • @@ -258,7 +259,7 @@

    You are here

  • +
    diff --git a/mail-lists.html b/mail-lists.html index 6fd1cdb6..29479c1b 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 39f28541..8154a522 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 9a7be012..b592ee1d 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index 48b3c3fc..ffde61a6 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 57532941..e1263e17 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/source-repository.html b/source-repository.html index d2c128c7..e293587f 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 39af1704..9d52c79c 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2014-04-07 + Last Published: 2014-05-02  | Version: 0.2.0-SNAPSHOT
    engine.io-client From 95836c0d1667945d21528baaeea4689ea6e9cf79 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 1 Jun 2014 08:26:31 -0700 Subject: [PATCH 15/41] Creating site for 0.2.1-SNAPSHOT --- apidocs/allclasses-frame.html | 8 +- apidocs/allclasses-noframe.html | 8 +- .../nkzawa/emitter/Emitter.Listener.html | 8 +- .../com/github/nkzawa/emitter/Emitter.html | 8 +- .../emitter/class-use/Emitter.Listener.html | 8 +- .../nkzawa/emitter/class-use/Emitter.html | 8 +- .../github/nkzawa/emitter/package-frame.html | 6 +- .../nkzawa/emitter/package-summary.html | 8 +- .../github/nkzawa/emitter/package-tree.html | 8 +- .../github/nkzawa/emitter/package-use.html | 8 +- .../engineio/client/EngineIOException.html | 8 +- .../nkzawa/engineio/client/HandshakeData.html | 8 +- .../engineio/client/Socket.Options.html | 8 +- .../github/nkzawa/engineio/client/Socket.html | 8 +- .../engineio/client/Transport.Options.html | 8 +- .../engineio/client/Transport.ReadyState.html | 8 +- .../nkzawa/engineio/client/Transport.html | 8 +- .../client/class-use/EngineIOException.html | 8 +- .../client/class-use/HandshakeData.html | 8 +- .../client/class-use/Socket.Options.html | 8 +- .../engineio/client/class-use/Socket.html | 8 +- .../client/class-use/Transport.Options.html | 8 +- .../class-use/Transport.ReadyState.html | 8 +- .../engineio/client/class-use/Transport.html | 8 +- .../nkzawa/engineio/client/package-frame.html | 6 +- .../engineio/client/package-summary.html | 8 +- .../nkzawa/engineio/client/package-tree.html | 8 +- .../nkzawa/engineio/client/package-use.html | 8 +- .../engineio/client/transports/Polling.html | 8 +- .../PollingXHR.Request.Options.html | 8 +- .../client/transports/PollingXHR.Request.html | 8 +- .../client/transports/PollingXHR.html | 8 +- .../engineio/client/transports/WebSocket.html | 8 +- .../client/transports/class-use/Polling.html | 8 +- .../class-use/PollingXHR.Request.Options.html | 8 +- .../class-use/PollingXHR.Request.html | 8 +- .../transports/class-use/PollingXHR.html | 8 +- .../transports/class-use/WebSocket.html | 8 +- .../client/transports/package-frame.html | 6 +- .../client/transports/package-summary.html | 8 +- .../client/transports/package-tree.html | 8 +- .../client/transports/package-use.html | 8 +- .../github/nkzawa/engineio/parser/Packet.html | 8 +- .../parser/Parser.DecodePayloadCallback.html | 8 +- .../parser/Parser.EncodeCallback.html | 8 +- .../github/nkzawa/engineio/parser/Parser.html | 46 ++- .../engineio/parser/class-use/Packet.html | 8 +- .../Parser.DecodePayloadCallback.html | 8 +- .../class-use/Parser.EncodeCallback.html | 8 +- .../engineio/parser/class-use/Parser.html | 8 +- .../nkzawa/engineio/parser/package-frame.html | 6 +- .../engineio/parser/package-summary.html | 8 +- .../nkzawa/engineio/parser/package-tree.html | 8 +- .../nkzawa/engineio/parser/package-use.html | 8 +- apidocs/com/github/nkzawa/global/Global.html | 8 +- .../nkzawa/global/class-use/Global.html | 8 +- .../github/nkzawa/global/package-frame.html | 6 +- .../github/nkzawa/global/package-summary.html | 8 +- .../github/nkzawa/global/package-tree.html | 8 +- .../com/github/nkzawa/global/package-use.html | 8 +- .../com/github/nkzawa/parseqs/ParseQS.html | 8 +- .../nkzawa/parseqs/class-use/ParseQS.html | 8 +- .../github/nkzawa/parseqs/package-frame.html | 6 +- .../nkzawa/parseqs/package-summary.html | 8 +- .../github/nkzawa/parseqs/package-tree.html | 8 +- .../github/nkzawa/parseqs/package-use.html | 8 +- .../com/github/nkzawa/thread/EventThread.html | 8 +- .../nkzawa/thread/class-use/EventThread.html | 8 +- .../github/nkzawa/thread/package-frame.html | 6 +- .../github/nkzawa/thread/package-summary.html | 12 +- .../github/nkzawa/thread/package-tree.html | 12 +- .../com/github/nkzawa/thread/package-use.html | 8 +- apidocs/com/github/nkzawa/utf8/UTF8.html | 278 ++++++++++++++++++ .../github/nkzawa/utf8/class-use/UTF8.html | 145 +++++++++ .../com/github/nkzawa/utf8/package-frame.html | 33 +++ .../github/nkzawa/utf8/package-summary.html | 158 ++++++++++ .../com/github/nkzawa/utf8/package-tree.html | 154 ++++++++++ .../com/github/nkzawa/utf8/package-use.html | 145 +++++++++ apidocs/constant-values.html | 8 +- apidocs/deprecated-list.html | 8 +- apidocs/help-doc.html | 8 +- apidocs/index-all.html | 34 ++- apidocs/index.html | 4 +- apidocs/overview-frame.html | 8 +- apidocs/overview-summary.html | 14 +- apidocs/overview-tree.html | 12 +- apidocs/package-list | 1 + apidocs/serialized-form.html | 8 +- dependencies.html | 10 +- dependency-info.html | 22 +- distribution-management.html | 8 +- index.html | 8 +- integration.html | 8 +- issue-tracking.html | 8 +- license.html | 14 +- mail-lists.html | 8 +- plugin-management.html | 8 +- plugins.html | 8 +- project-info.html | 8 +- project-summary.html | 10 +- source-repository.html | 8 +- team-list.html | 8 +- 102 files changed, 1372 insertions(+), 390 deletions(-) create mode 100644 apidocs/com/github/nkzawa/utf8/UTF8.html create mode 100644 apidocs/com/github/nkzawa/utf8/class-use/UTF8.html create mode 100644 apidocs/com/github/nkzawa/utf8/package-frame.html create mode 100644 apidocs/com/github/nkzawa/utf8/package-summary.html create mode 100644 apidocs/com/github/nkzawa/utf8/package-tree.html create mode 100644 apidocs/com/github/nkzawa/utf8/package-use.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 955be252..58f88095 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.0-SNAPSHOT API) +All Classes (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -62,6 +62,8 @@
    Transport.ReadyState
    +UTF8 +
    WebSocket
    diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 47b42e85..51da403d 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.0-SNAPSHOT API) +All Classes (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -62,6 +62,8 @@
    Transport.ReadyState
    +UTF8 +
    WebSocket
    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index c3ba52f1..eca22daf 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 92699c2e..227e5de6 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.2.0-SNAPSHOT API) +Emitter (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index bad21f63..6f24c2ca 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index c9c2e879..0bb7c40a 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 231ae047..732d8531 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index c9be846d..eda77f19 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 20d67946..caf8fc07 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index f94c5ee9..eaef9809 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 19bd08dc..f9db19b7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.2.0-SNAPSHOT API) +EngineIOException (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 08950ae1..4ff05d13 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.2.0-SNAPSHOT API) +HandshakeData (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index ed5f3fb2..f7b44f6a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.2.0-SNAPSHOT API) +Socket.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index ee44fcaf..ca7ee9c2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.2.0-SNAPSHOT API) +Socket (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 54412220..634d4015 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.2.0-SNAPSHOT API) +Transport.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index e7c29a2b..8cd60fa3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 37029fa9..ac104e24 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.2.0-SNAPSHOT API) +Transport (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 2cbdb40d..718b2ceb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index 56c1b039..4c7daddf 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 27cb455b..113b306e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 998217db..6ddfede4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 5236c248..6e2cc752 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 7b410dbb..9488855b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index b08c0f4f..a1cefc11 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index ba519932..e9c5df16 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index ec760b13..eec11eb6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index f3b211ef..81404f92 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index f3962ea0..1533c2e5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 9574c8a1..b7a21b42 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.2.0-SNAPSHOT API) +Polling (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index de6f2236..f95979e6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index d54fcb23..590095d8 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 3e6a2b21..33c0a1c5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) +PollingXHR (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 34130357..90eacabc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.2.0-SNAPSHOT API) +WebSocket (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 89b8959f..3e624e9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 770e520f..a270b92f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index bf89ca5a..faeb23c1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 5d8f617b..d2dc510d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 767bb13b..c80d2706 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index d60d9f0f..e4e46a9e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index e6700ae0..f0f8756d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 0bea4b38..02df8d08 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index d52844b5..c843af72 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 5b1f4302..7a8d467d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.2.0-SNAPSHOT API) +Packet (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index b5974a4e..b07b96f3 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index ed5e891f..b578d256 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index b84ef98c..33543ad5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.2.0-SNAPSHOT API) +Parser (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.2.1-SNAPSHOT API)"; } } @@ -158,6 +158,14 @@

    +static String +byteArrayToString(byte[] bytes) + +
    +            + + + static Packet<byte[]> decodePacket(byte[] data) @@ -205,6 +213,14 @@

    encodePayload(Packet[] packets, Parser.EncodeCallback<byte[]> callback) +
    +            + + + +static byte[] +stringToByteArray(String string) +
                @@ -318,6 +334,28 @@

    +
    + +

    +byteArrayToString

    +
    +public static String byteArrayToString(byte[] bytes)
    +
    +
    +
    +
    +
    +
    + +

    +stringToByteArray

    +
    +public static byte[] stringToByteArray(String string)
    +
    +
    +
    +
    +

    diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 8e6ac33f..10108fbc 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 8e0d2ab6..c5b15f5d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 91b0755b..6bb15154 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 0f212c20..05cfb714 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 41926f44..e7e2e11f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 37c3df67..b2bf09f0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 1b4a1cf6..af3f0305 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index f125707d..fcae5dd8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 86caf966..fe4a47d1 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.2.0-SNAPSHOT API) +Global (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 9d51c9fd..96860cdc 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index ee7afe54..f5dee412 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index e08ce722..5e5097c1 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 25410be9..7921a44b 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 56b5f3e8..c7db2fba 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index 152c1cb3..cbe1b257 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.2.0-SNAPSHOT API) +ParseQS (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index c15f552d..91bc1c5c 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 9354f8ca..4d80ca34 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 1b0f73ee..5c0d3524 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 5c214f28..588de950 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index e1f316d7..87fe2529 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index b1dc6d6c..b67eaff1 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.2.0-SNAPSHOT API) +EventThread (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 1bcb11cd..e781b53f 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index c2f49522..f1f5b42f 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index ef999ed5..04442637 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   @@ -130,7 +130,7 @@

     PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index a51e097b..343f2378 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV  - NEXTNEXT FRAMES    NO FRAMES   @@ -129,7 +129,7 @@

     PREV  - NEXTNEXT FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 94b7ed11..88c8011e 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html new file mode 100644 index 00000000..1f8689ab --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -0,0 +1,278 @@ + + + + + + + +UTF8 (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.utf8 +
    +Class UTF8

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.utf8.UTF8
    +
    +
    +
    +
    public class UTF8
    extends Object
    + + +

    +UTF-8 encoder/decoder ported from utf8.js. +

    + +

    +

    +
    See Also:
    https://github.com/mathiasbynens/utf8.js
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    UTF8() + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static Stringdecode(String byteString) + +
    +           
    +static Stringencode(String string) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +UTF8

    +
    +public UTF8()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +encode

    +
    +public static String encode(String string)
    +
    +
    +
    +
    +
    +
    + +

    +decode

    +
    +public static String decode(String byteString)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html new file mode 100644 index 00000000..aea13961 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.utf8.UTF8

    +
    +No usage of com.github.nkzawa.utf8.UTF8 +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html new file mode 100644 index 00000000..2e4b7c49 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.utf8 + + + + +
    +Classes  + +
    +UTF8
    + + + + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html new file mode 100644 index 00000000..0436badf --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.utf8 +

    + + + + + + + + + +
    +Class Summary
    UTF8UTF-8 encoder/decoder ported from utf8.js.
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html new file mode 100644 index 00000000..a2502854 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.utf8 +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html new file mode 100644 index 00000000..95b49975 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.utf8

    +
    +No usage of com.github.nkzawa.utf8 +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 83a1688d..6316714f 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.2.0-SNAPSHOT API) +Constant Field Values (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 26c3b102..a1e4f89f 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.2.0-SNAPSHOT API) +Deprecated List (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index a2be3d7b..a3db6ffc 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.2.0-SNAPSHOT API) +API Help (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 499acf16..0bba13f3 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.2.0-SNAPSHOT API) +Index (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.2.1-SNAPSHOT API)"; } } @@ -79,7 +79,7 @@ -A C D E G H I L M N O P Q R S T U V W
    +A B C D E G H I L M N O P Q R S T U V W

    A

    @@ -88,6 +88,14 @@
     

    +

    +B

    +
    +
    byteArrayToString(byte[]) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
      +
    +

    C

    @@ -112,7 +120,7 @@
    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
     
    create() - +
    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
     
    @@ -129,6 +137,9 @@
    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
      @@ -188,6 +199,9 @@
    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
      @@ -579,6 +593,9 @@
    Socket.Options - Class in com.github.nkzawa.engineio.client
     
    Socket.Options() - Constructor for class com.github.nkzawa.engineio.client.Socket.Options
      +
    stringToByteArray(String) - +Static method in class com.github.nkzawa.engineio.parser.Parser +
     

    @@ -640,6 +657,9 @@
    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 +
     

    @@ -686,7 +706,7 @@
     
    -A C D E G H I L M N O P Q R S T U V W +A B C D E G H I L M N O P Q R S T U V W diff --git a/apidocs/index.html b/apidocs/index.html index 80f1b4ad..6e492bc2 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.2.0-SNAPSHOT API +engine.io-client 0.2.1-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.2.0-SNAPSHOT API +engine.io-client 0.2.1-SNAPSHOT API

    @@ -119,6 +119,10 @@

    com.github.nkzawa.thread   + +com.github.nkzawa.utf8 +  +

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 30b2e87b..c586d2e8 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; } } @@ -85,7 +85,7 @@

    Hierarchy For All Packages

    -
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread
    +
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread, com.github.nkzawa.utf8

    Class Hierarchy @@ -108,7 +108,7 @@

  • com.github.nkzawa.engineio.client.Transport.Options - +
  • com.github.nkzawa.utf8.UTF8

    Interface Hierarchy diff --git a/apidocs/package-list b/apidocs/package-list index 95b9759d..98d079ea 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -5,3 +5,4 @@ com.github.nkzawa.engineio.parser com.github.nkzawa.global com.github.nkzawa.parseqs com.github.nkzawa.thread +com.github.nkzawa.utf8 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index d9a1b19b..7e1856f3 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.2.0-SNAPSHOT API) +Serialized Form (engine.io-client 0.2.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.2.0-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.2.1-SNAPSHOT API)"; } } diff --git a/dependencies.html b/dependencies.html index 410cd7d7..346377fa 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

  • +
    diff --git a/mail-lists.html b/mail-lists.html index 29479c1b..b1a0fc41 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 8154a522..31d905c8 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index b592ee1d..84256786 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index ffde61a6..f638b42c 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index e1263e17..51175b7f 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.2.0-SNAPSHOT +0.2.1-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index e293587f..3db00dd6 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 9d52c79c..47be063d 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-05-02 -  | Version: 0.2.0-SNAPSHOT + Last Published: 2014-06-02 +  | Version: 0.2.1-SNAPSHOT
    engine.io-client From d6e5810c9f758ea1bd99934924d6b6496a73399b Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 12 Jul 2014 23:31:24 -0700 Subject: [PATCH 16/41] Creating site for 0.2.2-SNAPSHOT --- apidocs/allclasses-frame.html | 8 +- apidocs/allclasses-noframe.html | 8 +- .../nkzawa/emitter/Emitter.Listener.html | 8 +- .../com/github/nkzawa/emitter/Emitter.html | 8 +- .../emitter/class-use/Emitter.Listener.html | 8 +- .../nkzawa/emitter/class-use/Emitter.html | 8 +- .../github/nkzawa/emitter/package-frame.html | 6 +- .../nkzawa/emitter/package-summary.html | 8 +- .../github/nkzawa/emitter/package-tree.html | 8 +- .../github/nkzawa/emitter/package-use.html | 8 +- .../engineio/client/EngineIOException.html | 8 +- .../nkzawa/engineio/client/HandshakeData.html | 8 +- .../engineio/client/Socket.Options.html | 10 +- .../github/nkzawa/engineio/client/Socket.html | 27 +- .../engineio/client/Transport.Options.html | 26 +- .../engineio/client/Transport.ReadyState.html | 8 +- .../nkzawa/engineio/client/Transport.html | 26 +- .../client/class-use/EngineIOException.html | 8 +- .../client/class-use/HandshakeData.html | 8 +- .../client/class-use/Socket.Options.html | 8 +- .../engineio/client/class-use/Socket.html | 8 +- .../client/class-use/Transport.Options.html | 8 +- .../class-use/Transport.ReadyState.html | 8 +- .../engineio/client/class-use/Transport.html | 8 +- .../nkzawa/engineio/client/package-frame.html | 6 +- .../engineio/client/package-summary.html | 8 +- .../nkzawa/engineio/client/package-tree.html | 8 +- .../nkzawa/engineio/client/package-use.html | 8 +- .../engineio/client/transports/Polling.html | 10 +- .../PollingXHR.Request.Options.html | 26 +- .../client/transports/PollingXHR.Request.html | 8 +- .../client/transports/PollingXHR.html | 10 +- .../engineio/client/transports/WebSocket.html | 10 +- .../client/transports/class-use/Polling.html | 8 +- .../class-use/PollingXHR.Request.Options.html | 8 +- .../class-use/PollingXHR.Request.html | 8 +- .../transports/class-use/PollingXHR.html | 8 +- .../transports/class-use/WebSocket.html | 8 +- .../client/transports/package-frame.html | 6 +- .../client/transports/package-summary.html | 8 +- .../client/transports/package-tree.html | 8 +- .../client/transports/package-use.html | 8 +- .../github/nkzawa/engineio/parser/Packet.html | 8 +- .../parser/Parser.DecodePayloadCallback.html | 8 +- .../parser/Parser.EncodeCallback.html | 8 +- .../github/nkzawa/engineio/parser/Parser.html | 8 +- .../engineio/parser/class-use/Packet.html | 8 +- .../Parser.DecodePayloadCallback.html | 8 +- .../class-use/Parser.EncodeCallback.html | 8 +- .../engineio/parser/class-use/Parser.html | 8 +- .../nkzawa/engineio/parser/package-frame.html | 6 +- .../engineio/parser/package-summary.html | 8 +- .../nkzawa/engineio/parser/package-tree.html | 8 +- .../nkzawa/engineio/parser/package-use.html | 8 +- apidocs/com/github/nkzawa/global/Global.html | 8 +- .../nkzawa/global/class-use/Global.html | 8 +- .../github/nkzawa/global/package-frame.html | 6 +- .../github/nkzawa/global/package-summary.html | 8 +- .../github/nkzawa/global/package-tree.html | 8 +- .../com/github/nkzawa/global/package-use.html | 8 +- .../com/github/nkzawa/parseqs/ParseQS.html | 8 +- .../nkzawa/parseqs/class-use/ParseQS.html | 8 +- .../github/nkzawa/parseqs/package-frame.html | 6 +- .../nkzawa/parseqs/package-summary.html | 8 +- .../github/nkzawa/parseqs/package-tree.html | 8 +- .../github/nkzawa/parseqs/package-use.html | 8 +- .../com/github/nkzawa/thread/EventThread.html | 8 +- .../nkzawa/thread/class-use/EventThread.html | 8 +- .../github/nkzawa/thread/package-frame.html | 6 +- .../github/nkzawa/thread/package-summary.html | 8 +- .../github/nkzawa/thread/package-tree.html | 8 +- .../com/github/nkzawa/thread/package-use.html | 8 +- apidocs/com/github/nkzawa/utf8/UTF8.html | 19 +- .../com/github/nkzawa/utf8/UTF8Exception.html | 322 ++++++++++++++++++ .../github/nkzawa/utf8/class-use/UTF8.html | 8 +- .../nkzawa/utf8/class-use/UTF8Exception.html | 181 ++++++++++ .../com/github/nkzawa/utf8/package-frame.html | 17 +- .../github/nkzawa/utf8/package-summary.html | 22 +- .../com/github/nkzawa/utf8/package-tree.html | 15 +- .../com/github/nkzawa/utf8/package-use.html | 36 +- apidocs/constant-values.html | 8 +- apidocs/deprecated-list.html | 8 +- apidocs/help-doc.html | 8 +- apidocs/index-all.html | 35 +- apidocs/index.html | 4 +- apidocs/overview-frame.html | 6 +- apidocs/overview-summary.html | 10 +- apidocs/overview-tree.html | 12 +- apidocs/serialized-form.html | 43 ++- dependencies.html | 81 ++--- dependency-info.html | 22 +- distribution-management.html | 8 +- index.html | 8 +- integration.html | 8 +- issue-tracking.html | 8 +- license.html | 20 +- mail-lists.html | 8 +- plugin-management.html | 8 +- plugins.html | 8 +- project-info.html | 8 +- project-summary.html | 10 +- source-repository.html | 8 +- team-list.html | 8 +- 103 files changed, 1157 insertions(+), 453 deletions(-) create mode 100644 apidocs/com/github/nkzawa/utf8/UTF8Exception.html create mode 100644 apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 58f88095..bc28369f 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.1-SNAPSHOT API) +All Classes (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -64,6 +64,8 @@
    UTF8
    +UTF8Exception +
    WebSocket
    diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 51da403d..3cb079d0 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.1-SNAPSHOT API) +All Classes (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -64,6 +64,8 @@
    UTF8
    +UTF8Exception +
    WebSocket
    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index eca22daf..6c38502e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 227e5de6..e6592e7e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.2.1-SNAPSHOT API) +Emitter (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 6f24c2ca..5e48ffc5 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 0bb7c40a..d8b729d1 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 732d8531..1f86f35b 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index eda77f19..4e0ebd36 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index caf8fc07..2b59e681 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index eaef9809..8042c4bd 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index f9db19b7..71ebda4b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.2.1-SNAPSHOT API) +EngineIOException (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 4ff05d13..70039fd4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.2.1-SNAPSHOT API) +HandshakeData (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index f7b44f6a..973bf1be 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.2.1-SNAPSHOT API) +Socket.Options (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -164,7 +164,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options -hostname, path, policyPort, port, secure, socket, timestampParam, timestampRequests +hostname, path, policyPort, port, secure, socket, sslContext, timestampParam, timestampRequests   diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index ca7ee9c2..87791009 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.2.1-SNAPSHOT API) +Socket (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -401,6 +401,14 @@

    +static void +setDefaultSSLContext(SSLContext sslContext) + +
    +            + + +  void write(byte[] msg) @@ -733,6 +741,17 @@

    +

    +setDefaultSSLContext

    +
    +public static void setDefaultSSLContext(SSLContext sslContext)
    +
    +
    +
    +
    +
    +
    +

    open

    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
    index 634d4015..0812865b 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)
    +Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    @@ -172,6 +172,14 @@ 

    protected  Socket socket +
    +            + + + + SSLContext +sslContext +
                @@ -320,6 +328,16 @@


    +

    +sslContext

    +
    +public SSLContext sslContext
    +
    +
    +
    +
    +
    +

    socket

    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
    index 8cd60fa3..f796dff9 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)
    +Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html
    index ac104e24..675ca638 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Transport (engine.io-client 0.2.1-SNAPSHOT API)
    +Transport (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Transport (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Transport (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    @@ -269,6 +269,14 @@ 

    protected  Socket socket +
    +            + + + +protected  SSLContext +sslContext +
                @@ -629,6 +637,16 @@


    +

    +sslContext

    +
    +protected SSLContext sslContext
    +
    +
    +
    +
    +
    +

    socket

    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    index 718b2ceb..baa7b97b 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    index 4c7daddf..266e8453 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    index 113b306e..ab1c01bb 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    index 6ddfede4..d97113c8 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    index 6e2cc752..d7fd0af0 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    index 9488855b..2d07f384 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    index a1cefc11..696d5eaa 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    index e9c5df16..4cc9bde6 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)
    +com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
    index eec11eb6..8849d9c9 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)
    +com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
    index 81404f92..a2824875 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)
    +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html
    index 1533c2e5..d36b44ef 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)
    +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
    index b7a21b42..25f09544 100644
    --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
    +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html
    @@ -2,13 +2,13 @@
     
     
     
    -
    +
     
     
    -Polling (engine.io-client 0.2.1-SNAPSHOT API)
    +Polling (engine.io-client 0.2.2-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -16,7 +16,7 @@
     function windowTitle()
     {
         if (location.href.indexOf('is-external=true') == -1) {
    -        parent.document.title="Polling (engine.io-client 0.2.1-SNAPSHOT API)";
    +        parent.document.title="Polling (engine.io-client 0.2.2-SNAPSHOT API)";
         }
     }
     
    @@ -178,7 +178,7 @@ 

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index f95979e6..c6adfbee 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -129,6 +129,14 @@

     String method +
    +            + + + + SSLContext +sslContext +
                @@ -217,6 +225,16 @@

    +
    + +

    +sslContext

    +
    +public SSLContext sslContext
    +
    +
    +
    +
    diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 590095d8..55487f67 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 33c0a1c5..404f91bf 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.2.1-SNAPSHOT API) +PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -169,7 +169,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 90eacabc..bd1a4fb4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.2.1-SNAPSHOT API) +WebSocket (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -159,7 +159,7 @@

    Fields inherited from class com.github.nkzawa.engineio.client.Transport -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable   diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 3e624e9b..b627038a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index a270b92f..88a76679 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index faeb23c1..dd389768 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index d2dc510d..5b5e6dce 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index c80d2706..10f4d11e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index e4e46a9e..a2473874 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index f0f8756d..b83d1810 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 02df8d08..b21455da 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index c843af72..b8f5661d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 7a8d467d..d3285081 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.2.1-SNAPSHOT API) +Packet (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index b07b96f3..e9aedbfe 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index b578d256..80f0b734 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 33543ad5..87d8dabc 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.2.1-SNAPSHOT API) +Parser (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 10108fbc..df990f1d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index c5b15f5d..fd4b8740 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 6bb15154..f1f4b172 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 05cfb714..3dbcb53a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index e7e2e11f..7688d7db 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index b2bf09f0..4b26b733 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index af3f0305..15035160 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index fcae5dd8..e1095feb 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index fe4a47d1..088f95e7 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.2.1-SNAPSHOT API) +Global (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 96860cdc..163bb81d 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index f5dee412..0b9a495e 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 5e5097c1..1a4f9266 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 7921a44b..98006c2d 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index c7db2fba..fe92a6d0 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index cbe1b257..a940b4e2 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.2.1-SNAPSHOT API) +ParseQS (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 91bc1c5c..87b16960 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 4d80ca34..5706a76a 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 5c0d3524..49360e3f 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 588de950..37fb1210 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index 87fe2529..1f17b52d 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index b67eaff1..9675faba 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.2.1-SNAPSHOT API) +EventThread (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index e781b53f..7ce1e55a 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index f1f5b42f..2cf1ef6e 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 04442637..68e4fbd6 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 343f2378..d9102407 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 88c8011e..8e41f6ee 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 1f8689ab..f255f82e 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,13 +2,13 @@ - + -UTF8 (engine.io-client 0.2.1-SNAPSHOT API) +UTF8 (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -57,7 +57,7 @@  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -206,10 +206,13 @@

    decode

    -public static String decode(String byteString)
    +public static String decode(String byteString) + throws UTF8Exception

    -
    + +
    Throws: +
    UTF8Exception
    @@ -244,7 +247,7 @@

     PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html new file mode 100644 index 00000000..eddd91b0 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -0,0 +1,322 @@ + + + + + + + +UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.utf8 +
    +Class UTF8Exception

    +
    +java.lang.Object
    +  extended by java.lang.Throwable
    +      extended by java.lang.Exception
    +          extended by java.io.IOException
    +              extended by com.github.nkzawa.utf8.UTF8Exception
    +
    +
    +
    All Implemented Interfaces:
    Serializable
    +
    +
    +
    +
    public class UTF8Exception
    extends IOException
    +

    + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    + Stringdata + +
    +           
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    UTF8Exception() + +
    +           
    UTF8Exception(String message) + +
    +           
    UTF8Exception(String message, + Throwable cause) + +
    +           
    UTF8Exception(Throwable cause) + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +data

    +
    +public String data
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +UTF8Exception

    +
    +public UTF8Exception()
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(String message)
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(String message,
    +                     Throwable cause)
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(Throwable cause)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index aea13961..d537bcf5 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html new file mode 100644 index 00000000..e334c000 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.utf8.UTF8Exception

    +
    + + + + + + + + + +
    +Packages that use UTF8Exception
    com.github.nkzawa.utf8  
    +  +

    + + + + + +
    +Uses of UTF8Exception in com.github.nkzawa.utf8
    +  +

    + + + + + + + + + +
    Methods in com.github.nkzawa.utf8 that throw UTF8Exception
    +static StringUTF8.decode(String byteString) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All Rights Reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 2e4b7c49..ceb3bd1a 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -29,5 +29,16 @@ + + + + +
    +Exceptions  + +
    +UTF8Exception
    + + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 0436badf..4d5c8ad6 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -96,6 +96,20 @@

      +

    + + + + + + + + + +
    +Exception Summary
    UTF8Exception 
    +  +

    diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index a2502854..9197841e 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -93,6 +93,13 @@


    diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 95b49975..0735f6e5 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -84,7 +84,33 @@

    Uses of Package
    com.github.nkzawa.utf8

    -No usage of com.github.nkzawa.utf8 + + + + + + + + + +
    +Packages that use com.github.nkzawa.utf8
    com.github.nkzawa.utf8  
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.utf8 used by com.github.nkzawa.utf8
    UTF8Exception + +
    +           


    diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 6316714f..20211768 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.2.1-SNAPSHOT API) +Constant Field Values (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index a1e4f89f..07510a9e 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.2.1-SNAPSHOT API) +Deprecated List (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index a3db6ffc..b10cb0de 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.2.1-SNAPSHOT API) +API Help (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.2.2-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 0bba13f3..d325f7db 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.2.1-SNAPSHOT API) +Index (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -134,6 +134,9 @@
    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
      @@ -563,6 +566,9 @@
    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
      @@ -593,6 +599,15 @@
    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 +
     
    stringToByteArray(String) - Static method in class com.github.nkzawa.engineio.parser.Parser
      @@ -660,6 +675,18 @@
    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 +
     

    diff --git a/apidocs/index.html b/apidocs/index.html index 6e492bc2..10fcb05a 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.2.1-SNAPSHOT API +engine.io-client 0.2.2-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.2.1-SNAPSHOT API +engine.io-client 0.2.2-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index c586d2e8..79985fa4 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -104,7 +104,9 @@

  • java.lang.Throwable (implements java.io.Serializable)
  • com.github.nkzawa.engineio.client.Transport.Options diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 7e1856f3..0fdd4e21 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.2.1-SNAPSHOT API) +Serialized Form (engine.io-client 0.2.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.2.1-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.2.2-SNAPSHOT API)"; } } @@ -128,6 +128,41 @@

    +
    + + + + + +
    +Package com.github.nkzawa.utf8
    + +

    + + + + + +
    +Class com.github.nkzawa.utf8.UTF8Exception extends IOException implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +data

    +
    +String data
    +
    +
    +
    +


    diff --git a/dependencies.html b/dependencies.html index 346377fa..db142cd9 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client @@ -119,10 +119,10 @@

    compile

    MIT License org.json -json -20140107 +json +20090211 jar -The JSON License
    +provided without support or warranty
  • test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    @@ -186,7 +186,7 @@

    Project Dependency Graph

    +

    Creative Commons License
    Opensource.org site content is licensed under a Creative Commons Attribution 4.0 International License. @@ -259,7 +267,7 @@

    You are here

    +
    diff --git a/mail-lists.html b/mail-lists.html index b1a0fc41..6ab908b8 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 31d905c8..b33d78ff 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 84256786..9e5feebe 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index f638b42c..bdd74a6b 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 51175b7f..2bb7cca9 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.2.1-SNAPSHOT +0.2.2-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index 3db00dd6..70aca374 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 47be063d..379e303e 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-06-02 -  | Version: 0.2.1-SNAPSHOT + Last Published: 2014-07-13 +  | Version: 0.2.2-SNAPSHOT
    engine.io-client From 8e3ce8f11f3f29a307ed36396b35ccc0d70e926c Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 12 Jul 2014 23:51:37 -0700 Subject: [PATCH 17/41] Creating site for 0.2.2-SNAPSHOT --- apidocs/allclasses-frame.html | 2 +- apidocs/allclasses-noframe.html | 2 +- .../nkzawa/emitter/Emitter.Listener.html | 2 +- .../com/github/nkzawa/emitter/Emitter.html | 2 +- .../emitter/class-use/Emitter.Listener.html | 2 +- .../nkzawa/emitter/class-use/Emitter.html | 2 +- .../github/nkzawa/emitter/package-frame.html | 2 +- .../nkzawa/emitter/package-summary.html | 2 +- .../github/nkzawa/emitter/package-tree.html | 2 +- .../github/nkzawa/emitter/package-use.html | 2 +- .../engineio/client/EngineIOException.html | 2 +- .../nkzawa/engineio/client/HandshakeData.html | 2 +- .../engineio/client/Socket.Options.html | 2 +- .../github/nkzawa/engineio/client/Socket.html | 9 +++-- .../engineio/client/Transport.Options.html | 2 +- .../engineio/client/Transport.ReadyState.html | 2 +- .../nkzawa/engineio/client/Transport.html | 2 +- .../client/class-use/EngineIOException.html | 2 +- .../client/class-use/HandshakeData.html | 2 +- .../client/class-use/Socket.Options.html | 2 +- .../engineio/client/class-use/Socket.html | 10 ++++- .../client/class-use/Transport.Options.html | 2 +- .../class-use/Transport.ReadyState.html | 2 +- .../engineio/client/class-use/Transport.html | 2 +- .../nkzawa/engineio/client/package-frame.html | 2 +- .../engineio/client/package-summary.html | 2 +- .../nkzawa/engineio/client/package-tree.html | 2 +- .../nkzawa/engineio/client/package-use.html | 2 +- .../engineio/client/transports/Polling.html | 2 +- .../PollingXHR.Request.Options.html | 2 +- .../client/transports/PollingXHR.Request.html | 2 +- .../client/transports/PollingXHR.html | 2 +- .../engineio/client/transports/WebSocket.html | 2 +- .../client/transports/class-use/Polling.html | 2 +- .../class-use/PollingXHR.Request.Options.html | 2 +- .../class-use/PollingXHR.Request.html | 2 +- .../transports/class-use/PollingXHR.html | 2 +- .../transports/class-use/WebSocket.html | 2 +- .../client/transports/package-frame.html | 2 +- .../client/transports/package-summary.html | 2 +- .../client/transports/package-tree.html | 2 +- .../client/transports/package-use.html | 2 +- .../github/nkzawa/engineio/parser/Packet.html | 2 +- .../parser/Parser.DecodePayloadCallback.html | 2 +- .../parser/Parser.EncodeCallback.html | 2 +- .../github/nkzawa/engineio/parser/Parser.html | 40 +------------------ .../engineio/parser/class-use/Packet.html | 2 +- .../Parser.DecodePayloadCallback.html | 2 +- .../class-use/Parser.EncodeCallback.html | 2 +- .../engineio/parser/class-use/Parser.html | 2 +- .../nkzawa/engineio/parser/package-frame.html | 2 +- .../engineio/parser/package-summary.html | 2 +- .../nkzawa/engineio/parser/package-tree.html | 2 +- .../nkzawa/engineio/parser/package-use.html | 2 +- apidocs/com/github/nkzawa/global/Global.html | 2 +- .../nkzawa/global/class-use/Global.html | 2 +- .../github/nkzawa/global/package-frame.html | 2 +- .../github/nkzawa/global/package-summary.html | 2 +- .../github/nkzawa/global/package-tree.html | 2 +- .../com/github/nkzawa/global/package-use.html | 2 +- .../com/github/nkzawa/parseqs/ParseQS.html | 2 +- .../nkzawa/parseqs/class-use/ParseQS.html | 2 +- .../github/nkzawa/parseqs/package-frame.html | 2 +- .../nkzawa/parseqs/package-summary.html | 2 +- .../github/nkzawa/parseqs/package-tree.html | 2 +- .../github/nkzawa/parseqs/package-use.html | 2 +- .../com/github/nkzawa/thread/EventThread.html | 2 +- .../nkzawa/thread/class-use/EventThread.html | 2 +- .../github/nkzawa/thread/package-frame.html | 2 +- .../github/nkzawa/thread/package-summary.html | 2 +- .../github/nkzawa/thread/package-tree.html | 2 +- .../com/github/nkzawa/thread/package-use.html | 2 +- apidocs/com/github/nkzawa/utf8/UTF8.html | 2 +- .../com/github/nkzawa/utf8/UTF8Exception.html | 2 +- .../github/nkzawa/utf8/class-use/UTF8.html | 2 +- .../nkzawa/utf8/class-use/UTF8Exception.html | 2 +- .../com/github/nkzawa/utf8/package-frame.html | 2 +- .../github/nkzawa/utf8/package-summary.html | 2 +- .../com/github/nkzawa/utf8/package-tree.html | 2 +- .../com/github/nkzawa/utf8/package-use.html | 2 +- apidocs/constant-values.html | 2 +- apidocs/deprecated-list.html | 2 +- apidocs/help-doc.html | 2 +- apidocs/index-all.html | 17 ++------ apidocs/index.html | 2 +- apidocs/overview-frame.html | 2 +- apidocs/overview-summary.html | 2 +- apidocs/overview-tree.html | 2 +- apidocs/serialized-form.html | 2 +- license.html | 2 +- 90 files changed, 104 insertions(+), 144 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index bc28369f..383bfba6 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 3cb079d0..4711e11e 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> All Classes (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 6c38502e..e91e5ee0 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:26 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:04 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index e6592e7e..78bf8c63 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:25 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:03 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Emitter (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 5e48ffc5..b99f05bc 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index d8b729d1..3bb4ef10 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 1f86f35b..d9a0bf0a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 4e0ebd36..4e7d25d6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 2b59e681..069a718e 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 8042c4bd..ab0232d7 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 71ebda4b..23ed8d75 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:26 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:04 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> EngineIOException (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 70039fd4..2eea8aab 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:26 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:04 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> HandshakeData (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 973bf1be..df99f162 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:27 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:05 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Socket.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 87791009..5d1e7cfd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:26 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:05 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Socket (engine.io-client 0.2.2-SNAPSHOT API) @@ -351,7 +351,7 @@ <H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> +<CODE> <A HREF="../../../../../com/github/nkzawa/engineio/client/Socket.html" title="class in com.github.nkzawa.engineio.client">Socket</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/github/nkzawa/engineio/client/Socket.html#open()">open</A></B>()</CODE> <BR> @@ -755,12 +755,13 @@ <H2> <A NAME="open()"><!-- --></A><H3> open</H3> <PRE> -public void <B>open</B>()</PRE> +public <A HREF="../../../../../com/github/nkzawa/engineio/client/Socket.html" title="class in com.github.nkzawa.engineio.client">Socket</A> <B>open</B>()</PRE> <DL> <DD>Connects the client. <P> <DD><DL> -</DL> + +<DT><B>Returns:</B><DD>a reference to to this object.</DL> </DD> </DL> <HR> diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 0812865b..96009be6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:27 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:06 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index f796dff9..1b4835ff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:27 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:06 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 675ca638..65b5b8ff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:27 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:05 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Transport (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index baa7b97b..bb8e751f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index 266e8453..38b05c00 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index ab1c01bb..20178057 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index d97113c8..81544b3c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.2-SNAPSHOT API) @@ -143,6 +143,14 @@ <H2> <BR>           Disconnects the client.</TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../com/github/nkzawa/engineio/client/Socket.html" title="class in com.github.nkzawa.engineio.client">Socket</A></CODE></FONT></TD> +<TD><CODE><B>Socket.</B><B><A HREF="../../../../../../com/github/nkzawa/engineio/client/Socket.html#open()">open</A></B>()</CODE> + +<BR> +          Connects the client.</TD> +</TR> </TABLE>   <P> diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index d7fd0af0..b76beeb1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 2d07f384..d114f34b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 696d5eaa..f8c860bb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 4cc9bde6..a4efa9cd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 8849d9c9..347d34ca 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index a2824875..3e7cd2ac 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index d36b44ef..d412c20f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 25f09544..a8c16d95 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:28 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:06 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Polling (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index c6adfbee..f36c885e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:07 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 55487f67..534fef5d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:28 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:07 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 404f91bf..e81e4846 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:28 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:07 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index bd1a4fb4..40ba795c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:07 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> WebSocket (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index b627038a..3e749e18 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 88a76679..c185af4c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index dd389768..213f4643 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 5b5e6dce..6794e96b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 10f4d11e..8f48aa9e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index a2473874..5b8ba94e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index b83d1810..9078adcb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index b21455da..f074ee86 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index b8f5661d..7f509d18 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index d3285081..13a849a5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Packet (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index e9aedbfe..9a191255 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index 80f0b734..b5e661c1 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 87d8dabc..b89d63be 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Parser (engine.io-client 0.2.2-SNAPSHOT API) @@ -158,14 +158,6 @@ <H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../com/github/nkzawa/engineio/parser/Parser.html#byteArrayToString(byte[])">byteArrayToString</A></B>(byte[] bytes)</CODE> - -<BR> -           </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../../../com/github/nkzawa/engineio/parser/Packet.html" title="class in com.github.nkzawa.engineio.parser">Packet</A><byte[]></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/github/nkzawa/engineio/parser/Parser.html#decodePacket(byte[])">decodePacket</A></B>(byte[] data)</CODE> @@ -213,14 +205,6 @@ <H2> <TD><CODE><B><A HREF="../../../../../com/github/nkzawa/engineio/parser/Parser.html#encodePayload(com.github.nkzawa.engineio.parser.Packet[], com.github.nkzawa.engineio.parser.Parser.EncodeCallback)">encodePayload</A></B>(<A HREF="../../../../../com/github/nkzawa/engineio/parser/Packet.html" title="class in com.github.nkzawa.engineio.parser">Packet</A>[] packets, <A HREF="../../../../../com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html" title="interface in com.github.nkzawa.engineio.parser">Parser.EncodeCallback</A><byte[]> callback)</CODE> -<BR> -           </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static byte[]</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../com/github/nkzawa/engineio/parser/Parser.html#stringToByteArray(java.lang.String)">stringToByteArray</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> string)</CODE> - <BR>            </TD> </TR> @@ -334,28 +318,6 @@ <H2> </DL> </DD> </DL> -<HR> - -<A NAME="byteArrayToString(byte[])"><!-- --></A><H3> -byteArrayToString</H3> -<PRE> -public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>byteArrayToString</B>(byte[] bytes)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="stringToByteArray(java.lang.String)"><!-- --></A><H3> -stringToByteArray</H3> -<PRE> -public static byte[] <B>stringToByteArray</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> string)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index df990f1d..03833f1a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index fd4b8740..5d608720 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index f1f4b172..07e65ec5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 3dbcb53a..a997cb81 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 7688d7db..fe880152 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 4b26b733..d262d215 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 15035160..aac0b196 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index e1095feb..00c314d4 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 088f95e7..6a1143a5 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Global (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 163bb81d..0e7e8d00 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 0b9a495e..72c1f606 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 1a4f9266..4cab1614 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 98006c2d..90c22505 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index fe92a6d0..13e8dd5f 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index a940b4e2..bb41d8fd 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ParseQS (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 87b16960..325b0e0b 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 5706a76a..c262db8c 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 49360e3f..48c07a37 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 37fb1210..17f24207 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index 1f17b52d..e94c7cec 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 9675faba..06fea05d 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:29 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> EventThread (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 7ce1e55a..bc75db19 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 2cf1ef6e..0d42ef9d 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 68e4fbd6..4465fd70 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index d9102407..608fc00b 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 8e41f6ee..a737d670 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index f255f82e..bf44ba92 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> UTF8 (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index eddd91b0..780d77d9 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index d537bcf5..fd8645ef 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index e334c000..4d5b5ac8 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index ceb3bd1a..1d4141c4 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 4d5c8ad6..133db35e 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 9197841e..60510bbf 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 0735f6e5..d5ba2a28 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 20211768..4fa5872b 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Constant Field Values (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 07510a9e..7e7ed5b7 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Deprecated List (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index b10cb0de..20ce18b2 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> API Help (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d325f7db..82128830 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Index (engine.io-client 0.2.2-SNAPSHOT API) @@ -79,7 +79,7 @@ <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR> +<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR> <A NAME="_A_"><!-- --></A><H2> <B>A</B></H2> <DL> @@ -88,14 +88,6 @@ <DD>  </DL> <HR> -<A NAME="_B_"><!-- --></A><H2> -<B>B</B></H2> -<DL> -<DT><A HREF="./com/github/nkzawa/engineio/parser/Parser.html#byteArrayToString(byte[])"><B>byteArrayToString(byte[])</B></A> - -Static method in class com.github.nkzawa.engineio.parser.<A HREF="./com/github/nkzawa/engineio/parser/Parser.html" title="class in com.github.nkzawa.engineio.parser">Parser</A> -<DD>  -</DL> -<HR> <A NAME="_C_"><!-- --></A><H2> <B>C</B></H2> <DL> @@ -608,9 +600,6 @@ <DT><A HREF="./com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html#sslContext"><B>sslContext</B></A> - Variable in class com.github.nkzawa.engineio.client.transports.<A HREF="./com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html" title="class in com.github.nkzawa.engineio.client.transports">PollingXHR.Request.Options</A> <DD>  -<DT><A HREF="./com/github/nkzawa/engineio/parser/Parser.html#stringToByteArray(java.lang.String)"><B>stringToByteArray(String)</B></A> - -Static method in class com.github.nkzawa.engineio.parser.<A HREF="./com/github/nkzawa/engineio/parser/Parser.html" title="class in com.github.nkzawa.engineio.parser">Parser</A> -<DD>  </DL> <HR> <A NAME="_T_"><!-- --></A><H2> @@ -733,7 +722,7 @@ <DD>  </DL> <HR> -<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> +<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> diff --git a/apidocs/index.html b/apidocs/index.html index 10fcb05a..6afad8d0 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc on Sun Jul 13 15:29:31 PWT 2014--> +<!-- Generated by javadoc on Sun Jul 13 15:50:10 PWT 2014--> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> engine.io-client 0.2.2-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 58417267..fe88ba4b 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index c9639bf7..7d52ba9d 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 79985fa4..0fd6624a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:31 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 0fdd4e21..ffef96e6 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,7 +2,7 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:29:30 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:09 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Serialized Form (engine.io-client 0.2.2-SNAPSHOT API) diff --git a/license.html b/license.html index 5f634016..4f581d61 100644 --- a/license.html +++ b/license.html @@ -134,7 +134,7 @@ <h2 class="title">Search this site:</h2> <label class="element-invisible" for="edit-search-block-form--2">Search </label> <input title="Enter the terms you wish to search for." type="text" id="edit-search-block-form--2" name="search_block_form" value="" size="15" maxlength="128" class="form-text" /> </div> -<div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /></div><input type="hidden" name="form_build_id" value="form-RnkgHFyrf2uF5MD9KKiqJ9OJHJz0SFjE864O2yLE_xY" /> +<div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /></div><input type="hidden" name="form_build_id" value="form-f9ZAZ7IEdhPKFrKiKmXctz7Nx0ItH0ULPxLSHsVSG20" /> <input type="hidden" name="form_id" value="search_block_form" /> </div> </div></form> </div> From f628a3d0187dd44851b895fcb1f54f2cb05c7e4c Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa <naoyuki.kanezawa@gmail.com> Date: Sun, 17 Aug 2014 14:56:17 +0900 Subject: [PATCH 18/41] Creating site for 0.2.3-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++--- apidocs/allclasses-noframe.html | 6 ++--- .../nkzawa/emitter/Emitter.Listener.html | 8 +++---- .../com/github/nkzawa/emitter/Emitter.html | 8 +++---- .../emitter/class-use/Emitter.Listener.html | 8 +++---- .../nkzawa/emitter/class-use/Emitter.html | 8 +++---- .../github/nkzawa/emitter/package-frame.html | 6 ++--- .../nkzawa/emitter/package-summary.html | 8 +++---- .../github/nkzawa/emitter/package-tree.html | 8 +++---- .../github/nkzawa/emitter/package-use.html | 8 +++---- .../engineio/client/EngineIOException.html | 8 +++---- .../nkzawa/engineio/client/HandshakeData.html | 8 +++---- .../engineio/client/Socket.Options.html | 8 +++---- .../github/nkzawa/engineio/client/Socket.html | 8 +++---- .../engineio/client/Transport.Options.html | 8 +++---- .../engineio/client/Transport.ReadyState.html | 8 +++---- .../nkzawa/engineio/client/Transport.html | 8 +++---- .../client/class-use/EngineIOException.html | 8 +++---- .../client/class-use/HandshakeData.html | 8 +++---- .../client/class-use/Socket.Options.html | 8 +++---- .../engineio/client/class-use/Socket.html | 8 +++---- .../client/class-use/Transport.Options.html | 8 +++---- .../class-use/Transport.ReadyState.html | 8 +++---- .../engineio/client/class-use/Transport.html | 8 +++---- .../nkzawa/engineio/client/package-frame.html | 6 ++--- .../engineio/client/package-summary.html | 8 +++---- .../nkzawa/engineio/client/package-tree.html | 8 +++---- .../nkzawa/engineio/client/package-use.html | 8 +++---- .../engineio/client/transports/Polling.html | 8 +++---- .../PollingXHR.Request.Options.html | 8 +++---- .../client/transports/PollingXHR.Request.html | 8 +++---- .../client/transports/PollingXHR.html | 8 +++---- .../engineio/client/transports/WebSocket.html | 8 +++---- .../client/transports/class-use/Polling.html | 8 +++---- .../class-use/PollingXHR.Request.Options.html | 8 +++---- .../class-use/PollingXHR.Request.html | 8 +++---- .../transports/class-use/PollingXHR.html | 8 +++---- .../transports/class-use/WebSocket.html | 8 +++---- .../client/transports/package-frame.html | 6 ++--- .../client/transports/package-summary.html | 8 +++---- .../client/transports/package-tree.html | 8 +++---- .../client/transports/package-use.html | 8 +++---- .../github/nkzawa/engineio/parser/Packet.html | 8 +++---- .../parser/Parser.DecodePayloadCallback.html | 8 +++---- .../parser/Parser.EncodeCallback.html | 8 +++---- .../github/nkzawa/engineio/parser/Parser.html | 8 +++---- .../engineio/parser/class-use/Packet.html | 8 +++---- .../Parser.DecodePayloadCallback.html | 8 +++---- .../class-use/Parser.EncodeCallback.html | 8 +++---- .../engineio/parser/class-use/Parser.html | 8 +++---- .../nkzawa/engineio/parser/package-frame.html | 6 ++--- .../engineio/parser/package-summary.html | 8 +++---- .../nkzawa/engineio/parser/package-tree.html | 8 +++---- .../nkzawa/engineio/parser/package-use.html | 8 +++---- apidocs/com/github/nkzawa/global/Global.html | 8 +++---- .../nkzawa/global/class-use/Global.html | 8 +++---- .../github/nkzawa/global/package-frame.html | 6 ++--- .../github/nkzawa/global/package-summary.html | 8 +++---- .../github/nkzawa/global/package-tree.html | 8 +++---- .../com/github/nkzawa/global/package-use.html | 8 +++---- .../com/github/nkzawa/parseqs/ParseQS.html | 8 +++---- .../nkzawa/parseqs/class-use/ParseQS.html | 8 +++---- .../github/nkzawa/parseqs/package-frame.html | 6 ++--- .../nkzawa/parseqs/package-summary.html | 8 +++---- .../github/nkzawa/parseqs/package-tree.html | 8 +++---- .../github/nkzawa/parseqs/package-use.html | 8 +++---- .../com/github/nkzawa/thread/EventThread.html | 8 +++---- .../nkzawa/thread/class-use/EventThread.html | 8 +++---- .../github/nkzawa/thread/package-frame.html | 6 ++--- .../github/nkzawa/thread/package-summary.html | 8 +++---- .../github/nkzawa/thread/package-tree.html | 8 +++---- .../com/github/nkzawa/thread/package-use.html | 8 +++---- apidocs/com/github/nkzawa/utf8/UTF8.html | 8 +++---- .../com/github/nkzawa/utf8/UTF8Exception.html | 8 +++---- .../github/nkzawa/utf8/class-use/UTF8.html | 8 +++---- .../nkzawa/utf8/class-use/UTF8Exception.html | 8 +++---- .../com/github/nkzawa/utf8/package-frame.html | 6 ++--- .../github/nkzawa/utf8/package-summary.html | 8 +++---- .../com/github/nkzawa/utf8/package-tree.html | 8 +++---- .../com/github/nkzawa/utf8/package-use.html | 8 +++---- apidocs/constant-values.html | 8 +++---- apidocs/deprecated-list.html | 8 +++---- apidocs/help-doc.html | 8 +++---- apidocs/index-all.html | 8 +++---- apidocs/index.html | 4 ++-- apidocs/overview-frame.html | 6 ++--- apidocs/overview-summary.html | 10 ++++----- apidocs/overview-tree.html | 8 +++---- apidocs/serialized-form.html | 8 +++---- dependencies.html | 10 ++++----- dependency-info.html | 22 +++++++++---------- distribution-management.html | 8 +++---- index.html | 8 +++---- integration.html | 8 +++---- issue-tracking.html | 8 +++---- license.html | 12 +++++----- mail-lists.html | 8 +++---- plugin-management.html | 8 +++---- plugins.html | 8 +++---- project-info.html | 8 +++---- project-summary.html | 10 ++++----- source-repository.html | 8 +++---- team-list.html | 8 +++---- 103 files changed, 411 insertions(+), 411 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 383bfba6..3592e12d 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_65) on Sun Jul 13 15:50:10 PWT 2014 --> +<!-- Generated by javadoc (build 1.6.0_65) on Sun Aug 17 14:55:08 PWT 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> -All Classes (engine.io-client 0.2.2-SNAPSHOT API) +All Classes (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 4711e11e..2eebc724 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.2-SNAPSHOT API) +All Classes (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index e91e5ee0..3a3abae4 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 78bf8c63..d8783666 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.2.2-SNAPSHOT API) +Emitter (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index b99f05bc..d4e58fbb 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 3bb4ef10..64bfc120 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index d9a0bf0a..ac1d484c 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 4e7d25d6..ff17a376 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 069a718e..f1275e52 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index ab0232d7..5bae70b6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 23ed8d75..8128751b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.2.2-SNAPSHOT API) +EngineIOException (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 2eea8aab..d31efac7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.2.2-SNAPSHOT API) +HandshakeData (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index df99f162..57644361 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.2.2-SNAPSHOT API) +Socket.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 5d1e7cfd..cc8da25a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.2.2-SNAPSHOT API) +Socket (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 96009be6..a30f422d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.2.2-SNAPSHOT API) +Transport.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 1b4835ff..e665473f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 65b5b8ff..177bd4a4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.2.2-SNAPSHOT API) +Transport (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index bb8e751f..9af36c5e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index 38b05c00..dd5d9c89 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 20178057..4b7268bd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 81544b3c..38d2180b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index b76beeb1..7e37f044 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index d114f34b..3fc8c880 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index f8c860bb..0725ac8c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index a4efa9cd..f4be7d11 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 347d34ca..878c650d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 3e7cd2ac..1431f218 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index d412c20f..0c664e8d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index a8c16d95..42a7f88b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.2.2-SNAPSHOT API) +Polling (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index f36c885e..4eb49e09 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 534fef5d..9d6db0bb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index e81e4846..d77a4419 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) +PollingXHR (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 40ba795c..0e259181 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.2.2-SNAPSHOT API) +WebSocket (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 3e749e18..e5a76de0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index c185af4c..456dc391 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 213f4643..76650ac0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 6794e96b..7cbf0876 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 8f48aa9e..308d7777 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 5b8ba94e..a6c9afff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 9078adcb..ee92baee 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index f074ee86..65c4d362 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 7f509d18..cb687879 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 13a849a5..26559a3f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.2.2-SNAPSHOT API) +Packet (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 9a191255..d16cb5cf 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index b5e661c1..ff175a3a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index b89d63be..e30e3623 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.2.2-SNAPSHOT API) +Parser (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 03833f1a..9ad326f0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 5d608720..069d67bf 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 07e65ec5..1170250c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index a997cb81..6087b554 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index fe880152..0a56a61a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index d262d215..c3af6c16 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index aac0b196..b2a18d1f 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 00c314d4..e5043daa 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 6a1143a5..866648c3 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.2.2-SNAPSHOT API) +Global (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 0e7e8d00..adc9d8d6 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 72c1f606..1d4f2983 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 4cab1614..82c1636d 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 90c22505..1f0110c2 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 13e8dd5f..3311d2b8 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index bb41d8fd..d3fd088c 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.2.2-SNAPSHOT API) +ParseQS (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 325b0e0b..eb873980 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index c262db8c..e65d10bb 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 48c07a37..f2480f1a 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 17f24207..fb767d8f 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index e94c7cec..cd7b8018 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 06fea05d..dd9aa12d 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.2.2-SNAPSHOT API) +EventThread (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index bc75db19..675b3ae2 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 0d42ef9d..73b96da2 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 4465fd70..b3e87fc3 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 608fc00b..958d3019 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index a737d670..6a841e4c 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index bf44ba92..c8266f64 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,13 +2,13 @@ - + -UTF8 (engine.io-client 0.2.2-SNAPSHOT API) +UTF8 (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 780d77d9..f2d9f498 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,13 +2,13 @@ - + -UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) +UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index fd8645ef..34c08e65 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 4d5b5ac8..eda49647 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 1d4141c4..9729a9ee 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 133db35e..d5674d43 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 60510bbf..70ac436a 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index d5ba2a28..d3d1b15c 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 4fa5872b..5d909b9e 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.2.2-SNAPSHOT API) +Constant Field Values (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 7e7ed5b7..b1013b6a 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.2.2-SNAPSHOT API) +Deprecated List (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 20ce18b2..31f3b7b0 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.2.2-SNAPSHOT API) +API Help (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 82128830..77fbd8e5 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.2.2-SNAPSHOT API) +Index (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/index.html b/apidocs/index.html index 6afad8d0..8ef6710f 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.2.2-SNAPSHOT API +engine.io-client 0.2.3-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.2.2-SNAPSHOT API +engine.io-client 0.2.3-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 0fd6624a..3a60f65a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index ffef96e6..a6f58d3e 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.2.2-SNAPSHOT API) +Serialized Form (engine.io-client 0.2.3-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.2.2-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.2.3-SNAPSHOT API)"; } } diff --git a/dependencies.html b/dependencies.html index db142cd9..14a7fa1c 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    +
    diff --git a/mail-lists.html b/mail-lists.html index 6ab908b8..fab36b05 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index b33d78ff..18752ea6 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 9e5feebe..37a99db5 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index bdd74a6b..4a1f8015 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 2bb7cca9..9716652e 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.2.2-SNAPSHOT +0.2.3-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index 70aca374..7d564f3e 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 379e303e..39a75659 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-07-13 -  | Version: 0.2.2-SNAPSHOT + Last Published: 2014-08-17 +  | Version: 0.2.3-SNAPSHOT
    engine.io-client From fde6e7af07f325b1492f4add76401f8bf1d610f7 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa <> Date: Sun, 21 Sep 2014 14:05:12 +0000 Subject: [PATCH 19/41] Creating site for 0.3.0-SNAPSHOT --- apidocs/allclasses-frame.html | 6 +-- apidocs/allclasses-noframe.html | 6 +-- .../nkzawa/emitter/Emitter.Listener.html | 10 ++-- .../com/github/nkzawa/emitter/Emitter.html | 10 ++-- .../emitter/class-use/Emitter.Listener.html | 10 ++-- .../nkzawa/emitter/class-use/Emitter.html | 10 ++-- .../github/nkzawa/emitter/package-frame.html | 6 +-- .../nkzawa/emitter/package-summary.html | 10 ++-- .../github/nkzawa/emitter/package-tree.html | 10 ++-- .../github/nkzawa/emitter/package-use.html | 10 ++-- .../engineio/client/EngineIOException.html | 10 ++-- .../nkzawa/engineio/client/HandshakeData.html | 10 ++-- .../engineio/client/Socket.Options.html | 10 ++-- .../github/nkzawa/engineio/client/Socket.html | 10 ++-- .../engineio/client/Transport.Options.html | 10 ++-- .../engineio/client/Transport.ReadyState.html | 10 ++-- .../nkzawa/engineio/client/Transport.html | 10 ++-- .../client/class-use/EngineIOException.html | 10 ++-- .../client/class-use/HandshakeData.html | 10 ++-- .../client/class-use/Socket.Options.html | 10 ++-- .../engineio/client/class-use/Socket.html | 10 ++-- .../client/class-use/Transport.Options.html | 10 ++-- .../class-use/Transport.ReadyState.html | 10 ++-- .../engineio/client/class-use/Transport.html | 10 ++-- .../nkzawa/engineio/client/package-frame.html | 6 +-- .../engineio/client/package-summary.html | 10 ++-- .../nkzawa/engineio/client/package-tree.html | 10 ++-- .../nkzawa/engineio/client/package-use.html | 10 ++-- .../engineio/client/transports/Polling.html | 10 ++-- .../PollingXHR.Request.Options.html | 10 ++-- .../client/transports/PollingXHR.Request.html | 10 ++-- .../client/transports/PollingXHR.html | 10 ++-- .../engineio/client/transports/WebSocket.html | 10 ++-- .../client/transports/class-use/Polling.html | 10 ++-- .../class-use/PollingXHR.Request.Options.html | 10 ++-- .../class-use/PollingXHR.Request.html | 10 ++-- .../transports/class-use/PollingXHR.html | 10 ++-- .../transports/class-use/WebSocket.html | 10 ++-- .../client/transports/package-frame.html | 6 +-- .../client/transports/package-summary.html | 10 ++-- .../client/transports/package-tree.html | 10 ++-- .../client/transports/package-use.html | 10 ++-- .../github/nkzawa/engineio/parser/Packet.html | 10 ++-- .../parser/Parser.DecodePayloadCallback.html | 10 ++-- .../parser/Parser.EncodeCallback.html | 10 ++-- .../github/nkzawa/engineio/parser/Parser.html | 54 +++++++++++++++++-- .../engineio/parser/class-use/Packet.html | 29 ++++++++-- .../Parser.DecodePayloadCallback.html | 10 ++-- .../class-use/Parser.EncodeCallback.html | 20 +++++-- .../engineio/parser/class-use/Parser.html | 10 ++-- .../nkzawa/engineio/parser/package-frame.html | 6 +-- .../engineio/parser/package-summary.html | 10 ++-- .../nkzawa/engineio/parser/package-tree.html | 10 ++-- .../nkzawa/engineio/parser/package-use.html | 10 ++-- apidocs/com/github/nkzawa/global/Global.html | 10 ++-- .../nkzawa/global/class-use/Global.html | 10 ++-- .../github/nkzawa/global/package-frame.html | 6 +-- .../github/nkzawa/global/package-summary.html | 10 ++-- .../github/nkzawa/global/package-tree.html | 10 ++-- .../com/github/nkzawa/global/package-use.html | 10 ++-- .../com/github/nkzawa/parseqs/ParseQS.html | 10 ++-- .../nkzawa/parseqs/class-use/ParseQS.html | 10 ++-- .../github/nkzawa/parseqs/package-frame.html | 6 +-- .../nkzawa/parseqs/package-summary.html | 10 ++-- .../github/nkzawa/parseqs/package-tree.html | 10 ++-- .../github/nkzawa/parseqs/package-use.html | 10 ++-- .../com/github/nkzawa/thread/EventThread.html | 10 ++-- .../nkzawa/thread/class-use/EventThread.html | 10 ++-- .../github/nkzawa/thread/package-frame.html | 6 +-- .../github/nkzawa/thread/package-summary.html | 10 ++-- .../github/nkzawa/thread/package-tree.html | 10 ++-- .../com/github/nkzawa/thread/package-use.html | 10 ++-- apidocs/com/github/nkzawa/utf8/UTF8.html | 10 ++-- .../com/github/nkzawa/utf8/UTF8Exception.html | 10 ++-- .../github/nkzawa/utf8/class-use/UTF8.html | 10 ++-- .../nkzawa/utf8/class-use/UTF8Exception.html | 10 ++-- .../com/github/nkzawa/utf8/package-frame.html | 6 +-- .../github/nkzawa/utf8/package-summary.html | 10 ++-- .../com/github/nkzawa/utf8/package-tree.html | 10 ++-- .../com/github/nkzawa/utf8/package-use.html | 10 ++-- apidocs/constant-values.html | 10 ++-- apidocs/deprecated-list.html | 10 ++-- apidocs/help-doc.html | 10 ++-- apidocs/index-all.html | 16 ++++-- apidocs/index.html | 4 +- apidocs/overview-frame.html | 6 +-- apidocs/overview-summary.html | 12 ++--- apidocs/overview-tree.html | 10 ++-- apidocs/serialized-form.html | 10 ++-- dependencies.html | 10 ++-- dependency-info.html | 22 ++++---- distribution-management.html | 12 ++--- index.html | 8 +-- integration.html | 8 +-- issue-tracking.html | 8 +-- license.html | 14 ++--- mail-lists.html | 8 +-- plugin-management.html | 8 +-- plugins.html | 32 ++++++++--- project-info.html | 8 +-- project-summary.html | 10 ++-- source-repository.html | 8 +-- team-list.html | 8 +-- 103 files changed, 590 insertions(+), 495 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 3592e12d..85931f7b 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.3-SNAPSHOT API) +All Classes (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 2eebc724..14ca6770 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.2.3-SNAPSHOT API) +All Classes (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 3a3abae4..b982be20 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -205,6 +205,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index d8783666..be6a9c23 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.2.3-SNAPSHOT API) +Emitter (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -439,6 +439,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index d4e58fbb..147202d6 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -211,6 +211,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 64bfc120..406f49eb 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -310,6 +310,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index ac1d484c..0d55850d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index ff17a376..d4c89e4d 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -167,6 +167,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index f1275e52..4fad9687 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 5bae70b6..98c0cf62 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -210,6 +210,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 8128751b..b0877629 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.2.3-SNAPSHOT API) +EngineIOException (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -334,6 +334,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index d31efac7..cd816753 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.2.3-SNAPSHOT API) +HandshakeData (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -277,6 +277,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 57644361..265c6f28 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.2.3-SNAPSHOT API) +Socket.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -345,6 +345,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index cc8da25a..df5f6d54 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.2.3-SNAPSHOT API) +Socket (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -948,6 +948,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index a30f422d..d51e4c0c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.2.3-SNAPSHOT API) +Transport.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -424,6 +424,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index e665473f..63d68ff6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -375,6 +375,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 177bd4a4..5926d50b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.2.3-SNAPSHOT API) +Transport (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -885,6 +885,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 9af36c5e..2e3bff13 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index dd5d9c89..7bddeeca 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 4b7268bd..75aa2216 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -188,6 +188,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 38d2180b..b067bb3c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -208,6 +208,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 7e37f044..992b18e3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -229,6 +229,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 3fc8c880..31930117 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -201,6 +201,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index 0725ac8c..1096126c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -238,6 +238,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index f4be7d11..8754e609 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 878c650d..33ad7afb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -197,6 +197,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 1431f218..0518b849 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -168,6 +168,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 0c664e8d..f9ec440e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -215,6 +215,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 42a7f88b..b3301997 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.2.3-SNAPSHOT API) +Polling (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -550,6 +550,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 4eb49e09..dc240298 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -313,6 +313,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 9d6db0bb..f5fa5c88 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -415,6 +415,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index d77a4419..45769d2a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.2.3-SNAPSHOT API) +PollingXHR (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -407,6 +407,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 0e259181..f3e903dd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.2.3-SNAPSHOT API) +WebSocket (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -430,6 +430,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index e5a76de0..71102fd6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 456dc391..481de718 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -190,6 +190,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 76650ac0..b1e99237 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -184,6 +184,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 7cbf0876..90b9a4cd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 308d7777..44c671b3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index a6c9afff..61c0c8b5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index ee92baee..d16d5d42 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -169,6 +169,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 65c4d362..84803eae 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -155,6 +155,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index cb687879..9b0bd841 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -178,6 +178,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 26559a3f..c0b47910 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.2.3-SNAPSHOT API) +Packet (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -434,6 +434,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index d16cb5cf..75d5ba37 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -209,6 +209,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index ff175a3a..54868414 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -205,6 +205,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index e30e3623..cc8b8f7a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.2.3-SNAPSHOT API) +Parser (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -169,6 +169,15 @@

    static Packet<String> decodePacket(String data) +
    +            + + + +static Packet<String> +decodePacket(String data, + boolean utf8decode) +
                @@ -187,6 +196,16 @@

    decodePayload(String data, Parser.DecodePayloadCallback<String> callback) +
    +            + + + +static void +encodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) +
                @@ -262,6 +281,19 @@


    +

    +encodePacket

    +
    +public static void encodePacket(Packet packet,
    +                                boolean utf8encode,
    +                                Parser.EncodeCallback callback)
    +
    +
    +
    +
    +
    +
    +

    decodePacket

    @@ -273,6 +305,18 @@ 


    +

    +decodePacket

    +
    +public static Packet<String> decodePacket(String data,
    +                                          boolean utf8decode)
    +
    +
    +
    +
    +
    +
    +

    decodePacket

    @@ -379,6 +423,6 @@ 


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 9ad326f0..9ee2ba96 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -206,6 +206,15 @@

    static Packet<String> Parser.decodePacket(String data) +
    +            + + + +static Packet<String> +Parser.decodePacket(String data, + boolean utf8decode) +
                @@ -224,6 +233,16 @@

    int index, int total) +
    +            + + + +static void +Parser.encodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) +
                @@ -302,6 +321,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 069d67bf..45655b36 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -186,6 +186,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 1170250c..252c9ba8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -114,6 +114,16 @@

    static void +Parser.encodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) + +
    +            + + + +static void Parser.encodePacket(Packet packet, Parser.EncodeCallback callback) @@ -186,6 +196,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 6087b554..5b13c6a7 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 0a56a61a..fc7b36f6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index c3af6c16..1cd10862 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -175,6 +175,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index b2a18d1f..411215c5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index e5043daa..e9389479 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -216,6 +216,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 866648c3..9ea1f2c4 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.2.3-SNAPSHOT API) +Global (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -234,6 +234,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index adc9d8d6..f3176269 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 1d4f2983..890d2fd2 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 82c1636d..acde9805 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 1f0110c2..266d978f 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -149,6 +149,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 3311d2b8..9ace52a9 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index d3fd088c..3a3e21aa 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.2.3-SNAPSHOT API) +ParseQS (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -234,6 +234,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index eb873980..bafa2b59 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index e65d10bb..f3653613 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index f2480f1a..eb19d71a 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index fb767d8f..d99017e9 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -149,6 +149,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index cd7b8018..76d1c436 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index dd9aa12d..458143ec 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.2.3-SNAPSHOT API) +EventThread (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -314,6 +314,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 675b3ae2..1031f6b0 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 73b96da2..75f864b6 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index b3e87fc3..794816cd 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 958d3019..d677d0cf 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -152,6 +152,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 6a841e4c..7cb3df68 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index c8266f64..0fa8fc9f 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,13 +2,13 @@ - + -UTF8 (engine.io-client 0.2.3-SNAPSHOT API) +UTF8 (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -276,6 +276,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index f2d9f498..8581b254 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,13 +2,13 @@ - + -UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API) +UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -317,6 +317,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index 34c08e65..880d25ea 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index eda49647..0220cc4d 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 9729a9ee..9257c9ef 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index d5674d43..5eab6f29 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -167,6 +167,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 70ac436a..231af933 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -156,6 +156,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index d3d1b15c..2fa4ed1d 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -166,6 +166,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 5d909b9e..94bf55b6 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.2.3-SNAPSHOT API) +Constant Field Values (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -482,6 +482,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index b1013b6a..e9ed5b08 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.2.3-SNAPSHOT API) +Deprecated List (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -142,6 +142,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 31f3b7b0..cd3e3651 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.2.3-SNAPSHOT API) +API Help (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -219,6 +219,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 77fbd8e5..6715ade2 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.2.3-SNAPSHOT API) +Index (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -138,6 +138,9 @@
    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
      @@ -200,6 +203,9 @@
    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
      @@ -775,6 +781,6 @@
    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/index.html b/apidocs/index.html index 8ef6710f..b304a92a 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.2.3-SNAPSHOT API +engine.io-client 0.3.0-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.2.3-SNAPSHOT API +engine.io-client 0.3.0-SNAPSHOT API

    @@ -180,6 +180,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 3a60f65a..c95ebfc4 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -181,6 +181,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index a6f58d3e..14e1321c 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.2.3-SNAPSHOT API) +Serialized Form (engine.io-client 0.3.0-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.2.3-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.3.0-SNAPSHOT API)"; } } @@ -219,6 +219,6 @@


    -Copyright © 2014. All Rights Reserved. +Copyright © 2014. All rights reserved. diff --git a/dependencies.html b/dependencies.html index 14a7fa1c..a52a761b 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    +
    diff --git a/mail-lists.html b/mail-lists.html index fab36b05..6cf3aa48 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 18752ea6..90d23442 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 37a99db5..bb0fc604 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client @@ -108,7 +108,7 @@

    Project Build Plugins

    com.github.github site-maven-plugin -0.9 +0.10 org.apache.maven.plugins maven-clean-plugin @@ -128,7 +128,7 @@

    Project Build Plugins

    org.apache.maven.plugins maven-gpg-plugin -1.4 +1.5 org.apache.maven.plugins maven-install-plugin @@ -139,6 +139,14 @@

    Project Build Plugins

    org.apache.maven.plugins +maven-javadoc-plugin +2.9.1 + +org.apache.maven.plugins +maven-release-plugin +2.5 + +org.apache.maven.plugins maven-resources-plugin 2.6 @@ -147,12 +155,20 @@

    Project Build Plugins

    org.apache.maven.plugins +maven-source-plugin +2.2.1 + +org.apache.maven.plugins maven-surefire-plugin 2.14.1 - + org.codehaus.mojo exec-maven-plugin -1.2.1
    +1.2.1 + +org.sonatype.plugins +nexus-staging-maven-plugin +1.6.2

    Project Report Plugins

    There are no plugins reports defined in the Reporting part of this project.

    diff --git a/project-info.html b/project-info.html index 4a1f8015..f2686f52 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 9716652e..edec6dea 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.2.3-SNAPSHOT +0.3.0-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index 7d564f3e..b9214dc5 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 39a75659..2b5729a9 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-08-17 -  | Version: 0.2.3-SNAPSHOT + Last Published: 2014-09-21 +  | Version: 0.3.0-SNAPSHOT
    engine.io-client From 6a7a20a9489f16253ef2825f85df9d59acadad63 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Mon, 3 Nov 2014 16:23:54 +0000 Subject: [PATCH 20/41] Creating site for 0.3.1-SNAPSHOT --- apidocs/allclasses-frame.html | 76 -- apidocs/allclasses-noframe.html | 76 -- .../nkzawa/emitter/Emitter.Listener.html | 210 ---- .../com/github/nkzawa/emitter/Emitter.html | 444 -------- .../emitter/class-use/Emitter.Listener.html | 216 ---- .../nkzawa/emitter/class-use/Emitter.html | 315 ------ .../github/nkzawa/emitter/package-frame.html | 44 - .../nkzawa/emitter/package-summary.html | 172 ---- .../github/nkzawa/emitter/package-tree.html | 159 --- .../github/nkzawa/emitter/package-use.html | 215 ---- .../engineio/client/EngineIOException.html | 339 ------- .../nkzawa/engineio/client/HandshakeData.html | 282 ------ .../engineio/client/Socket.Options.html | 350 ------- .../github/nkzawa/engineio/client/Socket.html | 953 ------------------ .../engineio/client/Transport.Options.html | 429 -------- .../engineio/client/Transport.ReadyState.html | 380 ------- .../nkzawa/engineio/client/Transport.html | 890 ---------------- .../client/class-use/EngineIOException.html | 145 --- .../client/class-use/HandshakeData.html | 145 --- .../client/class-use/Socket.Options.html | 193 ---- .../engineio/client/class-use/Socket.html | 213 ---- .../client/class-use/Transport.Options.html | 234 ----- .../class-use/Transport.ReadyState.html | 206 ---- .../engineio/client/class-use/Transport.html | 243 ----- .../nkzawa/engineio/client/package-frame.html | 63 -- .../engineio/client/package-summary.html | 202 ---- .../nkzawa/engineio/client/package-tree.html | 173 ---- .../nkzawa/engineio/client/package-use.html | 220 ---- .../engineio/client/transports/Polling.html | 555 ---------- .../PollingXHR.Request.Options.html | 318 ------ .../client/transports/PollingXHR.Request.html | 420 -------- .../client/transports/PollingXHR.html | 412 -------- .../engineio/client/transports/WebSocket.html | 435 -------- .../client/transports/class-use/Polling.html | 181 ---- .../class-use/PollingXHR.Request.Options.html | 195 ---- .../class-use/PollingXHR.Request.html | 189 ---- .../transports/class-use/PollingXHR.html | 145 --- .../transports/class-use/WebSocket.html | 145 --- .../client/transports/package-frame.html | 41 - .../client/transports/package-summary.html | 174 ---- .../client/transports/package-tree.html | 160 --- .../client/transports/package-use.html | 183 ---- .../github/nkzawa/engineio/parser/Packet.html | 439 -------- .../parser/Parser.DecodePayloadCallback.html | 214 ---- .../parser/Parser.EncodeCallback.html | 210 ---- .../github/nkzawa/engineio/parser/Parser.html | 428 -------- .../engineio/parser/class-use/Packet.html | 326 ------ .../Parser.DecodePayloadCallback.html | 191 ---- .../class-use/Parser.EncodeCallback.html | 201 ---- .../engineio/parser/class-use/Parser.html | 145 --- .../nkzawa/engineio/parser/package-frame.html | 48 - .../engineio/parser/package-summary.html | 180 ---- .../nkzawa/engineio/parser/package-tree.html | 159 --- .../nkzawa/engineio/parser/package-use.html | 221 ---- apidocs/com/github/nkzawa/global/Global.html | 239 ----- .../nkzawa/global/class-use/Global.html | 145 --- .../github/nkzawa/global/package-frame.html | 33 - .../github/nkzawa/global/package-summary.html | 158 --- .../github/nkzawa/global/package-tree.html | 154 --- .../com/github/nkzawa/global/package-use.html | 145 --- .../com/github/nkzawa/parseqs/ParseQS.html | 239 ----- .../nkzawa/parseqs/class-use/ParseQS.html | 145 --- .../github/nkzawa/parseqs/package-frame.html | 33 - .../nkzawa/parseqs/package-summary.html | 158 --- .../github/nkzawa/parseqs/package-tree.html | 154 --- .../github/nkzawa/parseqs/package-use.html | 145 --- .../com/github/nkzawa/thread/EventThread.html | 319 ------ .../nkzawa/thread/class-use/EventThread.html | 145 --- .../github/nkzawa/thread/package-frame.html | 33 - .../github/nkzawa/thread/package-summary.html | 158 --- .../github/nkzawa/thread/package-tree.html | 157 --- .../com/github/nkzawa/thread/package-use.html | 145 --- apidocs/com/github/nkzawa/utf8/UTF8.html | 281 ------ .../com/github/nkzawa/utf8/UTF8Exception.html | 322 ------ .../github/nkzawa/utf8/class-use/UTF8.html | 145 --- .../nkzawa/utf8/class-use/UTF8Exception.html | 181 ---- .../com/github/nkzawa/utf8/package-frame.html | 44 - .../github/nkzawa/utf8/package-summary.html | 172 ---- .../com/github/nkzawa/utf8/package-tree.html | 161 --- .../com/github/nkzawa/utf8/package-use.html | 171 ---- apidocs/constant-values.html | 487 --------- apidocs/deprecated-list.html | 147 --- apidocs/help-doc.html | 224 ---- apidocs/index-all.html | 786 --------------- apidocs/index.html | 74 -- apidocs/overview-frame.html | 57 -- apidocs/overview-summary.html | 185 ---- apidocs/overview-tree.html | 186 ---- apidocs/package-list | 8 - apidocs/resources/inherit.gif | Bin 57 -> 0 bytes apidocs/serialized-form.html | 224 ---- apidocs/stylesheet.css | 29 - dependencies.html | 10 +- dependency-info.html | 22 +- distribution-management.html | 8 +- index.html | 8 +- integration.html | 8 +- issue-tracking.html | 8 +- license.html | 10 +- mail-lists.html | 8 +- plugin-management.html | 8 +- plugins.html | 8 +- project-info.html | 8 +- project-summary.html | 10 +- source-repository.html | 8 +- team-list.html | 8 +- 106 files changed, 66 insertions(+), 20557 deletions(-) delete mode 100644 apidocs/allclasses-frame.html delete mode 100644 apidocs/allclasses-noframe.html delete mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.Listener.html delete mode 100644 apidocs/com/github/nkzawa/emitter/Emitter.html delete mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html delete mode 100644 apidocs/com/github/nkzawa/emitter/class-use/Emitter.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/emitter/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/EngineIOException.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/HandshakeData.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Socket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/Transport.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/Polling.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/client/transports/package-use.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Packet.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/Parser.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/engineio/parser/package-use.html delete mode 100644 apidocs/com/github/nkzawa/global/Global.html delete mode 100644 apidocs/com/github/nkzawa/global/class-use/Global.html delete mode 100644 apidocs/com/github/nkzawa/global/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/global/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/global/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/global/package-use.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/ParseQS.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/parseqs/package-use.html delete mode 100644 apidocs/com/github/nkzawa/thread/EventThread.html delete mode 100644 apidocs/com/github/nkzawa/thread/class-use/EventThread.html delete mode 100644 apidocs/com/github/nkzawa/thread/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/thread/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/thread/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/thread/package-use.html delete mode 100644 apidocs/com/github/nkzawa/utf8/UTF8.html delete mode 100644 apidocs/com/github/nkzawa/utf8/UTF8Exception.html delete mode 100644 apidocs/com/github/nkzawa/utf8/class-use/UTF8.html delete mode 100644 apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html delete mode 100644 apidocs/com/github/nkzawa/utf8/package-frame.html delete mode 100644 apidocs/com/github/nkzawa/utf8/package-summary.html delete mode 100644 apidocs/com/github/nkzawa/utf8/package-tree.html delete mode 100644 apidocs/com/github/nkzawa/utf8/package-use.html delete mode 100644 apidocs/constant-values.html delete mode 100644 apidocs/deprecated-list.html delete mode 100644 apidocs/help-doc.html delete mode 100644 apidocs/index-all.html delete mode 100644 apidocs/index.html delete mode 100644 apidocs/overview-frame.html delete mode 100644 apidocs/overview-summary.html delete mode 100644 apidocs/overview-tree.html delete mode 100644 apidocs/package-list delete mode 100644 apidocs/resources/inherit.gif delete mode 100644 apidocs/serialized-form.html delete mode 100644 apidocs/stylesheet.css diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html deleted file mode 100644 index 85931f7b..00000000 --- a/apidocs/allclasses-frame.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - -All Classes (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -All Classes -
    - - - - - -
    Emitter -
    -Emitter.Listener -
    -EngineIOException -
    -EventThread -
    -Global -
    -HandshakeData -
    -Packet -
    -ParseQS -
    -Parser -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options -
    -Transport.ReadyState -
    -UTF8 -
    -UTF8Exception -
    -WebSocket -
    -
    - - - diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html deleted file mode 100644 index 14ca6770..00000000 --- a/apidocs/allclasses-noframe.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - -All Classes (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -All Classes -
    - - - - - -
    Emitter -
    -Emitter.Listener -
    -EngineIOException -
    -EventThread -
    -Global -
    -HandshakeData -
    -Packet -
    -ParseQS -
    -Parser -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options -
    -Transport.ReadyState -
    -UTF8 -
    -UTF8Exception -
    -WebSocket -
    -
    - - - diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html deleted file mode 100644 index b982be20..00000000 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - -Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.emitter -
    -Interface Emitter.Listener

    -
    -
    Enclosing class:
    Emitter
    -
    -
    -
    -
    public static interface Emitter.Listener
    - - -

    -


    - -

    - - - - - - - - - - - - -
    -Method Summary
    - voidcall(Object... args) - -
    -           
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -call

    -
    -void call(Object... args)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html deleted file mode 100644 index be6a9c23..00000000 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - - - -Emitter (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.emitter -
    -Class Emitter

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -
    -
    -
    Direct Known Subclasses:
    PollingXHR.Request, Socket, Transport
    -
    -
    -
    -
    public class Emitter
    extends Object
    - - -

    -The event emitter which is ported from the JavaScript module. This class is thread-safe. -

    - -

    -

    -
    See Also:
    https://github.com/component/emitter
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static interfaceEmitter.Listener - -
    -           
    -  - - - - - - - - - - -
    -Constructor Summary
    Emitter() - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - Emitteremit(String event, - Object... args) - -
    -          Executes each of listeners with the given args.
    - booleanhasListeners(String event) - -
    -          Check if this emitter has listeners for the specified event.
    - List<Emitter.Listener>listeners(String event) - -
    -          Returns a list of listeners for the specified event.
    - Emitteroff() - -
    -          Removes all registered listeners.
    - Emitteroff(String event) - -
    -          Removes all listeners of the specified event.
    - Emitteroff(String event, - Emitter.Listener fn) - -
    -          Removes the listener.
    - Emitteron(String event, - Emitter.Listener fn) - -
    -          Listens on the event.
    - Emitteronce(String event, - Emitter.Listener fn) - -
    -          Adds a one time listener for the event.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -Emitter

    -
    -public Emitter()
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -on

    -
    -public Emitter on(String event,
    -                  Emitter.Listener fn)
    -
    -
    Listens on the event. -

    -

    -
    Parameters:
    event - event name.
    fn - -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -once

    -
    -public Emitter once(String event,
    -                    Emitter.Listener fn)
    -
    -
    Adds a one time listener for the event. -

    -

    -
    Parameters:
    event - an event name.
    fn - -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -off

    -
    -public Emitter off()
    -
    -
    Removes all registered listeners. -

    -

    - -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -off

    -
    -public Emitter off(String event)
    -
    -
    Removes all listeners of the specified event. -

    -

    -
    Parameters:
    event - an event name. -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -off

    -
    -public Emitter off(String event,
    -                   Emitter.Listener fn)
    -
    -
    Removes the listener. -

    -

    -
    Parameters:
    event - an event name.
    fn - -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -emit

    -
    -public Emitter emit(String event,
    -                    Object... args)
    -
    -
    Executes each of listeners with the given args. -

    -

    -
    Parameters:
    event - an event name.
    args - -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -listeners

    -
    -public List<Emitter.Listener> listeners(String event)
    -
    -
    Returns a list of listeners for the specified event. -

    -

    -
    Parameters:
    event - an event name. -
    Returns:
    a reference to this object.
    -
    -
    -
    - -

    -hasListeners

    -
    -public boolean hasListeners(String event)
    -
    -
    Check if this emitter has listeners for the specified event. -

    -

    -
    Parameters:
    event - an event name. -
    Returns:
    a reference to this object.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html deleted file mode 100644 index 147202d6..00000000 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.emitter.Emitter.Listener

    -
    - - - - - - - - - -
    -Packages that use Emitter.Listener
    com.github.nkzawa.emitter  
    -  -

    - - - - - -
    -Uses of Emitter.Listener in com.github.nkzawa.emitter
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
    - List<Emitter.Listener>Emitter.listeners(String event) - -
    -          Returns a list of listeners for the specified event.
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
    - EmitterEmitter.off(String event, - Emitter.Listener fn) - -
    -          Removes the listener.
    - EmitterEmitter.on(String event, - Emitter.Listener fn) - -
    -          Listens on the event.
    - EmitterEmitter.once(String event, - Emitter.Listener fn) - -
    -          Adds a one time listener for the event.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html deleted file mode 100644 index 406f49eb..00000000 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.emitter.Emitter

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use Emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.emitter
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.emitter that return Emitter
    - EmitterEmitter.emit(String event, - Object... args) - -
    -          Executes each of listeners with the given args.
    - EmitterEmitter.off() - -
    -          Removes all registered listeners.
    - EmitterEmitter.off(String event) - -
    -          Removes all listeners of the specified event.
    - EmitterEmitter.off(String event, - Emitter.Listener fn) - -
    -          Removes the listener.
    - EmitterEmitter.on(String event, - Emitter.Listener fn) - -
    -          Listens on the event.
    - EmitterEmitter.once(String event, - Emitter.Listener fn) - -
    -          Adds a one time listener for the event.
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - -
    Subclasses of Emitter in com.github.nkzawa.engineio.client
    - classSocket - -
    -          The socket class for Event.IO Client.
    - classTransport - -
    -           
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
    - classPolling - -
    -           
    - classPollingXHR - -
    -           
    -static classPollingXHR.Request - -
    -           
    - classWebSocket - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html deleted file mode 100644 index 0d55850d..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.emitter - - - - -
    -Interfaces  - -
    -Emitter.Listener
    - - - - - - -
    -Classes  - -
    -Emitter
    - - - - diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html deleted file mode 100644 index d4c89e4d..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.emitter -

    - - - - - - - - - -
    -Interface Summary
    Emitter.Listener 
    -  - -

    - - - - - - - - - -
    -Class Summary
    EmitterThe event emitter which is ported from the JavaScript module.
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html deleted file mode 100644 index 4fad9687..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.emitter -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html deleted file mode 100644 index 98c0cf62..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.emitter

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    Emitter.Listener - -
    -           
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html deleted file mode 100644 index b0877629..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - -EngineIOException (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class EngineIOException

    -
    -java.lang.Object
    -  extended by java.lang.Throwable
    -      extended by java.lang.Exception
    -          extended by com.github.nkzawa.engineio.client.EngineIOException
    -
    -
    -
    All Implemented Interfaces:
    Serializable
    -
    -
    -
    -
    public class EngineIOException
    extends Exception
    - - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    - Objectcode - -
    -           
    - Stringtransport - -
    -           
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    EngineIOException() - -
    -           
    EngineIOException(String message) - -
    -           
    EngineIOException(String message, - Throwable cause) - -
    -           
    EngineIOException(Throwable cause) - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -transport

    -
    -public String transport
    -
    -
    -
    -
    -
    - -

    -code

    -
    -public Object code
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EngineIOException

    -
    -public EngineIOException()
    -
    -
    -
    - -

    -EngineIOException

    -
    -public EngineIOException(String message)
    -
    -
    -
    - -

    -EngineIOException

    -
    -public EngineIOException(String message,
    -                         Throwable cause)
    -
    -
    -
    - -

    -EngineIOException

    -
    -public EngineIOException(Throwable cause)
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html deleted file mode 100644 index cd816753..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - -HandshakeData (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class HandshakeData

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.HandshakeData
    -
    -
    -
    -
    public class HandshakeData
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    - longpingInterval - -
    -           
    - longpingTimeout - -
    -           
    - Stringsid - -
    -           
    - String[]upgrades - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -sid

    -
    -public String sid
    -
    -
    -
    -
    -
    - -

    -upgrades

    -
    -public String[] upgrades
    -
    -
    -
    -
    -
    - -

    -pingInterval

    -
    -public long pingInterval
    -
    -
    -
    -
    -
    - -

    -pingTimeout

    -
    -public long pingTimeout
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html deleted file mode 100644 index 265c6f28..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - -Socket.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class Socket.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.Transport.Options
    -      extended by com.github.nkzawa.engineio.client.Socket.Options
    -
    -
    -
    Enclosing class:
    Socket
    -
    -
    -
    -
    public static class Socket.Options
    extends Transport.Options
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    - Stringhost - -
    -           
    - Stringquery - -
    -           
    - booleanrememberUpgrade - -
    -           
    - String[]transports - -
    -          List of transport names.
    - booleanupgrade - -
    -          Whether to upgrade the transport.
    - - - - - - - -
    Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
    hostname, path, policyPort, port, secure, socket, sslContext, timestampParam, timestampRequests
    -  - - - - - - - - - - -
    -Constructor Summary
    Socket.Options() - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -transports

    -
    -public String[] transports
    -
    -
    List of transport names. -

    -

    -
    -
    -
    - -

    -upgrade

    -
    -public boolean upgrade
    -
    -
    Whether to upgrade the transport. Defaults to `true`. -

    -

    -
    -
    -
    - -

    -rememberUpgrade

    -
    -public boolean rememberUpgrade
    -
    -
    -
    -
    -
    - -

    -host

    -
    -public String host
    -
    -
    -
    -
    -
    - -

    -query

    -
    -public String query
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Socket.Options

    -
    -public Socket.Options()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html deleted file mode 100644 index df5f6d54..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ /dev/null @@ -1,953 +0,0 @@ - - - - - - - -Socket (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class Socket

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Socket
    -
    -
    -
    -
    public class Socket
    extends Emitter
    - - -

    -The socket class for Event.IO Client. -

    - -

    -

    -
    See Also:
    https://github.com/LearnBoost/engine.io-client
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static classSocket.Options - -
    -           
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringEVENT_CLOSE - -
    -          Called on disconnection.
    -static StringEVENT_DATA - -
    -           
    -static StringEVENT_DRAIN - -
    -          Called after `drain` event of transport if writeBuffer is empty.
    -static StringEVENT_ERROR - -
    -          Called when an error occurs.
    -static StringEVENT_FLUSH - -
    -          Called on completing a buffer flush.
    -static StringEVENT_HANDSHAKE - -
    -           
    -static StringEVENT_HEARTBEAT - -
    -           
    -static StringEVENT_MESSAGE - -
    -          Called when data is received from the server.
    -static StringEVENT_OPEN - -
    -          Called on successful connection.
    -static StringEVENT_PACKET - -
    -           
    -static StringEVENT_PACKET_CREATE - -
    -           
    -static StringEVENT_TRANSPORT - -
    -          Called on a new transport is created.
    -static StringEVENT_UPGRADE - -
    -           
    -static StringEVENT_UPGRADE_ERROR - -
    -           
    -static StringEVENT_UPGRADING - -
    -           
    -static booleanpriorWebsocketSuccess - -
    -           
    -static intprotocol - -
    -          The protocol version.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    Socket() - -
    -           
    Socket(Socket.Options opts) - -
    -           
    Socket(String uri) - -
    -          Creates a socket.
    Socket(String uri, - Socket.Options opts) - -
    -          Creates a socket with options.
    Socket(URI uri) - -
    -           
    Socket(URI uri, - Socket.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - Socketclose() - -
    -          Disconnects the client.
    - Socketopen() - -
    -          Connects the client.
    - voidping() - -
    -          Sends a ping packet.
    - voidsend(byte[] msg) - -
    -           
    - voidsend(byte[] msg, - Runnable fn) - -
    -           
    - voidsend(String msg) - -
    -          Sends a message.
    - voidsend(String msg, - Runnable fn) - -
    -          Sends a message.
    -static voidsetDefaultSSLContext(SSLContext sslContext) - -
    -           
    - voidwrite(byte[] msg) - -
    -           
    - voidwrite(byte[] msg, - Runnable fn) - -
    -           
    - voidwrite(String msg) - -
    -           
    - voidwrite(String msg, - Runnable fn) - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EVENT_OPEN

    -
    -public static final String EVENT_OPEN
    -
    -
    Called on successful connection. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_CLOSE

    -
    -public static final String EVENT_CLOSE
    -
    -
    Called on disconnection. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_MESSAGE

    -
    -public static final String EVENT_MESSAGE
    -
    -
    Called when data is received from the server. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_ERROR

    -
    -public static final String EVENT_ERROR
    -
    -
    Called when an error occurs. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_UPGRADE_ERROR

    -
    -public static final String EVENT_UPGRADE_ERROR
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_FLUSH

    -
    -public static final String EVENT_FLUSH
    -
    -
    Called on completing a buffer flush. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_DRAIN

    -
    -public static final String EVENT_DRAIN
    -
    -
    Called after `drain` event of transport if writeBuffer is empty. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_HANDSHAKE

    -
    -public static final String EVENT_HANDSHAKE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_UPGRADING

    -
    -public static final String EVENT_UPGRADING
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_UPGRADE

    -
    -public static final String EVENT_UPGRADE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_PACKET

    -
    -public static final String EVENT_PACKET
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_PACKET_CREATE

    -
    -public static final String EVENT_PACKET_CREATE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_HEARTBEAT

    -
    -public static final String EVENT_HEARTBEAT
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_DATA

    -
    -public static final String EVENT_DATA
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_TRANSPORT

    -
    -public static final String EVENT_TRANSPORT
    -
    -
    Called on a new transport is created. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -protocol

    -
    -public static final int protocol
    -
    -
    The protocol version. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -priorWebsocketSuccess

    -
    -public static boolean priorWebsocketSuccess
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Socket

    -
    -public Socket()
    -
    -
    -
    - -

    -Socket

    -
    -public Socket(String uri)
    -       throws URISyntaxException
    -
    -
    Creates a socket. -

    -

    -
    Parameters:
    uri - URI to connect. -
    Throws: -
    URISyntaxException
    -
    -
    - -

    -Socket

    -
    -public Socket(URI uri)
    -
    -
    -
    - -

    -Socket

    -
    -public Socket(String uri,
    -              Socket.Options opts)
    -       throws URISyntaxException
    -
    -
    Creates a socket with options. -

    -

    -
    Parameters:
    uri - URI to connect.
    opts - options for socket -
    Throws: -
    URISyntaxException
    -
    -
    - -

    -Socket

    -
    -public Socket(URI uri,
    -              Socket.Options opts)
    -
    -
    -
    - -

    -Socket

    -
    -public Socket(Socket.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setDefaultSSLContext

    -
    -public static void setDefaultSSLContext(SSLContext sslContext)
    -
    -
    -
    -
    -
    -
    - -

    -open

    -
    -public Socket open()
    -
    -
    Connects the client. -

    -

    - -
    Returns:
    a reference to to this object.
    -
    -
    -
    - -

    -ping

    -
    -public void ping()
    -
    -
    Sends a ping packet. -

    -

    -
    -
    -
    -
    - -

    -write

    -
    -public void write(String msg)
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -public void write(String msg,
    -                  Runnable fn)
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -public void write(byte[] msg)
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -public void write(byte[] msg,
    -                  Runnable fn)
    -
    -
    -
    -
    -
    -
    - -

    -send

    -
    -public void send(String msg)
    -
    -
    Sends a message. -

    -

    -
    Parameters:
    msg -
    -
    -
    -
    - -

    -send

    -
    -public void send(byte[] msg)
    -
    -
    -
    -
    -
    -
    - -

    -send

    -
    -public void send(String msg,
    -                 Runnable fn)
    -
    -
    Sends a message. -

    -

    -
    Parameters:
    msg -
    fn - callback to be called on drain
    -
    -
    -
    - -

    -send

    -
    -public void send(byte[] msg,
    -                 Runnable fn)
    -
    -
    -
    -
    -
    -
    - -

    -close

    -
    -public Socket close()
    -
    -
    Disconnects the client. -

    -

    - -
    Returns:
    a reference to to this object.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html deleted file mode 100644 index d51e4c0c..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - -Transport.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class Transport.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.Transport.Options
    -
    -
    -
    Direct Known Subclasses:
    Socket.Options
    -
    -
    -
    Enclosing class:
    Transport
    -
    -
    -
    -
    public static class Transport.Options
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    - Stringhostname - -
    -           
    - Stringpath - -
    -           
    - intpolicyPort - -
    -           
    - intport - -
    -           
    - Map<String,String>query - -
    -           
    - booleansecure - -
    -           
    -protected  Socketsocket - -
    -           
    - SSLContextsslContext - -
    -           
    - StringtimestampParam - -
    -           
    - booleantimestampRequests - -
    -           
    -  - - - - - - - - - - -
    -Constructor Summary
    Transport.Options() - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -hostname

    -
    -public String hostname
    -
    -
    -
    -
    -
    - -

    -path

    -
    -public String path
    -
    -
    -
    -
    -
    - -

    -timestampParam

    -
    -public String timestampParam
    -
    -
    -
    -
    -
    - -

    -secure

    -
    -public boolean secure
    -
    -
    -
    -
    -
    - -

    -timestampRequests

    -
    -public boolean timestampRequests
    -
    -
    -
    -
    -
    - -

    -port

    -
    -public int port
    -
    -
    -
    -
    -
    - -

    -policyPort

    -
    -public int policyPort
    -
    -
    -
    -
    -
    - -

    -query

    -
    -public Map<String,String> query
    -
    -
    -
    -
    -
    - -

    -sslContext

    -
    -public SSLContext sslContext
    -
    -
    -
    -
    -
    - -

    -socket

    -
    -protected Socket socket
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Transport.Options

    -
    -public Transport.Options()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html deleted file mode 100644 index 63d68ff6..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - -Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Enum Transport.ReadyState

    -
    -java.lang.Object
    -  extended by java.lang.Enum<Transport.ReadyState>
    -      extended by com.github.nkzawa.engineio.client.Transport.ReadyState
    -
    -
    -
    All Implemented Interfaces:
    Serializable, Comparable<Transport.ReadyState>
    -
    -
    -
    Enclosing class:
    Transport
    -
    -
    -
    -
    protected static enum Transport.ReadyState
    extends Enum<Transport.ReadyState>
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - -
    -Enum Constant Summary
    CLOSED - -
    -           
    OPEN - -
    -           
    OPENING - -
    -           
    PAUSED - -
    -           
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - StringtoString() - -
    -           
    -static Transport.ReadyStatevalueOf(String name) - -
    -          Returns the enum constant of this type with the specified name.
    -static Transport.ReadyState[]values() - -
    -          Returns an array containing the constants of this enum type, in -the order they are declared.
    - - - - - - - -
    Methods inherited from class java.lang.Enum
    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
    - - - - - - - -
    Methods inherited from class java.lang.Object
    getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Enum Constant Detail
    - -

    -OPENING

    -
    -public static final Transport.ReadyState OPENING
    -
    -
    -
    -
    -
    - -

    -OPEN

    -
    -public static final Transport.ReadyState OPEN
    -
    -
    -
    -
    -
    - -

    -CLOSED

    -
    -public static final Transport.ReadyState CLOSED
    -
    -
    -
    -
    -
    - -

    -PAUSED

    -
    -public static final Transport.ReadyState PAUSED
    -
    -
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -values

    -
    -public static Transport.ReadyState[] values()
    -
    -
    Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
    -for (Transport.ReadyState c : Transport.ReadyState.values())
    -    System.out.println(c);
    -
    -

    -

    - -
    Returns:
    an array containing the constants of this enum type, in -the order they are declared
    -
    -
    -
    - -

    -valueOf

    -
    -public static Transport.ReadyState valueOf(String name)
    -
    -
    Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.) -

    -

    -
    Parameters:
    name - the name of the enum constant to be returned. -
    Returns:
    the enum constant with the specified name -
    Throws: -
    IllegalArgumentException - if this enum type has no constant -with the specified name -
    NullPointerException - if the argument is null
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -
    Overrides:
    toString in class Enum<Transport.ReadyState>
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html deleted file mode 100644 index 5926d50b..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ /dev/null @@ -1,890 +0,0 @@ - - - - - - - -Transport (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client -
    -Class Transport

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -
    -
    -
    Direct Known Subclasses:
    Polling, WebSocket
    -
    -
    -
    -
    public abstract class Transport
    extends Emitter
    - - -

    -


    - -

    - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -static classTransport.Options - -
    -           
    -protected static classTransport.ReadyState - -
    -           
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringEVENT_CLOSE - -
    -           
    -static StringEVENT_DRAIN - -
    -           
    -static StringEVENT_ERROR - -
    -           
    -static StringEVENT_OPEN - -
    -           
    -static StringEVENT_PACKET - -
    -           
    -static StringEVENT_REQUEST_HEADERS - -
    -           
    -static StringEVENT_RESPONSE_HEADERS - -
    -           
    -protected  Stringhostname - -
    -           
    - Stringname - -
    -           
    -protected  Stringpath - -
    -           
    -protected  intport - -
    -           
    - Map<String,String>query - -
    -           
    -protected  Transport.ReadyStatereadyState - -
    -           
    -protected  booleansecure - -
    -           
    -protected  Socketsocket - -
    -           
    -protected  SSLContextsslContext - -
    -           
    -protected  StringtimestampParam - -
    -           
    -protected  booleantimestampRequests - -
    -           
    -protected static inttimestamps - -
    -           
    - booleanwritable - -
    -           
    -  - - - - - - - - - - -
    -Constructor Summary
    Transport(Transport.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - Transportclose() - -
    -           
    -protected abstract  voiddoClose() - -
    -           
    -protected abstract  voiddoOpen() - -
    -           
    -protected  voidonClose() - -
    -           
    -protected  voidonData(byte[] data) - -
    -           
    -protected  voidonData(String data) - -
    -           
    -protected  TransportonError(String msg, - Exception desc) - -
    -           
    -protected  voidonOpen() - -
    -           
    -protected  voidonPacket(Packet packet) - -
    -           
    - Transportopen() - -
    -           
    - voidsend(Packet[] packets) - -
    -           
    -protected abstract  voidwrite(Packet[] packets) - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EVENT_OPEN

    -
    -public static final String EVENT_OPEN
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_CLOSE

    -
    -public static final String EVENT_CLOSE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_PACKET

    -
    -public static final String EVENT_PACKET
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_DRAIN

    -
    -public static final String EVENT_DRAIN
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_ERROR

    -
    -public static final String EVENT_ERROR
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_REQUEST_HEADERS

    -
    -public static final String EVENT_REQUEST_HEADERS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_RESPONSE_HEADERS

    -
    -public static final String EVENT_RESPONSE_HEADERS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -timestamps

    -
    -protected static int timestamps
    -
    -
    -
    -
    -
    - -

    -writable

    -
    -public boolean writable
    -
    -
    -
    -
    -
    - -

    -name

    -
    -public String name
    -
    -
    -
    -
    -
    - -

    -query

    -
    -public Map<String,String> query
    -
    -
    -
    -
    -
    - -

    -secure

    -
    -protected boolean secure
    -
    -
    -
    -
    -
    - -

    -timestampRequests

    -
    -protected boolean timestampRequests
    -
    -
    -
    -
    -
    - -

    -port

    -
    -protected int port
    -
    -
    -
    -
    -
    - -

    -path

    -
    -protected String path
    -
    -
    -
    -
    -
    - -

    -hostname

    -
    -protected String hostname
    -
    -
    -
    -
    -
    - -

    -timestampParam

    -
    -protected String timestampParam
    -
    -
    -
    -
    -
    - -

    -sslContext

    -
    -protected SSLContext sslContext
    -
    -
    -
    -
    -
    - -

    -socket

    -
    -protected Socket socket
    -
    -
    -
    -
    -
    - -

    -readyState

    -
    -protected Transport.ReadyState readyState
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Transport

    -
    -public Transport(Transport.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -onError

    -
    -protected Transport onError(String msg,
    -                            Exception desc)
    -
    -
    -
    -
    -
    -
    - -

    -open

    -
    -public Transport open()
    -
    -
    -
    -
    -
    -
    - -

    -close

    -
    -public Transport close()
    -
    -
    -
    -
    -
    -
    - -

    -send

    -
    -public void send(Packet[] packets)
    -
    -
    -
    -
    -
    -
    - -

    -onOpen

    -
    -protected void onOpen()
    -
    -
    -
    -
    -
    -
    - -

    -onData

    -
    -protected void onData(String data)
    -
    -
    -
    -
    -
    -
    - -

    -onData

    -
    -protected void onData(byte[] data)
    -
    -
    -
    -
    -
    -
    - -

    -onPacket

    -
    -protected void onPacket(Packet packet)
    -
    -
    -
    -
    -
    -
    - -

    -onClose

    -
    -protected void onClose()
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -protected abstract void write(Packet[] packets)
    -
    -
    -
    -
    -
    -
    - -

    -doOpen

    -
    -protected abstract void doOpen()
    -
    -
    -
    -
    -
    -
    - -

    -doClose

    -
    -protected abstract void doClose()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html deleted file mode 100644 index 2e3bff13..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.EngineIOException

    -
    -No usage of com.github.nkzawa.engineio.client.EngineIOException -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html deleted file mode 100644 index 7bddeeca..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.HandshakeData

    -
    -No usage of com.github.nkzawa.engineio.client.HandshakeData -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html deleted file mode 100644 index 75aa2216..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Socket.Options

    -
    - - - - - - - - - -
    -Packages that use Socket.Options
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Socket.Options in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
    Socket(Socket.Options opts) - -
    -           
    Socket(String uri, - Socket.Options opts) - -
    -          Creates a socket with options.
    Socket(URI uri, - Socket.Options opts) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html deleted file mode 100644 index b067bb3c..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Socket

    -
    - - - - - - - - - -
    -Packages that use Socket
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Socket in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - -
    Fields in com.github.nkzawa.engineio.client declared as Socket
    -protected  SocketTransport.socket - -
    -           
    -protected  SocketTransport.Options.socket - -
    -           
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Socket
    - SocketSocket.close() - -
    -          Disconnects the client.
    - SocketSocket.open() - -
    -          Connects the client.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html deleted file mode 100644 index 992b18e3..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport.Options

    -
    - - - - - - - - - - - - - -
    -Packages that use Transport.Options
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Transport.Options in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - -
    Subclasses of Transport.Options in com.github.nkzawa.engineio.client
    -static classSocket.Options - -
    -           
    -  -

    - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
    Transport(Transport.Options opts) - -
    -           
    -  -

    - - - - - -
    -Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
    Polling(Transport.Options opts) - -
    -           
    PollingXHR(Transport.Options opts) - -
    -           
    WebSocket(Transport.Options opts) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html deleted file mode 100644 index 31930117..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport.ReadyState

    -
    - - - - - - - - - -
    -Packages that use Transport.ReadyState
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Transport.ReadyState in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - -
    Fields in com.github.nkzawa.engineio.client declared as Transport.ReadyState
    -protected  Transport.ReadyStateTransport.readyState - -
    -           
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Transport.ReadyState
    -static Transport.ReadyStateTransport.ReadyState.valueOf(String name) - -
    -          Returns the enum constant of this type with the specified name.
    -static Transport.ReadyState[]Transport.ReadyState.values() - -
    -          Returns an array containing the constants of this enum type, in -the order they are declared.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html deleted file mode 100644 index 1096126c..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport

    -
    - - - - - - - - - - - - - -
    -Packages that use Transport
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Transport in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Transport
    - TransportTransport.close() - -
    -           
    -protected  TransportTransport.onError(String msg, - Exception desc) - -
    -           
    - TransportTransport.open() - -
    -           
    -  -

    - - - - - -
    -Uses of Transport in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of Transport in com.github.nkzawa.engineio.client.transports
    - classPolling - -
    -           
    - classPollingXHR - -
    -           
    - classWebSocket - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html deleted file mode 100644 index 8754e609..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client - - - - -
    -Classes  - -
    -HandshakeData -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options
    - - - - - - -
    -Enums  - -
    -Transport.ReadyState
    - - - - - - -
    -Exceptions  - -
    -EngineIOException
    - - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html deleted file mode 100644 index 33ad7afb..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.engineio.client -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Class Summary
    HandshakeData 
    SocketThe socket class for Event.IO Client.
    Socket.Options 
    Transport 
    Transport.Options 
    -  - -

    - - - - - - - - - -
    -Enum Summary
    Transport.ReadyState 
    -  - -

    - - - - - - - - - -
    -Exception Summary
    EngineIOException 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html deleted file mode 100644 index 0518b849..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.client -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Enum Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html deleted file mode 100644 index f9ec440e..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.client

    -
    - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.client
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
    Socket - -
    -          The socket class for Event.IO Client.
    Socket.Options - -
    -           
    Transport - -
    -           
    Transport.Options - -
    -           
    Transport.ReadyState - -
    -           
    -  -

    - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
    Transport - -
    -           
    Transport.Options - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html deleted file mode 100644 index b3301997..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - - -Polling (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client.transports -
    -Class Polling

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.Polling
    -
    -
    -
    Direct Known Subclasses:
    PollingXHR
    -
    -
    -
    -
    public abstract class Polling
    extends Transport
    - - -

    -


    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringEVENT_POLL - -
    -           
    -static StringEVENT_POLL_COMPLETE - -
    -           
    -static StringNAME - -
    -           
    - - - - - - - -
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    -  - - - - - - - - - - -
    -Constructor Summary
    Polling(Transport.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voiddoClose() - -
    -           
    -protected  voiddoOpen() - -
    -           
    -protected abstract  voiddoPoll() - -
    -           
    -protected abstract  voiddoWrite(byte[] data, - Runnable fn) - -
    -           
    -protected  voidonData(byte[] data) - -
    -           
    -protected  voidonData(String data) - -
    -           
    - voidpause(Runnable onPause) - -
    -           
    -protected  Stringuri() - -
    -           
    -protected  voidwrite(Packet[] packets) - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onClose, onError, onOpen, onPacket, open, send
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NAME

    -
    -public static final String NAME
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_POLL

    -
    -public static final String EVENT_POLL
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_POLL_COMPLETE

    -
    -public static final String EVENT_POLL_COMPLETE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Polling

    -
    -public Polling(Transport.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -doOpen

    -
    -protected void doOpen()
    -
    -
    -
    Specified by:
    doOpen in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -pause

    -
    -public void pause(Runnable onPause)
    -
    -
    -
    -
    -
    -
    - -

    -onData

    -
    -protected void onData(String data)
    -
    -
    -
    Overrides:
    onData in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -onData

    -
    -protected void onData(byte[] data)
    -
    -
    -
    Overrides:
    onData in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -doClose

    -
    -protected void doClose()
    -
    -
    -
    Specified by:
    doClose in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -protected void write(Packet[] packets)
    -
    -
    -
    Specified by:
    write in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -uri

    -
    -protected String uri()
    -
    -
    -
    -
    -
    -
    - -

    -doWrite

    -
    -protected abstract void doWrite(byte[] data,
    -                                Runnable fn)
    -
    -
    -
    -
    -
    -
    - -

    -doPoll

    -
    -protected abstract void doPoll()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html deleted file mode 100644 index dc240298..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - -PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR.Request.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
    -
    -
    -
    Enclosing class:
    PollingXHR.Request
    -
    -
    -
    -
    public static class PollingXHR.Request.Options
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    - byte[]data - -
    -           
    - Stringmethod - -
    -           
    - SSLContextsslContext - -
    -           
    - Stringuri - -
    -           
    -  - - - - - - - - - - -
    -Constructor Summary
    PollingXHR.Request.Options() - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -uri

    -
    -public String uri
    -
    -
    -
    -
    -
    - -

    -method

    -
    -public String method
    -
    -
    -
    -
    -
    - -

    -data

    -
    -public byte[] data
    -
    -
    -
    -
    -
    - -

    -sslContext

    -
    -public SSLContext sslContext
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -PollingXHR.Request.Options

    -
    -public PollingXHR.Request.Options()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html deleted file mode 100644 index f5fa5c88..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - - -PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR.Request

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    -
    -
    -
    Enclosing class:
    PollingXHR
    -
    -
    -
    -
    public static class PollingXHR.Request
    extends Emitter
    - - -

    -


    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static classPollingXHR.Request.Options - -
    -           
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringEVENT_DATA - -
    -           
    -static StringEVENT_ERROR - -
    -           
    -static StringEVENT_REQUEST_HEADERS - -
    -           
    -static StringEVENT_RESPONSE_HEADERS - -
    -           
    -static StringEVENT_SUCCESS - -
    -           
    -  - - - - - - - - - - -
    -Constructor Summary
    PollingXHR.Request(PollingXHR.Request.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - voidabort() - -
    -           
    - voidcreate() - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EVENT_SUCCESS

    -
    -public static final String EVENT_SUCCESS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_DATA

    -
    -public static final String EVENT_DATA
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_ERROR

    -
    -public static final String EVENT_ERROR
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_REQUEST_HEADERS

    -
    -public static final String EVENT_REQUEST_HEADERS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -EVENT_RESPONSE_HEADERS

    -
    -public static final String EVENT_RESPONSE_HEADERS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -PollingXHR.Request

    -
    -public PollingXHR.Request(PollingXHR.Request.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -create

    -
    -public void create()
    -
    -
    -
    -
    -
    -
    - -

    -abort

    -
    -public void abort()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html deleted file mode 100644 index 45769d2a..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - -PollingXHR (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.Polling
    -              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
    -
    -
    -
    -
    public class PollingXHR
    extends Polling
    - - -

    -


    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static classPollingXHR.Request - -
    -           
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class com.github.nkzawa.engineio.client.transports.Polling
    EVENT_POLL, EVENT_POLL_COMPLETE, NAME
    - - - - - - - -
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    -  - - - - - - - - - - -
    -Constructor Summary
    PollingXHR(Transport.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voiddoPoll() - -
    -           
    -protected  voiddoWrite(byte[] data, - Runnable fn) - -
    -           
    -protected  PollingXHR.Requestrequest() - -
    -           
    -protected  PollingXHR.Requestrequest(PollingXHR.Request.Options opts) - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling
    doClose, doOpen, onData, onData, pause, uri, write
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onClose, onError, onOpen, onPacket, open, send
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PollingXHR

    -
    -public PollingXHR(Transport.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -request

    -
    -protected PollingXHR.Request request()
    -
    -
    -
    -
    -
    -
    - -

    -request

    -
    -protected PollingXHR.Request request(PollingXHR.Request.Options opts)
    -
    -
    -
    -
    -
    -
    - -

    -doWrite

    -
    -protected void doWrite(byte[] data,
    -                       Runnable fn)
    -
    -
    -
    Specified by:
    doWrite in class Polling
    -
    -
    -
    -
    -
    -
    - -

    -doPoll

    -
    -protected void doPoll()
    -
    -
    -
    Specified by:
    doPoll in class Polling
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html deleted file mode 100644 index f3e903dd..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - -WebSocket (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.client.transports -
    -Class WebSocket

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.WebSocket
    -
    -
    -
    -
    public class WebSocket
    extends Transport
    - - -

    -


    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    -  - - - - - - - - - - - -
    -Field Summary
    -static StringNAME - -
    -           
    - - - - - - - -
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    -  - - - - - - - - - - -
    -Constructor Summary
    WebSocket(Transport.Options opts) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voiddoClose() - -
    -           
    -protected  voiddoOpen() - -
    -           
    -protected  voidonClose() - -
    -           
    -protected  Stringuri() - -
    -           
    -protected  voidwrite(Packet[] packets) - -
    -           
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onData, onData, onError, onOpen, onPacket, open, send
    - - - - - - - -
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NAME

    -
    -public static final String NAME
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -WebSocket

    -
    -public WebSocket(Transport.Options opts)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -doOpen

    -
    -protected void doOpen()
    -
    -
    -
    Specified by:
    doOpen in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -write

    -
    -protected void write(Packet[] packets)
    -
    -
    -
    Specified by:
    write in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -onClose

    -
    -protected void onClose()
    -
    -
    -
    Overrides:
    onClose in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -doClose

    -
    -protected void doClose()
    -
    -
    -
    Specified by:
    doClose in class Transport
    -
    -
    -
    -
    -
    -
    - -

    -uri

    -
    -protected String uri()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html deleted file mode 100644 index 71102fd6..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.Polling

    -
    - - - - - - - - - -
    -Packages that use Polling
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Polling in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - -
    Subclasses of Polling in com.github.nkzawa.engineio.client.transports
    - classPollingXHR - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html deleted file mode 100644 index 481de718..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

    -
    - - - - - - - - - -
    -Packages that use PollingXHR.Request.Options
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    -protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    PollingXHR.Request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html deleted file mode 100644 index b1e99237..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request

    -
    - - - - - - - - - -
    -Packages that use PollingXHR.Request
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
    -protected  PollingXHR.RequestPollingXHR.request() - -
    -           
    -protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html deleted file mode 100644 index 90b9a4cd..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR

    -
    -No usage of com.github.nkzawa.engineio.client.transports.PollingXHR -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html deleted file mode 100644 index 44c671b3..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.WebSocket

    -
    -No usage of com.github.nkzawa.engineio.client.transports.WebSocket -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html deleted file mode 100644 index 61c0c8b5..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client.transports - - - - -
    -Classes  - -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -WebSocket
    - - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html deleted file mode 100644 index d16d5d42..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.engineio.client.transports -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Class Summary
    Polling 
    PollingXHR 
    PollingXHR.Request 
    PollingXHR.Request.Options 
    WebSocket 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html deleted file mode 100644 index 84803eae..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.client.transports -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html deleted file mode 100644 index 9b0bd841..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.client.transports

    -
    - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.client.transports
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
    Polling - -
    -           
    PollingXHR.Request - -
    -           
    PollingXHR.Request.Options - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html deleted file mode 100644 index c0b47910..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - -Packet (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.parser -
    -Class Packet<T>

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.parser.Packet<T>
    -
    -
    -
    -
    public class Packet<T>
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringCLOSE - -
    -           
    - Tdata - -
    -           
    -static StringERROR - -
    -           
    -static StringMESSAGE - -
    -           
    -static StringNOOP - -
    -           
    -static StringOPEN - -
    -           
    -static StringPING - -
    -           
    -static StringPONG - -
    -           
    - Stringtype - -
    -           
    -static StringUPGRADE - -
    -           
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    Packet(String type) - -
    -           
    Packet(String type, - T data) - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -OPEN

    -
    -public static final String OPEN
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -CLOSE

    -
    -public static final String CLOSE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -PING

    -
    -public static final String PING
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -PONG

    -
    -public static final String PONG
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -UPGRADE

    -
    -public static final String UPGRADE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -MESSAGE

    -
    -public static final String MESSAGE
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -NOOP

    -
    -public static final String NOOP
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -ERROR

    -
    -public static final String ERROR
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -type

    -
    -public String type
    -
    -
    -
    -
    -
    - -

    -data

    -
    -public T data
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -Packet

    -
    -public Packet(String type)
    -
    -
    -
    - -

    -Packet

    -
    -public Packet(String type,
    -              T data)
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html deleted file mode 100644 index 75d5ba37..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - -Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.parser -
    -Interface Parser.DecodePayloadCallback<T>

    -
    -
    Enclosing class:
    Parser
    -
    -
    -
    -
    public static interface Parser.DecodePayloadCallback<T>
    - - -

    -


    - -

    - - - - - - - - - - - - -
    -Method Summary
    - booleancall(Packet<T> packet, - int index, - int total) - -
    -           
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -call

    -
    -boolean call(Packet<T> packet,
    -             int index,
    -             int total)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html deleted file mode 100644 index 54868414..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - -Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.parser -
    -Interface Parser.EncodeCallback<T>

    -
    -
    Enclosing class:
    Parser
    -
    -
    -
    -
    public static interface Parser.EncodeCallback<T>
    - - -

    -


    - -

    - - - - - - - - - - - - -
    -Method Summary
    - voidcall(T data) - -
    -           
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -call

    -
    -void call(T data)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html deleted file mode 100644 index cc8b8f7a..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - -Parser (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.engineio.parser -
    -Class Parser

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.parser.Parser
    -
    -
    -
    -
    public class Parser
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -static interfaceParser.DecodePayloadCallback<T> - -
    -           
    -static interfaceParser.EncodeCallback<T> - -
    -           
    - - - - - - - - - - -
    -Field Summary
    -static intprotocol - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static Packet<byte[]>decodePacket(byte[] data) - -
    -           
    -static Packet<String>decodePacket(String data) - -
    -           
    -static Packet<String>decodePacket(String data, - boolean utf8decode) - -
    -           
    -static voiddecodePayload(byte[] data, - Parser.DecodePayloadCallback callback) - -
    -           
    -static voiddecodePayload(String data, - Parser.DecodePayloadCallback<String> callback) - -
    -           
    -static voidencodePacket(Packet packet, - boolean utf8encode, - Parser.EncodeCallback callback) - -
    -           
    -static voidencodePacket(Packet packet, - Parser.EncodeCallback callback) - -
    -           
    -static voidencodePayload(Packet[] packets, - Parser.EncodeCallback<byte[]> callback) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -protocol

    -
    -public static final int protocol
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Method Detail
    - -

    -encodePacket

    -
    -public static void encodePacket(Packet packet,
    -                                Parser.EncodeCallback callback)
    -
    -
    -
    -
    -
    -
    - -

    -encodePacket

    -
    -public static void encodePacket(Packet packet,
    -                                boolean utf8encode,
    -                                Parser.EncodeCallback callback)
    -
    -
    -
    -
    -
    -
    - -

    -decodePacket

    -
    -public static Packet<String> decodePacket(String data)
    -
    -
    -
    -
    -
    -
    - -

    -decodePacket

    -
    -public static Packet<String> decodePacket(String data,
    -                                          boolean utf8decode)
    -
    -
    -
    -
    -
    -
    - -

    -decodePacket

    -
    -public static Packet<byte[]> decodePacket(byte[] data)
    -
    -
    -
    -
    -
    -
    - -

    -encodePayload

    -
    -public static void encodePayload(Packet[] packets,
    -                                 Parser.EncodeCallback<byte[]> callback)
    -
    -
    -
    -
    -
    -
    - -

    -decodePayload

    -
    -public static void decodePayload(String data,
    -                                 Parser.DecodePayloadCallback<String> callback)
    -
    -
    -
    -
    -
    -
    - -

    -decodePayload

    -
    -public static void decodePayload(byte[] data,
    -                                 Parser.DecodePayloadCallback callback)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html deleted file mode 100644 index 9ee2ba96..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.parser.Packet

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use Packet
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client with parameters of type Packet
    -protected  voidTransport.onPacket(Packet packet) - -
    -           
    - voidTransport.send(Packet[] packets) - -
    -           
    -protected abstract  voidTransport.write(Packet[] packets) - -
    -           
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
    -protected  voidWebSocket.write(Packet[] packets) - -
    -           
    -protected  voidPolling.write(Packet[] packets) - -
    -           
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser that return Packet
    -static Packet<byte[]>Parser.decodePacket(byte[] data) - -
    -           
    -static Packet<String>Parser.decodePacket(String data) - -
    -           
    -static Packet<String>Parser.decodePacket(String data, - boolean utf8decode) - -
    -           
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
    - booleanParser.DecodePayloadCallback.call(Packet<T> packet, - int index, - int total) - -
    -           
    -static voidParser.encodePacket(Packet packet, - boolean utf8encode, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePacket(Packet packet, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePayload(Packet[] packets, - Parser.EncodeCallback<byte[]> callback) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html deleted file mode 100644 index 45655b36..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

    -
    - - - - - - - - - -
    -Packages that use Parser.DecodePayloadCallback
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
    -static voidParser.decodePayload(byte[] data, - Parser.DecodePayloadCallback callback) - -
    -           
    -static voidParser.decodePayload(String data, - Parser.DecodePayloadCallback<String> callback) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html deleted file mode 100644 index 252c9ba8..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.EncodeCallback

    -
    - - - - - - - - - -
    -Packages that use Parser.EncodeCallback
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Parser.EncodeCallback in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.EncodeCallback
    -static voidParser.encodePacket(Packet packet, - boolean utf8encode, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePacket(Packet packet, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePayload(Packet[] packets, - Parser.EncodeCallback<byte[]> callback) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html deleted file mode 100644 index 5b13c6a7..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.parser.Parser

    -
    -No usage of com.github.nkzawa.engineio.parser.Parser -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html deleted file mode 100644 index fc7b36f6..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.parser - - - - -
    -Interfaces  - -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback
    - - - - - - -
    -Classes  - -
    -Packet -
    -Parser
    - - - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html deleted file mode 100644 index 1cd10862..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.engineio.parser -

    - - - - - - - - - - - - - -
    -Interface Summary
    Parser.DecodePayloadCallback<T> 
    Parser.EncodeCallback<T> 
    -  - -

    - - - - - - - - - - - - - -
    -Class Summary
    Packet<T> 
    Parser 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html deleted file mode 100644 index 411215c5..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.parser -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • com.github.nkzawa.engineio.parser.Packet<T>
      • com.github.nkzawa.engineio.parser.Parser
      -
    -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html deleted file mode 100644 index e9389479..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.parser

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.parser
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
    Packet - -
    -           
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
    Packet - -
    -           
    -  -

    - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
    Packet - -
    -           
    Parser.DecodePayloadCallback - -
    -           
    Parser.EncodeCallback - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html deleted file mode 100644 index 9ea1f2c4..00000000 --- a/apidocs/com/github/nkzawa/global/Global.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - -Global (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.global -
    -Class Global

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.global.Global
    -
    -
    -
    -
    public class Global
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - -
    -Method Summary
    -static StringdecodeURIComponent(String str) - -
    -           
    -static StringencodeURIComponent(String str) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -encodeURIComponent

    -
    -public static String encodeURIComponent(String str)
    -
    -
    -
    -
    -
    -
    - -

    -decodeURIComponent

    -
    -public static String decodeURIComponent(String str)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html deleted file mode 100644 index f3176269..00000000 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.global.Global

    -
    -No usage of com.github.nkzawa.global.Global -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html deleted file mode 100644 index 890d2fd2..00000000 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.global - - - - -
    -Classes  - -
    -Global
    - - - - diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html deleted file mode 100644 index acde9805..00000000 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - -com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.global -

    - - - - - - - - - -
    -Class Summary
    Global 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html deleted file mode 100644 index 266d978f..00000000 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.global -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html deleted file mode 100644 index 9ace52a9..00000000 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.global (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.global

    -
    -No usage of com.github.nkzawa.global -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html deleted file mode 100644 index 3a3e21aa..00000000 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - -ParseQS (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.parseqs -
    -Class ParseQS

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.parseqs.ParseQS
    -
    -
    -
    -
    public class ParseQS
    extends Object
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - -
    -Method Summary
    -static Map<String,String>decode(String qs) - -
    -           
    -static Stringencode(Map<String,String> obj) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -encode

    -
    -public static String encode(Map<String,String> obj)
    -
    -
    -
    -
    -
    -
    - -

    -decode

    -
    -public static Map<String,String> decode(String qs)
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html deleted file mode 100644 index bafa2b59..00000000 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.parseqs.ParseQS

    -
    -No usage of com.github.nkzawa.parseqs.ParseQS -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html deleted file mode 100644 index f3653613..00000000 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.parseqs - - - - -
    -Classes  - -
    -ParseQS
    - - - - diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html deleted file mode 100644 index eb19d71a..00000000 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - -com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.parseqs -

    - - - - - - - - - -
    -Class Summary
    ParseQS 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html deleted file mode 100644 index d99017e9..00000000 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.parseqs -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html deleted file mode 100644 index 76d1c436..00000000 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.parseqs

    -
    -No usage of com.github.nkzawa.parseqs -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html deleted file mode 100644 index 458143ec..00000000 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - -EventThread (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.thread -
    -Class EventThread

    -
    -java.lang.Object
    -  extended by java.lang.Thread
    -      extended by com.github.nkzawa.thread.EventThread
    -
    -
    -
    All Implemented Interfaces:
    Runnable
    -
    -
    -
    -
    public class EventThread
    extends Thread
    - - -

    -The thread for event loop. All non-background tasks run within this thread. -

    - -

    -


    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class java.lang.Thread
    Thread.State, Thread.UncaughtExceptionHandler
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class java.lang.Thread
    MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static voidexec(Runnable task) - -
    -          Executes a task in EventThread.
    -static booleanisCurrent() - -
    -          check if the current thread is EventThread.
    -static voidnextTick(Runnable task) - -
    -          Executes a task on the next loop in EventThread.
    - - - - - - - -
    Methods inherited from class java.lang.Thread
    activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
    - - - - - - - -
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -isCurrent

    -
    -public static boolean isCurrent()
    -
    -
    check if the current thread is EventThread. -

    -

    - -
    Returns:
    true if the current thread is EventThread.
    -
    -
    -
    - -

    -exec

    -
    -public static void exec(Runnable task)
    -
    -
    Executes a task in EventThread. -

    -

    -
    Parameters:
    task -
    -
    -
    -
    - -

    -nextTick

    -
    -public static void nextTick(Runnable task)
    -
    -
    Executes a task on the next loop in EventThread. -

    -

    -
    Parameters:
    task -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html deleted file mode 100644 index 1031f6b0..00000000 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.thread.EventThread

    -
    -No usage of com.github.nkzawa.thread.EventThread -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html deleted file mode 100644 index 75f864b6..00000000 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.thread - - - - -
    -Classes  - -
    -EventThread
    - - - - diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html deleted file mode 100644 index 794816cd..00000000 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - -com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.thread -

    - - - - - - - - - -
    -Class Summary
    EventThreadThe thread for event loop.
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html deleted file mode 100644 index d677d0cf..00000000 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.thread -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html deleted file mode 100644 index 7cb3df68..00000000 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.thread

    -
    -No usage of com.github.nkzawa.thread -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html deleted file mode 100644 index 0fa8fc9f..00000000 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - -UTF8 (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.utf8 -
    -Class UTF8

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.utf8.UTF8
    -
    -
    -
    -
    public class UTF8
    extends Object
    - - -

    -UTF-8 encoder/decoder ported from utf8.js. -

    - -

    -

    -
    See Also:
    https://github.com/mathiasbynens/utf8.js
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    UTF8() - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static Stringdecode(String byteString) - -
    -           
    -static Stringencode(String string) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -UTF8

    -
    -public UTF8()
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -encode

    -
    -public static String encode(String string)
    -
    -
    -
    -
    -
    -
    - -

    -decode

    -
    -public static String decode(String byteString)
    -                     throws UTF8Exception
    -
    -
    - -
    Throws: -
    UTF8Exception
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html deleted file mode 100644 index 8581b254..00000000 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - -UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -com.github.nkzawa.utf8 -
    -Class UTF8Exception

    -
    -java.lang.Object
    -  extended by java.lang.Throwable
    -      extended by java.lang.Exception
    -          extended by java.io.IOException
    -              extended by com.github.nkzawa.utf8.UTF8Exception
    -
    -
    -
    All Implemented Interfaces:
    Serializable
    -
    -
    -
    -
    public class UTF8Exception
    extends IOException
    - - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    - Stringdata - -
    -           
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    UTF8Exception() - -
    -           
    UTF8Exception(String message) - -
    -           
    UTF8Exception(String message, - Throwable cause) - -
    -           
    UTF8Exception(Throwable cause) - -
    -           
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -data

    -
    -public String data
    -
    -
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -UTF8Exception

    -
    -public UTF8Exception()
    -
    -
    -
    - -

    -UTF8Exception

    -
    -public UTF8Exception(String message)
    -
    -
    -
    - -

    -UTF8Exception

    -
    -public UTF8Exception(String message,
    -                     Throwable cause)
    -
    -
    -
    - -

    -UTF8Exception

    -
    -public UTF8Exception(Throwable cause)
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html deleted file mode 100644 index 880d25ea..00000000 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.utf8.UTF8

    -
    -No usage of com.github.nkzawa.utf8.UTF8 -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html deleted file mode 100644 index 0220cc4d..00000000 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    com.github.nkzawa.utf8.UTF8Exception

    -
    - - - - - - - - - -
    -Packages that use UTF8Exception
    com.github.nkzawa.utf8  
    -  -

    - - - - - -
    -Uses of UTF8Exception in com.github.nkzawa.utf8
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.utf8 that throw UTF8Exception
    -static StringUTF8.decode(String byteString) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html deleted file mode 100644 index 9257c9ef..00000000 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.utf8 - - - - -
    -Classes  - -
    -UTF8
    - - - - - - -
    -Exceptions  - -
    -UTF8Exception
    - - - - diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html deleted file mode 100644 index 5eab6f29..00000000 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - -com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package com.github.nkzawa.utf8 -

    - - - - - - - - - -
    -Class Summary
    UTF8UTF-8 encoder/decoder ported from utf8.js.
    -  - -

    - - - - - - - - - -
    -Exception Summary
    UTF8Exception 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html deleted file mode 100644 index 231af933..00000000 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.utf8 -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html deleted file mode 100644 index 2fa4ed1d..00000000 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    com.github.nkzawa.utf8

    -
    - - - - - - - - - -
    -Packages that use com.github.nkzawa.utf8
    com.github.nkzawa.utf8  
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.utf8 used by com.github.nkzawa.utf8
    UTF8Exception - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html deleted file mode 100644 index 94bf55b6..00000000 --- a/apidocs/constant-values.html +++ /dev/null @@ -1,487 +0,0 @@ - - - - - - - -Constant Field Values (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Constant Field Values

    -
    -
    -Contents - - - - - - -
    -com.github.*
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.Socket
    -public static final StringEVENT_CLOSE"close"
    -public static final StringEVENT_DATA"data"
    -public static final StringEVENT_DRAIN"drain"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_FLUSH"flush"
    -public static final StringEVENT_HANDSHAKE"handshake"
    -public static final StringEVENT_HEARTBEAT"heartbeat"
    -public static final StringEVENT_MESSAGE"message"
    -public static final StringEVENT_OPEN"open"
    -public static final StringEVENT_PACKET"packet"
    -public static final StringEVENT_PACKET_CREATE"packetCreate"
    -public static final StringEVENT_TRANSPORT"transport"
    -public static final StringEVENT_UPGRADE"upgrade"
    -public static final StringEVENT_UPGRADE_ERROR"upgradeError"
    -public static final StringEVENT_UPGRADING"upgrading"
    -public static final intprotocol3
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.Transport
    -public static final StringEVENT_CLOSE"close"
    -public static final StringEVENT_DRAIN"drain"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_OPEN"open"
    -public static final StringEVENT_PACKET"packet"
    -public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    -public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.Polling
    -public static final StringEVENT_POLL"poll"
    -public static final StringEVENT_POLL_COMPLETE"pollComplete"
    -public static final StringNAME"polling"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    -public static final StringEVENT_DATA"data"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    -public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    -public static final StringEVENT_SUCCESS"success"
    - -

    - -

    - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.WebSocket
    -public static final StringNAME"websocket"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.parser.Packet<T>
    -public static final StringCLOSE"close"
    -public static final StringERROR"error"
    -public static final StringMESSAGE"message"
    -public static final StringNOOP"noop"
    -public static final StringOPEN"open"
    -public static final StringPING"ping"
    -public static final StringPONG"pong"
    -public static final StringUPGRADE"upgrade"
    - -

    - -

    - - - - - - - - - - - - -
    com.github.nkzawa.engineio.parser.Parser
    -public static final intprotocol3
    - -

    - -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html deleted file mode 100644 index e9ed5b08..00000000 --- a/apidocs/deprecated-list.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - -Deprecated List (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Deprecated API

    -
    -
    -Contents
      -
    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html deleted file mode 100644 index cd3e3651..00000000 --- a/apidocs/help-doc.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - -API Help (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -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

    -
    - -

    -Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

      -
    • Interfaces (italic)
    • Classes
    • Enums
    • Exceptions
    • Errors
    • Annotation Types
    -
    -

    -Class/Interface

    -
    - -

    -Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      -
    • Class inheritance diagram
    • Direct Subclasses
    • All Known Subinterfaces
    • All Known Implementing Classes
    • Class/interface declaration
    • Class/interface description -

      -

    • Nested Class Summary
    • Field Summary
    • Constructor Summary
    • Method Summary -

      -

    • Field Detail
    • Constructor Detail
    • Method Detail
    -Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
    - -

    -Annotation Type

    -
    - -

    -Each annotation type has its own separate page with the following sections:

      -
    • Annotation Type declaration
    • Annotation Type description
    • Required Element Summary
    • Optional Element Summary
    • Element Detail
    -
    - -

    -Enum

    -
    - -

    -Each enum has its own separate page with the following sections:

      -
    • Enum declaration
    • Enum description
    • Enum Constant Summary
    • Enum Constant Detail
    -
    -

    -Use

    -
    -Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
    -

    -Tree (Class Hierarchy)

    -
    -There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    -
    -

    -Deprecated API

    -
    -The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
    -

    -Index

    -
    -The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
    -

    -Prev/Next

    -These links take you to the next or previous class, interface, package, or related page.

    -Frames/No Frames

    -These links show and hide the HTML frames. All pages are available with or without frames. -

    -

    -Serialized Form

    -Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

    -

    -Constant Field Values

    -The Constant Field Values page lists the static final fields and their values. -

    - - -This help file applies to API documentation generated using the standard doclet. - -
    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/index-all.html b/apidocs/index-all.html deleted file mode 100644 index 6715ade2..00000000 --- a/apidocs/index-all.html +++ /dev/null @@ -1,786 +0,0 @@ - - - - - - - -Index (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -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. - - diff --git a/apidocs/index.html b/apidocs/index.html deleted file mode 100644 index b304a92a..00000000 --- a/apidocs/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - -engine.io-client 0.3.0-SNAPSHOT API - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html deleted file mode 100644 index 9978bafe..00000000 --- a/apidocs/overview-frame.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - -Overview List (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - - - - -
    -
    - - - - - -
    All Classes -

    - -Packages -
    -com.github.nkzawa.emitter -
    -com.github.nkzawa.engineio.client -
    -com.github.nkzawa.engineio.client.transports -
    -com.github.nkzawa.engineio.parser -
    -com.github.nkzawa.global -
    -com.github.nkzawa.parseqs -
    -com.github.nkzawa.thread -
    -com.github.nkzawa.utf8 -
    -

    - -

    -  - - diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html deleted file mode 100644 index ed10777f..00000000 --- a/apidocs/overview-summary.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - -Overview (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -engine.io-client 0.3.0-SNAPSHOT API -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages
    com.github.nkzawa.emitter 
    com.github.nkzawa.engineio.client 
    com.github.nkzawa.engineio.client.transports 
    com.github.nkzawa.engineio.parser 
    com.github.nkzawa.global 
    com.github.nkzawa.parseqs 
    com.github.nkzawa.thread 
    com.github.nkzawa.utf8 
    - -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html deleted file mode 100644 index c95ebfc4..00000000 --- a/apidocs/overview-tree.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - -Class Hierarchy (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For All Packages

    -
    -
    -
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread, com.github.nkzawa.utf8
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -

    -Enum Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/package-list b/apidocs/package-list deleted file mode 100644 index 98d079ea..00000000 --- a/apidocs/package-list +++ /dev/null @@ -1,8 +0,0 @@ -com.github.nkzawa.emitter -com.github.nkzawa.engineio.client -com.github.nkzawa.engineio.client.transports -com.github.nkzawa.engineio.parser -com.github.nkzawa.global -com.github.nkzawa.parseqs -com.github.nkzawa.thread -com.github.nkzawa.utf8 diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif deleted file mode 100644 index c814867a13deb0ca7ea2156c6ca1d5a03372af7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html deleted file mode 100644 index 14e1321c..00000000 --- a/apidocs/serialized-form.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - -Serialized Form (engine.io-client 0.3.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Serialized Form

    -
    -
    - - - - - -
    -Package com.github.nkzawa.engineio.client
    - -

    - - - - - -
    -Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -transport

    -
    -String transport
    -
    -
    -
    -
    -
    -

    -code

    -
    -Object code
    -
    -
    -
    -
    -
    - - - - - -
    -Package com.github.nkzawa.utf8
    - -

    - - - - - -
    -Class com.github.nkzawa.utf8.UTF8Exception extends IOException implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -data

    -
    -String data
    -
    -
    -
    -
    - -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2014. All rights reserved. - - diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css deleted file mode 100644 index 6ea9e516..00000000 --- a/apidocs/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - diff --git a/dependencies.html b/dependencies.html index a52a761b..63268da4 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-09-21 -  | Version: 0.3.0-SNAPSHOT + Last Published: 2014-11-04 +  | Version: 0.3.1-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.emitter +
    +Interface Emitter.Listener

    +
    +
    Enclosing class:
    Emitter
    +
    +
    +
    +
    public static interface Emitter.Listener
    + + +

    +


    + +

    + + + + + + + + + + + + +
    +Method Summary
    + voidcall(Object... args) + +
    +           
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +call

    +
    +void call(Object... args)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html new file mode 100644 index 00000000..b3f45432 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -0,0 +1,444 @@ + + + + + + + +Emitter (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.emitter +
    +Class Emitter

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +
    +
    +
    Direct Known Subclasses:
    PollingXHR.Request, Socket, Transport
    +
    +
    +
    +
    public class Emitter
    extends Object
    + + +

    +The event emitter which is ported from the JavaScript module. This class is thread-safe. +

    + +

    +

    +
    See Also:
    https://github.com/component/emitter
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static interfaceEmitter.Listener + +
    +           
    +  + + + + + + + + + + +
    +Constructor Summary
    Emitter() + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + Emitteremit(String event, + Object... args) + +
    +          Executes each of listeners with the given args.
    + booleanhasListeners(String event) + +
    +          Check if this emitter has listeners for the specified event.
    + List<Emitter.Listener>listeners(String event) + +
    +          Returns a list of listeners for the specified event.
    + Emitteroff() + +
    +          Removes all registered listeners.
    + Emitteroff(String event) + +
    +          Removes all listeners of the specified event.
    + Emitteroff(String event, + Emitter.Listener fn) + +
    +          Removes the listener.
    + Emitteron(String event, + Emitter.Listener fn) + +
    +          Listens on the event.
    + Emitteronce(String event, + Emitter.Listener fn) + +
    +          Adds a one time listener for the event.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +Emitter

    +
    +public Emitter()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +on

    +
    +public Emitter on(String event,
    +                  Emitter.Listener fn)
    +
    +
    Listens on the event. +

    +

    +
    Parameters:
    event - event name.
    fn - +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +once

    +
    +public Emitter once(String event,
    +                    Emitter.Listener fn)
    +
    +
    Adds a one time listener for the event. +

    +

    +
    Parameters:
    event - an event name.
    fn - +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +off

    +
    +public Emitter off()
    +
    +
    Removes all registered listeners. +

    +

    + +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +off

    +
    +public Emitter off(String event)
    +
    +
    Removes all listeners of the specified event. +

    +

    +
    Parameters:
    event - an event name. +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +off

    +
    +public Emitter off(String event,
    +                   Emitter.Listener fn)
    +
    +
    Removes the listener. +

    +

    +
    Parameters:
    event - an event name.
    fn - +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +emit

    +
    +public Emitter emit(String event,
    +                    Object... args)
    +
    +
    Executes each of listeners with the given args. +

    +

    +
    Parameters:
    event - an event name.
    args - +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +listeners

    +
    +public List<Emitter.Listener> listeners(String event)
    +
    +
    Returns a list of listeners for the specified event. +

    +

    +
    Parameters:
    event - an event name. +
    Returns:
    a reference to this object.
    +
    +
    +
    + +

    +hasListeners

    +
    +public boolean hasListeners(String event)
    +
    +
    Check if this emitter has listeners for the specified event. +

    +

    +
    Parameters:
    event - an event name. +
    Returns:
    a reference to this object.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html new file mode 100644 index 00000000..430ead24 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -0,0 +1,216 @@ + + + + + + + +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    com.github.nkzawa.emitter.Emitter.Listener

    +
    + + + + + + + + + +
    +Packages that use Emitter.Listener
    com.github.nkzawa.emitter  
    +  +

    + + + + + +
    +Uses of Emitter.Listener in com.github.nkzawa.emitter
    +  +

    + + + + + + + + + +
    Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
    + List<Emitter.Listener>Emitter.listeners(String event) + +
    +          Returns a list of listeners for the specified event.
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
    + EmitterEmitter.off(String event, + Emitter.Listener fn) + +
    +          Removes the listener.
    + EmitterEmitter.on(String event, + Emitter.Listener fn) + +
    +          Listens on the event.
    + EmitterEmitter.once(String event, + Emitter.Listener fn) + +
    +          Adds a one time listener for the event.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html new file mode 100644 index 00000000..2d19bf52 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -0,0 +1,315 @@ + + + + + + + +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.emitter.Emitter

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use Emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of Emitter in com.github.nkzawa.emitter
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.emitter that return Emitter
    + EmitterEmitter.emit(String event, + Object... args) + +
    +          Executes each of listeners with the given args.
    + EmitterEmitter.off() + +
    +          Removes all registered listeners.
    + EmitterEmitter.off(String event) + +
    +          Removes all listeners of the specified event.
    + EmitterEmitter.off(String event, + Emitter.Listener fn) + +
    +          Removes the listener.
    + EmitterEmitter.on(String event, + Emitter.Listener fn) + +
    +          Listens on the event.
    + EmitterEmitter.once(String event, + Emitter.Listener fn) + +
    +          Adds a one time listener for the event.
    +  +

    + + + + + +
    +Uses of Emitter in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + + + + + +
    Subclasses of Emitter in com.github.nkzawa.engineio.client
    + classSocket + +
    +          The socket class for Event.IO Client.
    + classTransport + +
    +           
    +  +

    + + + + + +
    +Uses of Emitter in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
    + classPolling + +
    +           
    + classPollingXHR + +
    +           
    +static classPollingXHR.Request + +
    +           
    + classWebSocket + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html new file mode 100644 index 00000000..dd40e8b7 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.emitter + + + + +
    +Interfaces  + +
    +Emitter.Listener
    + + + + + + +
    +Classes  + +
    +Emitter
    + + + + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html new file mode 100644 index 00000000..4fcb37cd --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.emitter +

    + + + + + + + + + +
    +Interface Summary
    Emitter.Listener 
    +  + +

    + + + + + + + + + +
    +Class Summary
    EmitterThe event emitter which is ported from the JavaScript module.
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html new file mode 100644 index 00000000..6028e2f3 --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.emitter +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html new file mode 100644 index 00000000..e700961b --- /dev/null +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -0,0 +1,215 @@ + + + + + + + +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.emitter

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use com.github.nkzawa.emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + + + + + + + +
    +Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
    Emitter + +
    +          The event emitter which is ported from the JavaScript module.
    Emitter.Listener + +
    +           
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
    Emitter + +
    +          The event emitter which is ported from the JavaScript module.
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
    Emitter + +
    +          The event emitter which is ported from the JavaScript module.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html new file mode 100644 index 00000000..024d5f3a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -0,0 +1,339 @@ + + + + + + + +EngineIOException (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class EngineIOException

    +
    +java.lang.Object
    +  extended by java.lang.Throwable
    +      extended by java.lang.Exception
    +          extended by com.github.nkzawa.engineio.client.EngineIOException
    +
    +
    +
    All Implemented Interfaces:
    Serializable
    +
    +
    +
    +
    public class EngineIOException
    extends Exception
    + + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    + Objectcode + +
    +           
    + Stringtransport + +
    +           
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    EngineIOException() + +
    +           
    EngineIOException(String message) + +
    +           
    EngineIOException(String message, + Throwable cause) + +
    +           
    EngineIOException(Throwable cause) + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +transport

    +
    +public String transport
    +
    +
    +
    +
    +
    + +

    +code

    +
    +public Object code
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EngineIOException

    +
    +public EngineIOException()
    +
    +
    +
    + +

    +EngineIOException

    +
    +public EngineIOException(String message)
    +
    +
    +
    + +

    +EngineIOException

    +
    +public EngineIOException(String message,
    +                         Throwable cause)
    +
    +
    +
    + +

    +EngineIOException

    +
    +public EngineIOException(Throwable cause)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html new file mode 100644 index 00000000..921227d1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -0,0 +1,282 @@ + + + + + + + +HandshakeData (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class HandshakeData

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.client.HandshakeData
    +
    +
    +
    +
    public class HandshakeData
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    + longpingInterval + +
    +           
    + longpingTimeout + +
    +           
    + Stringsid + +
    +           
    + String[]upgrades + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +sid

    +
    +public String sid
    +
    +
    +
    +
    +
    + +

    +upgrades

    +
    +public String[] upgrades
    +
    +
    +
    +
    +
    + +

    +pingInterval

    +
    +public long pingInterval
    +
    +
    +
    +
    +
    + +

    +pingTimeout

    +
    +public long pingTimeout
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html new file mode 100644 index 00000000..1749a14f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -0,0 +1,350 @@ + + + + + + + +Socket.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class Socket.Options

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.client.Transport.Options
    +      extended by com.github.nkzawa.engineio.client.Socket.Options
    +
    +
    +
    Enclosing class:
    Socket
    +
    +
    +
    +
    public static class Socket.Options
    extends Transport.Options
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    + Stringhost + +
    +           
    + Stringquery + +
    +           
    + booleanrememberUpgrade + +
    +           
    + String[]transports + +
    +          List of transport names.
    + booleanupgrade + +
    +          Whether to upgrade the transport.
    + + + + + + + +
    Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
    hostname, path, policyPort, port, secure, socket, sslContext, timestampParam, timestampRequests
    +  + + + + + + + + + + +
    +Constructor Summary
    Socket.Options() + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +transports

    +
    +public String[] transports
    +
    +
    List of transport names. +

    +

    +
    +
    +
    + +

    +upgrade

    +
    +public boolean upgrade
    +
    +
    Whether to upgrade the transport. Defaults to `true`. +

    +

    +
    +
    +
    + +

    +rememberUpgrade

    +
    +public boolean rememberUpgrade
    +
    +
    +
    +
    +
    + +

    +host

    +
    +public String host
    +
    +
    +
    +
    +
    + +

    +query

    +
    +public String query
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Socket.Options

    +
    +public Socket.Options()
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html new file mode 100644 index 00000000..b9a05b3f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -0,0 +1,953 @@ + + + + + + + +Socket (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class Socket

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.Socket
    +
    +
    +
    +
    public class Socket
    extends Emitter
    + + +

    +The socket class for Event.IO Client. +

    + +

    +

    +
    See Also:
    https://github.com/LearnBoost/engine.io-client
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static classSocket.Options + +
    +           
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static StringEVENT_CLOSE + +
    +          Called on disconnection.
    +static StringEVENT_DATA + +
    +           
    +static StringEVENT_DRAIN + +
    +          Called after `drain` event of transport if writeBuffer is empty.
    +static StringEVENT_ERROR + +
    +          Called when an error occurs.
    +static StringEVENT_FLUSH + +
    +          Called on completing a buffer flush.
    +static StringEVENT_HANDSHAKE + +
    +           
    +static StringEVENT_HEARTBEAT + +
    +           
    +static StringEVENT_MESSAGE + +
    +          Called when data is received from the server.
    +static StringEVENT_OPEN + +
    +          Called on successful connection.
    +static StringEVENT_PACKET + +
    +           
    +static StringEVENT_PACKET_CREATE + +
    +           
    +static StringEVENT_TRANSPORT + +
    +          Called on a new transport is created.
    +static StringEVENT_UPGRADE + +
    +           
    +static StringEVENT_UPGRADE_ERROR + +
    +           
    +static StringEVENT_UPGRADING + +
    +           
    +static booleanpriorWebsocketSuccess + +
    +           
    +static intprotocol + +
    +          The protocol version.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    Socket() + +
    +           
    Socket(Socket.Options opts) + +
    +           
    Socket(String uri) + +
    +          Creates a socket.
    Socket(String uri, + Socket.Options opts) + +
    +          Creates a socket with options.
    Socket(URI uri) + +
    +           
    Socket(URI uri, + Socket.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + Socketclose() + +
    +          Disconnects the client.
    + Socketopen() + +
    +          Connects the client.
    + voidping() + +
    +          Sends a ping packet.
    + voidsend(byte[] msg) + +
    +           
    + voidsend(byte[] msg, + Runnable fn) + +
    +           
    + voidsend(String msg) + +
    +          Sends a message.
    + voidsend(String msg, + Runnable fn) + +
    +          Sends a message.
    +static voidsetDefaultSSLContext(SSLContext sslContext) + +
    +           
    + voidwrite(byte[] msg) + +
    +           
    + voidwrite(byte[] msg, + Runnable fn) + +
    +           
    + voidwrite(String msg) + +
    +           
    + voidwrite(String msg, + Runnable fn) + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EVENT_OPEN

    +
    +public static final String EVENT_OPEN
    +
    +
    Called on successful connection. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_CLOSE

    +
    +public static final String EVENT_CLOSE
    +
    +
    Called on disconnection. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_MESSAGE

    +
    +public static final String EVENT_MESSAGE
    +
    +
    Called when data is received from the server. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_ERROR

    +
    +public static final String EVENT_ERROR
    +
    +
    Called when an error occurs. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_UPGRADE_ERROR

    +
    +public static final String EVENT_UPGRADE_ERROR
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_FLUSH

    +
    +public static final String EVENT_FLUSH
    +
    +
    Called on completing a buffer flush. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_DRAIN

    +
    +public static final String EVENT_DRAIN
    +
    +
    Called after `drain` event of transport if writeBuffer is empty. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_HANDSHAKE

    +
    +public static final String EVENT_HANDSHAKE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_UPGRADING

    +
    +public static final String EVENT_UPGRADING
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_UPGRADE

    +
    +public static final String EVENT_UPGRADE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_PACKET

    +
    +public static final String EVENT_PACKET
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_PACKET_CREATE

    +
    +public static final String EVENT_PACKET_CREATE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_HEARTBEAT

    +
    +public static final String EVENT_HEARTBEAT
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_DATA

    +
    +public static final String EVENT_DATA
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_TRANSPORT

    +
    +public static final String EVENT_TRANSPORT
    +
    +
    Called on a new transport is created. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +protocol

    +
    +public static final int protocol
    +
    +
    The protocol version. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +priorWebsocketSuccess

    +
    +public static boolean priorWebsocketSuccess
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Socket

    +
    +public Socket()
    +
    +
    +
    + +

    +Socket

    +
    +public Socket(String uri)
    +       throws URISyntaxException
    +
    +
    Creates a socket. +

    +

    +
    Parameters:
    uri - URI to connect. +
    Throws: +
    URISyntaxException
    +
    +
    + +

    +Socket

    +
    +public Socket(URI uri)
    +
    +
    +
    + +

    +Socket

    +
    +public Socket(String uri,
    +              Socket.Options opts)
    +       throws URISyntaxException
    +
    +
    Creates a socket with options. +

    +

    +
    Parameters:
    uri - URI to connect.
    opts - options for socket +
    Throws: +
    URISyntaxException
    +
    +
    + +

    +Socket

    +
    +public Socket(URI uri,
    +              Socket.Options opts)
    +
    +
    +
    + +

    +Socket

    +
    +public Socket(Socket.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setDefaultSSLContext

    +
    +public static void setDefaultSSLContext(SSLContext sslContext)
    +
    +
    +
    +
    +
    +
    + +

    +open

    +
    +public Socket open()
    +
    +
    Connects the client. +

    +

    + +
    Returns:
    a reference to to this object.
    +
    +
    +
    + +

    +ping

    +
    +public void ping()
    +
    +
    Sends a ping packet. +

    +

    +
    +
    +
    +
    + +

    +write

    +
    +public void write(String msg)
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +public void write(String msg,
    +                  Runnable fn)
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +public void write(byte[] msg)
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +public void write(byte[] msg,
    +                  Runnable fn)
    +
    +
    +
    +
    +
    +
    + +

    +send

    +
    +public void send(String msg)
    +
    +
    Sends a message. +

    +

    +
    Parameters:
    msg -
    +
    +
    +
    + +

    +send

    +
    +public void send(byte[] msg)
    +
    +
    +
    +
    +
    +
    + +

    +send

    +
    +public void send(String msg,
    +                 Runnable fn)
    +
    +
    Sends a message. +

    +

    +
    Parameters:
    msg -
    fn - callback to be called on drain
    +
    +
    +
    + +

    +send

    +
    +public void send(byte[] msg,
    +                 Runnable fn)
    +
    +
    +
    +
    +
    +
    + +

    +close

    +
    +public Socket close()
    +
    +
    Disconnects the client. +

    +

    + +
    Returns:
    a reference to to this object.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html new file mode 100644 index 00000000..8656f96a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -0,0 +1,429 @@ + + + + + + + +Transport.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class Transport.Options

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.client.Transport.Options
    +
    +
    +
    Direct Known Subclasses:
    Socket.Options
    +
    +
    +
    Enclosing class:
    Transport
    +
    +
    +
    +
    public static class Transport.Options
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    + Stringhostname + +
    +           
    + Stringpath + +
    +           
    + intpolicyPort + +
    +           
    + intport + +
    +           
    + Map<String,String>query + +
    +           
    + booleansecure + +
    +           
    +protected  Socketsocket + +
    +           
    + SSLContextsslContext + +
    +           
    + StringtimestampParam + +
    +           
    + booleantimestampRequests + +
    +           
    +  + + + + + + + + + + +
    +Constructor Summary
    Transport.Options() + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +hostname

    +
    +public String hostname
    +
    +
    +
    +
    +
    + +

    +path

    +
    +public String path
    +
    +
    +
    +
    +
    + +

    +timestampParam

    +
    +public String timestampParam
    +
    +
    +
    +
    +
    + +

    +secure

    +
    +public boolean secure
    +
    +
    +
    +
    +
    + +

    +timestampRequests

    +
    +public boolean timestampRequests
    +
    +
    +
    +
    +
    + +

    +port

    +
    +public int port
    +
    +
    +
    +
    +
    + +

    +policyPort

    +
    +public int policyPort
    +
    +
    +
    +
    +
    + +

    +query

    +
    +public Map<String,String> query
    +
    +
    +
    +
    +
    + +

    +sslContext

    +
    +public SSLContext sslContext
    +
    +
    +
    +
    +
    + +

    +socket

    +
    +protected Socket socket
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Transport.Options

    +
    +public Transport.Options()
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html new file mode 100644 index 00000000..a4e45f4d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -0,0 +1,380 @@ + + + + + + + +Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Enum Transport.ReadyState

    +
    +java.lang.Object
    +  extended by java.lang.Enum<Transport.ReadyState>
    +      extended by com.github.nkzawa.engineio.client.Transport.ReadyState
    +
    +
    +
    All Implemented Interfaces:
    Serializable, Comparable<Transport.ReadyState>
    +
    +
    +
    Enclosing class:
    Transport
    +
    +
    +
    +
    protected static enum Transport.ReadyState
    extends Enum<Transport.ReadyState>
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + +
    +Enum Constant Summary
    CLOSED + +
    +           
    OPEN + +
    +           
    OPENING + +
    +           
    PAUSED + +
    +           
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + StringtoString() + +
    +           
    +static Transport.ReadyStatevalueOf(String name) + +
    +          Returns the enum constant of this type with the specified name.
    +static Transport.ReadyState[]values() + +
    +          Returns an array containing the constants of this enum type, in +the order they are declared.
    + + + + + + + +
    Methods inherited from class java.lang.Enum
    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
    + + + + + + + +
    Methods inherited from class java.lang.Object
    getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Enum Constant Detail
    + +

    +OPENING

    +
    +public static final Transport.ReadyState OPENING
    +
    +
    +
    +
    +
    + +

    +OPEN

    +
    +public static final Transport.ReadyState OPEN
    +
    +
    +
    +
    +
    + +

    +CLOSED

    +
    +public static final Transport.ReadyState CLOSED
    +
    +
    +
    +
    +
    + +

    +PAUSED

    +
    +public static final Transport.ReadyState PAUSED
    +
    +
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +values

    +
    +public static Transport.ReadyState[] values()
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
    +for (Transport.ReadyState c : Transport.ReadyState.values())
    +    System.out.println(c);
    +
    +

    +

    + +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    +
    +
    +
    + +

    +valueOf

    +
    +public static Transport.ReadyState valueOf(String name)
    +
    +
    Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

    +

    +
    Parameters:
    name - the name of the enum constant to be returned. +
    Returns:
    the enum constant with the specified name +
    Throws: +
    IllegalArgumentException - if this enum type has no constant +with the specified name +
    NullPointerException - if the argument is null
    +
    +
    +
    + +

    +toString

    +
    +public String toString()
    +
    +
    +
    Overrides:
    toString in class Enum<Transport.ReadyState>
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html new file mode 100644 index 00000000..274cebb1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -0,0 +1,890 @@ + + + + + + + +Transport (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client +
    +Class Transport

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.Transport
    +
    +
    +
    Direct Known Subclasses:
    Polling, WebSocket
    +
    +
    +
    +
    public abstract class Transport
    extends Emitter
    + + +

    +


    + +

    + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +static classTransport.Options + +
    +           
    +protected static classTransport.ReadyState + +
    +           
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static StringEVENT_CLOSE + +
    +           
    +static StringEVENT_DRAIN + +
    +           
    +static StringEVENT_ERROR + +
    +           
    +static StringEVENT_OPEN + +
    +           
    +static StringEVENT_PACKET + +
    +           
    +static StringEVENT_REQUEST_HEADERS + +
    +           
    +static StringEVENT_RESPONSE_HEADERS + +
    +           
    +protected  Stringhostname + +
    +           
    + Stringname + +
    +           
    +protected  Stringpath + +
    +           
    +protected  intport + +
    +           
    + Map<String,String>query + +
    +           
    +protected  Transport.ReadyStatereadyState + +
    +           
    +protected  booleansecure + +
    +           
    +protected  Socketsocket + +
    +           
    +protected  SSLContextsslContext + +
    +           
    +protected  StringtimestampParam + +
    +           
    +protected  booleantimestampRequests + +
    +           
    +protected static inttimestamps + +
    +           
    + booleanwritable + +
    +           
    +  + + + + + + + + + + +
    +Constructor Summary
    Transport(Transport.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + Transportclose() + +
    +           
    +protected abstract  voiddoClose() + +
    +           
    +protected abstract  voiddoOpen() + +
    +           
    +protected  voidonClose() + +
    +           
    +protected  voidonData(byte[] data) + +
    +           
    +protected  voidonData(String data) + +
    +           
    +protected  TransportonError(String msg, + Exception desc) + +
    +           
    +protected  voidonOpen() + +
    +           
    +protected  voidonPacket(Packet packet) + +
    +           
    + Transportopen() + +
    +           
    + voidsend(Packet[] packets) + +
    +           
    +protected abstract  voidwrite(Packet[] packets) + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EVENT_OPEN

    +
    +public static final String EVENT_OPEN
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_CLOSE

    +
    +public static final String EVENT_CLOSE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_PACKET

    +
    +public static final String EVENT_PACKET
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_DRAIN

    +
    +public static final String EVENT_DRAIN
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_ERROR

    +
    +public static final String EVENT_ERROR
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_REQUEST_HEADERS

    +
    +public static final String EVENT_REQUEST_HEADERS
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_RESPONSE_HEADERS

    +
    +public static final String EVENT_RESPONSE_HEADERS
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +timestamps

    +
    +protected static int timestamps
    +
    +
    +
    +
    +
    + +

    +writable

    +
    +public boolean writable
    +
    +
    +
    +
    +
    + +

    +name

    +
    +public String name
    +
    +
    +
    +
    +
    + +

    +query

    +
    +public Map<String,String> query
    +
    +
    +
    +
    +
    + +

    +secure

    +
    +protected boolean secure
    +
    +
    +
    +
    +
    + +

    +timestampRequests

    +
    +protected boolean timestampRequests
    +
    +
    +
    +
    +
    + +

    +port

    +
    +protected int port
    +
    +
    +
    +
    +
    + +

    +path

    +
    +protected String path
    +
    +
    +
    +
    +
    + +

    +hostname

    +
    +protected String hostname
    +
    +
    +
    +
    +
    + +

    +timestampParam

    +
    +protected String timestampParam
    +
    +
    +
    +
    +
    + +

    +sslContext

    +
    +protected SSLContext sslContext
    +
    +
    +
    +
    +
    + +

    +socket

    +
    +protected Socket socket
    +
    +
    +
    +
    +
    + +

    +readyState

    +
    +protected Transport.ReadyState readyState
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Transport

    +
    +public Transport(Transport.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +onError

    +
    +protected Transport onError(String msg,
    +                            Exception desc)
    +
    +
    +
    +
    +
    +
    + +

    +open

    +
    +public Transport open()
    +
    +
    +
    +
    +
    +
    + +

    +close

    +
    +public Transport close()
    +
    +
    +
    +
    +
    +
    + +

    +send

    +
    +public void send(Packet[] packets)
    +
    +
    +
    +
    +
    +
    + +

    +onOpen

    +
    +protected void onOpen()
    +
    +
    +
    +
    +
    +
    + +

    +onData

    +
    +protected void onData(String data)
    +
    +
    +
    +
    +
    +
    + +

    +onData

    +
    +protected void onData(byte[] data)
    +
    +
    +
    +
    +
    +
    + +

    +onPacket

    +
    +protected void onPacket(Packet packet)
    +
    +
    +
    +
    +
    +
    + +

    +onClose

    +
    +protected void onClose()
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +protected abstract void write(Packet[] packets)
    +
    +
    +
    +
    +
    +
    + +

    +doOpen

    +
    +protected abstract void doOpen()
    +
    +
    +
    +
    +
    +
    + +

    +doClose

    +
    +protected abstract void doClose()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html new file mode 100644 index 00000000..445fe0d8 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.EngineIOException

    +
    +No usage of com.github.nkzawa.engineio.client.EngineIOException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html new file mode 100644 index 00000000..e3d06827 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.HandshakeData

    +
    +No usage of com.github.nkzawa.engineio.client.HandshakeData +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html new file mode 100644 index 00000000..8dfe80c3 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.Socket.Options

    +
    + + + + + + + + + +
    +Packages that use Socket.Options
    com.github.nkzawa.engineio.client  
    +  +

    + + + + + +
    +Uses of Socket.Options in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + + + + + + +
    Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
    Socket(Socket.Options opts) + +
    +           
    Socket(String uri, + Socket.Options opts) + +
    +          Creates a socket with options.
    Socket(URI uri, + Socket.Options opts) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html new file mode 100644 index 00000000..a4b67fd3 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.Socket

    +
    + + + + + + + + + +
    +Packages that use Socket
    com.github.nkzawa.engineio.client  
    +  +

    + + + + + +
    +Uses of Socket in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + + + + + +
    Fields in com.github.nkzawa.engineio.client declared as Socket
    +protected  SocketTransport.socket + +
    +           
    +protected  SocketTransport.Options.socket + +
    +           
    +  +

    + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client that return Socket
    + SocketSocket.close() + +
    +          Disconnects the client.
    + SocketSocket.open() + +
    +          Connects the client.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html new file mode 100644 index 00000000..4b816f93 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -0,0 +1,234 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.Transport.Options

    +
    + + + + + + + + + + + + + +
    +Packages that use Transport.Options
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of Transport.Options in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + +
    Subclasses of Transport.Options in com.github.nkzawa.engineio.client
    +static classSocket.Options + +
    +           
    +  +

    + + + + + + + + +
    Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
    Transport(Transport.Options opts) + +
    +           
    +  +

    + + + + + +
    +Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + + + + + + +
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
    Polling(Transport.Options opts) + +
    +           
    PollingXHR(Transport.Options opts) + +
    +           
    WebSocket(Transport.Options opts) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html new file mode 100644 index 00000000..5fea7779 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -0,0 +1,206 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.Transport.ReadyState

    +
    + + + + + + + + + +
    +Packages that use Transport.ReadyState
    com.github.nkzawa.engineio.client  
    +  +

    + + + + + +
    +Uses of Transport.ReadyState in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + +
    Fields in com.github.nkzawa.engineio.client declared as Transport.ReadyState
    +protected  Transport.ReadyStateTransport.readyState + +
    +           
    +  +

    + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client that return Transport.ReadyState
    +static Transport.ReadyStateTransport.ReadyState.valueOf(String name) + +
    +          Returns the enum constant of this type with the specified name.
    +static Transport.ReadyState[]Transport.ReadyState.values() + +
    +          Returns an array containing the constants of this enum type, in +the order they are declared.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html new file mode 100644 index 00000000..eac6f977 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.Transport

    +
    + + + + + + + + + + + + + +
    +Packages that use Transport
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of Transport in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client that return Transport
    + TransportTransport.close() + +
    +           
    +protected  TransportTransport.onError(String msg, + Exception desc) + +
    +           
    + TransportTransport.open() + +
    +           
    +  +

    + + + + + +
    +Uses of Transport in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + + + + + + + + + +
    Subclasses of Transport in com.github.nkzawa.engineio.client.transports
    + classPolling + +
    +           
    + classPollingXHR + +
    +           
    + classWebSocket + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html new file mode 100644 index 00000000..6e58f95c --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -0,0 +1,63 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client + + + + +
    +Classes  + +
    +HandshakeData +
    +Socket +
    +Socket.Options +
    +Transport +
    +Transport.Options
    + + + + + + +
    +Enums  + +
    +Transport.ReadyState
    + + + + + + +
    +Exceptions  + +
    +EngineIOException
    + + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html new file mode 100644 index 00000000..4601bb01 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -0,0 +1,202 @@ + + + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.engineio.client +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    HandshakeData 
    SocketThe socket class for Event.IO Client.
    Socket.Options 
    Transport 
    Transport.Options 
    +  + +

    + + + + + + + + + +
    +Enum Summary
    Transport.ReadyState 
    +  + +

    + + + + + + + + + +
    +Exception Summary
    EngineIOException 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html new file mode 100644 index 00000000..b39647c5 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -0,0 +1,173 @@ + + + + + + + +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.engineio.client +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +

    +Enum Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html new file mode 100644 index 00000000..e98ad541 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -0,0 +1,220 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.engineio.client

    +
    + + + + + + + + + + + + + +
    +Packages that use com.github.nkzawa.engineio.client
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + + + + + + + + + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
    Socket + +
    +          The socket class for Event.IO Client.
    Socket.Options + +
    +           
    Transport + +
    +           
    Transport.Options + +
    +           
    Transport.ReadyState + +
    +           
    +  +

    + + + + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
    Transport + +
    +           
    Transport.Options + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html new file mode 100644 index 00000000..8d1286d7 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -0,0 +1,555 @@ + + + + + + + +Polling (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client.transports +
    +Class Polling

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.Transport
    +          extended by com.github.nkzawa.engineio.client.transports.Polling
    +
    +
    +
    Direct Known Subclasses:
    PollingXHR
    +
    +
    +
    +
    public abstract class Polling
    extends Transport
    + + +

    +


    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static StringEVENT_POLL + +
    +           
    +static StringEVENT_POLL_COMPLETE + +
    +           
    +static StringNAME + +
    +           
    + + + + + + + +
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    +  + + + + + + + + + + +
    +Constructor Summary
    Polling(Transport.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voiddoClose() + +
    +           
    +protected  voiddoOpen() + +
    +           
    +protected abstract  voiddoPoll() + +
    +           
    +protected abstract  voiddoWrite(byte[] data, + Runnable fn) + +
    +           
    +protected  voidonData(byte[] data) + +
    +           
    +protected  voidonData(String data) + +
    +           
    + voidpause(Runnable onPause) + +
    +           
    +protected  Stringuri() + +
    +           
    +protected  voidwrite(Packet[] packets) + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onClose, onError, onOpen, onPacket, open, send
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NAME

    +
    +public static final String NAME
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_POLL

    +
    +public static final String EVENT_POLL
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_POLL_COMPLETE

    +
    +public static final String EVENT_POLL_COMPLETE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Polling

    +
    +public Polling(Transport.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +doOpen

    +
    +protected void doOpen()
    +
    +
    +
    Specified by:
    doOpen in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +pause

    +
    +public void pause(Runnable onPause)
    +
    +
    +
    +
    +
    +
    + +

    +onData

    +
    +protected void onData(String data)
    +
    +
    +
    Overrides:
    onData in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +onData

    +
    +protected void onData(byte[] data)
    +
    +
    +
    Overrides:
    onData in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +doClose

    +
    +protected void doClose()
    +
    +
    +
    Specified by:
    doClose in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +protected void write(Packet[] packets)
    +
    +
    +
    Specified by:
    write in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +uri

    +
    +protected String uri()
    +
    +
    +
    +
    +
    +
    + +

    +doWrite

    +
    +protected abstract void doWrite(byte[] data,
    +                                Runnable fn)
    +
    +
    +
    +
    +
    +
    + +

    +doPoll

    +
    +protected abstract void doPoll()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html new file mode 100644 index 00000000..a3eb331d --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -0,0 +1,318 @@ + + + + + + + +PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client.transports +
    +Class PollingXHR.Request.Options

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
    +
    +
    +
    Enclosing class:
    PollingXHR.Request
    +
    +
    +
    +
    public static class PollingXHR.Request.Options
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    + byte[]data + +
    +           
    + Stringmethod + +
    +           
    + SSLContextsslContext + +
    +           
    + Stringuri + +
    +           
    +  + + + + + + + + + + +
    +Constructor Summary
    PollingXHR.Request.Options() + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +uri

    +
    +public String uri
    +
    +
    +
    +
    +
    + +

    +method

    +
    +public String method
    +
    +
    +
    +
    +
    + +

    +data

    +
    +public byte[] data
    +
    +
    +
    +
    +
    + +

    +sslContext

    +
    +public SSLContext sslContext
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +PollingXHR.Request.Options

    +
    +public PollingXHR.Request.Options()
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html new file mode 100644 index 00000000..01517ca8 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -0,0 +1,420 @@ + + + + + + + +PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client.transports +
    +Class PollingXHR.Request

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    +
    +
    +
    Enclosing class:
    PollingXHR
    +
    +
    +
    +
    public static class PollingXHR.Request
    extends Emitter
    + + +

    +


    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static classPollingXHR.Request.Options + +
    +           
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static StringEVENT_DATA + +
    +           
    +static StringEVENT_ERROR + +
    +           
    +static StringEVENT_REQUEST_HEADERS + +
    +           
    +static StringEVENT_RESPONSE_HEADERS + +
    +           
    +static StringEVENT_SUCCESS + +
    +           
    +  + + + + + + + + + + +
    +Constructor Summary
    PollingXHR.Request(PollingXHR.Request.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + voidabort() + +
    +           
    + voidcreate() + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EVENT_SUCCESS

    +
    +public static final String EVENT_SUCCESS
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_DATA

    +
    +public static final String EVENT_DATA
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_ERROR

    +
    +public static final String EVENT_ERROR
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_REQUEST_HEADERS

    +
    +public static final String EVENT_REQUEST_HEADERS
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +EVENT_RESPONSE_HEADERS

    +
    +public static final String EVENT_RESPONSE_HEADERS
    +
    +
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +PollingXHR.Request

    +
    +public PollingXHR.Request(PollingXHR.Request.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +create

    +
    +public void create()
    +
    +
    +
    +
    +
    +
    + +

    +abort

    +
    +public void abort()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html new file mode 100644 index 00000000..c17d9327 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -0,0 +1,412 @@ + + + + + + + +PollingXHR (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client.transports +
    +Class PollingXHR

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.Transport
    +          extended by com.github.nkzawa.engineio.client.transports.Polling
    +              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
    +
    +
    +
    +
    public class PollingXHR
    extends Polling
    + + +

    +


    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static classPollingXHR.Request + +
    +           
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class com.github.nkzawa.engineio.client.transports.Polling
    EVENT_POLL, EVENT_POLL_COMPLETE, NAME
    + + + + + + + +
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    +  + + + + + + + + + + +
    +Constructor Summary
    PollingXHR(Transport.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voiddoPoll() + +
    +           
    +protected  voiddoWrite(byte[] data, + Runnable fn) + +
    +           
    +protected  PollingXHR.Requestrequest() + +
    +           
    +protected  PollingXHR.Requestrequest(PollingXHR.Request.Options opts) + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.engineio.client.transports.Polling
    doClose, doOpen, onData, onData, pause, uri, write
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onClose, onError, onOpen, onPacket, open, send
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PollingXHR

    +
    +public PollingXHR(Transport.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +request

    +
    +protected PollingXHR.Request request()
    +
    +
    +
    +
    +
    +
    + +

    +request

    +
    +protected PollingXHR.Request request(PollingXHR.Request.Options opts)
    +
    +
    +
    +
    +
    +
    + +

    +doWrite

    +
    +protected void doWrite(byte[] data,
    +                       Runnable fn)
    +
    +
    +
    Specified by:
    doWrite in class Polling
    +
    +
    +
    +
    +
    +
    + +

    +doPoll

    +
    +protected void doPoll()
    +
    +
    +
    Specified by:
    doPoll in class Polling
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html new file mode 100644 index 00000000..35a766a6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -0,0 +1,435 @@ + + + + + + + +WebSocket (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.client.transports +
    +Class WebSocket

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.emitter.Emitter
    +      extended by com.github.nkzawa.engineio.client.Transport
    +          extended by com.github.nkzawa.engineio.client.transports.WebSocket
    +
    +
    +
    +
    public class WebSocket
    extends Transport
    + + +

    +


    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.engineio.client.Transport
    Transport.Options, Transport.ReadyState
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
    Emitter.Listener
    +  + + + + + + + + + + + +
    +Field Summary
    +static StringNAME + +
    +           
    + + + + + + + +
    Fields inherited from class com.github.nkzawa.engineio.client.Transport
    EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable
    +  + + + + + + + + + + +
    +Constructor Summary
    WebSocket(Transport.Options opts) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voiddoClose() + +
    +           
    +protected  voiddoOpen() + +
    +           
    +protected  voidonClose() + +
    +           
    +protected  Stringuri() + +
    +           
    +protected  voidwrite(Packet[] packets) + +
    +           
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.engineio.client.Transport
    close, onData, onData, onError, onOpen, onPacket, open, send
    + + + + + + + +
    Methods inherited from class com.github.nkzawa.emitter.Emitter
    emit, hasListeners, listeners, off, off, off, on, once
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NAME

    +
    +public static final String NAME
    +
    +
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +WebSocket

    +
    +public WebSocket(Transport.Options opts)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +doOpen

    +
    +protected void doOpen()
    +
    +
    +
    Specified by:
    doOpen in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +write

    +
    +protected void write(Packet[] packets)
    +
    +
    +
    Specified by:
    write in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +onClose

    +
    +protected void onClose()
    +
    +
    +
    Overrides:
    onClose in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +doClose

    +
    +protected void doClose()
    +
    +
    +
    Specified by:
    doClose in class Transport
    +
    +
    +
    +
    +
    +
    + +

    +uri

    +
    +protected String uri()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html new file mode 100644 index 00000000..17e4d2ca --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.transports.Polling

    +
    + + + + + + + + + +
    +Packages that use Polling
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of Polling in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + +
    Subclasses of Polling in com.github.nkzawa.engineio.client.transports
    + classPollingXHR + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html new file mode 100644 index 00000000..327d9277 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -0,0 +1,195 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

    +
    + + + + + + + + + +
    +Packages that use PollingXHR.Request.Options
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    +protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
    +           
    +  +

    + + + + + + + + +
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    PollingXHR.Request(PollingXHR.Request.Options opts) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html new file mode 100644 index 00000000..94da6ea2 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request

    +
    + + + + + + + + + +
    +Packages that use PollingXHR.Request
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + +
    +Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
    +protected  PollingXHR.RequestPollingXHR.request() + +
    +           
    +protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html new file mode 100644 index 00000000..94062dd4 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR

    +
    +No usage of com.github.nkzawa.engineio.client.transports.PollingXHR +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html new file mode 100644 index 00000000..fa98a004 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.client.transports.WebSocket

    +
    +No usage of com.github.nkzawa.engineio.client.transports.WebSocket +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html new file mode 100644 index 00000000..82a1117f --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.client.transports + + + + +
    +Classes  + +
    +Polling +
    +PollingXHR +
    +PollingXHR.Request +
    +PollingXHR.Request.Options +
    +WebSocket
    + + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html new file mode 100644 index 00000000..7dbb7b50 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -0,0 +1,174 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.engineio.client.transports +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    Polling 
    PollingXHR 
    PollingXHR.Request 
    PollingXHR.Request.Options 
    WebSocket 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html new file mode 100644 index 00000000..0ad63b8b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.engineio.client.transports +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html new file mode 100644 index 00000000..f864c90a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.engineio.client.transports

    +
    + + + + + + + + + +
    +Packages that use com.github.nkzawa.engineio.client.transports
    com.github.nkzawa.engineio.client.transports  
    +  +

    + + + + + + + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
    Polling + +
    +           
    PollingXHR.Request + +
    +           
    PollingXHR.Request.Options + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html new file mode 100644 index 00000000..d0c56493 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -0,0 +1,439 @@ + + + + + + + +Packet (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.parser +
    +Class Packet<T>

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.parser.Packet<T>
    +
    +
    +
    +
    public class Packet<T>
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static StringCLOSE + +
    +           
    + Tdata + +
    +           
    +static StringERROR + +
    +           
    +static StringMESSAGE + +
    +           
    +static StringNOOP + +
    +           
    +static StringOPEN + +
    +           
    +static StringPING + +
    +           
    +static StringPONG + +
    +           
    + Stringtype + +
    +           
    +static StringUPGRADE + +
    +           
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    Packet(String type) + +
    +           
    Packet(String type, + T data) + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +OPEN

    +
    +public static final String OPEN
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +CLOSE

    +
    +public static final String CLOSE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +PING

    +
    +public static final String PING
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +PONG

    +
    +public static final String PONG
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +UPGRADE

    +
    +public static final String UPGRADE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MESSAGE

    +
    +public static final String MESSAGE
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +NOOP

    +
    +public static final String NOOP
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +ERROR

    +
    +public static final String ERROR
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +type

    +
    +public String type
    +
    +
    +
    +
    +
    + +

    +data

    +
    +public T data
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Packet

    +
    +public Packet(String type)
    +
    +
    +
    + +

    +Packet

    +
    +public Packet(String type,
    +              T data)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..309c593a --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -0,0 +1,214 @@ + + + + + + + +Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.parser +
    +Interface Parser.DecodePayloadCallback<T>

    +
    +
    Enclosing class:
    Parser
    +
    +
    +
    +
    public static interface Parser.DecodePayloadCallback<T>
    + + +

    +


    + +

    + + + + + + + + + + + + +
    +Method Summary
    + booleancall(Packet<T> packet, + int index, + int total) + +
    +           
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +call

    +
    +boolean call(Packet<T> packet,
    +             int index,
    +             int total)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html new file mode 100644 index 00000000..c133cc76 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -0,0 +1,210 @@ + + + + + + + +Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.parser +
    +Interface Parser.EncodeCallback<T>

    +
    +
    Enclosing class:
    Parser
    +
    +
    +
    +
    public static interface Parser.EncodeCallback<T>
    + + +

    +


    + +

    + + + + + + + + + + + + +
    +Method Summary
    + voidcall(T data) + +
    +           
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +call

    +
    +void call(T data)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html new file mode 100644 index 00000000..215118c1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -0,0 +1,428 @@ + + + + + + + +Parser (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.engineio.parser +
    +Class Parser

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.engineio.parser.Parser
    +
    +
    +
    +
    public class Parser
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +static interfaceParser.DecodePayloadCallback<T> + +
    +           
    +static interfaceParser.EncodeCallback<T> + +
    +           
    + + + + + + + + + + +
    +Field Summary
    +static intprotocol + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static Packet<byte[]>decodePacket(byte[] data) + +
    +           
    +static Packet<String>decodePacket(String data) + +
    +           
    +static Packet<String>decodePacket(String data, + boolean utf8decode) + +
    +           
    +static voiddecodePayload(byte[] data, + Parser.DecodePayloadCallback callback) + +
    +           
    +static voiddecodePayload(String data, + Parser.DecodePayloadCallback<String> callback) + +
    +           
    +static voidencodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) + +
    +           
    +static voidencodePacket(Packet packet, + Parser.EncodeCallback callback) + +
    +           
    +static voidencodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +protocol

    +
    +public static final int protocol
    +
    +
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Method Detail
    + +

    +encodePacket

    +
    +public static void encodePacket(Packet packet,
    +                                Parser.EncodeCallback callback)
    +
    +
    +
    +
    +
    +
    + +

    +encodePacket

    +
    +public static void encodePacket(Packet packet,
    +                                boolean utf8encode,
    +                                Parser.EncodeCallback callback)
    +
    +
    +
    +
    +
    +
    + +

    +decodePacket

    +
    +public static Packet<String> decodePacket(String data)
    +
    +
    +
    +
    +
    +
    + +

    +decodePacket

    +
    +public static Packet<String> decodePacket(String data,
    +                                          boolean utf8decode)
    +
    +
    +
    +
    +
    +
    + +

    +decodePacket

    +
    +public static Packet<byte[]> decodePacket(byte[] data)
    +
    +
    +
    +
    +
    +
    + +

    +encodePayload

    +
    +public static void encodePayload(Packet[] packets,
    +                                 Parser.EncodeCallback<byte[]> callback)
    +
    +
    +
    +
    +
    +
    + +

    +decodePayload

    +
    +public static void decodePayload(String data,
    +                                 Parser.DecodePayloadCallback<String> callback)
    +
    +
    +
    +
    +
    +
    + +

    +decodePayload

    +
    +public static void decodePayload(byte[] data,
    +                                 Parser.DecodePayloadCallback callback)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html new file mode 100644 index 00000000..4dfd37a1 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -0,0 +1,326 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.parser.Packet

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use Packet
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    +  +

    + + + + + +
    +Uses of Packet in com.github.nkzawa.engineio.client
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client with parameters of type Packet
    +protected  voidTransport.onPacket(Packet packet) + +
    +           
    + voidTransport.send(Packet[] packets) + +
    +           
    +protected abstract  voidTransport.write(Packet[] packets) + +
    +           
    +  +

    + + + + + +
    +Uses of Packet in com.github.nkzawa.engineio.client.transports
    +  +

    + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
    +protected  voidWebSocket.write(Packet[] packets) + +
    +           
    +protected  voidPolling.write(Packet[] packets) + +
    +           
    +  +

    + + + + + +
    +Uses of Packet in com.github.nkzawa.engineio.parser
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.parser that return Packet
    +static Packet<byte[]>Parser.decodePacket(byte[] data) + +
    +           
    +static Packet<String>Parser.decodePacket(String data) + +
    +           
    +static Packet<String>Parser.decodePacket(String data, + boolean utf8decode) + +
    +           
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
    + booleanParser.DecodePayloadCallback.call(Packet<T> packet, + int index, + int total) + +
    +           
    +static voidParser.encodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) + +
    +           
    +static voidParser.encodePacket(Packet packet, + Parser.EncodeCallback callback) + +
    +           
    +static voidParser.encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..b4ededdb --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

    +
    + + + + + + + + + +
    +Packages that use Parser.DecodePayloadCallback
    com.github.nkzawa.engineio.parser  
    +  +

    + + + + + +
    +Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
    +  +

    + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
    +static voidParser.decodePayload(byte[] data, + Parser.DecodePayloadCallback callback) + +
    +           
    +static voidParser.decodePayload(String data, + Parser.DecodePayloadCallback<String> callback) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html new file mode 100644 index 00000000..f18fd90b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -0,0 +1,201 @@ + + + + + + + +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.EncodeCallback

    +
    + + + + + + + + + +
    +Packages that use Parser.EncodeCallback
    com.github.nkzawa.engineio.parser  
    +  +

    + + + + + +
    +Uses of Parser.EncodeCallback in com.github.nkzawa.engineio.parser
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.EncodeCallback
    +static voidParser.encodePacket(Packet packet, + boolean utf8encode, + Parser.EncodeCallback callback) + +
    +           
    +static voidParser.encodePacket(Packet packet, + Parser.EncodeCallback callback) + +
    +           
    +static voidParser.encodePayload(Packet[] packets, + Parser.EncodeCallback<byte[]> callback) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html new file mode 100644 index 00000000..766bf6d6 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.engineio.parser.Parser

    +
    +No usage of com.github.nkzawa.engineio.parser.Parser +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html new file mode 100644 index 00000000..3732485b --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.engineio.parser + + + + +
    +Interfaces  + +
    +Parser.DecodePayloadCallback +
    +Parser.EncodeCallback
    + + + + + + +
    +Classes  + +
    +Packet +
    +Parser
    + + + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html new file mode 100644 index 00000000..597c7ac9 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.engineio.parser +

    + + + + + + + + + + + + + +
    +Interface Summary
    Parser.DecodePayloadCallback<T> 
    Parser.EncodeCallback<T> 
    +  + +

    + + + + + + + + + + + + + +
    +Class Summary
    Packet<T> 
    Parser 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html new file mode 100644 index 00000000..3aca7b44 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.engineio.parser +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • com.github.nkzawa.engineio.parser.Packet<T>
      • com.github.nkzawa.engineio.parser.Parser
      +
    +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html new file mode 100644 index 00000000..303ae1a4 --- /dev/null +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -0,0 +1,221 @@ + + + + + + + +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.engineio.parser

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use com.github.nkzawa.engineio.parser
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
    Packet + +
    +           
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
    Packet + +
    +           
    +  +

    + + + + + + + + + + + + + + +
    +Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
    Packet + +
    +           
    Parser.DecodePayloadCallback + +
    +           
    Parser.EncodeCallback + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html new file mode 100644 index 00000000..7bcd5cec --- /dev/null +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -0,0 +1,239 @@ + + + + + + + +Global (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.global +
    +Class Global

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.global.Global
    +
    +
    +
    +
    public class Global
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    +static StringdecodeURIComponent(String str) + +
    +           
    +static StringencodeURIComponent(String str) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +encodeURIComponent

    +
    +public static String encodeURIComponent(String str)
    +
    +
    +
    +
    +
    +
    + +

    +decodeURIComponent

    +
    +public static String decodeURIComponent(String str)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html new file mode 100644 index 00000000..9e7f12db --- /dev/null +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.global.Global

    +
    +No usage of com.github.nkzawa.global.Global +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html new file mode 100644 index 00000000..d9074f99 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.global + + + + +
    +Classes  + +
    +Global
    + + + + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html new file mode 100644 index 00000000..91b4c55a --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.global +

    + + + + + + + + + +
    +Class Summary
    Global 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html new file mode 100644 index 00000000..358633b5 --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.global +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html new file mode 100644 index 00000000..312e2e2f --- /dev/null +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.global

    +
    +No usage of com.github.nkzawa.global +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html new file mode 100644 index 00000000..c7bd34e7 --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -0,0 +1,239 @@ + + + + + + + +ParseQS (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.parseqs +
    +Class ParseQS

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.parseqs.ParseQS
    +
    +
    +
    +
    public class ParseQS
    extends Object
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    +static Map<String,String>decode(String qs) + +
    +           
    +static Stringencode(Map<String,String> obj) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +encode

    +
    +public static String encode(Map<String,String> obj)
    +
    +
    +
    +
    +
    +
    + +

    +decode

    +
    +public static Map<String,String> decode(String qs)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html new file mode 100644 index 00000000..ae5b34f2 --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.parseqs.ParseQS

    +
    +No usage of com.github.nkzawa.parseqs.ParseQS +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html new file mode 100644 index 00000000..3413bfbe --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.parseqs + + + + +
    +Classes  + +
    +ParseQS
    + + + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html new file mode 100644 index 00000000..f5d7082c --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.parseqs +

    + + + + + + + + + +
    +Class Summary
    ParseQS 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html new file mode 100644 index 00000000..aacac72c --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.parseqs +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html new file mode 100644 index 00000000..8781ec7c --- /dev/null +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.parseqs

    +
    +No usage of com.github.nkzawa.parseqs +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html new file mode 100644 index 00000000..eb336b62 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -0,0 +1,319 @@ + + + + + + + +EventThread (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.thread +
    +Class EventThread

    +
    +java.lang.Object
    +  extended by java.lang.Thread
    +      extended by com.github.nkzawa.thread.EventThread
    +
    +
    +
    All Implemented Interfaces:
    Runnable
    +
    +
    +
    +
    public class EventThread
    extends Thread
    + + +

    +The thread for event loop. All non-background tasks run within this thread. +

    + +

    +


    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class java.lang.Thread
    Thread.State, Thread.UncaughtExceptionHandler
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class java.lang.Thread
    MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static voidexec(Runnable task) + +
    +          Executes a task in EventThread.
    +static booleanisCurrent() + +
    +          check if the current thread is EventThread.
    +static voidnextTick(Runnable task) + +
    +          Executes a task on the next loop in EventThread.
    + + + + + + + +
    Methods inherited from class java.lang.Thread
    activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
    + + + + + + + +
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +isCurrent

    +
    +public static boolean isCurrent()
    +
    +
    check if the current thread is EventThread. +

    +

    + +
    Returns:
    true if the current thread is EventThread.
    +
    +
    +
    + +

    +exec

    +
    +public static void exec(Runnable task)
    +
    +
    Executes a task in EventThread. +

    +

    +
    Parameters:
    task -
    +
    +
    +
    + +

    +nextTick

    +
    +public static void nextTick(Runnable task)
    +
    +
    Executes a task on the next loop in EventThread. +

    +

    +
    Parameters:
    task -
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html new file mode 100644 index 00000000..076f4a12 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.thread.EventThread

    +
    +No usage of com.github.nkzawa.thread.EventThread +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html new file mode 100644 index 00000000..cb2b7911 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.thread + + + + +
    +Classes  + +
    +EventThread
    + + + + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html new file mode 100644 index 00000000..bccede45 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.thread +

    + + + + + + + + + +
    +Class Summary
    EventThreadThe thread for event loop.
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html new file mode 100644 index 00000000..4bef898c --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.thread +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html new file mode 100644 index 00000000..ae864b47 --- /dev/null +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.thread

    +
    +No usage of com.github.nkzawa.thread +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html new file mode 100644 index 00000000..98d52544 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -0,0 +1,281 @@ + + + + + + + +UTF8 (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.utf8 +
    +Class UTF8

    +
    +java.lang.Object
    +  extended by com.github.nkzawa.utf8.UTF8
    +
    +
    +
    +
    public class UTF8
    extends Object
    + + +

    +UTF-8 encoder/decoder ported from utf8.js. +

    + +

    +

    +
    See Also:
    https://github.com/mathiasbynens/utf8.js
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    UTF8() + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static Stringdecode(String byteString) + +
    +           
    +static Stringencode(String string) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +UTF8

    +
    +public UTF8()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +encode

    +
    +public static String encode(String string)
    +
    +
    +
    +
    +
    +
    + +

    +decode

    +
    +public static String decode(String byteString)
    +                     throws UTF8Exception
    +
    +
    + +
    Throws: +
    UTF8Exception
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html new file mode 100644 index 00000000..4d2a2753 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -0,0 +1,322 @@ + + + + + + + +UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.github.nkzawa.utf8 +
    +Class UTF8Exception

    +
    +java.lang.Object
    +  extended by java.lang.Throwable
    +      extended by java.lang.Exception
    +          extended by java.io.IOException
    +              extended by com.github.nkzawa.utf8.UTF8Exception
    +
    +
    +
    All Implemented Interfaces:
    Serializable
    +
    +
    +
    +
    public class UTF8Exception
    extends IOException
    + + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    + Stringdata + +
    +           
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    UTF8Exception() + +
    +           
    UTF8Exception(String message) + +
    +           
    UTF8Exception(String message, + Throwable cause) + +
    +           
    UTF8Exception(Throwable cause) + +
    +           
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +data

    +
    +public String data
    +
    +
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +UTF8Exception

    +
    +public UTF8Exception()
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(String message)
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(String message,
    +                     Throwable cause)
    +
    +
    +
    + +

    +UTF8Exception

    +
    +public UTF8Exception(Throwable cause)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html new file mode 100644 index 00000000..72b9bcc6 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.utf8.UTF8

    +
    +No usage of com.github.nkzawa.utf8.UTF8 +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html new file mode 100644 index 00000000..47e45ae6 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.github.nkzawa.utf8.UTF8Exception

    +
    + + + + + + + + + +
    +Packages that use UTF8Exception
    com.github.nkzawa.utf8  
    +  +

    + + + + + +
    +Uses of UTF8Exception in com.github.nkzawa.utf8
    +  +

    + + + + + + + + + +
    Methods in com.github.nkzawa.utf8 that throw UTF8Exception
    +static StringUTF8.decode(String byteString) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html new file mode 100644 index 00000000..f30d6b02 --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + +com.github.nkzawa.utf8 + + + + +
    +Classes  + +
    +UTF8
    + + + + + + +
    +Exceptions  + +
    +UTF8Exception
    + + + + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html new file mode 100644 index 00000000..e3161ada --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package com.github.nkzawa.utf8 +

    + + + + + + + + + +
    +Class Summary
    UTF8UTF-8 encoder/decoder ported from utf8.js.
    +  + +

    + + + + + + + + + +
    +Exception Summary
    UTF8Exception 
    +  + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html new file mode 100644 index 00000000..7d4a297e --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package com.github.nkzawa.utf8 +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html new file mode 100644 index 00000000..76d3949a --- /dev/null +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    com.github.nkzawa.utf8

    +
    + + + + + + + + + +
    +Packages that use com.github.nkzawa.utf8
    com.github.nkzawa.utf8  
    +  +

    + + + + + + + + +
    +Classes in com.github.nkzawa.utf8 used by com.github.nkzawa.utf8
    UTF8Exception + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 00000000..cb6c9767 --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,487 @@ + + + + + + + +Constant Field Values (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Constant Field Values

    +
    +
    +Contents + + + + + + +
    +com.github.*
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    com.github.nkzawa.engineio.client.Socket
    +public static final StringEVENT_CLOSE"close"
    +public static final StringEVENT_DATA"data"
    +public static final StringEVENT_DRAIN"drain"
    +public static final StringEVENT_ERROR"error"
    +public static final StringEVENT_FLUSH"flush"
    +public static final StringEVENT_HANDSHAKE"handshake"
    +public static final StringEVENT_HEARTBEAT"heartbeat"
    +public static final StringEVENT_MESSAGE"message"
    +public static final StringEVENT_OPEN"open"
    +public static final StringEVENT_PACKET"packet"
    +public static final StringEVENT_PACKET_CREATE"packetCreate"
    +public static final StringEVENT_TRANSPORT"transport"
    +public static final StringEVENT_UPGRADE"upgrade"
    +public static final StringEVENT_UPGRADE_ERROR"upgradeError"
    +public static final StringEVENT_UPGRADING"upgrading"
    +public static final intprotocol3
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    com.github.nkzawa.engineio.client.Transport
    +public static final StringEVENT_CLOSE"close"
    +public static final StringEVENT_DRAIN"drain"
    +public static final StringEVENT_ERROR"error"
    +public static final StringEVENT_OPEN"open"
    +public static final StringEVENT_PACKET"packet"
    +public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    +public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    com.github.nkzawa.engineio.client.transports.Polling
    +public static final StringEVENT_POLL"poll"
    +public static final StringEVENT_POLL_COMPLETE"pollComplete"
    +public static final StringNAME"polling"
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    +public static final StringEVENT_DATA"data"
    +public static final StringEVENT_ERROR"error"
    +public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    +public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    +public static final StringEVENT_SUCCESS"success"
    + +

    + +

    + + + + + + + + + + + + +
    com.github.nkzawa.engineio.client.transports.WebSocket
    +public static final StringNAME"websocket"
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    com.github.nkzawa.engineio.parser.Packet<T>
    +public static final StringCLOSE"close"
    +public static final StringERROR"error"
    +public static final StringMESSAGE"message"
    +public static final StringNOOP"noop"
    +public static final StringOPEN"open"
    +public static final StringPING"ping"
    +public static final StringPONG"pong"
    +public static final StringUPGRADE"upgrade"
    + +

    + +

    + + + + + + + + + + + + +
    com.github.nkzawa.engineio.parser.Parser
    +public static final intprotocol3
    + +

    + +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 00000000..d34c333a --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Deprecated API

    +
    +
    +Contents
      +
    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 00000000..08f64389 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +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

    +
    + +

    +Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

      +
    • Interfaces (italic)
    • Classes
    • Enums
    • Exceptions
    • Errors
    • Annotation Types
    +
    +

    +Class/Interface

    +
    + +

    +Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
    • Class inheritance diagram
    • Direct Subclasses
    • All Known Subinterfaces
    • All Known Implementing Classes
    • Class/interface declaration
    • Class/interface description +

      +

    • Nested Class Summary
    • Field Summary
    • Constructor Summary
    • Method Summary +

      +

    • Field Detail
    • Constructor Detail
    • Method Detail
    +Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
    + +

    +Annotation Type

    +
    + +

    +Each annotation type has its own separate page with the following sections:

      +
    • Annotation Type declaration
    • Annotation Type description
    • Required Element Summary
    • Optional Element Summary
    • Element Detail
    +
    + +

    +Enum

    +
    + +

    +Each enum has its own separate page with the following sections:

      +
    • Enum declaration
    • Enum description
    • Enum Constant Summary
    • Enum Constant Detail
    +
    +

    +Use

    +
    +Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
    +

    +Tree (Class Hierarchy)

    +
    +There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    +
    +

    +Deprecated API

    +
    +The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
    +

    +Index

    +
    +The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
    +

    +Prev/Next

    +These links take you to the next or previous class, interface, package, or related page.

    +Frames/No Frames

    +These links show and hide the HTML frames. All pages are available with or without frames. +

    +

    +Serialized Form

    +Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

    +

    +Constant Field Values

    +The Constant Field Values page lists the static final fields and their values. +

    + + +This help file applies to API documentation generated using the standard doclet. + +
    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 00000000..6ca2983d --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,786 @@ + + + + + + + +Index (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +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. + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 00000000..cc69cca9 --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,74 @@ + + + + + + + +engine.io-client 0.3.1-SNAPSHOT API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 00000000..0850db88 --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,57 @@ + + + + + + + +Overview List (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + + + + +
    +
    + + + + + +
    All Classes +

    + +Packages +
    +com.github.nkzawa.emitter +
    +com.github.nkzawa.engineio.client +
    +com.github.nkzawa.engineio.client.transports +
    +com.github.nkzawa.engineio.parser +
    +com.github.nkzawa.global +
    +com.github.nkzawa.parseqs +
    +com.github.nkzawa.thread +
    +com.github.nkzawa.utf8 +
    +

    + +

    +  + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 00000000..88e3b449 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,185 @@ + + + + + + + +Overview (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +engine.io-client 0.3.1-SNAPSHOT API +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages
    com.github.nkzawa.emitter 
    com.github.nkzawa.engineio.client 
    com.github.nkzawa.engineio.client.transports 
    com.github.nkzawa.engineio.parser 
    com.github.nkzawa.global 
    com.github.nkzawa.parseqs 
    com.github.nkzawa.thread 
    com.github.nkzawa.utf8 
    + +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 00000000..203f8d09 --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,186 @@ + + + + + + + +Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For All Packages

    +
    +
    +
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread, com.github.nkzawa.utf8
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +

    +Enum Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 00000000..98d079ea --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,8 @@ +com.github.nkzawa.emitter +com.github.nkzawa.engineio.client +com.github.nkzawa.engineio.client.transports +com.github.nkzawa.engineio.parser +com.github.nkzawa.global +com.github.nkzawa.parseqs +com.github.nkzawa.thread +com.github.nkzawa.utf8 diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 00000000..e625654d --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,224 @@ + + + + + + + +Serialized Form (engine.io-client 0.3.1-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Serialized Form

    +
    +
    + + + + + +
    +Package com.github.nkzawa.engineio.client
    + +

    + + + + + +
    +Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +transport

    +
    +String transport
    +
    +
    +
    +
    +
    +

    +code

    +
    +Object code
    +
    +
    +
    +
    +
    + + + + + +
    +Package com.github.nkzawa.utf8
    + +

    + + + + + +
    +Class com.github.nkzawa.utf8.UTF8Exception extends IOException implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +data

    +
    +String data
    +
    +
    +
    +
    + +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2014. All rights reserved. + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + From bd95d6e4e92d79f96404b6ded79e72379e4e7c63 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 24 Jan 2015 20:58:42 +0000 Subject: [PATCH 22/41] Creating site for 0.3.2-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++--- apidocs/allclasses-noframe.html | 6 ++--- .../nkzawa/emitter/Emitter.Listener.html | 10 ++++---- .../com/github/nkzawa/emitter/Emitter.html | 10 ++++---- .../emitter/class-use/Emitter.Listener.html | 10 ++++---- .../nkzawa/emitter/class-use/Emitter.html | 10 ++++---- .../github/nkzawa/emitter/package-frame.html | 6 ++--- .../nkzawa/emitter/package-summary.html | 10 ++++---- .../github/nkzawa/emitter/package-tree.html | 10 ++++---- .../github/nkzawa/emitter/package-use.html | 10 ++++---- .../engineio/client/EngineIOException.html | 10 ++++---- .../nkzawa/engineio/client/HandshakeData.html | 10 ++++---- .../engineio/client/Socket.Options.html | 10 ++++---- .../github/nkzawa/engineio/client/Socket.html | 10 ++++---- .../engineio/client/Transport.Options.html | 10 ++++---- .../engineio/client/Transport.ReadyState.html | 10 ++++---- .../nkzawa/engineio/client/Transport.html | 10 ++++---- .../client/class-use/EngineIOException.html | 10 ++++---- .../client/class-use/HandshakeData.html | 10 ++++---- .../client/class-use/Socket.Options.html | 10 ++++---- .../engineio/client/class-use/Socket.html | 10 ++++---- .../client/class-use/Transport.Options.html | 10 ++++---- .../class-use/Transport.ReadyState.html | 10 ++++---- .../engineio/client/class-use/Transport.html | 10 ++++---- .../nkzawa/engineio/client/package-frame.html | 6 ++--- .../engineio/client/package-summary.html | 10 ++++---- .../nkzawa/engineio/client/package-tree.html | 10 ++++---- .../nkzawa/engineio/client/package-use.html | 10 ++++---- .../engineio/client/transports/Polling.html | 10 ++++---- .../PollingXHR.Request.Options.html | 10 ++++---- .../client/transports/PollingXHR.Request.html | 10 ++++---- .../client/transports/PollingXHR.html | 10 ++++---- .../engineio/client/transports/WebSocket.html | 10 ++++---- .../client/transports/class-use/Polling.html | 10 ++++---- .../class-use/PollingXHR.Request.Options.html | 10 ++++---- .../class-use/PollingXHR.Request.html | 10 ++++---- .../transports/class-use/PollingXHR.html | 10 ++++---- .../transports/class-use/WebSocket.html | 10 ++++---- .../client/transports/package-frame.html | 6 ++--- .../client/transports/package-summary.html | 10 ++++---- .../client/transports/package-tree.html | 10 ++++---- .../client/transports/package-use.html | 10 ++++---- .../github/nkzawa/engineio/parser/Packet.html | 10 ++++---- .../parser/Parser.DecodePayloadCallback.html | 10 ++++---- .../parser/Parser.EncodeCallback.html | 10 ++++---- .../github/nkzawa/engineio/parser/Parser.html | 10 ++++---- .../engineio/parser/class-use/Packet.html | 10 ++++---- .../Parser.DecodePayloadCallback.html | 10 ++++---- .../class-use/Parser.EncodeCallback.html | 10 ++++---- .../engineio/parser/class-use/Parser.html | 10 ++++---- .../nkzawa/engineio/parser/package-frame.html | 6 ++--- .../engineio/parser/package-summary.html | 10 ++++---- .../nkzawa/engineio/parser/package-tree.html | 10 ++++---- .../nkzawa/engineio/parser/package-use.html | 10 ++++---- apidocs/com/github/nkzawa/global/Global.html | 10 ++++---- .../nkzawa/global/class-use/Global.html | 10 ++++---- .../github/nkzawa/global/package-frame.html | 6 ++--- .../github/nkzawa/global/package-summary.html | 10 ++++---- .../github/nkzawa/global/package-tree.html | 10 ++++---- .../com/github/nkzawa/global/package-use.html | 10 ++++---- .../com/github/nkzawa/parseqs/ParseQS.html | 10 ++++---- .../nkzawa/parseqs/class-use/ParseQS.html | 10 ++++---- .../github/nkzawa/parseqs/package-frame.html | 6 ++--- .../nkzawa/parseqs/package-summary.html | 10 ++++---- .../github/nkzawa/parseqs/package-tree.html | 10 ++++---- .../github/nkzawa/parseqs/package-use.html | 10 ++++---- .../com/github/nkzawa/thread/EventThread.html | 10 ++++---- .../nkzawa/thread/class-use/EventThread.html | 10 ++++---- .../github/nkzawa/thread/package-frame.html | 6 ++--- .../github/nkzawa/thread/package-summary.html | 10 ++++---- .../github/nkzawa/thread/package-tree.html | 10 ++++---- .../com/github/nkzawa/thread/package-use.html | 10 ++++---- apidocs/com/github/nkzawa/utf8/UTF8.html | 10 ++++---- .../com/github/nkzawa/utf8/UTF8Exception.html | 10 ++++---- .../github/nkzawa/utf8/class-use/UTF8.html | 10 ++++---- .../nkzawa/utf8/class-use/UTF8Exception.html | 10 ++++---- .../com/github/nkzawa/utf8/package-frame.html | 6 ++--- .../github/nkzawa/utf8/package-summary.html | 10 ++++---- .../com/github/nkzawa/utf8/package-tree.html | 10 ++++---- .../com/github/nkzawa/utf8/package-use.html | 10 ++++---- apidocs/constant-values.html | 10 ++++---- apidocs/deprecated-list.html | 10 ++++---- apidocs/help-doc.html | 10 ++++---- apidocs/index-all.html | 10 ++++---- apidocs/index.html | 4 ++-- apidocs/overview-frame.html | 6 ++--- apidocs/overview-summary.html | 12 +++++----- apidocs/overview-tree.html | 10 ++++---- apidocs/serialized-form.html | 10 ++++---- dependencies.html | 24 +++++++++---------- dependency-info.html | 24 +++++++++---------- distribution-management.html | 10 ++++---- index.html | 10 ++++---- integration.html | 10 ++++---- issue-tracking.html | 10 ++++---- license.html | 12 +++++----- mail-lists.html | 10 ++++---- plugin-management.html | 10 ++++---- plugins.html | 10 ++++---- project-info.html | 10 ++++---- project-summary.html | 12 +++++----- source-repository.html | 10 ++++---- team-list.html | 10 ++++---- 103 files changed, 507 insertions(+), 507 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index ebeda634..8eef756d 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.3.1-SNAPSHOT API) +All Classes (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 2b02159e..57c98232 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + -All Classes (engine.io-client 0.3.1-SNAPSHOT API) +All Classes (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index bba1534c..b7a400b3 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Emitter.Listener (engine.io-client 0.3.1-SNAPSHOT API) +Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter.Listener (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -205,6 +205,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index b3f45432..a156cc0e 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.3.1-SNAPSHOT API) +Emitter (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -439,6 +439,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 430ead24..15398443 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -211,6 +211,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 2d19bf52..66b52c53 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -310,6 +310,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index dd40e8b7..e7ed3b84 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 4fcb37cd..43c6f75a 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -167,6 +167,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 6028e2f3..4247b487 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index e700961b..8818a592 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -210,6 +210,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 024d5f3a..7deb6965 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.3.1-SNAPSHOT API) +EngineIOException (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -334,6 +334,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 921227d1..bfb29150 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.3.1-SNAPSHOT API) +HandshakeData (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -277,6 +277,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 1749a14f..52aaf067 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.3.1-SNAPSHOT API) +Socket.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -345,6 +345,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index b9a05b3f..aec53cf4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.3.1-SNAPSHOT API) +Socket (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -948,6 +948,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 8656f96a..78789922 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.3.1-SNAPSHOT API) +Transport.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -424,6 +424,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index a4e45f4d..260c4fd7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -375,6 +375,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 274cebb1..618f9ef5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.3.1-SNAPSHOT API) +Transport (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -885,6 +885,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 445fe0d8..0cad1d22 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index e3d06827..dbd1abb6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 8dfe80c3..0a4144df 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -188,6 +188,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index a4b67fd3..da293377 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -208,6 +208,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 4b816f93..541de151 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -229,6 +229,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 5fea7779..4955efca 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -201,6 +201,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index eac6f977..d1797eb0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -238,6 +238,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 6e58f95c..48fc02e7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 4601bb01..1949bb39 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -197,6 +197,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index b39647c5..e8be7e3c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -168,6 +168,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index e98ad541..359c2c50 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -215,6 +215,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 8d1286d7..273f02ff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.3.1-SNAPSHOT API) +Polling (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -550,6 +550,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index a3eb331d..71060a41 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -313,6 +313,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 01517ca8..3d3e89c5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -415,6 +415,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index c17d9327..9f2487b2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.3.1-SNAPSHOT API) +PollingXHR (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -407,6 +407,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 35a766a6..d5bf167f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.3.1-SNAPSHOT API) +WebSocket (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -430,6 +430,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 17e4d2ca..d83bbec4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 327d9277..7680d08d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -190,6 +190,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 94da6ea2..8acd00f1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -184,6 +184,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 94062dd4..4d428162 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index fa98a004..6d73281c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 82a1117f..8f324673 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 7dbb7b50..92eaaf6e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -169,6 +169,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 0ad63b8b..438149f3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -155,6 +155,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index f864c90a..8b32c5ef 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -178,6 +178,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index d0c56493..23e87018 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.3.1-SNAPSHOT API) +Packet (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -434,6 +434,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 309c593a..7dae1383 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -209,6 +209,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index c133cc76..2d58802b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -205,6 +205,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 215118c1..89d72113 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.3.1-SNAPSHOT API) +Parser (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -423,6 +423,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 4dfd37a1..51360ef2 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -321,6 +321,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index b4ededdb..52fe17e3 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -186,6 +186,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index f18fd90b..421fd4ae 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -196,6 +196,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 766bf6d6..3167797e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 3732485b..5483ccb9 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 597c7ac9..11fdf635 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -175,6 +175,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 3aca7b44..d393e5e4 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -154,6 +154,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 303ae1a4..7bb28c2c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -216,6 +216,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 7bcd5cec..36e725fa 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.3.1-SNAPSHOT API) +Global (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -234,6 +234,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 9e7f12db..7b108318 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index d9074f99..85329b7a 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 91b4c55a..c2cc2742 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 358633b5..87b87784 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -149,6 +149,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 312e2e2f..17f06773 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index c7bd34e7..910019f2 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.3.1-SNAPSHOT API) +ParseQS (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -234,6 +234,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index ae5b34f2..be578604 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 3413bfbe..6ceb442e 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index f5d7082c..d5677484 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index aacac72c..76d93c5f 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -149,6 +149,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index 8781ec7c..c8f7e37b 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index eb336b62..2645dcc9 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.3.1-SNAPSHOT API) +EventThread (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -314,6 +314,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 076f4a12..28c4f7f9 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index cb2b7911..737fe085 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index bccede45..7d410ee8 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -153,6 +153,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 4bef898c..4557dd39 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -152,6 +152,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index ae864b47..6e99b868 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 98d52544..81a2475a 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,13 +2,13 @@ - + -UTF8 (engine.io-client 0.3.1-SNAPSHOT API) +UTF8 (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -276,6 +276,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 4d2a2753..12b2241c 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,13 +2,13 @@ - + -UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API) +UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -317,6 +317,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index 72b9bcc6..bde1d135 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -140,6 +140,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 47e45ae6..17276064 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -176,6 +176,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index f30d6b02..df101e23 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index e3161ada..2c734408 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -167,6 +167,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 7d4a297e..97e02b30 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -156,6 +156,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 76d3949a..2710907a 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -166,6 +166,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index cb6c9767..9e21acae 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.3.1-SNAPSHOT API) +Constant Field Values (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -482,6 +482,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index d34c333a..1f95e7bf 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.3.1-SNAPSHOT API) +Deprecated List (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -142,6 +142,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 08f64389..ba9003cd 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.3.1-SNAPSHOT API) +API Help (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -219,6 +219,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 6ca2983d..300f7f6d 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.3.1-SNAPSHOT API) +Index (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -781,6 +781,6 @@
    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/index.html b/apidocs/index.html index cc69cca9..5e9819b7 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.3.1-SNAPSHOT API +engine.io-client 0.3.2-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.3.1-SNAPSHOT API +engine.io-client 0.3.2-SNAPSHOT API

    @@ -180,6 +180,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 203f8d09..7639dea6 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -181,6 +181,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index e625654d..df7f5ea8 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.3.1-SNAPSHOT API) +Serialized Form (engine.io-client 0.3.2-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.3.1-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.3.2-SNAPSHOT API)"; } } @@ -219,6 +219,6 @@


    -Copyright © 2014. All rights reserved. +Copyright © 2015. All rights reserved. diff --git a/dependencies.html b/dependencies.html index 63268da4..aafd9fc5 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2014-11-04 -  | Version: 0.3.1-SNAPSHOT + Last Published: 2015-01-25 +  | Version: 0.3.2-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index a156cc0e..229c930b 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,10 +2,10 @@ - + -Emitter (engine.io-client 0.3.2-SNAPSHOT API) +Emitter (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 15398443..7e2632c3 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,10 +2,10 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index 66b52c53..d64a1606 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index e7ed3b84..d777337e 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 43c6f75a..eba9d734 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 4247b487..4b2621c6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 8818a592..a6e5ffca 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 7deb6965..d909fed1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,10 +2,10 @@ - + -EngineIOException (engine.io-client 0.3.2-SNAPSHOT API) +EngineIOException (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index bfb29150..88f9f4c2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,10 +2,10 @@ - + -HandshakeData (engine.io-client 0.3.2-SNAPSHOT API) +HandshakeData (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 52aaf067..9249ee9b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,10 +2,10 @@ - + -Socket.Options (engine.io-client 0.3.2-SNAPSHOT API) +Socket.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index aec53cf4..c0499091 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,10 +2,10 @@ - + -Socket (engine.io-client 0.3.2-SNAPSHOT API) +Socket (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.4.0-SNAPSHOT API)"; } } @@ -264,14 +264,6 @@

    static String EVENT_UPGRADING -
    -            - - - -static boolean -priorWebsocketSuccess -
                @@ -351,6 +343,14 @@

    + String +id() + +
    +            + + +  Socket open() @@ -647,16 +647,6 @@

    See Also:
    Constant Field Values
    -
    - -

    -priorWebsocketSuccess

    -
    -public static boolean priorWebsocketSuccess
    -
    -
    -
    -
    @@ -887,6 +877,17 @@

    Returns:
    a reference to to this object.
    +
    + +

    +id

    +
    +public String id()
    +
    +
    +
    +
    +

    diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 78789922..6ed27f4f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,10 +2,10 @@ - + -Transport.Options (engine.io-client 0.3.2-SNAPSHOT API) +Transport.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 260c4fd7..21b843fd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,10 +2,10 @@ - + -Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 618f9ef5..566c914f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,10 +2,10 @@ - + -Transport (engine.io-client 0.3.2-SNAPSHOT API) +Transport (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 0cad1d22..ab77ea82 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index dbd1abb6..d6fd0772 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 0a4144df..f6754374 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index da293377..7962fbaa 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 541de151..f414ad40 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 4955efca..af9fda68 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index d1797eb0..cfcb23c9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 48fc02e7..67ce118c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 1949bb39..afb194e1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index e8be7e3c..6dd1c6e3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 359c2c50..19bca331 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 273f02ff..30b69c8f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,10 +2,10 @@ - + -Polling (engine.io-client 0.3.2-SNAPSHOT API) +Polling (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 71060a41..41eb701f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,10 +2,10 @@ - + -PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 3d3e89c5..cb7a9684 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,10 +2,10 @@ - + -PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 9f2487b2..d0338305 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,10 +2,10 @@ - + -PollingXHR (engine.io-client 0.3.2-SNAPSHOT API) +PollingXHR (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index d5bf167f..ea49e978 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,10 +2,10 @@ - + -WebSocket (engine.io-client 0.3.2-SNAPSHOT API) +WebSocket (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index d83bbec4..3933b808 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 7680d08d..539b9e30 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 8acd00f1..56122e78 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 4d428162..ecdfe660 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 6d73281c..16de2ab9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 8f324673..3f9f1064 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 92eaaf6e..f9a257b2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 438149f3..6c14937a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 8b32c5ef..73ad1029 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 23e87018..e00eefbc 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,10 +2,10 @@ - + -Packet (engine.io-client 0.3.2-SNAPSHOT API) +Packet (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index 7dae1383..e462c007 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,10 +2,10 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index 2d58802b..97235578 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,10 +2,10 @@ - + -Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 89d72113..caf047ac 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,10 +2,10 @@ - + -Parser (engine.io-client 0.3.2-SNAPSHOT API) +Parser (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 51360ef2..18e118cd 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 52fe17e3..f6d14858 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,10 +2,10 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 421fd4ae..ee2d9345 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,10 +2,10 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 3167797e..d27b1ecb 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 5483ccb9..5e4d1695 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 11fdf635..ce871315 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index d393e5e4..43ac20ec 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 7bb28c2c..3bf6e181 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 36e725fa..82014372 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,10 +2,10 @@ - + -Global (engine.io-client 0.3.2-SNAPSHOT API) +Global (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 7b108318..996b9032 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 85329b7a..69d1e287 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index c2cc2742..d5cee737 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 87b87784..11fe6242 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 17f06773..904a4f31 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index 910019f2..cacce3db 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,10 +2,10 @@ - + -ParseQS (engine.io-client 0.3.2-SNAPSHOT API) +ParseQS (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index be578604..1ee820a0 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 6ceb442e..dc1f517e 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index d5677484..f9d9fd59 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 76d93c5f..ac70e57f 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index c8f7e37b..1ba14e94 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 2645dcc9..b7c6a4ea 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,10 +2,10 @@ - + -EventThread (engine.io-client 0.3.2-SNAPSHOT API) +EventThread (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 28c4f7f9..1e745a7f 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 737fe085..7d099a66 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 7d410ee8..f15d5519 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 4557dd39..349daa0f 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 6e99b868..39dcd080 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 81a2475a..57340fcd 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,10 +2,10 @@ - + -UTF8 (engine.io-client 0.3.2-SNAPSHOT API) +UTF8 (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 12b2241c..86b8e573 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,10 +2,10 @@ - + -UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API) +UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index bde1d135..77bcd178 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 17276064..fd4d2fbb 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,10 +2,10 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index df101e23..d774aae2 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 2c734408..f21e6c32 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 97e02b30..76962a2e 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 2710907a..4471b1cd 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,10 +2,10 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 9e21acae..31480478 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.3.2-SNAPSHOT API) +Constant Field Values (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 1f95e7bf..ca5b6550 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + -Deprecated List (engine.io-client 0.3.2-SNAPSHOT API) +Deprecated List (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index ba9003cd..cf68dd8a 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + -API Help (engine.io-client 0.3.2-SNAPSHOT API) +API Help (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 300f7f6d..4dde1e77 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + -Index (engine.io-client 0.3.2-SNAPSHOT API) +Index (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.4.0-SNAPSHOT API)"; } } @@ -344,6 +344,9 @@

    I

    +
    id() - +Method in class com.github.nkzawa.engineio.client.Socket +
     
    isCurrent() - Static method in class com.github.nkzawa.thread.EventThread
    check if the current thread is EventThread. @@ -498,9 +501,6 @@
    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. diff --git a/apidocs/index.html b/apidocs/index.html index 5e9819b7..0ae32649 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.3.2-SNAPSHOT API +engine.io-client 0.4.0-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.3.2-SNAPSHOT API +engine.io-client 0.4.0-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 7639dea6..b5da6e2c 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,10 +2,10 @@ - + -Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index df7f5ea8..7009e311 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,10 +2,10 @@ - + -Serialized Form (engine.io-client 0.3.2-SNAPSHOT API) +Serialized Form (engine.io-client 0.4.0-SNAPSHOT API) @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.3.2-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.4.0-SNAPSHOT API)"; } } diff --git a/dependencies.html b/dependencies.html index aafd9fc5..10a8a98d 100644 --- a/dependencies.html +++ b/dependencies.html @@ -28,7 +28,7 @@
    Last Published: 2015-01-25 -  | Version: 0.3.2-SNAPSHOT +  | Version: 0.4.0-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 229c930b..20f9e3d6 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,13 +2,13 @@ - + -Emitter (engine.io-client 0.4.0-SNAPSHOT API) +Emitter (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Emitter (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Emitter (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 7e2632c3..2062bdac 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index d64a1606..c60a83c5 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index d777337e..f5b343e9 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index eba9d734..88ff9028 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 4b2621c6..d6616693 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index a6e5ffca..2e0529cd 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index d909fed1..138135fe 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,13 +2,13 @@ - + -EngineIOException (engine.io-client 0.4.0-SNAPSHOT API) +EngineIOException (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EngineIOException (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="EngineIOException (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index 88f9f4c2..b41f2cdd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,13 +2,13 @@ - + -HandshakeData (engine.io-client 0.4.0-SNAPSHOT API) +HandshakeData (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HandshakeData (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="HandshakeData (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 9249ee9b..100394d7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,13 +2,13 @@ - + -Socket.Options (engine.io-client 0.4.0-SNAPSHOT API) +Socket.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Socket.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index c0499091..2c5144de 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,13 +2,13 @@ - + -Socket (engine.io-client 0.4.0-SNAPSHOT API) +Socket (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Socket (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Socket (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 6ed27f4f..c0b48c41 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,13 +2,13 @@ - + -Transport.Options (engine.io-client 0.4.0-SNAPSHOT API) +Transport.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Transport.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 21b843fd..4ba8dfb5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API) +Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 566c914f..7d0c124c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,13 +2,13 @@ - + -Transport (engine.io-client 0.4.0-SNAPSHOT API) +Transport (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Transport (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Transport (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index ab77ea82..e1fae1b9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index d6fd0772..9b9b5b04 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index f6754374..8536efb4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 7962fbaa..102943b3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index f414ad40..717209ba 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index af9fda68..8421ca88 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index cfcb23c9..d2fbeb77 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 67ce118c..b490e7e6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index afb194e1..1bdb0ab9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 6dd1c6e3..d7a54aae 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 19bca331..cad5e01e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index 30b69c8f..e774f0a0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,13 +2,13 @@ - + -Polling (engine.io-client 0.4.0-SNAPSHOT API) +Polling (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Polling (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Polling (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 41eb701f..76a7b935 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API) +PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index cb7a9684..afaf0c15 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API) +PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index d0338305..196e4e73 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,13 +2,13 @@ - + -PollingXHR (engine.io-client 0.4.0-SNAPSHOT API) +PollingXHR (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PollingXHR (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="PollingXHR (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index ea49e978..54523490 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,13 +2,13 @@ - + -WebSocket (engine.io-client 0.4.0-SNAPSHOT API) +WebSocket (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="WebSocket (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="WebSocket (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 3933b808..9a74e074 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 539b9e30..2a94eaa3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 56122e78..5864f83c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index ecdfe660..5646767b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 16de2ab9..c0bfb975 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 3f9f1064..98e0154c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index f9a257b2..76347432 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 6c14937a..f51e0eff 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 73ad1029..c4460b24 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index e00eefbc..ae1d23a6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,13 +2,13 @@ - + -Packet (engine.io-client 0.4.0-SNAPSHOT API) +Packet (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Packet (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Packet (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index e462c007..fcd535bf 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API) +Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index 97235578..a6338ff5 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API) +Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index caf047ac..c5e8b2f4 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,13 +2,13 @@ - + -Parser (engine.io-client 0.4.0-SNAPSHOT API) +Parser (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Parser (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Parser (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 18e118cd..1f375cff 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index f6d14858..88120ad6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index ee2d9345..efe890ba 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,13 +2,13 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index d27b1ecb..0d848279 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 5e4d1695..2b3fb88d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index ce871315..43e01191 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 43ac20ec..6dda5443 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 3bf6e181..2441ffa9 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 82014372..a2d6efdf 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,13 +2,13 @@ - + -Global (engine.io-client 0.4.0-SNAPSHOT API) +Global (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Global (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Global (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 996b9032..24cfb0a6 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 69d1e287..84f12881 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index d5cee737..75f50c8b 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 11fe6242..11fa7f50 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 904a4f31..14f4af1c 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index cacce3db..eb81ca82 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,13 +2,13 @@ - + -ParseQS (engine.io-client 0.4.0-SNAPSHOT API) +ParseQS (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ParseQS (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="ParseQS (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 1ee820a0..0cb21531 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index dc1f517e..78d29cd2 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index f9d9fd59..38c59bb9 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index ac70e57f..abcca4c6 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index 1ba14e94..9ed845a3 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index b7c6a4ea..78f23c72 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,13 +2,13 @@ - + -EventThread (engine.io-client 0.4.0-SNAPSHOT API) +EventThread (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EventThread (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="EventThread (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 1e745a7f..f74a4ab7 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 7d099a66..4b692a97 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index f15d5519..62b00a87 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 349daa0f..60529458 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 39dcd080..0e23b396 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 57340fcd..8897926d 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,13 +2,13 @@ - + -UTF8 (engine.io-client 0.4.0-SNAPSHOT API) +UTF8 (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8 (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="UTF8 (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 86b8e573..5e285a2f 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,13 +2,13 @@ - + -UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API) +UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index 77bcd178..e16e8e25 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index fd4d2fbb..33eab727 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,13 +2,13 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index d774aae2..0af84d74 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index f21e6c32..48d0a841 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 76962a2e..a994b272 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,13 +2,13 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 4471b1cd..a46d2903 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,13 +2,13 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API) +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 31480478..49493f48 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + -Constant Field Values (engine.io-client 0.4.0-SNAPSHOT API) +Constant Field Values (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Constant Field Values (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index ca5b6550..c3968509 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + -Deprecated List (engine.io-client 0.4.0-SNAPSHOT API) +Deprecated List (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Deprecated List (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index cf68dd8a..2b986709 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + -API Help (engine.io-client 0.4.0-SNAPSHOT API) +API Help (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="API Help (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 4dde1e77..a578b557 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + -Index (engine.io-client 0.4.0-SNAPSHOT API) +Index (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Index (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/index.html b/apidocs/index.html index 0ae32649..d9987bb5 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,10 +2,10 @@ - + -engine.io-client 0.4.0-SNAPSHOT API +engine.io-client 0.4.1-SNAPSHOT API @@ -82,7 +82,7 @@

    -engine.io-client 0.4.0-SNAPSHOT API +engine.io-client 0.4.1-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index b5da6e2c..e3d8f79c 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + -Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API) +Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 7009e311..66348400 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + -Serialized Form (engine.io-client 0.4.0-SNAPSHOT API) +Serialized Form (engine.io-client 0.4.1-SNAPSHOT API) - + @@ -16,7 +16,7 @@ function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (engine.io-client 0.4.0-SNAPSHOT API)"; + parent.document.title="Serialized Form (engine.io-client 0.4.1-SNAPSHOT API)"; } } diff --git a/dependencies.html b/dependencies.html index 10a8a98d..14e0051c 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client @@ -186,7 +186,7 @@

    Project Dependency Graph

    diff --git a/mail-lists.html b/mail-lists.html index 87434cb1..929fca05 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 93f21d2c..23de0e3a 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 0ec1e7f5..1210126b 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index 198f8978..84fa9989 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 94890412..fe7f22cb 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.4.0-SNAPSHOT +0.4.1-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index b3c9d426..6930aef5 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index fe8c0437..0e6dad21 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-01-25 -  | Version: 0.4.0-SNAPSHOT + Last Published: 2015-02-08 +  | Version: 0.4.1-SNAPSHOT
    engine.io-client From d026220689ba62222ca88e5d95919109e42de1d5 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 2 May 2015 16:02:35 +0000 Subject: [PATCH 25/41] Creating site for 0.5.0-SNAPSHOT --- apidocs/allclasses-frame.html | 115 +- apidocs/allclasses-noframe.html | 115 +- .../nkzawa/emitter/Emitter.Listener.html | 388 ++-- .../com/github/nkzawa/emitter/Emitter.html | 825 ++++---- .../emitter/class-use/Emitter.Listener.html | 379 ++-- .../nkzawa/emitter/class-use/Emitter.html | 544 +++-- .../github/nkzawa/emitter/package-frame.html | 66 +- .../nkzawa/emitter/package-summary.html | 298 ++- .../github/nkzawa/emitter/package-tree.html | 267 ++- .../github/nkzawa/emitter/package-use.html | 386 ++-- .../engineio/client/EngineIOException.html | 638 +++--- .../nkzawa/engineio/client/HandshakeData.html | 517 +++-- .../engineio/client/Socket.Options.html | 650 +++--- .../github/nkzawa/engineio/client/Socket.html | 1753 ++++++++--------- .../engineio/client/Transport.Options.html | 793 ++++---- .../engineio/client/Transport.ReadyState.html | 696 ++++--- .../nkzawa/engineio/client/Transport.html | 1598 +++++++-------- .../client/class-use/EngineIOException.html | 236 +-- .../client/class-use/HandshakeData.html | 236 +-- .../client/class-use/Socket.Options.html | 332 ++-- .../engineio/client/class-use/Socket.html | 369 ++-- .../client/class-use/Transport.Options.html | 402 ++-- .../class-use/Transport.ReadyState.html | 359 ++-- .../engineio/client/class-use/Transport.html | 413 ++-- .../nkzawa/engineio/client/package-frame.html | 93 +- .../engineio/client/package-summary.html | 359 ++-- .../nkzawa/engineio/client/package-tree.html | 309 ++- .../nkzawa/engineio/client/package-use.html | 380 ++-- .../engineio/client/transports/Polling.html | 1017 +++++----- .../PollingXHR.Request.Options.html | 600 +++--- .../client/transports/PollingXHR.Request.html | 782 ++++---- .../client/transports/PollingXHR.html | 768 ++++---- .../engineio/client/transports/WebSocket.html | 807 ++++---- .../client/transports/class-use/Polling.html | 312 ++- .../class-use/PollingXHR.Request.Options.html | 337 ++-- .../class-use/PollingXHR.Request.html | 324 ++- .../transports/class-use/PollingXHR.html | 236 +-- .../transports/class-use/WebSocket.html | 236 +-- .../client/transports/package-frame.html | 63 +- .../client/transports/package-summary.html | 299 ++- .../client/transports/package-tree.html | 279 ++- .../client/transports/package-use.html | 313 ++- .../github/nkzawa/engineio/parser/Packet.html | 806 ++++---- .../parser/Parser.DecodePayloadCallback.html | 396 ++-- .../parser/Parser.EncodeCallback.html | 390 ++-- .../github/nkzawa/engineio/parser/Parser.html | 779 ++++---- .../engineio/parser/class-use/Packet.html | 553 +++--- .../Parser.DecodePayloadCallback.html | 328 ++- .../class-use/Parser.EncodeCallback.html | 344 ++-- .../engineio/parser/class-use/Parser.html | 236 +-- .../nkzawa/engineio/parser/package-frame.html | 72 +- .../engineio/parser/package-summary.html | 312 ++- .../nkzawa/engineio/parser/package-tree.html | 269 ++- .../nkzawa/engineio/parser/package-use.html | 389 ++-- apidocs/com/github/nkzawa/global/Global.html | 442 +++-- .../nkzawa/global/class-use/Global.html | 236 +-- .../github/nkzawa/global/package-frame.html | 51 +- .../github/nkzawa/global/package-summary.html | 267 ++- .../github/nkzawa/global/package-tree.html | 258 ++- .../com/github/nkzawa/global/package-use.html | 236 +-- .../com/github/nkzawa/parseqs/ParseQS.html | 442 +++-- .../nkzawa/parseqs/class-use/ParseQS.html | 236 +-- .../github/nkzawa/parseqs/package-frame.html | 51 +- .../nkzawa/parseqs/package-summary.html | 267 ++- .../github/nkzawa/parseqs/package-tree.html | 258 ++- .../github/nkzawa/parseqs/package-use.html | 236 +-- .../com/github/nkzawa/thread/EventThread.html | 590 +++--- .../nkzawa/thread/class-use/EventThread.html | 236 +-- .../github/nkzawa/thread/package-frame.html | 51 +- .../github/nkzawa/thread/package-summary.html | 269 ++- .../github/nkzawa/thread/package-tree.html | 265 ++- .../com/github/nkzawa/thread/package-use.html | 236 +-- apidocs/com/github/nkzawa/utf8/UTF8.html | 519 +++-- .../com/github/nkzawa/utf8/UTF8Exception.html | 613 +++--- .../github/nkzawa/utf8/class-use/UTF8.html | 236 +-- .../nkzawa/utf8/class-use/UTF8Exception.html | 312 ++- .../com/github/nkzawa/utf8/package-frame.html | 66 +- .../github/nkzawa/utf8/package-summary.html | 298 ++- .../com/github/nkzawa/utf8/package-tree.html | 278 ++- .../com/github/nkzawa/utf8/package-use.html | 295 ++- apidocs/constant-values.html | 963 ++++----- apidocs/deprecated-list.html | 238 +-- apidocs/help-doc.html | 420 ++-- apidocs/index-all.html | 1495 +++++++------- apidocs/index.html | 63 +- apidocs/overview-frame.html | 83 +- apidocs/overview-summary.html | 318 ++- apidocs/overview-tree.html | 361 ++-- apidocs/resources/background.gif | Bin 0 -> 2313 bytes apidocs/resources/inherit.gif | Bin 57 -> 0 bytes apidocs/resources/tab.gif | Bin 0 -> 291 bytes apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes apidocs/serialized-form.html | 368 ++-- apidocs/stylesheet.css | 501 ++++- dependencies.html | 174 +- dependency-info.html | 22 +- distribution-management.html | 8 +- index.html | 8 +- integration.html | 8 +- issue-tracking.html | 8 +- license.html | 13 +- mail-lists.html | 8 +- plugin-management.html | 8 +- plugins.html | 8 +- project-info.html | 8 +- project-summary.html | 10 +- source-repository.html | 8 +- team-list.html | 8 +- 109 files changed, 17729 insertions(+), 19387 deletions(-) create mode 100644 apidocs/resources/background.gif delete mode 100644 apidocs/resources/inherit.gif create mode 100644 apidocs/resources/tab.gif create mode 100644 apidocs/resources/titlebar.gif create mode 100644 apidocs/resources/titlebar_end.gif diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 41379a7a..8c06b3bb 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -1,76 +1,41 @@ - - - - - - -All Classes (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -All Classes -
    - - - - - -
    Emitter -
    -Emitter.Listener -
    -EngineIOException -
    -EventThread -
    -Global -
    -HandshakeData -
    -Packet -
    -ParseQS -
    -Parser -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options -
    -Transport.ReadyState -
    -UTF8 -
    -UTF8Exception -
    -WebSocket -
    -
    - - - + + + + + +All Classes (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    All Classes

    + + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 1abdd0a1..3cd9078e 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -1,76 +1,41 @@ - - - - - - -All Classes (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -All Classes -
    - - - - - -
    Emitter -
    -Emitter.Listener -
    -EngineIOException -
    -EventThread -
    -Global -
    -HandshakeData -
    -Packet -
    -ParseQS -
    -Parser -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options -
    -Transport.ReadyState -
    -UTF8 -
    -UTF8Exception -
    -WebSocket -
    -
    - - - + + + + + +All Classes (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    All Classes

    + + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index f6eb4971..930c3f0d 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -1,210 +1,212 @@ - - - - - - -Emitter.Listener (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + +
    +
    + + +
    + + +
    - -
    -

    - -com.github.nkzawa.emitter -
    -Interface Emitter.Listener

    -
    -
    Enclosing class:
    Emitter
    -
    -
    -
    -
    public static interface Emitter.Listener
    - - -

    -


    - -

    - +

    +
    com.github.nkzawa.emitter
    +

    Interface Emitter.Listener

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Emitter
      +
      +
      +
      +
      public static interface Emitter.Listener
      +
    • +
    +
    +
    +
      +
    • - - - - - - - - - - -
      -Method Summary
      - voidcall(Object... args) - -
      -           
      -  -

      - +

        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        voidcall(Object... args) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • - - - - - - -
      -Method Detail
      - -

      -call

      -
      -void call(Object... args)
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          call

          +
          void call(Object... args)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + +
    +
    + + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 20f9e3d6..c671acd9 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -1,444 +1,421 @@ - - - - - - -Emitter (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + +
    +
    + + +
    + + +
    - -
    -

    - -com.github.nkzawa.emitter -
    -Class Emitter

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -
    -
    -
    Direct Known Subclasses:
    PollingXHR.Request, Socket, Transport
    -
    -
    -
    -
    public class Emitter
    extends Object
    - - -

    -The event emitter which is ported from the JavaScript module. This class is thread-safe. -

    - -

    -

    -
    See Also:
    https://github.com/component/emitter
    -
    - -

    +

    +
    com.github.nkzawa.emitter
    +

    Class Emitter

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Constructor Detail
      - -

      -Emitter

      -
      -public Emitter()
      -
      -
      - +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Emitter

          +
          public Emitter()
          +
        • +
        +
      • +
      - - - - - - -
      -Method Detail
      - -

      -on

      -
      -public Emitter on(String event,
      -                  Emitter.Listener fn)
      -
      -
      Listens on the event. -

      -

      -
      Parameters:
      event - event name.
      fn - -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -once

      -
      -public Emitter once(String event,
      -                    Emitter.Listener fn)
      -
      -
      Adds a one time listener for the event. -

      -

      -
      Parameters:
      event - an event name.
      fn - -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -off

      -
      -public Emitter off()
      -
      -
      Removes all registered listeners. -

      -

      - -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -off

      -
      -public Emitter off(String event)
      -
      -
      Removes all listeners of the specified event. -

      -

      -
      Parameters:
      event - an event name. -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -off

      -
      -public Emitter off(String event,
      -                   Emitter.Listener fn)
      -
      -
      Removes the listener. -

      -

      -
      Parameters:
      event - an event name.
      fn - -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -emit

      -
      -public Emitter emit(String event,
      -                    Object... args)
      -
      -
      Executes each of listeners with the given args. -

      -

      -
      Parameters:
      event - an event name.
      args - -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -listeners

      -
      -public List<Emitter.Listener> listeners(String event)
      -
      -
      Returns a list of listeners for the specified event. -

      -

      -
      Parameters:
      event - an event name. -
      Returns:
      a reference to this object.
      -
      -
      -
      - -

      -hasListeners

      -
      -public boolean hasListeners(String event)
      -
      -
      Check if this emitter has listeners for the specified event. -

      -

      -
      Parameters:
      event - an event name. -
      Returns:
      a reference to this object.
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          on

          +
          public Emitter on(String event,
          +         Emitter.Listener fn)
          +
          Listens on the event.
          +
          Parameters:
          event - event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          once

          +
          public Emitter once(String event,
          +           Emitter.Listener fn)
          +
          Adds a one time listener for the event.
          +
          Parameters:
          event - an event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off()
          +
          Removes all registered listeners.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off(String event)
          +
          Removes all listeners of the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off(String event,
          +          Emitter.Listener fn)
          +
          Removes the listener.
          +
          Parameters:
          event - an event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          emit

          +
          public Emitter emit(String event,
          +           Object... args)
          +
          Executes each of listeners with the given args.
          +
          Parameters:
          event - an event name.
          args -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          listeners

          +
          public List<Emitter.Listener> listeners(String event)
          +
          Returns a list of listeners for the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          hasListeners

          +
          public boolean hasListeners(String event)
          +
          Check if this emitter has listeners for the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + +
    +
    + + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 2062bdac..05e5407e 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -1,216 +1,189 @@ - - - - - - -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.emitter.Emitter.Listener

    -
    - - - - - - - - - -
    -Packages that use Emitter.Listener
    com.github.nkzawa.emitter  
    -  -

    - - - - - -
    -Uses of Emitter.Listener in com.github.nkzawa.emitter
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.emitter that return types with arguments of type Emitter.Listener
    - List<Emitter.Listener>Emitter.listeners(String event) - -
    -          Returns a list of listeners for the specified event.
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.emitter with parameters of type Emitter.Listener
    - EmitterEmitter.off(String event, - Emitter.Listener fn) - -
    -          Removes the listener.
    - EmitterEmitter.on(String event, - Emitter.Listener fn) - -
    -          Listens on the event.
    - EmitterEmitter.once(String event, - Emitter.Listener fn) - -
    -          Adds a one time listener for the event.
    -  -

    -


    - - +
    +

    Uses of Interface
    com.github.nkzawa.emitter.Emitter.Listener

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index c60a83c5..d0e523c1 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -1,315 +1,255 @@ - - - - - - -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -
    -

    -Uses of Class
    com.github.nkzawa.emitter.Emitter

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use Emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.emitter
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.emitter that return Emitter
    - EmitterEmitter.emit(String event, - Object... args) - -
    -          Executes each of listeners with the given args.
    - EmitterEmitter.off() - -
    -          Removes all registered listeners.
    - EmitterEmitter.off(String event) - -
    -          Removes all listeners of the specified event.
    - EmitterEmitter.off(String event, - Emitter.Listener fn) - -
    -          Removes the listener.
    - EmitterEmitter.on(String event, - Emitter.Listener fn) - -
    -          Listens on the event.
    - EmitterEmitter.once(String event, - Emitter.Listener fn) - -
    -          Adds a one time listener for the event.
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - -
    Subclasses of Emitter in com.github.nkzawa.engineio.client
    - classSocket - -
    -          The socket class for Event.IO Client.
    - classTransport - -
    -           
    -  -

    - - - - - -
    -Uses of Emitter in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of Emitter in com.github.nkzawa.engineio.client.transports
    - classPolling - -
    -           
    - classPollingXHR - -
    -           
    -static classPollingXHR.Request - -
    -           
    - classWebSocket - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.emitter.Emitter

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index f5b343e9..95b8a778 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -1,44 +1,24 @@ - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.emitter - - - - -
    -Interfaces  - -
    -Emitter.Listener
    - - - - - - -
    -Classes  - -
    -Emitter
    - - - - + + + + + +com.github.nkzawa.emitter (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.emitter

    +
    +

    Interfaces

    + +

    Classes

    + +
    + + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index 88ff9028..d2f1fd6e 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -1,172 +1,152 @@ - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -

    -Package com.github.nkzawa.emitter -

    - - - - - - - - - -
    -Interface Summary
    Emitter.Listener 
    -  - -

    - - - - - - - - - -
    -Class Summary
    EmitterThe event emitter which is ported from the JavaScript module.
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.emitter

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Interface Summary 
      InterfaceDescription
      Emitter.Listener 
      +
    • +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      Emitter +
      The event emitter which is ported from the JavaScript module.
      +
      +
    • +
    +
    - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index d6616693..043d5cd6 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -1,159 +1,134 @@ - - - - - - -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.emitter -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.emitter

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + +
    + + +
    - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 2e0529cd..e61becb1 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -1,215 +1,197 @@ - - - - - - -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + +
    + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.emitter

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.emitter
    com.github.nkzawa.emitter  
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.emitter
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    Emitter.Listener - -
    -           
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.emitter used by com.github.nkzawa.engineio.client.transports
    Emitter - -
    -          The event emitter which is ported from the JavaScript module.
    -  -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.emitter

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 138135fe..7c881111 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -1,339 +1,339 @@ - - - - - - -EngineIOException (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class EngineIOException

    -
    -java.lang.Object
    -  extended by java.lang.Throwable
    -      extended by java.lang.Exception
    -          extended by com.github.nkzawa.engineio.client.EngineIOException
    -
    -
    -
    All Implemented Interfaces:
    Serializable
    -
    -
    -
    -
    public class EngineIOException
    extends Exception
    - - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class EngineIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -transport

      -
      -public String transport
      -
      -
      -
      -
      -
      - -

      -code

      -
      -public Object code
      -
      -
      -
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -EngineIOException

      -
      -public EngineIOException()
      -
      -
      -
      - -

      -EngineIOException

      -
      -public EngineIOException(String message)
      -
      -
      -
      - -

      -EngineIOException

      -
      -public EngineIOException(String message,
      -                         Throwable cause)
      -
      -
      -
      - -

      -EngineIOException

      -
      -public EngineIOException(Throwable cause)
      -
      -
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException()
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(String message)
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(String message,
          +                 Throwable cause)
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(Throwable cause)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index b41f2cdd..e3342573 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -1,282 +1,271 @@ - - - - - - -HandshakeData (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class HandshakeData

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.HandshakeData
    -
    -
    -
    -
    public class HandshakeData
    extends Object
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class HandshakeData

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class HandshakeData
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -sid

      -
      -public String sid
      -
      -
      -
      -
      -
      - -

      -upgrades

      -
      -public String[] upgrades
      -
      -
      -
      -
      -
      - -

      -pingInterval

      -
      -public long pingInterval
      -
      -
      -
      -
      -
      - -

      -pingTimeout

      -
      -public long pingTimeout
      -
      -
      -
      -
      +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          sid

          +
          public String sid
          +
        • +
        + + + +
          +
        • +

          upgrades

          +
          public String[] upgrades
          +
        • +
        + + + +
          +
        • +

          pingInterval

          +
          public long pingInterval
          +
        • +
        + + + +
          +
        • +

          pingTimeout

          +
          public long pingTimeout
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 100394d7..4c1df501 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -1,350 +1,340 @@ - - - - - - -Socket.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class Socket.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.Transport.Options
    -      extended by com.github.nkzawa.engineio.client.Socket.Options
    -
    -
    -
    Enclosing class:
    Socket
    -
    -
    -
    -
    public static class Socket.Options
    extends Transport.Options
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class Socket.Options

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -transports

      -
      -public String[] transports
      -
      -
      List of transport names. -

      -

      -
      -
      -
      - -

      -upgrade

      -
      -public boolean upgrade
      -
      -
      Whether to upgrade the transport. Defaults to `true`. -

      -

      -
      -
      -
      - -

      -rememberUpgrade

      -
      -public boolean rememberUpgrade
      -
      -
      -
      -
      -
      - -

      -host

      -
      -public String host
      -
      -
      -
      -
      -
      - -

      -query

      -
      -public String query
      -
      -
      -
      -
      - +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          transports

          +
          public String[] transports
          +
          List of transport names.
          +
        • +
        + + + +
          +
        • +

          upgrade

          +
          public boolean upgrade
          +
          Whether to upgrade the transport. Defaults to `true`.
          +
        • +
        + + + +
          +
        • +

          rememberUpgrade

          +
          public boolean rememberUpgrade
          +
        • +
        + + + +
          +
        • +

          host

          +
          public String host
          +
        • +
        + + + +
          +
        • +

          query

          +
          public String query
          +
        • +
        +
      • +
      - - - - - - -
      -Constructor Detail
      - -

      -Socket.Options

      -
      -public Socket.Options()
      -
      -
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Socket.Options

          +
          public Socket.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 2c5144de..5d60f77f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -1,954 +1,843 @@ - - - - - - -Socket (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class Socket

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Socket
    -
    -
    -
    -
    public class Socket
    extends Emitter
    - - -

    -The socket class for Event.IO Client. -

    - -

    -

    -
    See Also:
    https://github.com/LearnBoost/engine.io-client
    -
    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class Socket

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -EVENT_OPEN

      -
      -public static final String EVENT_OPEN
      -
      -
      Called on successful connection. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_CLOSE

      -
      -public static final String EVENT_CLOSE
      -
      -
      Called on disconnection. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_MESSAGE

      -
      -public static final String EVENT_MESSAGE
      -
      -
      Called when data is received from the server. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_ERROR

      -
      -public static final String EVENT_ERROR
      -
      -
      Called when an error occurs. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_UPGRADE_ERROR

      -
      -public static final String EVENT_UPGRADE_ERROR
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_FLUSH

      -
      -public static final String EVENT_FLUSH
      -
      -
      Called on completing a buffer flush. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_DRAIN

      -
      -public static final String EVENT_DRAIN
      -
      -
      Called after `drain` event of transport if writeBuffer is empty. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_HANDSHAKE

      -
      -public static final String EVENT_HANDSHAKE
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_UPGRADING

      -
      -public static final String EVENT_UPGRADING
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_UPGRADE

      -
      -public static final String EVENT_UPGRADE
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_PACKET

      -
      -public static final String EVENT_PACKET
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_PACKET_CREATE

      -
      -public static final String EVENT_PACKET_CREATE
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_HEARTBEAT

      -
      -public static final String EVENT_HEARTBEAT
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_DATA

      -
      -public static final String EVENT_DATA
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_TRANSPORT

      -
      -public static final String EVENT_TRANSPORT
      -
      -
      Called on a new transport is created. -

      -

      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -protocol

      -
      -public static final int protocol
      -
      -
      The protocol version. -

      -

      -
      See Also:
      Constant Field Values
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -Socket

      -
      -public Socket()
      -
      -
      -
      - -

      -Socket

      -
      -public Socket(String uri)
      -       throws URISyntaxException
      -
      -
      Creates a socket. -

      -

      -
      Parameters:
      uri - URI to connect. -
      Throws: -
      URISyntaxException
      -
      -
      - -

      -Socket

      -
      -public Socket(URI uri)
      -
      -
      -
      - -

      -Socket

      -
      -public Socket(String uri,
      -              Socket.Options opts)
      -       throws URISyntaxException
      -
      -
      Creates a socket with options. -

      -

      -
      Parameters:
      uri - URI to connect.
      opts - options for socket -
      Throws: -
      URISyntaxException
      -
      -
      - -

      -Socket

      -
      -public Socket(URI uri,
      -              Socket.Options opts)
      -
      -
      -
      - -

      -Socket

      -
      -public Socket(Socket.Options opts)
      -
      -
      - + - - - - - - -
      -Method Detail
      - -

      -setDefaultSSLContext

      -
      -public static void setDefaultSSLContext(SSLContext sslContext)
      -
      -
      -
      -
      -
      -
      - -

      -open

      -
      -public Socket open()
      -
      -
      Connects the client. -

      -

      - -
      Returns:
      a reference to to this object.
      -
      -
      -
      - -

      -ping

      -
      -public void ping()
      -
      -
      Sends a ping packet. -

      -

      -
      -
      -
      -
      - -

      -write

      -
      -public void write(String msg)
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -public void write(String msg,
      -                  Runnable fn)
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -public void write(byte[] msg)
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -public void write(byte[] msg,
      -                  Runnable fn)
      -
      -
      -
      -
      -
      -
      - -

      -send

      -
      -public void send(String msg)
      -
      -
      Sends a message. -

      -

      -
      Parameters:
      msg -
      -
      -
      -
      - -

      -send

      -
      -public void send(byte[] msg)
      -
      -
      -
      -
      -
      -
      - -

      -send

      -
      -public void send(String msg,
      -                 Runnable fn)
      -
      -
      Sends a message. -

      -

      -
      Parameters:
      msg -
      fn - callback to be called on drain
      -
      -
      -
      - -

      -send

      -
      -public void send(byte[] msg,
      -                 Runnable fn)
      -
      -
      -
      -
      -
      -
      - -

      -close

      -
      -public Socket close()
      -
      -
      Disconnects the client. -

      -

      - -
      Returns:
      a reference to to this object.
      -
      -
      -
      - -

      -id

      -
      -public String id()
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setDefaultSSLContext

          +
          public static void setDefaultSSLContext(SSLContext sslContext)
          +
        • +
        + + + +
          +
        • +

          setDefaultHostnameVerifier

          +
          public static void setDefaultHostnameVerifier(HostnameVerifier hostnameVerifier)
          +
        • +
        + + + +
          +
        • +

          open

          +
          public Socket open()
          +
          Connects the client.
          +
          Returns:
          a reference to to this object.
          +
        • +
        + + + +
          +
        • +

          ping

          +
          public void ping()
          +
          Sends a ping packet.
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(String msg)
          +
        • +
        + + + + + + + +
          +
        • +

          write

          +
          public void write(byte[] msg)
          +
        • +
        + + + +
          +
        • +

          write

          +
          public void write(byte[] msg,
          +         Runnable fn)
          +
        • +
        + + + +
          +
        • +

          send

          +
          public void send(String msg)
          +
          Sends a message.
          +
          Parameters:
          msg -
          +
        • +
        + + + +
          +
        • +

          send

          +
          public void send(byte[] msg)
          +
        • +
        + + + +
          +
        • +

          send

          +
          public void send(String msg,
          +        Runnable fn)
          +
          Sends a message.
          +
          Parameters:
          msg -
          fn - callback to be called on drain
          +
        • +
        + + + +
          +
        • +

          send

          +
          public void send(byte[] msg,
          +        Runnable fn)
          +
        • +
        + + + +
          +
        • +

          close

          +
          public Socket close()
          +
          Disconnects the client.
          +
          Returns:
          a reference to to this object.
          +
        • +
        + + + +
          +
        • +

          id

          +
          public String id()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index c0b48c41..9d5a998e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -1,429 +1,404 @@ - - - - - - -Transport.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class Transport.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.Transport.Options
    -
    -
    -
    Direct Known Subclasses:
    Socket.Options
    -
    -
    -
    Enclosing class:
    Transport
    -
    -
    -
    -
    public static class Transport.Options
    extends Object
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class Transport.Options

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.github.nkzawa.engineio.client.Transport.Options
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -hostname

      -
      -public String hostname
      -
      -
      -
      -
      -
      - -

      -path

      -
      -public String path
      -
      -
      -
      -
      -
      - -

      -timestampParam

      -
      -public String timestampParam
      -
      -
      -
      -
      -
      - -

      -secure

      -
      -public boolean secure
      -
      -
      -
      -
      -
      - -

      -timestampRequests

      -
      -public boolean timestampRequests
      -
      -
      -
      -
      -
      - -

      -port

      -
      -public int port
      -
      -
      -
      -
      -
      - -

      -policyPort

      -
      -public int policyPort
      -
      -
      -
      -
      -
      - -

      -query

      -
      -public Map<String,String> query
      -
      -
      -
      -
      -
      - -

      -sslContext

      -
      -public SSLContext sslContext
      -
      -
      -
      -
      -
      - -

      -socket

      -
      -protected Socket socket
      -
      -
      -
      -
      - +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          hostname

          +
          public String hostname
          +
        • +
        + + + +
          +
        • +

          path

          +
          public String path
          +
        • +
        + + + +
          +
        • +

          timestampParam

          +
          public String timestampParam
          +
        • +
        + + + +
          +
        • +

          secure

          +
          public boolean secure
          +
        • +
        + + + +
          +
        • +

          timestampRequests

          +
          public boolean timestampRequests
          +
        • +
        + + + +
          +
        • +

          port

          +
          public int port
          +
        • +
        + + + +
          +
        • +

          policyPort

          +
          public int policyPort
          +
        • +
        + + + + + + + + + + + + + + + +
          +
        • +

          socket

          +
          protected Socket socket
          +
        • +
        +
      • +
      - - - - - - -
      -Constructor Detail
      - -

      -Transport.Options

      -
      -public Transport.Options()
      -
      -
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Transport.Options

          +
          public Transport.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 4ba8dfb5..b572a91c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -1,380 +1,366 @@ - - - - - - -Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Enum Transport.ReadyState

    -
    -java.lang.Object
    -  extended by java.lang.Enum<Transport.ReadyState>
    -      extended by com.github.nkzawa.engineio.client.Transport.ReadyState
    -
    -
    -
    All Implemented Interfaces:
    Serializable, Comparable<Transport.ReadyState>
    -
    -
    -
    Enclosing class:
    Transport
    -
    -
    -
    -
    protected static enum Transport.ReadyState
    extends Enum<Transport.ReadyState>
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Enum Transport.ReadyState

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Enum Constant Detail
      - -

      -OPENING

      -
      -public static final Transport.ReadyState OPENING
      -
      -
      -
      -
      -
      - -

      -OPEN

      -
      -public static final Transport.ReadyState OPEN
      -
      -
      -
      -
      -
      - -

      -CLOSED

      -
      -public static final Transport.ReadyState CLOSED
      -
      -
      -
      -
      -
      - -

      -PAUSED

      -
      -public static final Transport.ReadyState PAUSED
      -
      -
      -
      -
      - + - - - - - - -
      -Method Detail
      - -

      -values

      -
      -public static Transport.ReadyState[] values()
      -
      -
      Returns an array containing the constants of this enum type, in +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static Transport.ReadyState[] values()
          +
          Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
           for (Transport.ReadyState c : Transport.ReadyState.values())
               System.out.println(c);
          -
          -

          -

          - -
          Returns:
          an array containing the constants of this enum type, in -the order they are declared
          -
          -
      -
      - -

      -valueOf

      -
      -public static Transport.ReadyState valueOf(String name)
      -
      -
      Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an +
    +
    Returns:
    an array containing the constants of this enum type, in the order they are declared
    +
  • + + + + +
      +
    • +

      valueOf

      +
      public static Transport.ReadyState valueOf(String name)
      +
      Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are -not permitted.) -

      -

      -
      Parameters:
      name - the name of the enum constant to be returned. -
      Returns:
      the enum constant with the specified name -
      Throws: -
      IllegalArgumentException - if this enum type has no constant -with the specified name -
      NullPointerException - if the argument is null
      -
      - -
      - -

      -toString

      -
      -public String toString()
      -
      -
      -
      Overrides:
      toString in class Enum<Transport.ReadyState>
      -
      -
      -
      -
      -
      +not permitted.)
      +
      Parameters:
      name - the name of the enum constant to be returned.
      +
      Returns:
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
    • +
    + + + + +

  • + + + + + -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 7d0c124c..7b3759ac 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -1,890 +1,752 @@ - - - - - - -Transport (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client -
    -Class Transport

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -
    -
    -
    Direct Known Subclasses:
    Polling, WebSocket
    -
    -
    -
    -
    public abstract class Transport
    extends Emitter
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client
    +

    Class Transport

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -EVENT_OPEN

      -
      -public static final String EVENT_OPEN
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_CLOSE

      -
      -public static final String EVENT_CLOSE
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_PACKET

      -
      -public static final String EVENT_PACKET
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_DRAIN

      -
      -public static final String EVENT_DRAIN
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_ERROR

      -
      -public static final String EVENT_ERROR
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_REQUEST_HEADERS

      -
      -public static final String EVENT_REQUEST_HEADERS
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_RESPONSE_HEADERS

      -
      -public static final String EVENT_RESPONSE_HEADERS
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -timestamps

      -
      -protected static int timestamps
      -
      -
      -
      -
      -
      - -

      -writable

      -
      -public boolean writable
      -
      -
      -
      -
      -
      - -

      -name

      -
      -public String name
      -
      -
      -
      -
      -
      - -

      -query

      -
      -public Map<String,String> query
      -
      -
      -
      -
      -
      - -

      -secure

      -
      -protected boolean secure
      -
      -
      -
      -
      -
      - -

      -timestampRequests

      -
      -protected boolean timestampRequests
      -
      -
      -
      -
      -
      - -

      -port

      -
      -protected int port
      -
      -
      -
      -
      -
      - -

      -path

      -
      -protected String path
      -
      -
      -
      -
      -
      - -

      -hostname

      -
      -protected String hostname
      -
      -
      -
      -
      -
      - -

      -timestampParam

      -
      -protected String timestampParam
      -
      -
      -
      -
      -
      - -

      -sslContext

      -
      -protected SSLContext sslContext
      -
      -
      -
      -
      -
      - -

      -socket

      -
      -protected Socket socket
      -
      -
      -
      -
      -
      - -

      -readyState

      -
      -protected Transport.ReadyState readyState
      -
      -
      -
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -Transport

      -
      -public Transport(Transport.Options opts)
      -
      -
      - + - - - - - - -
      -Method Detail
      - -

      -onError

      -
      -protected Transport onError(String msg,
      -                            Exception desc)
      -
      -
      -
      -
      -
      -
      - -

      -open

      -
      -public Transport open()
      -
      -
      -
      -
      -
      -
      - -

      -close

      -
      -public Transport close()
      -
      -
      -
      -
      -
      -
      - -

      -send

      -
      -public void send(Packet[] packets)
      -
      -
      -
      -
      -
      -
      - -

      -onOpen

      -
      -protected void onOpen()
      -
      -
      -
      -
      -
      -
      - -

      -onData

      -
      -protected void onData(String data)
      -
      -
      -
      -
      -
      -
      - -

      -onData

      -
      -protected void onData(byte[] data)
      -
      -
      -
      -
      -
      -
      - -

      -onPacket

      -
      -protected void onPacket(Packet packet)
      -
      -
      -
      -
      -
      -
      - -

      -onClose

      -
      -protected void onClose()
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -protected abstract void write(Packet[] packets)
      -
      -
      -
      -
      -
      -
      - -

      -doOpen

      -
      -protected abstract void doOpen()
      -
      -
      -
      -
      -
      -
      - -

      -doClose

      -
      -protected abstract void doClose()
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + + + + + + + + + + + + + +
          +
        • +

          send

          +
          public void send(Packet[] packets)
          +
        • +
        + + + +
          +
        • +

          onOpen

          +
          protected void onOpen()
          +
        • +
        + + + +
          +
        • +

          onData

          +
          protected void onData(String data)
          +
        • +
        + + + +
          +
        • +

          onData

          +
          protected void onData(byte[] data)
          +
        • +
        + + + +
          +
        • +

          onPacket

          +
          protected void onPacket(Packet packet)
          +
        • +
        + + + +
          +
        • +

          onClose

          +
          protected void onClose()
          +
        • +
        + + + +
          +
        • +

          write

          +
          protected abstract void write(Packet[] packets)
          +
        • +
        + + + +
          +
        • +

          doOpen

          +
          protected abstract void doOpen()
          +
        • +
        + + + +
          +
        • +

          doClose

          +
          protected abstract void doClose()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index e1fae1b9..41fb8d50 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.EngineIOException

    -
    -No usage of com.github.nkzawa.engineio.client.EngineIOException -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.EngineIOException

    +
    +
    No usage of com.github.nkzawa.engineio.client.EngineIOException
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index 9b9b5b04..8eee18da 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.HandshakeData

    -
    -No usage of com.github.nkzawa.engineio.client.HandshakeData -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.HandshakeData

    +
    +
    No usage of com.github.nkzawa.engineio.client.HandshakeData
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index 8536efb4..dc406ad2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -1,193 +1,165 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Socket.Options

    -
    - - - - - - - - - -
    -Packages that use Socket.Options
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Socket.Options in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client with parameters of type Socket.Options
    Socket(Socket.Options opts) - -
    -           
    Socket(String uri, - Socket.Options opts) - -
    -          Creates a socket with options.
    Socket(URI uri, - Socket.Options opts) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.Socket.Options

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 102943b3..8b65dfce 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -1,213 +1,182 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Socket

    -
    - - - - - - - - - -
    -Packages that use Socket
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Socket in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - -
    Fields in com.github.nkzawa.engineio.client declared as Socket
    -protected  SocketTransport.socket - -
    -           
    -protected  SocketTransport.Options.socket - -
    -           
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Socket
    - SocketSocket.close() - -
    -          Disconnects the client.
    - SocketSocket.open() - -
    -          Connects the client.
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.Socket

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 717209ba..9cdb84ad 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -1,234 +1,194 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport.Options

    -
    - - - - - - - - - - - - - -
    -Packages that use Transport.Options
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Transport.Options in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - -
    Subclasses of Transport.Options in com.github.nkzawa.engineio.client
    -static classSocket.Options - -
    -           
    -  -

    - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client with parameters of type Transport.Options
    Transport(Transport.Options opts) - -
    -           
    -  -

    - - - - - -
    -Uses of Transport.Options in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type Transport.Options
    Polling(Transport.Options opts) - -
    -           
    PollingXHR(Transport.Options opts) - -
    -           
    WebSocket(Transport.Options opts) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.Transport.Options

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index 8421ca88..d3f7bd1d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -1,206 +1,179 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport.ReadyState

    -
    - - - - - - - - - -
    -Packages that use Transport.ReadyState
    com.github.nkzawa.engineio.client  
    -  -

    - - - - - -
    -Uses of Transport.ReadyState in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - -
    Fields in com.github.nkzawa.engineio.client declared as Transport.ReadyState
    -protected  Transport.ReadyStateTransport.readyState - -
    -           
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Transport.ReadyState
    -static Transport.ReadyStateTransport.ReadyState.valueOf(String name) - -
    -          Returns the enum constant of this type with the specified name.
    -static Transport.ReadyState[]Transport.ReadyState.values() - -
    -          Returns an array containing the constants of this enum type, in -the order they are declared.
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.Transport.ReadyState

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index d2fbeb77..ac4971dd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -1,243 +1,196 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.Transport

    -
    - - - - - - - - - - - - - -
    -Packages that use Transport
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Transport in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client that return Transport
    - TransportTransport.close() - -
    -           
    -protected  TransportTransport.onError(String msg, - Exception desc) - -
    -           
    - TransportTransport.open() - -
    -           
    -  -

    - - - - - -
    -Uses of Transport in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of Transport in com.github.nkzawa.engineio.client.transports
    - classPolling - -
    -           
    - classPollingXHR - -
    -           
    - classWebSocket - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.Transport

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index b490e7e6..ff91d1cb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -1,63 +1,32 @@ - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client - - - - -
    -Classes  - -
    -HandshakeData -
    -Socket -
    -Socket.Options -
    -Transport -
    -Transport.Options
    - - - - - - -
    -Enums  - -
    -Transport.ReadyState
    - - - - - - -
    -Exceptions  - -
    -EngineIOException
    - - - - + + + + + +com.github.nkzawa.engineio.client (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.engineio.client

    + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 1bdb0ab9..25b4922b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -1,202 +1,183 @@ - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.engineio.client -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Class Summary
    HandshakeData 
    SocketThe socket class for Event.IO Client.
    Socket.Options 
    Transport 
    Transport.Options 
    -  - -

    - - - - - - - - - -
    -Enum Summary
    Transport.ReadyState 
    -  - -

    - - - - - - - - - -
    -Exception Summary
    EngineIOException 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.engineio.client

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index d7a54aae..83033beb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -1,173 +1,162 @@ - - - - - - -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.client -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Enum Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.engineio.client

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index cad5e01e..f2a317cb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -1,220 +1,186 @@ - - - - - - -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.client

    -
    - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.client
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client
    Socket - -
    -          The socket class for Event.IO Client.
    Socket.Options - -
    -           
    Transport - -
    -           
    Transport.Options - -
    -           
    Transport.ReadyState - -
    -           
    -  -

    - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client used by com.github.nkzawa.engineio.client.transports
    Transport - -
    -           
    Transport.Options - -
    -           
    -  -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.engineio.client

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index e774f0a0..cad26a1f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -1,555 +1,506 @@ - - - - - - -Polling (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client.transports -
    -Class Polling

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.Polling
    -
    -
    -
    Direct Known Subclasses:
    PollingXHR
    -
    -
    -
    -
    public abstract class Polling
    extends Transport
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client.transports
    +

    Class Polling

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      PollingXHR
      +
      +
      +
      +
      public abstract class Polling
      +extends Transport
      +
    • +
    +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -NAME

      -
      -public static final String NAME
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_POLL

      -
      -public static final String EVENT_POLL
      -
      -
      -
      See Also:
      Constant Field Values
      -
      -
      - -

      -EVENT_POLL_COMPLETE

      -
      -public static final String EVENT_POLL_COMPLETE
      -
      -
      -
      See Also:
      Constant Field Values
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -Polling

      -
      -public Polling(Transport.Options opts)
      -
      -
      - + - - - - - - -
      -Method Detail
      - -

      -doOpen

      -
      -protected void doOpen()
      -
      -
      -
      Specified by:
      doOpen in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -pause

      -
      -public void pause(Runnable onPause)
      -
      -
      -
      -
      -
      -
      - -

      -onData

      -
      -protected void onData(String data)
      -
      -
      -
      Overrides:
      onData in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -onData

      -
      -protected void onData(byte[] data)
      -
      -
      -
      Overrides:
      onData in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -doClose

      -
      -protected void doClose()
      -
      -
      -
      Specified by:
      doClose in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -protected void write(Packet[] packets)
      -
      -
      -
      Specified by:
      write in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -uri

      -
      -protected String uri()
      -
      -
      -
      -
      -
      -
      - -

      -doWrite

      -
      -protected abstract void doWrite(byte[] data,
      -                                Runnable fn)
      -
      -
      -
      -
      -
      -
      - -

      -doPoll

      -
      -protected abstract void doPoll()
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          doOpen

          +
          protected void doOpen()
          +
          +
          Specified by:
          +
          doOpen in class Transport
          +
          +
        • +
        + + + +
          +
        • +

          pause

          +
          public void pause(Runnable onPause)
          +
        • +
        + + + + + + + +
          +
        • +

          onData

          +
          protected void onData(byte[] data)
          +
          +
          Overrides:
          +
          onData in class Transport
          +
          +
        • +
        + + + +
          +
        • +

          doClose

          +
          protected void doClose()
          +
          +
          Specified by:
          +
          doClose in class Transport
          +
          +
        • +
        + + + +
          +
        • +

          write

          +
          protected void write(Packet[] packets)
          +
          +
          Specified by:
          +
          write in class Transport
          +
          +
        • +
        + + + +
          +
        • +

          uri

          +
          protected String uri()
          +
        • +
        + + + +
          +
        • +

          doWrite

          +
          protected abstract void doWrite(byte[] data,
          +           Runnable fn)
          +
        • +
        + + + +
          +
        • +

          doPoll

          +
          protected abstract void doPoll()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 76a7b935..bc1fd70e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -1,318 +1,322 @@ - - - - - - -PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR.Request.Options

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
    -
    -
    -
    Enclosing class:
    PollingXHR.Request
    -
    -
    -
    -
    public static class PollingXHR.Request.Options
    extends Object
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client.transports
    +

    Class PollingXHR.Request.Options

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -uri

      -
      -public String uri
      -
      -
      -
      -
      -
      - -

      -method

      -
      -public String method
      -
      -
      -
      -
      -
      - -

      -data

      -
      -public byte[] data
      -
      -
      -
      -
      -
      - -

      -sslContext

      -
      -public SSLContext sslContext
      -
      -
      -
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -PollingXHR.Request.Options

      -
      -public PollingXHR.Request.Options()
      -
      -
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PollingXHR.Request.Options

          +
          public PollingXHR.Request.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index afaf0c15..f44794da 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -1,420 +1,406 @@ - - - - - - -PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR.Request

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    -
    -
    -
    Enclosing class:
    PollingXHR
    -
    -
    -
    -
    public static class PollingXHR.Request
    extends Emitter
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client.transports
    +

    Class PollingXHR.Request

    +
    +
    + +
    +
      +
    • +
      +
      Enclosing class:
      +
      PollingXHR
      +
      +
      +
      +
      public static class PollingXHR.Request
      +extends Emitter
      +
    • +
    +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 196e4e73..8fa3ed90 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -1,412 +1,398 @@ - - - - - - -PollingXHR (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client.transports -
    -Class PollingXHR

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.Polling
    -              extended by com.github.nkzawa.engineio.client.transports.PollingXHR
    -
    -
    -
    -
    public class PollingXHR
    extends Polling
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client.transports
    +

    Class PollingXHR

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class PollingXHR
      +extends Polling
      +
    • +
    +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 54523490..0b88b8e2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -1,435 +1,416 @@ - - - - - - -WebSocket (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.client.transports -
    -Class WebSocket

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.emitter.Emitter
    -      extended by com.github.nkzawa.engineio.client.Transport
    -          extended by com.github.nkzawa.engineio.client.transports.WebSocket
    -
    -
    -
    -
    public class WebSocket
    extends Transport
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.client.transports
    +

    Class WebSocket

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class WebSocket
      +extends Transport
      +
    • +
    +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -NAME

      -
      -public static final String NAME
      -
      -
      -
      See Also:
      Constant Field Values
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -WebSocket

      -
      -public WebSocket(Transport.Options opts)
      -
      -
      - + - - - - - - -
      -Method Detail
      - -

      -doOpen

      -
      -protected void doOpen()
      -
      -
      -
      Specified by:
      doOpen in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -write

      -
      -protected void write(Packet[] packets)
      -
      -
      -
      Specified by:
      write in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -onClose

      -
      -protected void onClose()
      -
      -
      -
      Overrides:
      onClose in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -doClose

      -
      -protected void doClose()
      -
      -
      -
      Specified by:
      doClose in class Transport
      -
      -
      -
      -
      -
      -
      - -

      -uri

      -
      -protected String uri()
      -
      -
      -
      -
      -
      + +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 9a74e074..2a366060 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -1,181 +1,157 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.Polling

    -
    - - - - - - - - - -
    -Packages that use Polling
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of Polling in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - -
    Subclasses of Polling in com.github.nkzawa.engineio.client.transports
    - classPollingXHR - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.transports.Polling

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 2a94eaa3..9c3708b1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -1,195 +1,168 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

    -
    - - - - - - - - - -
    -Packages that use PollingXHR.Request.Options
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of PollingXHR.Request.Options in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    -protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    - - - - - - - - -
    Constructors in com.github.nkzawa.engineio.client.transports with parameters of type PollingXHR.Request.Options
    PollingXHR.Request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 5864f83c..437187b4 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -1,189 +1,161 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request

    -
    - - - - - - - - - -
    -Packages that use PollingXHR.Request
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - -
    -Uses of PollingXHR.Request in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports that return PollingXHR.Request
    -protected  PollingXHR.RequestPollingXHR.request() - -
    -           
    -protected  PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 5646767b..3c3be421 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR

    -
    -No usage of com.github.nkzawa.engineio.client.transports.PollingXHR -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR

    +
    +
    No usage of com.github.nkzawa.engineio.client.transports.PollingXHR
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index c0bfb975..3d813789 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.client.transports.WebSocket

    -
    -No usage of com.github.nkzawa.engineio.client.transports.WebSocket -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.client.transports.WebSocket

    +
    +
    No usage of com.github.nkzawa.engineio.client.transports.WebSocket
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 98e0154c..594914d9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -1,41 +1,24 @@ - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.client.transports - - - - -
    -Classes  - -
    -Polling -
    -PollingXHR -
    -PollingXHR.Request -
    -PollingXHR.Request.Options -
    -WebSocket
    - - - - + + + + + +com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.engineio.client.transports

    + + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 76347432..440dea3f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -1,174 +1,151 @@ - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.engineio.client.transports -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Class Summary
    Polling 
    PollingXHR 
    PollingXHR.Request 
    PollingXHR.Request.Options 
    WebSocket 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.engineio.client.transports

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index f51e0eff..e3af1200 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -1,160 +1,145 @@ - - - - - - -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.client.transports -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.engineio.client.transports

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index c4460b24..0af0f35f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -1,183 +1,156 @@ - - - - - - -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.client.transports

    -
    - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.client.transports
    com.github.nkzawa.engineio.client.transports  
    -  -

    - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.client.transports used by com.github.nkzawa.engineio.client.transports
    Polling - -
    -           
    PollingXHR.Request - -
    -           
    PollingXHR.Request.Options - -
    -           
    -  -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.engineio.client.transports

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index ae1d23a6..ad01cad0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -1,439 +1,407 @@ - - - - - - -Packet (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.parser -
    -Class Packet<T>

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.parser.Packet<T>
    -
    -
    -
    -
    public class Packet<T>
    extends Object
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.parser
    +

    Class Packet<T>

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Packet<T>
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index fcd535bf..f8cef025 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -1,214 +1,216 @@ - - - - - - -Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.parser -
    -Interface Parser.DecodePayloadCallback<T>

    -
    -
    Enclosing class:
    Parser
    -
    -
    -
    -
    public static interface Parser.DecodePayloadCallback<T>
    - - -

    -


    - -

    - +

    +
    com.github.nkzawa.engineio.parser
    +

    Interface Parser.DecodePayloadCallback<T>

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Parser
      +
      +
      +
      +
      public static interface Parser.DecodePayloadCallback<T>
      +
    • +
    +
    +
    +
      +
    • - - - - - - - - - - -
      -Method Summary
      - booleancall(Packet<T> packet, - int index, - int total) - -
      -           
      -  -

      - +

        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        booleancall(Packet<T> packet, + int index, + int total) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • - - - - - - -
      -Method Detail
      - -

      -call

      -
      -boolean call(Packet<T> packet,
      -             int index,
      -             int total)
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          call

          +
          boolean call(Packet<T> packet,
          +           int index,
          +           int total)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index a6338ff5..986fa976 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -1,210 +1,214 @@ - - - - - - -Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.parser -
    -Interface Parser.EncodeCallback<T>

    -
    -
    Enclosing class:
    Parser
    -
    -
    -
    -
    public static interface Parser.EncodeCallback<T>
    - - -

    -


    - -

    - +

    +
    com.github.nkzawa.engineio.parser
    +

    Interface Parser.EncodeCallback<T>

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Parser
      +
      +
      +
      +
      public static interface Parser.EncodeCallback<T>
      +
    • +
    +
    +
    +
      +
    • - - - - - - - - - - -
      -Method Summary
      - voidcall(T data) - -
      -           
      -  -

      - +

        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        voidcall(T data) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • - - - - - - -
      -Method Detail
      - -

      -call

      -
      -void call(T data)
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + + + +
          +
        • +

          call

          +
          void call(T data)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index c5e8b2f4..94d298b0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -1,428 +1,389 @@ - - - - - - -Parser (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.engineio.parser -
    -Class Parser

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.engineio.parser.Parser
    -
    -
    -
    -
    public class Parser
    extends Object
    - - -

    -


    - -

    +

    +
    com.github.nkzawa.engineio.parser
    +

    Class Parser

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Parser
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 1f375cff..16cb768e 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -1,326 +1,253 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.parser.Packet

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use Packet
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.client
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client with parameters of type Packet
    -protected  voidTransport.onPacket(Packet packet) - -
    -           
    - voidTransport.send(Packet[] packets) - -
    -           
    -protected abstract  voidTransport.write(Packet[] packets) - -
    -           
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.client.transports
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
    -protected  voidWebSocket.write(Packet[] packets) - -
    -           
    -protected  voidPolling.write(Packet[] packets) - -
    -           
    -  -

    - - - - - -
    -Uses of Packet in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser that return Packet
    -static Packet<byte[]>Parser.decodePacket(byte[] data) - -
    -           
    -static Packet<String>Parser.decodePacket(String data) - -
    -           
    -static Packet<String>Parser.decodePacket(String data, - boolean utf8decode) - -
    -           
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
    - booleanParser.DecodePayloadCallback.call(Packet<T> packet, - int index, - int total) - -
    -           
    -static voidParser.encodePacket(Packet packet, - boolean utf8encode, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePacket(Packet packet, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePayload(Packet[] packets, - Parser.EncodeCallback<byte[]> callback) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.parser.Packet

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 88120ad6..a9626763 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -1,191 +1,163 @@ - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

    -
    - - - - - - - - - -
    -Packages that use Parser.DecodePayloadCallback
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Parser.DecodePayloadCallback in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.DecodePayloadCallback
    -static voidParser.decodePayload(byte[] data, - Parser.DecodePayloadCallback callback) - -
    -           
    -static voidParser.decodePayload(String data, - Parser.DecodePayloadCallback<String> callback) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index efe890ba..11026429 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -1,201 +1,169 @@ - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.EncodeCallback

    -
    - - - - - - - - - -
    -Packages that use Parser.EncodeCallback
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - -
    -Uses of Parser.EncodeCallback in com.github.nkzawa.engineio.parser
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in com.github.nkzawa.engineio.parser with parameters of type Parser.EncodeCallback
    -static voidParser.encodePacket(Packet packet, - boolean utf8encode, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePacket(Packet packet, - Parser.EncodeCallback callback) - -
    -           
    -static voidParser.encodePayload(Packet[] packets, - Parser.EncodeCallback<byte[]> callback) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.EncodeCallback

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 0d848279..8a85254a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.engineio.parser.Parser

    -
    -No usage of com.github.nkzawa.engineio.parser.Parser -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.engineio.parser.Parser

    +
    +
    No usage of com.github.nkzawa.engineio.parser.Parser
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 2b3fb88d..8e24b408 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -1,48 +1,26 @@ - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.engineio.parser - - - - -
    -Interfaces  - -
    -Parser.DecodePayloadCallback -
    -Parser.EncodeCallback
    - - - - - - -
    -Classes  - -
    -Packet -
    -Parser
    - - - - + + + + + +com.github.nkzawa.engineio.parser (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.engineio.parser

    + + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 43e01191..59fdd3a6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -1,180 +1,158 @@ - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.engineio.parser -

    - - - - - - - - - - - - - -
    -Interface Summary
    Parser.DecodePayloadCallback<T> 
    Parser.EncodeCallback<T> 
    -  - -

    - - - - - - - - - - - - - -
    -Class Summary
    Packet<T> 
    Parser 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.engineio.parser

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 6dda5443..092d7816 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -1,159 +1,136 @@ - - - - - - -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.engineio.parser -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • com.github.nkzawa.engineio.parser.Packet<T>
      • com.github.nkzawa.engineio.parser.Parser
      -
    -

    -Interface Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.engineio.parser

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • com.github.nkzawa.engineio.parser.Packet<T>
      • +
      • com.github.nkzawa.engineio.parser.Parser
      • +
      +
    • +
    +

    Interface Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index 2441ffa9..bcb2e841 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -1,221 +1,194 @@ - - - - - - -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.engineio.parser

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use com.github.nkzawa.engineio.parser
    com.github.nkzawa.engineio.client  
    com.github.nkzawa.engineio.client.transports  
    com.github.nkzawa.engineio.parser  
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client
    Packet - -
    -           
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.client.transports
    Packet - -
    -           
    -  -

    - - - - - - - - - - - - - - -
    -Classes in com.github.nkzawa.engineio.parser used by com.github.nkzawa.engineio.parser
    Packet - -
    -           
    Parser.DecodePayloadCallback - -
    -           
    Parser.EncodeCallback - -
    -           
    -  -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.engineio.parser

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index a2d6efdf..eebb5a57 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -1,239 +1,237 @@ - - - - - - -Global (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.global -
    -Class Global

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.global.Global
    -
    -
    -
    -
    public class Global
    extends Object
    - - -

    -


    - -

    - +

    +
    com.github.nkzawa.global
    +

    Class Global

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Global
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Method Detail
      - -

      -encodeURIComponent

      -
      -public static String encodeURIComponent(String str)
      -
      -
      -
      -
      -
      -
      - -

      -decodeURIComponent

      -
      -public static String decodeURIComponent(String str)
      -
      -
      -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          encodeURIComponent

          +
          public static String encodeURIComponent(String str)
          +
        • +
        + + + +
          +
        • +

          decodeURIComponent

          +
          public static String decodeURIComponent(String str)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 24cfb0a6..e90cd72d 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.global.Global

    -
    -No usage of com.github.nkzawa.global.Global -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.global.Global

    +
    +
    No usage of com.github.nkzawa.global.Global
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 84f12881..c4316ecf 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -1,33 +1,20 @@ - - - - - - -com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.global - - - - -
    -Classes  - -
    -Global
    - - - - + + + + + +com.github.nkzawa.global (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.global

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index 75f50c8b..f870d34e 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -1,158 +1,135 @@ - - - - - - -com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.global -

    - - - - - - - - - -
    -Class Summary
    Global 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.global

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      Global 
      +
    • +
    +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 11fa7f50..dde602a5 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -1,154 +1,130 @@ - - - - - - -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.global -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.global

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index 14f4af1c..a8b6b740 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Package com.github.nkzawa.global (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.global

    -
    -No usage of com.github.nkzawa.global -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.global

    +
    +
    No usage of com.github.nkzawa.global
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index eb81ca82..e73263c6 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -1,239 +1,237 @@ - - - - - - -ParseQS (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.parseqs -
    -Class ParseQS

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.parseqs.ParseQS
    -
    -
    -
    -
    public class ParseQS
    extends Object
    - - -

    -


    - -

    - +

    +
    com.github.nkzawa.parseqs
    +

    Class ParseQS

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class ParseQS
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index 0cb21531..b2d97587 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.parseqs.ParseQS

    -
    -No usage of com.github.nkzawa.parseqs.ParseQS -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.parseqs.ParseQS

    +
    +
    No usage of com.github.nkzawa.parseqs.ParseQS
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 78d29cd2..609958bb 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -1,33 +1,20 @@ - - - - - - -com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.parseqs - - - - -
    -Classes  - -
    -ParseQS
    - - - - + + + + + +com.github.nkzawa.parseqs (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.parseqs

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 38c59bb9..bf29ea67 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -1,158 +1,135 @@ - - - - - - -com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.parseqs -

    - - - - - - - - - -
    -Class Summary
    ParseQS 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.parseqs

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      ParseQS 
      +
    • +
    +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index abcca4c6..fcacd3ba 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -1,154 +1,130 @@ - - - - - - -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.parseqs -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.parseqs

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index 9ed845a3..ebee833c 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.parseqs

    -
    -No usage of com.github.nkzawa.parseqs -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.parseqs

    +
    +
    No usage of com.github.nkzawa.parseqs
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 78f23c72..509a62f9 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -1,319 +1,309 @@ - - - - - - -EventThread (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.thread -
    -Class EventThread

    -
    -java.lang.Object
    -  extended by java.lang.Thread
    -      extended by com.github.nkzawa.thread.EventThread
    -
    -
    -
    All Implemented Interfaces:
    Runnable
    -
    -
    -
    -
    public class EventThread
    extends Thread
    - - -

    -The thread for event loop. All non-background tasks run within this thread. -

    - -

    -


    - -

    +

    +
    com.github.nkzawa.thread
    +

    Class EventThread

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Runnable
      +
      +
      +
      +
      public class EventThread
      +extends Thread
      +
      The thread for event loop. All non-background tasks run within this thread.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Method Detail
      - -

      -isCurrent

      -
      -public static boolean isCurrent()
      -
      -
      check if the current thread is EventThread. -

      -

      - -
      Returns:
      true if the current thread is EventThread.
      -
      -
      -
      - -

      -exec

      -
      -public static void exec(Runnable task)
      -
      -
      Executes a task in EventThread. -

      -

      -
      Parameters:
      task -
      -
      -
      -
      - -

      -nextTick

      -
      -public static void nextTick(Runnable task)
      -
      -
      Executes a task on the next loop in EventThread. -

      -

      -
      Parameters:
      task -
      -
      -
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          isCurrent

          +
          public static boolean isCurrent()
          +
          check if the current thread is EventThread.
          +
          Returns:
          true if the current thread is EventThread.
          +
        • +
        + + + +
          +
        • +

          exec

          +
          public static void exec(Runnable task)
          +
          Executes a task in EventThread.
          +
          Parameters:
          task -
          +
        • +
        + + + +
          +
        • +

          nextTick

          +
          public static void nextTick(Runnable task)
          +
          Executes a task on the next loop in EventThread.
          +
          Parameters:
          task -
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index f74a4ab7..17eaa171 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.thread.EventThread

    -
    -No usage of com.github.nkzawa.thread.EventThread -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.thread.EventThread

    +
    +
    No usage of com.github.nkzawa.thread.EventThread
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 4b692a97..4813670c 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -1,33 +1,20 @@ - - - - - - -com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.thread - - - - -
    -Classes  - -
    -EventThread
    - - - - + + + + + +com.github.nkzawa.thread (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.thread

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 62b00a87..4b9384fa 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -1,158 +1,137 @@ - - - - - - -com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.thread -

    - - - - - - - - - -
    -Class Summary
    EventThreadThe thread for event loop.
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.thread

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      EventThread +
      The thread for event loop.
      +
      +
    • +
    +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 60529458..a3abfe61 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -1,157 +1,134 @@ - - - - - - -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.thread -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.thread

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 0e23b396..dd5b7d76 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Package com.github.nkzawa.thread (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.thread

    -
    -No usage of com.github.nkzawa.thread -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.thread

    +
    +
    No usage of com.github.nkzawa.thread
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 8897926d..2de944a4 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -1,281 +1,276 @@ - - - - - - -UTF8 (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.utf8 -
    -Class UTF8

    -
    -java.lang.Object
    -  extended by com.github.nkzawa.utf8.UTF8
    -
    -
    -
    -
    public class UTF8
    extends Object
    - - -

    -UTF-8 encoder/decoder ported from utf8.js. -

    - -

    -

    -
    See Also:
    https://github.com/mathiasbynens/utf8.js
    -
    - -

    - +

    +
    com.github.nkzawa.utf8
    +

    Class UTF8

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 5e285a2f..334354d5 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -1,322 +1,331 @@ - - - - - - -UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -

    - -com.github.nkzawa.utf8 -
    -Class UTF8Exception

    -
    -java.lang.Object
    -  extended by java.lang.Throwable
    -      extended by java.lang.Exception
    -          extended by java.io.IOException
    -              extended by com.github.nkzawa.utf8.UTF8Exception
    -
    -
    -
    All Implemented Interfaces:
    Serializable
    -
    -
    -
    -
    public class UTF8Exception
    extends IOException
    - - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    +

    +
    com.github.nkzawa.utf8
    +

    Class UTF8Exception

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • - - - - - - -
      -Field Detail
      - -

      -data

      -
      -public String data
      -
      -
      -
      -
      - + - - - - - - -
      -Constructor Detail
      - -

      -UTF8Exception

      -
      -public UTF8Exception()
      -
      -
      -
      - -

      -UTF8Exception

      -
      -public UTF8Exception(String message)
      -
      -
      -
      - -

      -UTF8Exception

      -
      -public UTF8Exception(String message,
      -                     Throwable cause)
      -
      -
      -
      - -

      -UTF8Exception

      -
      -public UTF8Exception(Throwable cause)
      -
      -
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception()
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(String message)
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(String message,
          +             Throwable cause)
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(Throwable cause)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    -
    - - - - - - - - - - - - - - - - - - -
    - -
    - + + +
    + + +
    + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index e16e8e25..cc1ad9af 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -1,145 +1,117 @@ - - - - - - -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.utf8.UTF8

    -
    -No usage of com.github.nkzawa.utf8.UTF8 -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.utf8.UTF8

    +
    +
    No usage of com.github.nkzawa.utf8.UTF8
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 33eab727..7a73b2e1 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -1,181 +1,157 @@ - - - - - - -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Class
    com.github.nkzawa.utf8.UTF8Exception

    -
    - - - - - - - - - -
    -Packages that use UTF8Exception
    com.github.nkzawa.utf8  
    -  -

    - - - - - -
    -Uses of UTF8Exception in com.github.nkzawa.utf8
    -  -

    - - - - - - - - - -
    Methods in com.github.nkzawa.utf8 that throw UTF8Exception
    -static StringUTF8.decode(String byteString) - -
    -           
    -  -

    -


    - - +
    +

    Uses of Class
    com.github.nkzawa.utf8.UTF8Exception

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 0af84d74..38cd352f 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -1,44 +1,24 @@ - - - - - - -com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - -com.github.nkzawa.utf8 - - - - -
    -Classes  - -
    -UTF8
    - - - - - - -
    -Exceptions  - -
    -UTF8Exception
    - - - - + + + + + +com.github.nkzawa.utf8 (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    com.github.nkzawa.utf8

    +
    +

    Classes

    + +

    Exceptions

    + +
    + + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 48d0a841..73333ec5 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -1,172 +1,152 @@ - - - - - - -com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -

    -Package com.github.nkzawa.utf8 -

    - - - - - - - - - -
    -Class Summary
    UTF8UTF-8 encoder/decoder ported from utf8.js.
    -  - -

    - - - - - - - - - -
    -Exception Summary
    UTF8Exception 
    -  - -

    -

    -
    -
    - - +
    +

    Package com.github.nkzawa.utf8

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      UTF8 +
      UTF-8 encoder/decoder ported from utf8.js.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      UTF8Exception 
      +
    • +
    +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index a994b272..07531dc0 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -1,161 +1,143 @@ - - - - - - -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For Package com.github.nkzawa.utf8 -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - +
    +

    Hierarchy For Package com.github.nkzawa.utf8

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index a46d2903..47cb2a78 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -1,171 +1,150 @@ - - - - - - -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Uses of Package
    com.github.nkzawa.utf8

    -
    - - - - - - - - - -
    -Packages that use com.github.nkzawa.utf8
    com.github.nkzawa.utf8  
    -  -

    - - - - - - - - -
    -Classes in com.github.nkzawa.utf8 used by com.github.nkzawa.utf8
    UTF8Exception - -
    -           
    -  -

    -


    - - +
    +

    Uses of Package
    com.github.nkzawa.utf8

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 49493f48..d4615da9 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -1,487 +1,502 @@ - - - - - - -Constant Field Values (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Constant Field Values

    -
    -
    -Contents - - - - - - -
    -com.github.*
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.Socket
    -public static final StringEVENT_CLOSE"close"
    -public static final StringEVENT_DATA"data"
    -public static final StringEVENT_DRAIN"drain"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_FLUSH"flush"
    -public static final StringEVENT_HANDSHAKE"handshake"
    -public static final StringEVENT_HEARTBEAT"heartbeat"
    -public static final StringEVENT_MESSAGE"message"
    -public static final StringEVENT_OPEN"open"
    -public static final StringEVENT_PACKET"packet"
    -public static final StringEVENT_PACKET_CREATE"packetCreate"
    -public static final StringEVENT_TRANSPORT"transport"
    -public static final StringEVENT_UPGRADE"upgrade"
    -public static final StringEVENT_UPGRADE_ERROR"upgradeError"
    -public static final StringEVENT_UPGRADING"upgrading"
    -public static final intprotocol3
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.Transport
    -public static final StringEVENT_CLOSE"close"
    -public static final StringEVENT_DRAIN"drain"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_OPEN"open"
    -public static final StringEVENT_PACKET"packet"
    -public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    -public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.Polling
    -public static final StringEVENT_POLL"poll"
    -public static final StringEVENT_POLL_COMPLETE"pollComplete"
    -public static final StringNAME"polling"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request
    -public static final StringEVENT_DATA"data"
    -public static final StringEVENT_ERROR"error"
    -public static final StringEVENT_REQUEST_HEADERS"requestHeaders"
    -public static final StringEVENT_RESPONSE_HEADERS"responseHeaders"
    -public static final StringEVENT_SUCCESS"success"
    - -

    - -

    - - - - - - - - - - - - -
    com.github.nkzawa.engineio.client.transports.WebSocket
    -public static final StringNAME"websocket"
    - -

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    com.github.nkzawa.engineio.parser.Packet<T>
    -public static final StringCLOSE"close"
    -public static final StringERROR"error"
    -public static final StringMESSAGE"message"
    -public static final StringNOOP"noop"
    -public static final StringOPEN"open"
    -public static final StringPING"ping"
    -public static final StringPONG"pong"
    -public static final StringUPGRADE"upgrade"
    - -

    - -

    - - - - - - - - - - - - -
    com.github.nkzawa.engineio.parser.Parser
    -public static final intprotocol3
    - -

    - -

    -


    - - +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    com.github.*

    + + + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index c3968509..7d89f600 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -1,147 +1,117 @@ - - - - - - -Deprecated List (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Deprecated API

    -
    -
    -Contents
      -
    - -
    - - +
    +

    Deprecated API

    +

    Contents

    +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 2b986709..61ed69fa 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -1,224 +1,222 @@ - - - - - - -API Help (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -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

    -
    - -

    -Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

      -
    • Interfaces (italic)
    • Classes
    • Enums
    • Exceptions
    • Errors
    • Annotation Types
    -
    -

    -Class/Interface

    -
    - -

    -Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      -
    • Class inheritance diagram
    • Direct Subclasses
    • All Known Subinterfaces
    • All Known Implementing Classes
    • Class/interface declaration
    • Class/interface description -

      -

    • Nested Class Summary
    • Field Summary
    • Constructor Summary
    • Method Summary -

      -

    • Field Detail
    • Constructor Detail
    • Method Detail
    -Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
    - -

    -Annotation Type

    -
    - -

    -Each annotation type has its own separate page with the following sections:

      -
    • Annotation Type declaration
    • Annotation Type description
    • Required Element Summary
    • Optional Element Summary
    • Element Detail
    -
    - -

    -Enum

    -
    - -

    -Each enum has its own separate page with the following sections:

      -
    • Enum declaration
    • Enum description
    • Enum Constant Summary
    • Enum Constant Detail
    -
    -

    -Use

    -
    -Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
    -

    -Tree (Class Hierarchy)

    -
    -There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    -
    -

    -Deprecated API

    -
    -The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
    -

    -Index

    -
    -The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
    -

    -Prev/Next

    -These links take you to the next or previous class, interface, package, or related page.

    -Frames/No Frames

    -These links show and hide the HTML frames. All pages are available with or without frames. -

    -

    -Serialized Form

    -Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

    -

    -Constant Field Values

    -The Constant Field Values page lists the static final fields and their values. -

    - - -This help file applies to API documentation generated using the standard doclet. - -
    -


    - - +
    +

    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

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Use

      +

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index a578b557..ab84a952 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -1,786 +1,735 @@ - - - - - - -Index (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -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

    -
    -
    id() - -Method in class com.github.nkzawa.engineio.client.Socket -
      -
    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 -
      -
    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 - +
    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
    +
     
    +
    hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.Transport
    +
     
    +
    hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.Transport.Options
    +
     
    +
    hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
    +
     
    +
    + + + +

    I

    +
    +
    id() - Method in class com.github.nkzawa.engineio.client.Socket
    +
     
    +
    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
    +
     
    +
    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
    +
     
    +
    setDefaultHostnameVerifier(HostnameVerifier) - Static method in class com.github.nkzawa.engineio.client.Socket
    +
     
    +
    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 © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/index.html b/apidocs/index.html index d9987bb5..be9b9a5f 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -1,19 +1,23 @@ - - - - - - -engine.io-client 0.4.1-SNAPSHOT API - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 3503244a..f1176a7c 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -1,57 +1,28 @@ - - - - - - -Overview List (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - - - - -
    -
    - - - - - -
    All Classes -

    - -Packages -
    -com.github.nkzawa.emitter -
    -com.github.nkzawa.engineio.client -
    -com.github.nkzawa.engineio.client.transports -
    -com.github.nkzawa.engineio.parser -
    -com.github.nkzawa.global -
    -com.github.nkzawa.parseqs -
    -com.github.nkzawa.thread -
    -com.github.nkzawa.utf8 -
    -

    - -

    -  - - + + + + + +Overview List (engine.io-client 0.5.0-SNAPSHOT API) + + + + +

    + +

     

    + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 4bff25fd..8eb2d935 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -1,185 +1,159 @@ - - - - - - -Overview (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -engine.io-client 0.4.1-SNAPSHOT API -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages
    com.github.nkzawa.emitter 
    com.github.nkzawa.engineio.client 
    com.github.nkzawa.engineio.client.transports 
    com.github.nkzawa.engineio.parser 
    com.github.nkzawa.global 
    com.github.nkzawa.parseqs 
    com.github.nkzawa.thread 
    com.github.nkzawa.utf8 
    - -


    - - +
    +

    engine.io-client 0.5.0-SNAPSHOT API

    +
    + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index e3d8f79c..e1e62265 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -1,186 +1,201 @@ - - - - - - -Class Hierarchy (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Hierarchy For All Packages

    -
    -
    -
    Package Hierarchies:
    com.github.nkzawa.emitter, com.github.nkzawa.engineio.client, com.github.nkzawa.engineio.client.transports, com.github.nkzawa.engineio.parser, com.github.nkzawa.global, com.github.nkzawa.parseqs, com.github.nkzawa.thread, com.github.nkzawa.utf8
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -

    -Enum Hierarchy -

    - -
    - - + +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/resources/background.gif b/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7IIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/apidocs/resources/tab.gif b/apidocs/resources/tab.gif new file mode 100644 index 0000000000000000000000000000000000000000..1a73a83be11dde2d0003b716ca778fafc6f34ad7 GIT binary patch literal 291 zcmZ?wbhEHbWM+_KxXJ(m|NsBLKh^ZZLaX-+EFVob+gGEtw?=DMmFBi`jWca}`|GrK zS84620CF`ibs3!R&_C0rf3ijIM6=$}M%|-Lx`!Hcc2;Oz>NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 66348400..5fa5ac12 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -1,224 +1,170 @@ - - - - - - -Serialized Form (engine.io-client 0.4.1-SNAPSHOT API) - - - - - - - - - - - - -
    - - +//--> + + - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -
    -

    -Serialized Form

    -
    -
    - - - - - -
    -Package com.github.nkzawa.engineio.client
    - -

    - - - - - -
    -Class com.github.nkzawa.engineio.client.EngineIOException extends Exception implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -transport

    -
    -String transport
    -
    -
    -
    -
    -
    -

    -code

    -
    -Object code
    -
    -
    -
    -
    -
    - - - - - -
    -Package com.github.nkzawa.utf8
    - -

    - - - - - -
    -Class com.github.nkzawa.utf8.UTF8Exception extends IOException implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -data

    -
    -String data
    -
    -
    -
    -
    - -

    -


    - - +
    +

    Serialized Form

    +
    +
    + +
    - - - - - - - - - - - - -
    - -
    - + + + + + - -
    -Copyright © 2015. All rights reserved. - - +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css index 6ea9e516..0aeaa97f 100644 --- a/apidocs/stylesheet.css +++ b/apidocs/stylesheet.css @@ -1,29 +1,474 @@ /* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dependencies.html b/dependencies.html index 14e0051c..9bdae73a 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client @@ -112,11 +112,11 @@

    compile

    Type License -org.java-websocket -Java-WebSocket -1.3.0 +com.squareup.okhttp +okhttp-ws +2.3.0 jar -MIT License +Apache 2.0 org.json json @@ -147,7 +147,29 @@

    test

    New BSD License

    Project Transitive Dependencies

    -

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    +

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    +
    +

    compile

    +

    The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

    + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionTypeLicense
    com.squareup.okhttpokhttp2.3.0jarApache 2.0
    com.squareup.okiookio1.3.0jarApache 2.0

    test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    @@ -186,7 +208,7 @@

    Project Dependency Graph

    +
    diff --git a/mail-lists.html b/mail-lists.html index 929fca05..a9aad6b5 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index 23de0e3a..a33401d0 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index 1210126b..ddf78316 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index 84fa9989..91032afc 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index fe7f22cb..91af9a53 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.4.1-SNAPSHOT +0.5.0-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index 6930aef5..b9980dc7 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 0e6dad21..0012ee48 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-02-08 -  | Version: 0.4.1-SNAPSHOT + Last Published: 2015-05-03 +  | Version: 0.5.0-SNAPSHOT
    engine.io-client From a3acb46225b998f7c7f05254aaa206ab5bef2973 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 6 Jun 2015 17:13:55 +0000 Subject: [PATCH 26/41] Creating site for 0.5.1-SNAPSHOT --- apidocs/allclasses-frame.html | 6 +- apidocs/allclasses-noframe.html | 6 +- .../nkzawa/emitter/Emitter.Listener.html | 8 +-- .../com/github/nkzawa/emitter/Emitter.html | 8 +-- .../emitter/class-use/Emitter.Listener.html | 8 +-- .../nkzawa/emitter/class-use/Emitter.html | 8 +-- .../github/nkzawa/emitter/package-frame.html | 6 +- .../nkzawa/emitter/package-summary.html | 8 +-- .../github/nkzawa/emitter/package-tree.html | 8 +-- .../github/nkzawa/emitter/package-use.html | 8 +-- .../engineio/client/EngineIOException.html | 8 +-- .../nkzawa/engineio/client/HandshakeData.html | 8 +-- .../engineio/client/Socket.Options.html | 8 +-- .../github/nkzawa/engineio/client/Socket.html | 8 +-- .../engineio/client/Transport.Options.html | 8 +-- .../engineio/client/Transport.ReadyState.html | 8 +-- .../nkzawa/engineio/client/Transport.html | 8 +-- .../client/class-use/EngineIOException.html | 8 +-- .../client/class-use/HandshakeData.html | 8 +-- .../client/class-use/Socket.Options.html | 8 +-- .../engineio/client/class-use/Socket.html | 8 +-- .../client/class-use/Transport.Options.html | 8 +-- .../class-use/Transport.ReadyState.html | 8 +-- .../engineio/client/class-use/Transport.html | 8 +-- .../nkzawa/engineio/client/package-frame.html | 6 +- .../engineio/client/package-summary.html | 8 +-- .../nkzawa/engineio/client/package-tree.html | 8 +-- .../nkzawa/engineio/client/package-use.html | 8 +-- .../engineio/client/transports/Polling.html | 8 +-- .../PollingXHR.Request.Options.html | 8 +-- .../client/transports/PollingXHR.Request.html | 8 +-- .../client/transports/PollingXHR.html | 8 +-- .../engineio/client/transports/WebSocket.html | 8 +-- .../client/transports/class-use/Polling.html | 8 +-- .../class-use/PollingXHR.Request.Options.html | 8 +-- .../class-use/PollingXHR.Request.html | 8 +-- .../transports/class-use/PollingXHR.html | 8 +-- .../transports/class-use/WebSocket.html | 8 +-- .../client/transports/package-frame.html | 6 +- .../client/transports/package-summary.html | 8 +-- .../client/transports/package-tree.html | 8 +-- .../client/transports/package-use.html | 8 +-- .../github/nkzawa/engineio/parser/Packet.html | 8 +-- .../parser/Parser.DecodePayloadCallback.html | 8 +-- .../parser/Parser.EncodeCallback.html | 8 +-- .../github/nkzawa/engineio/parser/Parser.html | 8 +-- .../engineio/parser/class-use/Packet.html | 8 +-- .../Parser.DecodePayloadCallback.html | 8 +-- .../class-use/Parser.EncodeCallback.html | 8 +-- .../engineio/parser/class-use/Parser.html | 8 +-- .../nkzawa/engineio/parser/package-frame.html | 6 +- .../engineio/parser/package-summary.html | 8 +-- .../nkzawa/engineio/parser/package-tree.html | 8 +-- .../nkzawa/engineio/parser/package-use.html | 8 +-- apidocs/com/github/nkzawa/global/Global.html | 8 +-- .../nkzawa/global/class-use/Global.html | 8 +-- .../github/nkzawa/global/package-frame.html | 6 +- .../github/nkzawa/global/package-summary.html | 8 +-- .../github/nkzawa/global/package-tree.html | 8 +-- .../com/github/nkzawa/global/package-use.html | 8 +-- .../com/github/nkzawa/parseqs/ParseQS.html | 8 +-- .../nkzawa/parseqs/class-use/ParseQS.html | 8 +-- .../github/nkzawa/parseqs/package-frame.html | 6 +- .../nkzawa/parseqs/package-summary.html | 8 +-- .../github/nkzawa/parseqs/package-tree.html | 8 +-- .../github/nkzawa/parseqs/package-use.html | 8 +-- .../com/github/nkzawa/thread/EventThread.html | 8 +-- .../nkzawa/thread/class-use/EventThread.html | 8 +-- .../github/nkzawa/thread/package-frame.html | 6 +- .../github/nkzawa/thread/package-summary.html | 8 +-- .../github/nkzawa/thread/package-tree.html | 8 +-- .../com/github/nkzawa/thread/package-use.html | 8 +-- apidocs/com/github/nkzawa/utf8/UTF8.html | 8 +-- .../com/github/nkzawa/utf8/UTF8Exception.html | 8 +-- .../github/nkzawa/utf8/class-use/UTF8.html | 8 +-- .../nkzawa/utf8/class-use/UTF8Exception.html | 8 +-- .../com/github/nkzawa/utf8/package-frame.html | 6 +- .../github/nkzawa/utf8/package-summary.html | 8 +-- .../com/github/nkzawa/utf8/package-tree.html | 8 +-- .../com/github/nkzawa/utf8/package-use.html | 8 +-- apidocs/constant-values.html | 8 +-- apidocs/deprecated-list.html | 8 +-- apidocs/help-doc.html | 8 +-- apidocs/index-all.html | 8 +-- apidocs/index.html | 4 +- apidocs/overview-frame.html | 6 +- apidocs/overview-summary.html | 10 +-- apidocs/overview-tree.html | 8 +-- apidocs/serialized-form.html | 8 +-- dependencies.html | 70 +++++++++---------- dependency-info.html | 22 +++--- distribution-management.html | 8 +-- index.html | 8 +-- integration.html | 8 +-- issue-tracking.html | 8 +-- license.html | 17 +++-- mail-lists.html | 8 +-- plugin-management.html | 8 +-- plugins.html | 8 +-- project-info.html | 8 +-- project-summary.html | 10 +-- source-repository.html | 8 +-- team-list.html | 8 +-- 103 files changed, 443 insertions(+), 444 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 8c06b3bb..0a743898 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.5.0-SNAPSHOT API) - +All Classes (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 3cd9078e..422a0ebc 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.5.0-SNAPSHOT API) - +All Classes (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index 930c3f0d..b0ae42d6 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,16 +2,16 @@ - + -Emitter.Listener (engine.io-client 0.5.0-SNAPSHOT API) - +Emitter.Listener (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index c671acd9..16b591ec 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,16 +2,16 @@ - + -Emitter (engine.io-client 0.5.0-SNAPSHOT API) - +Emitter (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index 05e5407e..c2789b27 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index d0e523c1..e31febbf 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 95b8a778..55d55178 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index d2f1fd6e..b230413e 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 043d5cd6..26c2dfbc 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index e61becb1..6ee55b95 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 7c881111..143cde99 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,16 +2,16 @@ - + -EngineIOException (engine.io-client 0.5.0-SNAPSHOT API) - +EngineIOException (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index e3342573..df08a36b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,16 +2,16 @@ - + -HandshakeData (engine.io-client 0.5.0-SNAPSHOT API) - +HandshakeData (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 4c1df501..7aa2c857 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,16 +2,16 @@ - + -Socket.Options (engine.io-client 0.5.0-SNAPSHOT API) - +Socket.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index 5d60f77f..a51c1079 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,16 +2,16 @@ - + -Socket (engine.io-client 0.5.0-SNAPSHOT API) - +Socket (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 9d5a998e..10c61af5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,16 +2,16 @@ - + -Transport.Options (engine.io-client 0.5.0-SNAPSHOT API) - +Transport.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index b572a91c..2f8ec8bc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Transport.ReadyState (engine.io-client 0.5.0-SNAPSHOT API) - +Transport.ReadyState (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 7b3759ac..93b74361 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,16 +2,16 @@ - + -Transport (engine.io-client 0.5.0-SNAPSHOT API) - +Transport (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 41fb8d50..94496291 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index 8eee18da..b386ee19 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index dc406ad2..d4ff3ba5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 8b65dfce..4a538a78 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index 9cdb84ad..c00d209b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index d3f7bd1d..a533102b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index ac4971dd..da1e032b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index ff91d1cb..1c9b2704 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index 25b4922b..c7f0cb21 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index 83033beb..db0c9e2b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index f2a317cb..70bbd34e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index cad26a1f..c8520c86 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,16 +2,16 @@ - + -Polling (engine.io-client 0.5.0-SNAPSHOT API) - +Polling (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index bc1fd70e..509940b0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request.Options (engine.io-client 0.5.0-SNAPSHOT API) - +PollingXHR.Request.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index f44794da..28aef6e7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request (engine.io-client 0.5.0-SNAPSHOT API) - +PollingXHR.Request (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 8fa3ed90..20973bd7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,16 +2,16 @@ - + -PollingXHR (engine.io-client 0.5.0-SNAPSHOT API) - +PollingXHR (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index 0b88b8e2..ee73c18e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,16 +2,16 @@ - + -WebSocket (engine.io-client 0.5.0-SNAPSHOT API) - +WebSocket (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 2a366060..92e28f3a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 9c3708b1..270aaacd 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 437187b4..9a3db7f5 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index 3c3be421..caa1b16b 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 3d813789..91ebd0a3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index 594914d9..a490d828 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index 440dea3f..f145fcd2 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index e3af1200..759ef460 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 0af0f35f..74fb9ac7 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index ad01cad0..34dfc90b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,16 +2,16 @@ - + -Packet (engine.io-client 0.5.0-SNAPSHOT API) - +Packet (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index f8cef025..b8ef961d 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.5.0-SNAPSHOT API) - +Parser.DecodePayloadCallback (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index 986fa976..eb672188 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Parser.EncodeCallback (engine.io-client 0.5.0-SNAPSHOT API) - +Parser.EncodeCallback (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 94d298b0..1d267bc1 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,16 +2,16 @@ - + -Parser (engine.io-client 0.5.0-SNAPSHOT API) - +Parser (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 16cb768e..2ab94f0c 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index a9626763..6d9a704b 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index 11026429..a544d7ed 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 8a85254a..98755721 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index 8e24b408..f78aa888 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 59fdd3a6..2ab83cb3 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 092d7816..25f07491 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index bcb2e841..e72b9ae1 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index eebb5a57..8434e2c9 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,16 +2,16 @@ - + -Global (engine.io-client 0.5.0-SNAPSHOT API) - +Global (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index e90cd72d..80820b8e 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index c4316ecf..1855f322 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.global (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index f870d34e..f33e67a8 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.global (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index dde602a5..6af30426 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index a8b6b740..f1d4cc8c 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index e73263c6..40d1cae0 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,16 +2,16 @@ - + -ParseQS (engine.io-client 0.5.0-SNAPSHOT API) - +ParseQS (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index b2d97587..dbac68ad 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 609958bb..6f0be4c6 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index bf29ea67..3703c9c9 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index fcacd3ba..4eadb2b8 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index ebee833c..ebffbf9c 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 509a62f9..3bc815ff 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,16 +2,16 @@ - + -EventThread (engine.io-client 0.5.0-SNAPSHOT API) - +EventThread (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 17eaa171..53fc23dc 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 4813670c..4b094add 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.thread (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 4b9384fa..5bd2f132 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.thread (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index a3abfe61..92a9bdd6 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index dd5b7d76..930311d1 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index 2de944a4..dc4f28f3 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,16 +2,16 @@ - + -UTF8 (engine.io-client 0.5.0-SNAPSHOT API) - +UTF8 (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 334354d5..295ab358 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,16 +2,16 @@ - + -UTF8Exception (engine.io-client 0.5.0-SNAPSHOT API) - +UTF8Exception (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index cc1ad9af..56033078 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 7a73b2e1..0af7d225 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 38cd352f..52a088f7 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index 73333ec5..fa587e29 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 07531dc0..7db927c2 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index 47cb2a78..bfd6b87b 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.5.0-SNAPSHOT API) - +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index d4615da9..1bbe9d10 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (engine.io-client 0.5.0-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 7d89f600..79383023 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (engine.io-client 0.5.0-SNAPSHOT API) - +Deprecated List (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 61ed69fa..7eff363a 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (engine.io-client 0.5.0-SNAPSHOT API) - +API Help (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index ab84a952..1a7d8d8b 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (engine.io-client 0.5.0-SNAPSHOT API) - +Index (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/index.html b/apidocs/index.html index be9b9a5f..b5a89a8d 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -engine.io-client 0.5.0-SNAPSHOT API +engine.io-client 0.5.1-SNAPSHOT API @@ -64,7 +64,7 @@
    -

    engine.io-client 0.5.0-SNAPSHOT API

    +

    engine.io-client 0.5.1-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index e1e62265..2c0800cf 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (engine.io-client 0.5.0-SNAPSHOT API) - +Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 5fa5ac12..aaa843b8 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (engine.io-client 0.5.0-SNAPSHOT API) - +Serialized Form (engine.io-client 0.5.1-SNAPSHOT API) + diff --git a/dependencies.html b/dependencies.html index 9bdae73a..8f23f37d 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client @@ -114,7 +114,7 @@

    compile

    - + @@ -161,13 +161,13 @@

    compile

    - + - +
    com.squareup.okhttp okhttp-ws2.3.02.4.0 jar Apache 2.0
    com.squareup.okhttp okhttp2.3.02.4.0 jar Apache 2.0
    com.squareup.okio okio1.3.01.4.0 jar Apache 2.0
    @@ -208,7 +208,7 @@

    Project Dependency Graph

    +
    diff --git a/mail-lists.html b/mail-lists.html index a9aad6b5..8cb44326 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index a33401d0..b1c30938 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index ddf78316..cc3f5e59 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client diff --git a/project-info.html b/project-info.html index 91032afc..9548f205 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 91af9a53..38ebd365 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client @@ -132,7 +132,7 @@

    Build Information

    Version -0.5.0-SNAPSHOT +0.5.1-SNAPSHOT Type jar diff --git a/source-repository.html b/source-repository.html index b9980dc7..852286ac 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 0012ee48..cba979a8 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-05-03 -  | Version: 0.5.0-SNAPSHOT + Last Published: 2015-06-07 +  | Version: 0.5.1-SNAPSHOT
    engine.io-client From 606411d12057c4dd20bf74e49a5d68a778f5c137 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 8 Aug 2015 22:08:46 +0000 Subject: [PATCH 27/41] Creating site for 0.6.1-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++--- apidocs/allclasses-noframe.html | 6 ++--- .../nkzawa/emitter/Emitter.Listener.html | 8 +++---- .../com/github/nkzawa/emitter/Emitter.html | 8 +++---- .../emitter/class-use/Emitter.Listener.html | 8 +++---- .../nkzawa/emitter/class-use/Emitter.html | 8 +++---- .../github/nkzawa/emitter/package-frame.html | 6 ++--- .../nkzawa/emitter/package-summary.html | 8 +++---- .../github/nkzawa/emitter/package-tree.html | 8 +++---- .../github/nkzawa/emitter/package-use.html | 8 +++---- .../engineio/client/EngineIOException.html | 8 +++---- .../nkzawa/engineio/client/HandshakeData.html | 8 +++---- .../engineio/client/Socket.Options.html | 8 +++---- .../github/nkzawa/engineio/client/Socket.html | 8 +++---- .../engineio/client/Transport.Options.html | 8 +++---- .../engineio/client/Transport.ReadyState.html | 8 +++---- .../nkzawa/engineio/client/Transport.html | 8 +++---- .../client/class-use/EngineIOException.html | 8 +++---- .../client/class-use/HandshakeData.html | 8 +++---- .../client/class-use/Socket.Options.html | 8 +++---- .../engineio/client/class-use/Socket.html | 8 +++---- .../client/class-use/Transport.Options.html | 8 +++---- .../class-use/Transport.ReadyState.html | 8 +++---- .../engineio/client/class-use/Transport.html | 8 +++---- .../nkzawa/engineio/client/package-frame.html | 6 ++--- .../engineio/client/package-summary.html | 8 +++---- .../nkzawa/engineio/client/package-tree.html | 8 +++---- .../nkzawa/engineio/client/package-use.html | 8 +++---- .../engineio/client/transports/Polling.html | 8 +++---- .../PollingXHR.Request.Options.html | 8 +++---- .../client/transports/PollingXHR.Request.html | 8 +++---- .../client/transports/PollingXHR.html | 8 +++---- .../engineio/client/transports/WebSocket.html | 8 +++---- .../client/transports/class-use/Polling.html | 8 +++---- .../class-use/PollingXHR.Request.Options.html | 8 +++---- .../class-use/PollingXHR.Request.html | 8 +++---- .../transports/class-use/PollingXHR.html | 8 +++---- .../transports/class-use/WebSocket.html | 8 +++---- .../client/transports/package-frame.html | 6 ++--- .../client/transports/package-summary.html | 8 +++---- .../client/transports/package-tree.html | 8 +++---- .../client/transports/package-use.html | 8 +++---- .../github/nkzawa/engineio/parser/Packet.html | 8 +++---- .../parser/Parser.DecodePayloadCallback.html | 8 +++---- .../parser/Parser.EncodeCallback.html | 8 +++---- .../github/nkzawa/engineio/parser/Parser.html | 8 +++---- .../engineio/parser/class-use/Packet.html | 8 +++---- .../Parser.DecodePayloadCallback.html | 8 +++---- .../class-use/Parser.EncodeCallback.html | 8 +++---- .../engineio/parser/class-use/Parser.html | 8 +++---- .../nkzawa/engineio/parser/package-frame.html | 6 ++--- .../engineio/parser/package-summary.html | 8 +++---- .../nkzawa/engineio/parser/package-tree.html | 8 +++---- .../nkzawa/engineio/parser/package-use.html | 8 +++---- apidocs/com/github/nkzawa/global/Global.html | 8 +++---- .../nkzawa/global/class-use/Global.html | 8 +++---- .../github/nkzawa/global/package-frame.html | 6 ++--- .../github/nkzawa/global/package-summary.html | 8 +++---- .../github/nkzawa/global/package-tree.html | 8 +++---- .../com/github/nkzawa/global/package-use.html | 8 +++---- .../com/github/nkzawa/parseqs/ParseQS.html | 8 +++---- .../nkzawa/parseqs/class-use/ParseQS.html | 8 +++---- .../github/nkzawa/parseqs/package-frame.html | 6 ++--- .../nkzawa/parseqs/package-summary.html | 8 +++---- .../github/nkzawa/parseqs/package-tree.html | 8 +++---- .../github/nkzawa/parseqs/package-use.html | 8 +++---- .../com/github/nkzawa/thread/EventThread.html | 8 +++---- .../nkzawa/thread/class-use/EventThread.html | 8 +++---- .../github/nkzawa/thread/package-frame.html | 6 ++--- .../github/nkzawa/thread/package-summary.html | 8 +++---- .../github/nkzawa/thread/package-tree.html | 8 +++---- .../com/github/nkzawa/thread/package-use.html | 8 +++---- apidocs/com/github/nkzawa/utf8/UTF8.html | 8 +++---- .../com/github/nkzawa/utf8/UTF8Exception.html | 8 +++---- .../github/nkzawa/utf8/class-use/UTF8.html | 8 +++---- .../nkzawa/utf8/class-use/UTF8Exception.html | 8 +++---- .../com/github/nkzawa/utf8/package-frame.html | 6 ++--- .../github/nkzawa/utf8/package-summary.html | 8 +++---- .../com/github/nkzawa/utf8/package-tree.html | 8 +++---- .../com/github/nkzawa/utf8/package-use.html | 8 +++---- apidocs/constant-values.html | 8 +++---- apidocs/deprecated-list.html | 8 +++---- apidocs/help-doc.html | 8 +++---- apidocs/index-all.html | 8 +++---- apidocs/index.html | 4 ++-- apidocs/overview-frame.html | 6 ++--- apidocs/overview-summary.html | 10 ++++----- apidocs/overview-tree.html | 8 +++---- apidocs/serialized-form.html | 8 +++---- dependencies.html | 10 ++++----- dependency-info.html | 22 +++++++++---------- distribution-management.html | 8 +++---- index.html | 8 +++---- integration.html | 8 +++---- issue-tracking.html | 8 +++---- license.html | 10 ++++----- mail-lists.html | 8 +++---- plugin-management.html | 8 +++---- plugins.html | 8 +++---- project-info.html | 8 +++---- project-summary.html | 10 ++++----- source-repository.html | 8 +++---- team-list.html | 8 +++---- 103 files changed, 410 insertions(+), 410 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 0a743898..e10e8975 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.5.1-SNAPSHOT API) - +All Classes (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 422a0ebc..6887f217 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.5.1-SNAPSHOT API) - +All Classes (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html index b0ae42d6..43cfccb2 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.Listener.html @@ -2,16 +2,16 @@ - + -Emitter.Listener (engine.io-client 0.5.1-SNAPSHOT API) - +Emitter.Listener (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/Emitter.html b/apidocs/com/github/nkzawa/emitter/Emitter.html index 16b591ec..26646f33 100644 --- a/apidocs/com/github/nkzawa/emitter/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/Emitter.html @@ -2,16 +2,16 @@ - + -Emitter (engine.io-client 0.5.1-SNAPSHOT API) - +Emitter (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html index c2789b27..37eabbcf 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.Listener.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.emitter.Emitter.Listener (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html index e31febbf..5ae198f1 100644 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html index 55d55178..1f7887cf 100644 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ b/apidocs/com/github/nkzawa/emitter/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.emitter (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-summary.html b/apidocs/com/github/nkzawa/emitter/package-summary.html index b230413e..b3c0a929 100644 --- a/apidocs/com/github/nkzawa/emitter/package-summary.html +++ b/apidocs/com/github/nkzawa/emitter/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.emitter (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-tree.html b/apidocs/com/github/nkzawa/emitter/package-tree.html index 26c2dfbc..4d190d6b 100644 --- a/apidocs/com/github/nkzawa/emitter/package-tree.html +++ b/apidocs/com/github/nkzawa/emitter/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.emitter Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/emitter/package-use.html b/apidocs/com/github/nkzawa/emitter/package-use.html index 6ee55b95..2ba4b9e5 100644 --- a/apidocs/com/github/nkzawa/emitter/package-use.html +++ b/apidocs/com/github/nkzawa/emitter/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.emitter (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.emitter (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html index 143cde99..e0fabc5a 100644 --- a/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/EngineIOException.html @@ -2,16 +2,16 @@ - + -EngineIOException (engine.io-client 0.5.1-SNAPSHOT API) - +EngineIOException (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html index df08a36b..748a12fb 100644 --- a/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/HandshakeData.html @@ -2,16 +2,16 @@ - + -HandshakeData (engine.io-client 0.5.1-SNAPSHOT API) - +HandshakeData (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html index 7aa2c857..4067ff84 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.Options.html @@ -2,16 +2,16 @@ - + -Socket.Options (engine.io-client 0.5.1-SNAPSHOT API) - +Socket.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Socket.html b/apidocs/com/github/nkzawa/engineio/client/Socket.html index a51c1079..07fc9f7c 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/Socket.html @@ -2,16 +2,16 @@ - + -Socket (engine.io-client 0.5.1-SNAPSHOT API) - +Socket (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html index 10c61af5..81987f36 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.Options.html @@ -2,16 +2,16 @@ - + -Transport.Options (engine.io-client 0.5.1-SNAPSHOT API) - +Transport.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html index 2f8ec8bc..18de8ec1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Transport.ReadyState (engine.io-client 0.5.1-SNAPSHOT API) - +Transport.ReadyState (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/Transport.html b/apidocs/com/github/nkzawa/engineio/client/Transport.html index 93b74361..40236d5d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/Transport.html @@ -2,16 +2,16 @@ - + -Transport (engine.io-client 0.5.1-SNAPSHOT API) - +Transport (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html index 94496291..1c644c79 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html index b386ee19..dcfec498 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/HandshakeData.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.HandshakeData (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html index d4ff3ba5..60958619 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html index 4a538a78..4e2ba5b0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html index c00d209b..c6cd463e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html index a533102b..9501e52d 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html index da1e032b..8b017dd0 100644 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html index 1c9b2704..12be9fae 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/package-summary.html index c7f0cb21..038b71e3 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/package-tree.html index db0c9e2b..c4716394 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/package-use.html b/apidocs/com/github/nkzawa/engineio/client/package-use.html index 70bbd34e..45d5c137 100644 --- a/apidocs/com/github/nkzawa/engineio/client/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.client (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html index c8520c86..20f53337 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/Polling.html @@ -2,16 +2,16 @@ - + -Polling (engine.io-client 0.5.1-SNAPSHOT API) - +Polling (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html index 509940b0..7a367f4f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request.Options (engine.io-client 0.5.1-SNAPSHOT API) - +PollingXHR.Request.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html index 28aef6e7..b788ebc6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request (engine.io-client 0.5.1-SNAPSHOT API) - +PollingXHR.Request (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html index 20973bd7..caa0335e 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html @@ -2,16 +2,16 @@ - + -PollingXHR (engine.io-client 0.5.1-SNAPSHOT API) - +PollingXHR (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html index ee73c18e..b69b3c70 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html @@ -2,16 +2,16 @@ - + -WebSocket (engine.io-client 0.5.1-SNAPSHOT API) - +WebSocket (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html index 92e28f3a..88d4d219 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 270aaacd..6ed762d6 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html index 9a3db7f5..d212ba11 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html index caa1b16b..c1592a22 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html index 91ebd0a3..9fc0a2a9 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html index a490d828..a45c6cbc 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html index f145fcd2..7762daa1 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html index 759ef460..6b8c4caf 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html index 74fb9ac7..10d97f1f 100644 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/client/transports/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.client.transports (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/Packet.html index 34dfc90b..e63e5be0 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Packet.html @@ -2,16 +2,16 @@ - + -Packet (engine.io-client 0.5.1-SNAPSHOT API) - +Packet (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html index b8ef961d..01e688ec 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.5.1-SNAPSHOT API) - +Parser.DecodePayloadCallback (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html index eb672188..4f534568 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Parser.EncodeCallback (engine.io-client 0.5.1-SNAPSHOT API) - +Parser.EncodeCallback (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html index 1d267bc1..37d9d1d6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/Parser.html @@ -2,16 +2,16 @@ - + -Parser (engine.io-client 0.5.1-SNAPSHOT API) - +Parser (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html index 2ab94f0c..0c9dbcdc 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 6d9a704b..3377a86a 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html index a544d7ed..f60f9de6 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html index 98755721..345ed347 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html +++ b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.engineio.parser.Parser (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html index f78aa888..a3c561d8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.parser (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html index 2ab83cb3..2d9ab5f8 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-summary.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.parser (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html index 25f07491..c04edbae 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-tree.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.engineio.parser Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html index e72b9ae1..b9ebf385 100644 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ b/apidocs/com/github/nkzawa/engineio/parser/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/Global.html b/apidocs/com/github/nkzawa/global/Global.html index 8434e2c9..1bfba555 100644 --- a/apidocs/com/github/nkzawa/global/Global.html +++ b/apidocs/com/github/nkzawa/global/Global.html @@ -2,16 +2,16 @@ - + -Global (engine.io-client 0.5.1-SNAPSHOT API) - +Global (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html index 80820b8e..dc6867c6 100644 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ b/apidocs/com/github/nkzawa/global/class-use/Global.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html index 1855f322..b2f8f7ce 100644 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ b/apidocs/com/github/nkzawa/global/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.global (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-summary.html b/apidocs/com/github/nkzawa/global/package-summary.html index f33e67a8..4c2b50e2 100644 --- a/apidocs/com/github/nkzawa/global/package-summary.html +++ b/apidocs/com/github/nkzawa/global/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.global (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/com/github/nkzawa/global/package-tree.html index 6af30426..2480b7fc 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/com/github/nkzawa/global/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.global Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/global/package-use.html b/apidocs/com/github/nkzawa/global/package-use.html index f1d4cc8c..c95fe894 100644 --- a/apidocs/com/github/nkzawa/global/package-use.html +++ b/apidocs/com/github/nkzawa/global/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.global (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.global (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/ParseQS.html index 40d1cae0..447f9724 100644 --- a/apidocs/com/github/nkzawa/parseqs/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/ParseQS.html @@ -2,16 +2,16 @@ - + -ParseQS (engine.io-client 0.5.1-SNAPSHOT API) - +ParseQS (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html index dbac68ad..a81cb039 100644 --- a/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html +++ b/apidocs/com/github/nkzawa/parseqs/class-use/ParseQS.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.parseqs.ParseQS (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html index 6f0be4c6..65adccfc 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ b/apidocs/com/github/nkzawa/parseqs/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.parseqs (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-summary.html b/apidocs/com/github/nkzawa/parseqs/package-summary.html index 3703c9c9..cc23d192 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-summary.html +++ b/apidocs/com/github/nkzawa/parseqs/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.parseqs (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-tree.html b/apidocs/com/github/nkzawa/parseqs/package-tree.html index 4eadb2b8..c649e02b 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-tree.html +++ b/apidocs/com/github/nkzawa/parseqs/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.parseqs Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/parseqs/package-use.html b/apidocs/com/github/nkzawa/parseqs/package-use.html index ebffbf9c..3f00b122 100644 --- a/apidocs/com/github/nkzawa/parseqs/package-use.html +++ b/apidocs/com/github/nkzawa/parseqs/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.parseqs (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/EventThread.html b/apidocs/com/github/nkzawa/thread/EventThread.html index 3bc815ff..76e91021 100644 --- a/apidocs/com/github/nkzawa/thread/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/EventThread.html @@ -2,16 +2,16 @@ - + -EventThread (engine.io-client 0.5.1-SNAPSHOT API) - +EventThread (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html index 53fc23dc..d0f9322e 100644 --- a/apidocs/com/github/nkzawa/thread/class-use/EventThread.html +++ b/apidocs/com/github/nkzawa/thread/class-use/EventThread.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.thread.EventThread (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html index 4b094add..4b8463f4 100644 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ b/apidocs/com/github/nkzawa/thread/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.thread (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-summary.html b/apidocs/com/github/nkzawa/thread/package-summary.html index 5bd2f132..117d96ef 100644 --- a/apidocs/com/github/nkzawa/thread/package-summary.html +++ b/apidocs/com/github/nkzawa/thread/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.thread (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-tree.html b/apidocs/com/github/nkzawa/thread/package-tree.html index 92a9bdd6..01fd63f3 100644 --- a/apidocs/com/github/nkzawa/thread/package-tree.html +++ b/apidocs/com/github/nkzawa/thread/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.thread Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/thread/package-use.html b/apidocs/com/github/nkzawa/thread/package-use.html index 930311d1..29e871d7 100644 --- a/apidocs/com/github/nkzawa/thread/package-use.html +++ b/apidocs/com/github/nkzawa/thread/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.thread (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.thread (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8.html b/apidocs/com/github/nkzawa/utf8/UTF8.html index dc4f28f3..107683c8 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8.html @@ -2,16 +2,16 @@ - + -UTF8 (engine.io-client 0.5.1-SNAPSHOT API) - +UTF8 (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html index 295ab358..03589c2b 100644 --- a/apidocs/com/github/nkzawa/utf8/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/UTF8Exception.html @@ -2,16 +2,16 @@ - + -UTF8Exception (engine.io-client 0.5.1-SNAPSHOT API) - +UTF8Exception (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html index 56033078..9c25efc7 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.utf8.UTF8 (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html index 0af7d225..e7b028f9 100644 --- a/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html +++ b/apidocs/com/github/nkzawa/utf8/class-use/UTF8Exception.html @@ -2,16 +2,16 @@ - + -Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Class com.github.nkzawa.utf8.UTF8Exception (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html index 52a088f7..9882f29d 100644 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ b/apidocs/com/github/nkzawa/utf8/package-frame.html @@ -2,10 +2,10 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.utf8 (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-summary.html b/apidocs/com/github/nkzawa/utf8/package-summary.html index fa587e29..ff338ac2 100644 --- a/apidocs/com/github/nkzawa/utf8/package-summary.html +++ b/apidocs/com/github/nkzawa/utf8/package-summary.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.utf8 (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-tree.html b/apidocs/com/github/nkzawa/utf8/package-tree.html index 7db927c2..274d9f71 100644 --- a/apidocs/com/github/nkzawa/utf8/package-tree.html +++ b/apidocs/com/github/nkzawa/utf8/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +com.github.nkzawa.utf8 Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/com/github/nkzawa/utf8/package-use.html b/apidocs/com/github/nkzawa/utf8/package-use.html index bfd6b87b..8f8def6e 100644 --- a/apidocs/com/github/nkzawa/utf8/package-use.html +++ b/apidocs/com/github/nkzawa/utf8/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.5.1-SNAPSHOT API) - +Uses of Package com.github.nkzawa.utf8 (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 1bbe9d10..f8375cf5 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (engine.io-client 0.5.1-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 79383023..45595339 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (engine.io-client 0.5.1-SNAPSHOT API) - +Deprecated List (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 7eff363a..557a5fa0 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (engine.io-client 0.5.1-SNAPSHOT API) - +API Help (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 1a7d8d8b..2b25e73e 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (engine.io-client 0.5.1-SNAPSHOT API) - +Index (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/index.html b/apidocs/index.html index b5a89a8d..dc18cfe8 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -engine.io-client 0.5.1-SNAPSHOT API +engine.io-client 0.6.1-SNAPSHOT API @@ -64,7 +64,7 @@
    -

    engine.io-client 0.5.1-SNAPSHOT API

    +

    engine.io-client 0.6.1-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 2c0800cf..986edb8d 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (engine.io-client 0.5.1-SNAPSHOT API) - +Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index aaa843b8..b90fefff 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (engine.io-client 0.5.1-SNAPSHOT API) - +Serialized Form (engine.io-client 0.6.1-SNAPSHOT API) + diff --git a/dependencies.html b/dependencies.html index 8f23f37d..ad424fd0 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-06-07 -  | Version: 0.5.1-SNAPSHOT + Last Published: 2015-08-09 +  | Version: 0.6.1-SNAPSHOT
    engine.io-client @@ -208,7 +208,7 @@

    Project Dependency Graph

    - - - - - -
    -

    Uses of Interface
    com.github.nkzawa.emitter.Emitter.Listener

    -
    -
    -
      -
    • -
    - - - - - - - - - - - -
    Packages that use Emitter.Listener 
    PackageDescription
    com.github.nkzawa.emitter 
    - -
  • - -
  • - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html b/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html deleted file mode 100644 index 5ae198f1..00000000 --- a/apidocs/com/github/nkzawa/emitter/class-use/Emitter.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.emitter.Emitter (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.emitter.Emitter

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/emitter/package-frame.html b/apidocs/com/github/nkzawa/emitter/package-frame.html deleted file mode 100644 index 1f7887cf..00000000 --- a/apidocs/com/github/nkzawa/emitter/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -com.github.nkzawa.emitter (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.emitter

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html b/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html deleted file mode 100644 index 1c644c79..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/EngineIOException.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.EngineIOException (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.EngineIOException

    -
    -
    No usage of com.github.nkzawa.engineio.client.EngineIOException
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html deleted file mode 100644 index 60958619..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.Options.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket.Options (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.Socket.Options

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html deleted file mode 100644 index 4e2ba5b0..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Socket.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Socket (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.Socket

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html deleted file mode 100644 index c6cd463e..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.Options.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.Options (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.Transport.Options

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html deleted file mode 100644 index 9501e52d..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.ReadyState.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport.ReadyState (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.Transport.ReadyState

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html b/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html deleted file mode 100644 index 8b017dd0..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/class-use/Transport.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.Transport (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.Transport

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/package-frame.html deleted file mode 100644 index 12be9fae..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -com.github.nkzawa.engineio.client (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.engineio.client

    - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html deleted file mode 100644 index caa0335e..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/PollingXHR.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - - -PollingXHR (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - - -
    -
    com.github.nkzawa.engineio.client.transports
    -

    Class PollingXHR

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PollingXHR
      -extends Polling
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html deleted file mode 100644 index b69b3c70..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/WebSocket.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - -WebSocket (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - - -
    -
    com.github.nkzawa.engineio.client.transports
    -

    Class WebSocket

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class WebSocket
      -extends Transport
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html deleted file mode 100644 index 88d4d219..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/Polling.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.Polling (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.transports.Polling

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html deleted file mode 100644 index 6ed762d6..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html deleted file mode 100644 index d212ba11..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.Request.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR.Request (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR.Request

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html deleted file mode 100644 index c1592a22..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/PollingXHR.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.PollingXHR (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.transports.PollingXHR

    -
    -
    No usage of com.github.nkzawa.engineio.client.transports.PollingXHR
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html b/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html deleted file mode 100644 index 9fc0a2a9..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/class-use/WebSocket.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.client.transports.WebSocket (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.client.transports.WebSocket

    -
    -
    No usage of com.github.nkzawa.engineio.client.transports.WebSocket
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html deleted file mode 100644 index a45c6cbc..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.engineio.client.transports

    - - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html deleted file mode 100644 index 7762daa1..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -com.github.nkzawa.engineio.client.transports (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - -
    - - - - - -
    - - -
    -

    Package com.github.nkzawa.engineio.client.transports

    -
    -
    - -
    - -
    - - - - - -
    - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html b/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html deleted file mode 100644 index 6b8c4caf..00000000 --- a/apidocs/com/github/nkzawa/engineio/client/transports/package-tree.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -com.github.nkzawa.engineio.client.transports Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package com.github.nkzawa.engineio.client.transports

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/Parser.html b/apidocs/com/github/nkzawa/engineio/parser/Parser.html deleted file mode 100644 index 37d9d1d6..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/Parser.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - -Parser (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - - -
    -
    com.github.nkzawa.engineio.parser
    -

    Class Parser

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Parser
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html deleted file mode 100644 index 0c9dbcdc..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Packet.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.engineio.parser.Packet (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.engineio.parser.Packet

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html deleted file mode 100644 index 3377a86a..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html deleted file mode 100644 index f60f9de6..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/class-use/Parser.EncodeCallback.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Uses of Interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Interface
    com.github.nkzawa.engineio.parser.Parser.EncodeCallback

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html b/apidocs/com/github/nkzawa/engineio/parser/package-frame.html deleted file mode 100644 index a3c561d8..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -com.github.nkzawa.engineio.parser (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.engineio.parser

    - - - diff --git a/apidocs/com/github/nkzawa/engineio/parser/package-use.html b/apidocs/com/github/nkzawa/engineio/parser/package-use.html deleted file mode 100644 index b9ebf385..00000000 --- a/apidocs/com/github/nkzawa/engineio/parser/package-use.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Uses of Package com.github.nkzawa.engineio.parser (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Package
    com.github.nkzawa.engineio.parser

    -
    -
    - -
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/global/class-use/Global.html b/apidocs/com/github/nkzawa/global/class-use/Global.html deleted file mode 100644 index dc6867c6..00000000 --- a/apidocs/com/github/nkzawa/global/class-use/Global.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class com.github.nkzawa.global.Global (engine.io-client 0.6.1-SNAPSHOT API) - - - - - - - - - - -
    -

    Uses of Class
    com.github.nkzawa.global.Global

    -
    -
    No usage of com.github.nkzawa.global.Global
    - - - - -

    Copyright © 2015. All rights reserved.

    - - diff --git a/apidocs/com/github/nkzawa/global/package-frame.html b/apidocs/com/github/nkzawa/global/package-frame.html deleted file mode 100644 index b2f8f7ce..00000000 --- a/apidocs/com/github/nkzawa/global/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -com.github.nkzawa.global (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.global

    -
    -

    Classes

    - -
    - - diff --git a/apidocs/com/github/nkzawa/parseqs/package-frame.html b/apidocs/com/github/nkzawa/parseqs/package-frame.html deleted file mode 100644 index 65adccfc..00000000 --- a/apidocs/com/github/nkzawa/parseqs/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -com.github.nkzawa.parseqs (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.parseqs

    -
    -

    Classes

    - -
    - - diff --git a/apidocs/com/github/nkzawa/thread/package-frame.html b/apidocs/com/github/nkzawa/thread/package-frame.html deleted file mode 100644 index 4b8463f4..00000000 --- a/apidocs/com/github/nkzawa/thread/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - -com.github.nkzawa.thread (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.thread

    -
    -

    Classes

    - -
    - - diff --git a/apidocs/com/github/nkzawa/utf8/package-frame.html b/apidocs/com/github/nkzawa/utf8/package-frame.html deleted file mode 100644 index 9882f29d..00000000 --- a/apidocs/com/github/nkzawa/utf8/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -com.github.nkzawa.utf8 (engine.io-client 0.6.1-SNAPSHOT API) - - - - -

    com.github.nkzawa.utf8

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index f8375cf5..cde77632 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (engine.io-client 0.6.1-SNAPSHOT API) - + @@ -67,17 +67,17 @@

    Constant Field Values

    Contents

    -
    +
    -

    com.github.*

    +

    io.socket.*

    • - + @@ -85,115 +85,115 @@

      com.github.*

      - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + @@ -201,7 +201,7 @@

      com.github.*

    • com.github.nkzawa.engineio.client.Socket io.socket.engineio.client.Socket 
      Modifier and Type Constant Field
      + public static final StringEVENT_CLOSEEVENT_CLOSE "close"
      + public static final StringEVENT_DATAEVENT_DATA "data"
      + public static final StringEVENT_DRAINEVENT_DRAIN "drain"
      + public static final StringEVENT_ERROREVENT_ERROR "error"
      + public static final StringEVENT_FLUSHEVENT_FLUSH "flush"
      + public static final StringEVENT_HANDSHAKEEVENT_HANDSHAKE "handshake"
      + public static final StringEVENT_HEARTBEATEVENT_HEARTBEAT "heartbeat"
      + public static final StringEVENT_MESSAGEEVENT_MESSAGE "message"
      + public static final StringEVENT_OPENEVENT_OPEN "open"
      + public static final StringEVENT_PACKETEVENT_PACKET "packet"
      + public static final StringEVENT_PACKET_CREATEEVENT_PACKET_CREATE "packetCreate"
      + public static final StringEVENT_TRANSPORTEVENT_TRANSPORT "transport"
      + public static final StringEVENT_UPGRADEEVENT_UPGRADE "upgrade"
      + public static final StringEVENT_UPGRADE_ERROREVENT_UPGRADE_ERROR "upgradeError"
      + public static final StringEVENT_UPGRADINGEVENT_UPGRADING "upgrading"
      + public static final intprotocolprotocol 3
      - + @@ -209,52 +209,52 @@

      com.github.*

      - - + - - + - - + - - + - - + - - + - - + @@ -264,7 +264,7 @@

      com.github.*

      com.github.nkzawa.engineio.client.Transport io.socket.engineio.client.Transport 
      Modifier and Type Constant Field
      + public static final StringEVENT_CLOSEEVENT_CLOSE "close"
      + public static final StringEVENT_DRAINEVENT_DRAIN "drain"
      + public static final StringEVENT_ERROREVENT_ERROR "error"
      + public static final StringEVENT_OPENEVENT_OPEN "open"
      + public static final StringEVENT_PACKETEVENT_PACKET "packet"
      + public static final StringEVENT_REQUEST_HEADERSEVENT_REQUEST_HEADERS "requestHeaders"
      + public static final StringEVENT_RESPONSE_HEADERSEVENT_RESPONSE_HEADERS "responseHeaders"
      - + @@ -272,24 +272,24 @@

      com.github.*

      - - + - - + - - + @@ -297,7 +297,7 @@

      com.github.*

    • com.github.nkzawa.engineio.client.transports.Polling io.socket.engineio.client.transports.Polling 
      Modifier and Type Constant Field
      + public static final StringEVENT_POLLEVENT_POLL "poll"
      + public static final StringEVENT_POLL_COMPLETEEVENT_POLL_COMPLETE "pollComplete"
      + public static final StringNAMENAME "polling"
      - + @@ -305,38 +305,38 @@

      com.github.*

      - - + - - + - - + - - + - - + @@ -344,7 +344,7 @@

      com.github.*

    • com.github.nkzawa.engineio.client.transports.PollingXHR.Request io.socket.engineio.client.transports.PollingXHR.Request 
      Modifier and Type Constant Field
      + public static final StringEVENT_DATAEVENT_DATA "data"
      + public static final StringEVENT_ERROREVENT_ERROR "error"
      + public static final StringEVENT_REQUEST_HEADERSEVENT_REQUEST_HEADERS "requestHeaders"
      + public static final StringEVENT_RESPONSE_HEADERSEVENT_RESPONSE_HEADERS "responseHeaders"
      + public static final StringEVENT_SUCCESSEVENT_SUCCESS "success"
      - + @@ -352,10 +352,10 @@

      com.github.*

      - - + @@ -365,7 +365,7 @@

      com.github.*

      com.github.nkzawa.engineio.client.transports.WebSocket io.socket.engineio.client.transports.WebSocket 
      Modifier and Type Constant Field
      + public static final StringNAMENAME "websocket"
      - + @@ -373,59 +373,59 @@

      com.github.*

      - - + - - + - - + - - + - - + - - + - - + - - + @@ -433,7 +433,7 @@

      com.github.*

    • com.github.nkzawa.engineio.parser.Packet<T> io.socket.engineio.parser.Packet<T> 
      Modifier and Type Constant Field
      + public static final StringCLOSECLOSE "close"
      + public static final StringERRORERROR "error"
      + public static final StringMESSAGEMESSAGE "message"
      + public static final StringNOOPNOOP "noop"
      + public static final StringOPENOPEN "open"
      + public static final StringPINGPING "ping"
      + public static final StringPONGPONG "pong"
      + public static final StringUPGRADEUPGRADE "upgrade"
      - + @@ -441,10 +441,10 @@

      com.github.*

      - - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 45595339..a426f6ef 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - +Deprecated List (engine.io-client 0.6.1-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 557a5fa0..f0d02fc1 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - +API Help (engine.io-client 0.6.1-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 2b25e73e..2e74adb6 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - +Index (engine.io-client 0.6.1-SNAPSHOT API) - + @@ -68,7 +68,7 @@

      A

      -
      abort() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request
      +
      abort() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
       
      @@ -76,39 +76,23 @@

      A

      C

      -
      call(Object...) - Method in interface com.github.nkzawa.emitter.Emitter.Listener
      +
      call(Object...) - Method in interface io.socket.emitter.Emitter.Listener
       
      -
      call(Packet<T>, int, int) - Method in interface com.github.nkzawa.engineio.parser.Parser.DecodePayloadCallback
      +
      call(Packet<T>, int, int) - Method in interface io.socket.engineio.parser.Parser.DecodePayloadCallback
       
      -
      call(T) - Method in interface com.github.nkzawa.engineio.parser.Parser.EncodeCallback
      +
      call(T) - Method in interface io.socket.engineio.parser.Parser.EncodeCallback
       
      -
      close() - Method in class com.github.nkzawa.engineio.client.Socket
      +
      close() - Method in class io.socket.engineio.client.Socket
      Disconnects the client.
      -
      close() - Method in class com.github.nkzawa.engineio.client.Transport
      +
      close() - Method in class io.socket.engineio.client.Transport
       
      -
      CLOSE - Static variable in class com.github.nkzawa.engineio.parser.Packet
      +
      CLOSE - Static variable in class io.socket.engineio.parser.Packet
       
      -
      code - Variable in exception com.github.nkzawa.engineio.client.EngineIOException
      +
      code - Variable in exception io.socket.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
      +
      create() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
       
      @@ -116,47 +100,47 @@

      C

      D

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

      D

      E

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

      E

      G

      -
      Global - Class in com.github.nkzawa.global
      +
      Global - Class in io.socket.global
       
      @@ -294,23 +278,23 @@

      G

      H

      -
      HandshakeData - Class in com.github.nkzawa.engineio.client
      +
      HandshakeData - Class in io.socket.engineio.client
       
      -
      hasListeners(String) - Method in class com.github.nkzawa.emitter.Emitter
      +
      hasListeners(String) - Method in class io.socket.emitter.Emitter
      Check if this emitter has listeners for the specified event.
      -
      host - Variable in class com.github.nkzawa.engineio.client.Socket.Options
      +
      host - Variable in class io.socket.engineio.client.Socket.Options
       
      -
      hostname - Variable in class com.github.nkzawa.engineio.client.Transport
      +
      hostname - Variable in class io.socket.engineio.client.Transport
       
      -
      hostname - Variable in class com.github.nkzawa.engineio.client.Transport.Options
      +
      hostname - Variable in class io.socket.engineio.client.Transport.Options
       
      -
      hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.Transport
      +
      hostnameVerifier - Variable in class io.socket.engineio.client.Transport
       
      -
      hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.Transport.Options
      +
      hostnameVerifier - Variable in class io.socket.engineio.client.Transport.Options
       
      -
      hostnameVerifier - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
      +
      hostnameVerifier - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
       
      @@ -318,9 +302,25 @@

      H

      I

      -
      id() - Method in class com.github.nkzawa.engineio.client.Socket
      +
      id() - Method in class io.socket.engineio.client.Socket
      +
       
      +
      io.socket.emitter - package io.socket.emitter
      +
       
      +
      io.socket.engineio.client - package io.socket.engineio.client
      +
       
      +
      io.socket.engineio.client.transports - package io.socket.engineio.client.transports
      +
       
      +
      io.socket.engineio.parser - package io.socket.engineio.parser
      +
       
      +
      io.socket.global - package io.socket.global
      +
       
      +
      io.socket.parseqs - package io.socket.parseqs
      +
       
      +
      io.socket.thread - package io.socket.thread
      +
       
      +
      io.socket.utf8 - package io.socket.utf8
       
      -
      isCurrent() - Static method in class com.github.nkzawa.thread.EventThread
      +
      isCurrent() - Static method in class io.socket.thread.EventThread
      check if the current thread is EventThread.
      @@ -330,7 +330,7 @@

      I

      L

      -
      listeners(String) - Method in class com.github.nkzawa.emitter.Emitter
      +
      listeners(String) - Method in class io.socket.emitter.Emitter
      Returns a list of listeners for the specified event.
      @@ -340,9 +340,9 @@

      L

      M

      -
      MESSAGE - Static variable in class com.github.nkzawa.engineio.parser.Packet
      +
      MESSAGE - Static variable in class io.socket.engineio.parser.Packet
       
      -
      method - Variable in class com.github.nkzawa.engineio.client.transports.PollingXHR.Request.Options
      +
      method - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
       
      @@ -350,17 +350,17 @@

      M

      N

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

      N

      O

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

      O

      P

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

      P

      Q

      -
      query - Variable in class com.github.nkzawa.engineio.client.Socket.Options
      +
      query - Variable in class io.socket.engineio.client.Socket.Options
       
      -
      query - Variable in class com.github.nkzawa.engineio.client.Transport.Options
      +
      query - Variable in class io.socket.engineio.client.Transport.Options
       
      -
      query - Variable in class com.github.nkzawa.engineio.client.Transport
      +
      query - Variable in class io.socket.engineio.client.Transport
       
      @@ -498,13 +498,13 @@

      Q

      R

      -
      readyState - Variable in class com.github.nkzawa.engineio.client.Transport
      +
      readyState - Variable in class io.socket.engineio.client.Transport
       
      -
      rememberUpgrade - Variable in class com.github.nkzawa.engineio.client.Socket.Options
      +
      rememberUpgrade - Variable in class io.socket.engineio.client.Socket.Options
       
      -
      request() - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
      +
      request() - Method in class io.socket.engineio.client.transports.PollingXHR
       
      -
      request(PollingXHR.Request.Options) - Method in class com.github.nkzawa.engineio.client.transports.PollingXHR
      +
      request(PollingXHR.Request.Options) - Method in class io.socket.engineio.client.transports.PollingXHR
       
      @@ -512,63 +512,63 @@

      R

      S

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

      S

      T

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

      T

      U

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

      U

      V

      -
      valueOf(String) - Static method in enum com.github.nkzawa.engineio.client.Transport.ReadyState
      +
      valueOf(String) - Static method in enum io.socket.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
      +
      values() - Static method in enum io.socket.engineio.client.Transport.ReadyState
      Returns an array containing the constants of this enum type, in the order they are declared.
      @@ -663,25 +663,25 @@

      V

      W

      -
      WebSocket - Class in com.github.nkzawa.engineio.client.transports
      +
      WebSocket - Class in io.socket.engineio.client.transports
       
      -
      WebSocket(Transport.Options) - Constructor for class com.github.nkzawa.engineio.client.transports.WebSocket
      +
      WebSocket(Transport.Options) - Constructor for class io.socket.engineio.client.transports.WebSocket
       
      -
      writable - Variable in class com.github.nkzawa.engineio.client.Transport
      +
      writable - Variable in class io.socket.engineio.client.Transport
       
      -
      write(String) - Method in class com.github.nkzawa.engineio.client.Socket
      +
      write(String) - Method in class io.socket.engineio.client.Socket
       
      -
      write(String, Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
      +
      write(String, Runnable) - Method in class io.socket.engineio.client.Socket
       
      -
      write(byte[]) - Method in class com.github.nkzawa.engineio.client.Socket
      +
      write(byte[]) - Method in class io.socket.engineio.client.Socket
       
      -
      write(byte[], Runnable) - Method in class com.github.nkzawa.engineio.client.Socket
      +
      write(byte[], Runnable) - Method in class io.socket.engineio.client.Socket
       
      -
      write(Packet[]) - Method in class com.github.nkzawa.engineio.client.Transport
      +
      write(Packet[]) - Method in class io.socket.engineio.client.Transport
       
      -
      write(Packet[]) - Method in class com.github.nkzawa.engineio.client.transports.Polling
      +
      write(Packet[]) - Method in class io.socket.engineio.client.transports.Polling
       
      -
      write(Packet[]) - Method in class com.github.nkzawa.engineio.client.transports.WebSocket
      +
      write(Packet[]) - Method in class io.socket.engineio.client.transports.WebSocket
       
      A C D E G H I L M N O P Q R S T U V W  diff --git a/apidocs/index.html b/apidocs/index.html index dc18cfe8..b7fe8cb6 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + engine.io-client 0.6.1-SNAPSHOT API + + + + + +
      +

      Uses of Interface
      io.socket.emitter.Emitter.Listener

      +
      +
      +
        +
      • +
      com.github.nkzawa.engineio.parser.Parser io.socket.engineio.parser.Parser 
      Modifier and Type Constant Field
      + public static final intprotocolprotocol 3
      + + + + + + + + + + + +
      Packages that use Emitter.Listener 
      PackageDescription
      io.socket.emitter 
      +
    • +
    • + +
    • +
    +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/class-use/Emitter.html b/apidocs/io/socket/emitter/class-use/Emitter.html new file mode 100644 index 00000000..37677318 --- /dev/null +++ b/apidocs/io/socket/emitter/class-use/Emitter.html @@ -0,0 +1,255 @@ + + + + + + +Uses of Class io.socket.emitter.Emitter (engine.io-client 0.6.1-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.emitter.Emitter

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/package-frame.html b/apidocs/io/socket/emitter/package-frame.html new file mode 100644 index 00000000..6573ec77 --- /dev/null +++ b/apidocs/io/socket/emitter/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +io.socket.emitter (engine.io-client 0.6.1-SNAPSHOT API) + + + + +

    io.socket.emitter

    +
    +

    Interfaces

    + +

    Classes

    + +
    + + diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html new file mode 100644 index 00000000..b6fca95f --- /dev/null +++ b/apidocs/io/socket/emitter/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +io.socket.emitter (engine.io-client 0.6.1-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.emitter

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Interface Summary 
      InterfaceDescription
      Emitter.Listener 
      +
    • +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      Emitter +
      The event emitter which is ported from the JavaScript module.
      +
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/com/github/nkzawa/global/package-tree.html b/apidocs/io/socket/emitter/package-tree.html similarity index 59% rename from apidocs/com/github/nkzawa/global/package-tree.html rename to apidocs/io/socket/emitter/package-tree.html index 2480b7fc..0342b947 100644 --- a/apidocs/com/github/nkzawa/global/package-tree.html +++ b/apidocs/io/socket/emitter/package-tree.html @@ -2,16 +2,16 @@ - + -com.github.nkzawa.global Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) - - +io.socket.emitter Class Hierarchy (engine.io-client 0.6.1-SNAPSHOT API) + + @@ -25,27 +25,27 @@
    +
    + + +
    -
    -
    - + +
    + +
    +
    +
    + + + + + diff --git a/mail-lists.html b/mail-lists.html index 3f1f4625..021ceb71 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client diff --git a/plugin-management.html b/plugin-management.html index de983d20..d0085fca 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client diff --git a/plugins.html b/plugins.html index dfb3f428..623a3256 100644 --- a/plugins.html +++ b/plugins.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client @@ -108,7 +108,7 @@

    Project Build Plugins

    com.github.github site-maven-plugin -0.10 +0.12 org.apache.maven.plugins maven-clean-plugin @@ -116,7 +116,7 @@

    Project Build Plugins

    org.apache.maven.plugins maven-compiler-plugin -3.0 +3.3 org.apache.maven.plugins maven-deploy-plugin @@ -128,7 +128,7 @@

    Project Build Plugins

    org.apache.maven.plugins maven-gpg-plugin -1.5 +1.6 org.apache.maven.plugins maven-install-plugin @@ -140,7 +140,7 @@

    Project Build Plugins

    org.apache.maven.plugins maven-javadoc-plugin -2.9.1 +2.10.3 org.apache.maven.plugins maven-release-plugin @@ -156,7 +156,7 @@

    Project Build Plugins

    org.apache.maven.plugins maven-source-plugin -2.2.1 +2.4 org.apache.maven.plugins maven-surefire-plugin @@ -164,11 +164,15 @@

    Project Build Plugins

    org.codehaus.mojo exec-maven-plugin -1.2.1 +1.4.0 +org.codehaus.mojo +versions-maven-plugin +2.2 + org.sonatype.plugins nexus-staging-maven-plugin -1.6.2
    +1.6.6

    Project Report Plugins

    There are no plugins reports defined in the Reporting part of this project.

    diff --git a/project-info.html b/project-info.html index a7cc29c6..ec16e71c 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client diff --git a/project-summary.html b/project-summary.html index 7e8f05c3..1ea39538 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    +1.7
    diff --git a/source-repository.html b/source-repository.html index e448aa6c..a121bbcf 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client diff --git a/team-list.html b/team-list.html index 61ebad54..26cc5954 100644 --- a/team-list.html +++ b/team-list.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-10-11 -  | Version: 0.6.2-SNAPSHOT + Last Published: 2015-12-23 +  | Version: 0.6.3-SNAPSHOT
    engine.io-client From 9eacc2d52039be1aedf1d8403cd6b5ab6f693431 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Wed, 23 Dec 2015 06:32:42 +0000 Subject: [PATCH 31/41] Creating site for 0.6.4-SNAPSHOT --- apidocs/allclasses-frame.html | 41 + apidocs/allclasses-noframe.html | 41 + apidocs/constant-values.html | 502 +++++++++++ apidocs/deprecated-list.html | 117 +++ apidocs/help-doc.html | 222 +++++ apidocs/index-all.html | 735 +++++++++++++++ apidocs/index.html | 75 ++ .../io/socket/emitter/Emitter.Listener.html | 212 +++++ apidocs/io/socket/emitter/Emitter.html | 421 +++++++++ .../emitter/class-use/Emitter.Listener.html | 189 ++++ .../io/socket/emitter/class-use/Emitter.html | 255 ++++++ apidocs/io/socket/emitter/package-frame.html | 24 + .../io/socket/emitter/package-summary.html | 152 ++++ apidocs/io/socket/emitter/package-tree.html | 134 +++ apidocs/io/socket/emitter/package-use.html | 197 ++++ .../engineio/client/EngineIOException.html | 339 +++++++ .../socket/engineio/client/HandshakeData.html | 271 ++++++ .../engineio/client/Socket.Options.html | 340 +++++++ apidocs/io/socket/engineio/client/Socket.html | 843 ++++++++++++++++++ .../engineio/client/Transport.Options.html | 404 +++++++++ .../engineio/client/Transport.ReadyState.html | 366 ++++++++ .../io/socket/engineio/client/Transport.html | 755 ++++++++++++++++ .../client/class-use/EngineIOException.html | 117 +++ .../client/class-use/HandshakeData.html | 117 +++ .../client/class-use/Socket.Options.html | 165 ++++ .../engineio/client/class-use/Socket.html | 182 ++++ .../client/class-use/Transport.Options.html | 194 ++++ .../class-use/Transport.ReadyState.html | 179 ++++ .../engineio/client/class-use/Transport.html | 196 ++++ .../socket/engineio/client/package-frame.html | 32 + .../engineio/client/package-summary.html | 183 ++++ .../socket/engineio/client/package-tree.html | 162 ++++ .../socket/engineio/client/package-use.html | 186 ++++ .../engineio/client/transports/Polling.html | 508 +++++++++++ .../PollingXHR.Request.Options.html | 322 +++++++ .../client/transports/PollingXHR.Request.html | 406 +++++++++ .../client/transports/PollingXHR.html | 398 +++++++++ .../engineio/client/transports/WebSocket.html | 418 +++++++++ .../client/transports/class-use/Polling.html | 157 ++++ .../class-use/PollingXHR.Request.Options.html | 168 ++++ .../class-use/PollingXHR.Request.html | 161 ++++ .../transports/class-use/PollingXHR.html | 117 +++ .../transports/class-use/WebSocket.html | 117 +++ .../client/transports/package-frame.html | 24 + .../client/transports/package-summary.html | 151 ++++ .../client/transports/package-tree.html | 145 +++ .../client/transports/package-use.html | 156 ++++ apidocs/io/socket/engineio/parser/Packet.html | 407 +++++++++ .../parser/Parser.DecodePayloadCallback.html | 216 +++++ .../parser/Parser.EncodeCallback.html | 214 +++++ apidocs/io/socket/engineio/parser/Parser.html | 398 +++++++++ .../engineio/parser/class-use/Packet.html | 253 ++++++ .../Parser.DecodePayloadCallback.html | 163 ++++ .../class-use/Parser.EncodeCallback.html | 169 ++++ .../engineio/parser/class-use/Parser.html | 117 +++ .../socket/engineio/parser/package-frame.html | 26 + .../engineio/parser/package-summary.html | 158 ++++ .../socket/engineio/parser/package-tree.html | 136 +++ .../socket/engineio/parser/package-use.html | 194 ++++ apidocs/io/socket/global/Global.html | 237 +++++ .../io/socket/global/class-use/Global.html | 117 +++ apidocs/io/socket/global/package-frame.html | 20 + apidocs/io/socket/global/package-summary.html | 135 +++ apidocs/io/socket/global/package-tree.html | 130 +++ apidocs/io/socket/global/package-use.html | 117 +++ apidocs/io/socket/parseqs/ParseQS.html | 237 +++++ .../io/socket/parseqs/class-use/ParseQS.html | 117 +++ apidocs/io/socket/parseqs/package-frame.html | 20 + .../io/socket/parseqs/package-summary.html | 135 +++ apidocs/io/socket/parseqs/package-tree.html | 130 +++ apidocs/io/socket/parseqs/package-use.html | 117 +++ apidocs/io/socket/thread/EventThread.html | 309 +++++++ .../socket/thread/class-use/EventThread.html | 117 +++ apidocs/io/socket/thread/package-frame.html | 20 + apidocs/io/socket/thread/package-summary.html | 137 +++ apidocs/io/socket/thread/package-tree.html | 134 +++ apidocs/io/socket/thread/package-use.html | 117 +++ apidocs/io/socket/utf8/UTF8.html | 279 ++++++ apidocs/io/socket/utf8/UTF8Exception.html | 331 +++++++ apidocs/io/socket/utf8/class-use/UTF8.html | 117 +++ .../socket/utf8/class-use/UTF8Exception.html | 243 +++++ apidocs/io/socket/utf8/package-frame.html | 24 + apidocs/io/socket/utf8/package-summary.html | 152 ++++ apidocs/io/socket/utf8/package-tree.html | 143 +++ apidocs/io/socket/utf8/package-use.html | 207 +++++ apidocs/overview-frame.html | 28 + apidocs/overview-summary.html | 159 ++++ apidocs/overview-tree.html | 201 +++++ apidocs/package-list | 8 + apidocs/resources/background.gif | Bin 0 -> 2313 bytes apidocs/resources/tab.gif | Bin 0 -> 291 bytes apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes apidocs/serialized-form.html | 170 ++++ apidocs/stylesheet.css | 474 ++++++++++ dependencies.html | 4 +- dependency-info.html | 16 +- distribution-management.html | 2 +- index.html | 2 +- integration.html | 2 +- issue-tracking.html | 2 +- license.html | 4 +- mail-lists.html | 2 +- plugin-management.html | 2 +- plugins.html | 2 +- project-info.html | 2 +- project-summary.html | 4 +- source-repository.html | 2 +- team-list.html | 2 +- 109 files changed, 18953 insertions(+), 24 deletions(-) create mode 100644 apidocs/allclasses-frame.html create mode 100644 apidocs/allclasses-noframe.html create mode 100644 apidocs/constant-values.html create mode 100644 apidocs/deprecated-list.html create mode 100644 apidocs/help-doc.html create mode 100644 apidocs/index-all.html create mode 100644 apidocs/index.html create mode 100644 apidocs/io/socket/emitter/Emitter.Listener.html create mode 100644 apidocs/io/socket/emitter/Emitter.html create mode 100644 apidocs/io/socket/emitter/class-use/Emitter.Listener.html create mode 100644 apidocs/io/socket/emitter/class-use/Emitter.html create mode 100644 apidocs/io/socket/emitter/package-frame.html create mode 100644 apidocs/io/socket/emitter/package-summary.html create mode 100644 apidocs/io/socket/emitter/package-tree.html create mode 100644 apidocs/io/socket/emitter/package-use.html create mode 100644 apidocs/io/socket/engineio/client/EngineIOException.html create mode 100644 apidocs/io/socket/engineio/client/HandshakeData.html create mode 100644 apidocs/io/socket/engineio/client/Socket.Options.html create mode 100644 apidocs/io/socket/engineio/client/Socket.html create mode 100644 apidocs/io/socket/engineio/client/Transport.Options.html create mode 100644 apidocs/io/socket/engineio/client/Transport.ReadyState.html create mode 100644 apidocs/io/socket/engineio/client/Transport.html create mode 100644 apidocs/io/socket/engineio/client/class-use/EngineIOException.html create mode 100644 apidocs/io/socket/engineio/client/class-use/HandshakeData.html create mode 100644 apidocs/io/socket/engineio/client/class-use/Socket.Options.html create mode 100644 apidocs/io/socket/engineio/client/class-use/Socket.html create mode 100644 apidocs/io/socket/engineio/client/class-use/Transport.Options.html create mode 100644 apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html create mode 100644 apidocs/io/socket/engineio/client/class-use/Transport.html create mode 100644 apidocs/io/socket/engineio/client/package-frame.html create mode 100644 apidocs/io/socket/engineio/client/package-summary.html create mode 100644 apidocs/io/socket/engineio/client/package-tree.html create mode 100644 apidocs/io/socket/engineio/client/package-use.html create mode 100644 apidocs/io/socket/engineio/client/transports/Polling.html create mode 100644 apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html create mode 100644 apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html create mode 100644 apidocs/io/socket/engineio/client/transports/PollingXHR.html create mode 100644 apidocs/io/socket/engineio/client/transports/WebSocket.html create mode 100644 apidocs/io/socket/engineio/client/transports/class-use/Polling.html create mode 100644 apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html create mode 100644 apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html create mode 100644 apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html create mode 100644 apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html create mode 100644 apidocs/io/socket/engineio/client/transports/package-frame.html create mode 100644 apidocs/io/socket/engineio/client/transports/package-summary.html create mode 100644 apidocs/io/socket/engineio/client/transports/package-tree.html create mode 100644 apidocs/io/socket/engineio/client/transports/package-use.html create mode 100644 apidocs/io/socket/engineio/parser/Packet.html create mode 100644 apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html create mode 100644 apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html create mode 100644 apidocs/io/socket/engineio/parser/Parser.html create mode 100644 apidocs/io/socket/engineio/parser/class-use/Packet.html create mode 100644 apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html create mode 100644 apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html create mode 100644 apidocs/io/socket/engineio/parser/class-use/Parser.html create mode 100644 apidocs/io/socket/engineio/parser/package-frame.html create mode 100644 apidocs/io/socket/engineio/parser/package-summary.html create mode 100644 apidocs/io/socket/engineio/parser/package-tree.html create mode 100644 apidocs/io/socket/engineio/parser/package-use.html create mode 100644 apidocs/io/socket/global/Global.html create mode 100644 apidocs/io/socket/global/class-use/Global.html create mode 100644 apidocs/io/socket/global/package-frame.html create mode 100644 apidocs/io/socket/global/package-summary.html create mode 100644 apidocs/io/socket/global/package-tree.html create mode 100644 apidocs/io/socket/global/package-use.html create mode 100644 apidocs/io/socket/parseqs/ParseQS.html create mode 100644 apidocs/io/socket/parseqs/class-use/ParseQS.html create mode 100644 apidocs/io/socket/parseqs/package-frame.html create mode 100644 apidocs/io/socket/parseqs/package-summary.html create mode 100644 apidocs/io/socket/parseqs/package-tree.html create mode 100644 apidocs/io/socket/parseqs/package-use.html create mode 100644 apidocs/io/socket/thread/EventThread.html create mode 100644 apidocs/io/socket/thread/class-use/EventThread.html create mode 100644 apidocs/io/socket/thread/package-frame.html create mode 100644 apidocs/io/socket/thread/package-summary.html create mode 100644 apidocs/io/socket/thread/package-tree.html create mode 100644 apidocs/io/socket/thread/package-use.html create mode 100644 apidocs/io/socket/utf8/UTF8.html create mode 100644 apidocs/io/socket/utf8/UTF8Exception.html create mode 100644 apidocs/io/socket/utf8/class-use/UTF8.html create mode 100644 apidocs/io/socket/utf8/class-use/UTF8Exception.html create mode 100644 apidocs/io/socket/utf8/package-frame.html create mode 100644 apidocs/io/socket/utf8/package-summary.html create mode 100644 apidocs/io/socket/utf8/package-tree.html create mode 100644 apidocs/io/socket/utf8/package-use.html create mode 100644 apidocs/overview-frame.html create mode 100644 apidocs/overview-summary.html create mode 100644 apidocs/overview-tree.html create mode 100644 apidocs/package-list create mode 100644 apidocs/resources/background.gif create mode 100644 apidocs/resources/tab.gif create mode 100644 apidocs/resources/titlebar.gif create mode 100644 apidocs/resources/titlebar_end.gif create mode 100644 apidocs/serialized-form.html create mode 100644 apidocs/stylesheet.css diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 00000000..19b98fa5 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    All Classes

    + + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..5f491a0b --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    All Classes

    + + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 00000000..206d3033 --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,502 @@ + + + + + + +Constant Field Values (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Constant Field Values

    +

    Contents

    + +
    +
    + + +

    io.socket.*

    + + + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 00000000..407a0a05 --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Deprecated API

    +

    Contents

    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 00000000..01df9ff9 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    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

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Use

      +

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 00000000..b449dcd2 --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,735 @@ + + + + + + +Index (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    A C D E G H I L M N O P Q R S T U V W  + + +

    A

    +
    +
    abort() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
    +
     
    +
    + + + +

    C

    +
    +
    call(Object...) - Method in interface io.socket.emitter.Emitter.Listener
    +
     
    +
    call(Packet<T>, int, int) - Method in interface io.socket.engineio.parser.Parser.DecodePayloadCallback
    +
     
    +
    call(T) - Method in interface io.socket.engineio.parser.Parser.EncodeCallback
    +
     
    +
    close() - Method in class io.socket.engineio.client.Socket
    +
    +
    Disconnects the client.
    +
    +
    close() - Method in class io.socket.engineio.client.Transport
    +
     
    +
    CLOSE - Static variable in class io.socket.engineio.parser.Packet
    +
     
    +
    code - Variable in exception io.socket.engineio.client.EngineIOException
    +
     
    +
    create() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
    +
     
    +
    + + + +

    D

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

    E

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

    G

    +
    +
    Global - Class in io.socket.global
    +
     
    +
    + + + +

    H

    +
    +
    HandshakeData - Class in io.socket.engineio.client
    +
     
    +
    hasListeners(String) - Method in class io.socket.emitter.Emitter
    +
    +
    Check if this emitter has listeners for the specified event.
    +
    +
    host - Variable in class io.socket.engineio.client.Socket.Options
    +
     
    +
    hostname - Variable in class io.socket.engineio.client.Transport
    +
     
    +
    hostname - Variable in class io.socket.engineio.client.Transport.Options
    +
     
    +
    hostnameVerifier - Variable in class io.socket.engineio.client.Transport
    +
     
    +
    hostnameVerifier - Variable in class io.socket.engineio.client.Transport.Options
    +
     
    +
    hostnameVerifier - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
    +
     
    +
    + + + +

    I

    +
    +
    id() - Method in class io.socket.engineio.client.Socket
    +
     
    +
    io.socket.emitter - package io.socket.emitter
    +
     
    +
    io.socket.engineio.client - package io.socket.engineio.client
    +
     
    +
    io.socket.engineio.client.transports - package io.socket.engineio.client.transports
    +
     
    +
    io.socket.engineio.parser - package io.socket.engineio.parser
    +
     
    +
    io.socket.global - package io.socket.global
    +
     
    +
    io.socket.parseqs - package io.socket.parseqs
    +
     
    +
    io.socket.thread - package io.socket.thread
    +
     
    +
    io.socket.utf8 - package io.socket.utf8
    +
     
    +
    isCurrent() - Static method in class io.socket.thread.EventThread
    +
    +
    check if the current thread is EventThread.
    +
    +
    + + + +

    L

    +
    +
    listeners(String) - Method in class io.socket.emitter.Emitter
    +
    +
    Returns a list of listeners for the specified event.
    +
    +
    + + + +

    M

    +
    +
    MESSAGE - Static variable in class io.socket.engineio.parser.Packet
    +
     
    +
    method - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
    +
     
    +
    + + + +

    N

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

    O

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

    P

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

    Q

    +
    +
    query - Variable in class io.socket.engineio.client.Socket.Options
    +
     
    +
    query - Variable in class io.socket.engineio.client.Transport.Options
    +
     
    +
    query - Variable in class io.socket.engineio.client.Transport
    +
     
    +
    + + + +

    R

    +
    +
    readyState - Variable in class io.socket.engineio.client.Transport
    +
     
    +
    rememberUpgrade - Variable in class io.socket.engineio.client.Socket.Options
    +
     
    +
    request() - Method in class io.socket.engineio.client.transports.PollingXHR
    +
     
    +
    request(PollingXHR.Request.Options) - Method in class io.socket.engineio.client.transports.PollingXHR
    +
     
    +
    + + + +

    S

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

    T

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

    U

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

    V

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

    W

    +
    +
    WebSocket - Class in io.socket.engineio.client.transports
    +
     
    +
    WebSocket(Transport.Options) - Constructor for class io.socket.engineio.client.transports.WebSocket
    +
     
    +
    writable - Variable in class io.socket.engineio.client.Transport
    +
     
    +
    write(String) - Method in class io.socket.engineio.client.Socket
    +
     
    +
    write(String, Runnable) - Method in class io.socket.engineio.client.Socket
    +
     
    +
    write(byte[]) - Method in class io.socket.engineio.client.Socket
    +
     
    +
    write(byte[], Runnable) - Method in class io.socket.engineio.client.Socket
    +
     
    +
    write(Packet[]) - Method in class io.socket.engineio.client.Transport
    +
     
    +
    write(Packet[]) - Method in class io.socket.engineio.client.transports.Polling
    +
     
    +
    write(Packet[]) - Method in class io.socket.engineio.client.transports.WebSocket
    +
     
    +
    +A C D E G H I L M N O P Q R S T U V W 
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 00000000..14cc4a85 --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +engine.io-client 0.6.4-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/apidocs/io/socket/emitter/Emitter.Listener.html b/apidocs/io/socket/emitter/Emitter.Listener.html new file mode 100644 index 00000000..3dfe98ea --- /dev/null +++ b/apidocs/io/socket/emitter/Emitter.Listener.html @@ -0,0 +1,212 @@ + + + + + + +Emitter.Listener (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.emitter
    +

    Interface Emitter.Listener

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Emitter
      +
      +
      +
      +
      public static interface Emitter.Listener
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        voidcall(Object... args) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          call

          +
          void call(Object... args)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/Emitter.html b/apidocs/io/socket/emitter/Emitter.html new file mode 100644 index 00000000..935847c1 --- /dev/null +++ b/apidocs/io/socket/emitter/Emitter.html @@ -0,0 +1,421 @@ + + + + + + +Emitter (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.emitter
    +

    Class Emitter

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Emitter

          +
          public Emitter()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          on

          +
          public Emitter on(String event,
          +         Emitter.Listener fn)
          +
          Listens on the event.
          +
          Parameters:
          event - event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          once

          +
          public Emitter once(String event,
          +           Emitter.Listener fn)
          +
          Adds a one time listener for the event.
          +
          Parameters:
          event - an event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off()
          +
          Removes all registered listeners.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off(String event)
          +
          Removes all listeners of the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          off

          +
          public Emitter off(String event,
          +          Emitter.Listener fn)
          +
          Removes the listener.
          +
          Parameters:
          event - an event name.
          fn -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          emit

          +
          public Emitter emit(String event,
          +           Object... args)
          +
          Executes each of listeners with the given args.
          +
          Parameters:
          event - an event name.
          args -
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          listeners

          +
          public List<Emitter.Listener> listeners(String event)
          +
          Returns a list of listeners for the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        + + + +
          +
        • +

          hasListeners

          +
          public boolean hasListeners(String event)
          +
          Check if this emitter has listeners for the specified event.
          +
          Parameters:
          event - an event name.
          +
          Returns:
          a reference to this object.
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/class-use/Emitter.Listener.html b/apidocs/io/socket/emitter/class-use/Emitter.Listener.html new file mode 100644 index 00000000..04d46657 --- /dev/null +++ b/apidocs/io/socket/emitter/class-use/Emitter.Listener.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Interface io.socket.emitter.Emitter.Listener (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    io.socket.emitter.Emitter.Listener

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/class-use/Emitter.html b/apidocs/io/socket/emitter/class-use/Emitter.html new file mode 100644 index 00000000..252c730a --- /dev/null +++ b/apidocs/io/socket/emitter/class-use/Emitter.html @@ -0,0 +1,255 @@ + + + + + + +Uses of Class io.socket.emitter.Emitter (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.emitter.Emitter

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/package-frame.html b/apidocs/io/socket/emitter/package-frame.html new file mode 100644 index 00000000..461cd774 --- /dev/null +++ b/apidocs/io/socket/emitter/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.emitter

    +
    +

    Interfaces

    + +

    Classes

    + +
    + + diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html new file mode 100644 index 00000000..6c66a2d7 --- /dev/null +++ b/apidocs/io/socket/emitter/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.emitter

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Interface Summary 
      InterfaceDescription
      Emitter.Listener 
      +
    • +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      Emitter +
      The event emitter which is ported from the JavaScript module.
      +
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/package-tree.html b/apidocs/io/socket/emitter/package-tree.html new file mode 100644 index 00000000..8ae8b131 --- /dev/null +++ b/apidocs/io/socket/emitter/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +io.socket.emitter Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.emitter

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/emitter/package-use.html b/apidocs/io/socket/emitter/package-use.html new file mode 100644 index 00000000..27ee51f0 --- /dev/null +++ b/apidocs/io/socket/emitter/package-use.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Package io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.emitter

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/EngineIOException.html b/apidocs/io/socket/engineio/client/EngineIOException.html new file mode 100644 index 00000000..4062fb44 --- /dev/null +++ b/apidocs/io/socket/engineio/client/EngineIOException.html @@ -0,0 +1,339 @@ + + + + + + +EngineIOException (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class EngineIOException

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException()
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(String message)
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(String message,
          +                 Throwable cause)
          +
        • +
        + + + +
          +
        • +

          EngineIOException

          +
          public EngineIOException(Throwable cause)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/HandshakeData.html b/apidocs/io/socket/engineio/client/HandshakeData.html new file mode 100644 index 00000000..feca452e --- /dev/null +++ b/apidocs/io/socket/engineio/client/HandshakeData.html @@ -0,0 +1,271 @@ + + + + + + +HandshakeData (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class HandshakeData

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class HandshakeData
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          sid

          +
          public String sid
          +
        • +
        + + + +
          +
        • +

          upgrades

          +
          public String[] upgrades
          +
        • +
        + + + +
          +
        • +

          pingInterval

          +
          public long pingInterval
          +
        • +
        + + + +
          +
        • +

          pingTimeout

          +
          public long pingTimeout
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/Socket.Options.html b/apidocs/io/socket/engineio/client/Socket.Options.html new file mode 100644 index 00000000..c59b3119 --- /dev/null +++ b/apidocs/io/socket/engineio/client/Socket.Options.html @@ -0,0 +1,340 @@ + + + + + + +Socket.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class Socket.Options

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          transports

          +
          public String[] transports
          +
          List of transport names.
          +
        • +
        + + + +
          +
        • +

          upgrade

          +
          public boolean upgrade
          +
          Whether to upgrade the transport. Defaults to `true`.
          +
        • +
        + + + +
          +
        • +

          rememberUpgrade

          +
          public boolean rememberUpgrade
          +
        • +
        + + + +
          +
        • +

          host

          +
          public String host
          +
        • +
        + + + +
          +
        • +

          query

          +
          public String query
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Socket.Options

          +
          public Socket.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/Socket.html b/apidocs/io/socket/engineio/client/Socket.html new file mode 100644 index 00000000..a2bcb7bd --- /dev/null +++ b/apidocs/io/socket/engineio/client/Socket.html @@ -0,0 +1,843 @@ + + + + + + +Socket (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class Socket

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/Transport.Options.html b/apidocs/io/socket/engineio/client/Transport.Options.html new file mode 100644 index 00000000..bb348f73 --- /dev/null +++ b/apidocs/io/socket/engineio/client/Transport.Options.html @@ -0,0 +1,404 @@ + + + + + + +Transport.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class Transport.Options

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          hostname

          +
          public String hostname
          +
        • +
        + + + +
          +
        • +

          path

          +
          public String path
          +
        • +
        + + + +
          +
        • +

          timestampParam

          +
          public String timestampParam
          +
        • +
        + + + +
          +
        • +

          secure

          +
          public boolean secure
          +
        • +
        + + + +
          +
        • +

          timestampRequests

          +
          public boolean timestampRequests
          +
        • +
        + + + +
          +
        • +

          port

          +
          public int port
          +
        • +
        + + + +
          +
        • +

          policyPort

          +
          public int policyPort
          +
        • +
        + + + + + + + + + + + + + + + +
          +
        • +

          socket

          +
          protected Socket socket
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Transport.Options

          +
          public Transport.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/Transport.ReadyState.html b/apidocs/io/socket/engineio/client/Transport.ReadyState.html new file mode 100644 index 00000000..d2184fc2 --- /dev/null +++ b/apidocs/io/socket/engineio/client/Transport.ReadyState.html @@ -0,0 +1,366 @@ + + + + + + +Transport.ReadyState (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Enum Transport.ReadyState

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          values

          +
          public static Transport.ReadyState[] values()
          +
          Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
          +for (Transport.ReadyState c : Transport.ReadyState.values())
          +    System.out.println(c);
          +
          +
          Returns:
          an array containing the constants of this enum type, in the order they are declared
          +
        • +
        + + + +
          +
        • +

          valueOf

          +
          public static Transport.ReadyState valueOf(String name)
          +
          Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
          +
          Parameters:
          name - the name of the enum constant to be returned.
          +
          Returns:
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum type has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/Transport.html b/apidocs/io/socket/engineio/client/Transport.html new file mode 100644 index 00000000..ba2b8828 --- /dev/null +++ b/apidocs/io/socket/engineio/client/Transport.html @@ -0,0 +1,755 @@ + + + + + + +Transport (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client
    +

    Class Transport

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/EngineIOException.html b/apidocs/io/socket/engineio/client/class-use/EngineIOException.html new file mode 100644 index 00000000..e3130ca8 --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/EngineIOException.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.engineio.client.EngineIOException (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.EngineIOException

    +
    +
    No usage of io.socket.engineio.client.EngineIOException
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/HandshakeData.html b/apidocs/io/socket/engineio/client/class-use/HandshakeData.html new file mode 100644 index 00000000..5876c501 --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/HandshakeData.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.engineio.client.HandshakeData (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.HandshakeData

    +
    +
    No usage of io.socket.engineio.client.HandshakeData
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/Socket.Options.html b/apidocs/io/socket/engineio/client/class-use/Socket.Options.html new file mode 100644 index 00000000..80d1b573 --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/Socket.Options.html @@ -0,0 +1,165 @@ + + + + + + +Uses of Class io.socket.engineio.client.Socket.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.Socket.Options

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/Socket.html b/apidocs/io/socket/engineio/client/class-use/Socket.html new file mode 100644 index 00000000..3139d436 --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/Socket.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Class io.socket.engineio.client.Socket (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.Socket

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.Options.html b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html new file mode 100644 index 00000000..b5a03a9e --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class io.socket.engineio.client.Transport.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.Transport.Options

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html new file mode 100644 index 00000000..4afade4d --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class io.socket.engineio.client.Transport.ReadyState (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.Transport.ReadyState

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.html b/apidocs/io/socket/engineio/client/class-use/Transport.html new file mode 100644 index 00000000..a2473d40 --- /dev/null +++ b/apidocs/io/socket/engineio/client/class-use/Transport.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Class io.socket.engineio.client.Transport (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.Transport

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/package-frame.html b/apidocs/io/socket/engineio/client/package-frame.html new file mode 100644 index 00000000..c25943bb --- /dev/null +++ b/apidocs/io/socket/engineio/client/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.engineio.client

    + + + diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html new file mode 100644 index 00000000..fb18f38f --- /dev/null +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.engineio.client

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/package-tree.html b/apidocs/io/socket/engineio/client/package-tree.html new file mode 100644 index 00000000..3c64848c --- /dev/null +++ b/apidocs/io/socket/engineio/client/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +io.socket.engineio.client Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.engineio.client

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/package-use.html b/apidocs/io/socket/engineio/client/package-use.html new file mode 100644 index 00000000..affa02b0 --- /dev/null +++ b/apidocs/io/socket/engineio/client/package-use.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Package io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.engineio.client

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/Polling.html b/apidocs/io/socket/engineio/client/transports/Polling.html new file mode 100644 index 00000000..2fa3df27 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/Polling.html @@ -0,0 +1,508 @@ + + + + + + +Polling (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client.transports
    +

    Class Polling

    +
    +
    + +
    +
      +
    • +
      +
      Direct Known Subclasses:
      +
      PollingXHR
      +
      +
      +
      +
      public abstract class Polling
      +extends Transport
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html new file mode 100644 index 00000000..d94b8c15 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html @@ -0,0 +1,322 @@ + + + + + + +PollingXHR.Request.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client.transports
    +

    Class PollingXHR.Request.Options

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • io.socket.engineio.client.transports.PollingXHR.Request.Options
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PollingXHR.Request.Options

          +
          public PollingXHR.Request.Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html new file mode 100644 index 00000000..ee9110e2 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html @@ -0,0 +1,406 @@ + + + + + + +PollingXHR.Request (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client.transports
    +

    Class PollingXHR.Request

    +
    +
    + +
    +
      +
    • +
      +
      Enclosing class:
      +
      PollingXHR
      +
      +
      +
      +
      public static class PollingXHR.Request
      +extends Emitter
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.html new file mode 100644 index 00000000..e05a101e --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.html @@ -0,0 +1,398 @@ + + + + + + +PollingXHR (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client.transports
    +

    Class PollingXHR

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class PollingXHR
      +extends Polling
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/WebSocket.html b/apidocs/io/socket/engineio/client/transports/WebSocket.html new file mode 100644 index 00000000..09839a5e --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/WebSocket.html @@ -0,0 +1,418 @@ + + + + + + +WebSocket (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.client.transports
    +

    Class WebSocket

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class WebSocket
      +extends Transport
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/class-use/Polling.html b/apidocs/io/socket/engineio/client/transports/class-use/Polling.html new file mode 100644 index 00000000..25ff0d62 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/class-use/Polling.html @@ -0,0 +1,157 @@ + + + + + + +Uses of Class io.socket.engineio.client.transports.Polling (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.transports.Polling

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html new file mode 100644 index 00000000..7ab4b2fb --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.transports.PollingXHR.Request.Options

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html new file mode 100644 index 00000000..9b658666 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.transports.PollingXHR.Request

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html new file mode 100644 index 00000000..a14d461c --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.engineio.client.transports.PollingXHR (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.transports.PollingXHR

    +
    +
    No usage of io.socket.engineio.client.transports.PollingXHR
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html new file mode 100644 index 00000000..02236275 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.engineio.client.transports.WebSocket (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.client.transports.WebSocket

    +
    +
    No usage of io.socket.engineio.client.transports.WebSocket
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/package-frame.html b/apidocs/io/socket/engineio/client/transports/package-frame.html new file mode 100644 index 00000000..9591d28a --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +io.socket.engineio.client.transports (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.engineio.client.transports

    + + + diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html new file mode 100644 index 00000000..04d73c06 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -0,0 +1,151 @@ + + + + + + +io.socket.engineio.client.transports (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.engineio.client.transports

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/package-tree.html b/apidocs/io/socket/engineio/client/transports/package-tree.html new file mode 100644 index 00000000..16035bc9 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/package-tree.html @@ -0,0 +1,145 @@ + + + + + + +io.socket.engineio.client.transports Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.engineio.client.transports

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/client/transports/package-use.html b/apidocs/io/socket/engineio/client/transports/package-use.html new file mode 100644 index 00000000..416a9f08 --- /dev/null +++ b/apidocs/io/socket/engineio/client/transports/package-use.html @@ -0,0 +1,156 @@ + + + + + + +Uses of Package io.socket.engineio.client.transports (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.engineio.client.transports

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/Packet.html b/apidocs/io/socket/engineio/parser/Packet.html new file mode 100644 index 00000000..1179421f --- /dev/null +++ b/apidocs/io/socket/engineio/parser/Packet.html @@ -0,0 +1,407 @@ + + + + + + +Packet (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.parser
    +

    Class Packet<T>

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Packet<T>
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..8a107bcb --- /dev/null +++ b/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html @@ -0,0 +1,216 @@ + + + + + + +Parser.DecodePayloadCallback (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.parser
    +

    Interface Parser.DecodePayloadCallback<T>

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Parser
      +
      +
      +
      +
      public static interface Parser.DecodePayloadCallback<T>
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        booleancall(Packet<T> packet, + int index, + int total) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          call

          +
          boolean call(Packet<T> packet,
          +           int index,
          +           int total)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html b/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html new file mode 100644 index 00000000..b88b59fd --- /dev/null +++ b/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html @@ -0,0 +1,214 @@ + + + + + + +Parser.EncodeCallback (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.parser
    +

    Interface Parser.EncodeCallback<T>

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      Parser
      +
      +
      +
      +
      public static interface Parser.EncodeCallback<T>
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        voidcall(T data) 
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + + + +
          +
        • +

          call

          +
          void call(T data)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/Parser.html b/apidocs/io/socket/engineio/parser/Parser.html new file mode 100644 index 00000000..0d721d7b --- /dev/null +++ b/apidocs/io/socket/engineio/parser/Parser.html @@ -0,0 +1,398 @@ + + + + + + +Parser (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.engineio.parser
    +

    Class Parser

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Parser
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/class-use/Packet.html b/apidocs/io/socket/engineio/parser/class-use/Packet.html new file mode 100644 index 00000000..bc41179e --- /dev/null +++ b/apidocs/io/socket/engineio/parser/class-use/Packet.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Class io.socket.engineio.parser.Packet (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.parser.Packet

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html new file mode 100644 index 00000000..420a8b6f --- /dev/null +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -0,0 +1,163 @@ + + + + + + +Uses of Interface io.socket.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    io.socket.engineio.parser.Parser.DecodePayloadCallback

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html new file mode 100644 index 00000000..e405841b --- /dev/null +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface io.socket.engineio.parser.Parser.EncodeCallback (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    io.socket.engineio.parser.Parser.EncodeCallback

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.html b/apidocs/io/socket/engineio/parser/class-use/Parser.html new file mode 100644 index 00000000..3ee58bc8 --- /dev/null +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.engineio.parser.Parser (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.engineio.parser.Parser

    +
    +
    No usage of io.socket.engineio.parser.Parser
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/package-frame.html b/apidocs/io/socket/engineio/parser/package-frame.html new file mode 100644 index 00000000..b34547f3 --- /dev/null +++ b/apidocs/io/socket/engineio/parser/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.engineio.parser

    + + + diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html new file mode 100644 index 00000000..9be3eab8 --- /dev/null +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -0,0 +1,158 @@ + + + + + + +io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.engineio.parser

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/package-tree.html b/apidocs/io/socket/engineio/parser/package-tree.html new file mode 100644 index 00000000..b3e66a2e --- /dev/null +++ b/apidocs/io/socket/engineio/parser/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +io.socket.engineio.parser Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.engineio.parser

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    +
      +
    • java.lang.Object +
        +
      • io.socket.engineio.parser.Packet<T>
      • +
      • io.socket.engineio.parser.Parser
      • +
      +
    • +
    +

    Interface Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/engineio/parser/package-use.html b/apidocs/io/socket/engineio/parser/package-use.html new file mode 100644 index 00000000..5ab1d535 --- /dev/null +++ b/apidocs/io/socket/engineio/parser/package-use.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Package io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.engineio.parser

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/global/Global.html b/apidocs/io/socket/global/Global.html new file mode 100644 index 00000000..43b80198 --- /dev/null +++ b/apidocs/io/socket/global/Global.html @@ -0,0 +1,237 @@ + + + + + + +Global (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.global
    +

    Class Global

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Global
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          encodeURIComponent

          +
          public static String encodeURIComponent(String str)
          +
        • +
        + + + +
          +
        • +

          decodeURIComponent

          +
          public static String decodeURIComponent(String str)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/global/class-use/Global.html b/apidocs/io/socket/global/class-use/Global.html new file mode 100644 index 00000000..562476dd --- /dev/null +++ b/apidocs/io/socket/global/class-use/Global.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.global.Global (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.global.Global

    +
    +
    No usage of io.socket.global.Global
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/global/package-frame.html b/apidocs/io/socket/global/package-frame.html new file mode 100644 index 00000000..e18a7399 --- /dev/null +++ b/apidocs/io/socket/global/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.global

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html new file mode 100644 index 00000000..fee669c5 --- /dev/null +++ b/apidocs/io/socket/global/package-summary.html @@ -0,0 +1,135 @@ + + + + + + +io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.global

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      Global 
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/global/package-tree.html b/apidocs/io/socket/global/package-tree.html new file mode 100644 index 00000000..5f74498e --- /dev/null +++ b/apidocs/io/socket/global/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +io.socket.global Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.global

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/global/package-use.html b/apidocs/io/socket/global/package-use.html new file mode 100644 index 00000000..5229c68a --- /dev/null +++ b/apidocs/io/socket/global/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.global

    +
    +
    No usage of io.socket.global
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/parseqs/ParseQS.html b/apidocs/io/socket/parseqs/ParseQS.html new file mode 100644 index 00000000..52981bcb --- /dev/null +++ b/apidocs/io/socket/parseqs/ParseQS.html @@ -0,0 +1,237 @@ + + + + + + +ParseQS (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.parseqs
    +

    Class ParseQS

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class ParseQS
      +extends Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/parseqs/class-use/ParseQS.html b/apidocs/io/socket/parseqs/class-use/ParseQS.html new file mode 100644 index 00000000..a772fc2c --- /dev/null +++ b/apidocs/io/socket/parseqs/class-use/ParseQS.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.parseqs.ParseQS (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.parseqs.ParseQS

    +
    +
    No usage of io.socket.parseqs.ParseQS
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/parseqs/package-frame.html b/apidocs/io/socket/parseqs/package-frame.html new file mode 100644 index 00000000..a7702684 --- /dev/null +++ b/apidocs/io/socket/parseqs/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.parseqs

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html new file mode 100644 index 00000000..65d3aff6 --- /dev/null +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -0,0 +1,135 @@ + + + + + + +io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.parseqs

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      ParseQS 
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/parseqs/package-tree.html b/apidocs/io/socket/parseqs/package-tree.html new file mode 100644 index 00000000..1bcab5c0 --- /dev/null +++ b/apidocs/io/socket/parseqs/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +io.socket.parseqs Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.parseqs

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/parseqs/package-use.html b/apidocs/io/socket/parseqs/package-use.html new file mode 100644 index 00000000..6c6bd72d --- /dev/null +++ b/apidocs/io/socket/parseqs/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.parseqs

    +
    +
    No usage of io.socket.parseqs
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/thread/EventThread.html b/apidocs/io/socket/thread/EventThread.html new file mode 100644 index 00000000..ffdad202 --- /dev/null +++ b/apidocs/io/socket/thread/EventThread.html @@ -0,0 +1,309 @@ + + + + + + +EventThread (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.thread
    +

    Class EventThread

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Runnable
      +
      +
      +
      +
      public class EventThread
      +extends Thread
      +
      The thread for event loop. All non-background tasks run within this thread.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          isCurrent

          +
          public static boolean isCurrent()
          +
          check if the current thread is EventThread.
          +
          Returns:
          true if the current thread is EventThread.
          +
        • +
        + + + +
          +
        • +

          exec

          +
          public static void exec(Runnable task)
          +
          Executes a task in EventThread.
          +
          Parameters:
          task -
          +
        • +
        + + + +
          +
        • +

          nextTick

          +
          public static void nextTick(Runnable task)
          +
          Executes a task on the next loop in EventThread.
          +
          Parameters:
          task -
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/thread/class-use/EventThread.html b/apidocs/io/socket/thread/class-use/EventThread.html new file mode 100644 index 00000000..68fabe0b --- /dev/null +++ b/apidocs/io/socket/thread/class-use/EventThread.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.thread.EventThread (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.thread.EventThread

    +
    +
    No usage of io.socket.thread.EventThread
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/thread/package-frame.html b/apidocs/io/socket/thread/package-frame.html new file mode 100644 index 00000000..90f136f0 --- /dev/null +++ b/apidocs/io/socket/thread/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.thread

    +
    +

    Classes

    + +
    + + diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html new file mode 100644 index 00000000..e1cb096c --- /dev/null +++ b/apidocs/io/socket/thread/package-summary.html @@ -0,0 +1,137 @@ + + + + + + +io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.thread

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      EventThread +
      The thread for event loop.
      +
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/thread/package-tree.html b/apidocs/io/socket/thread/package-tree.html new file mode 100644 index 00000000..e76f8f52 --- /dev/null +++ b/apidocs/io/socket/thread/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +io.socket.thread Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.thread

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/thread/package-use.html b/apidocs/io/socket/thread/package-use.html new file mode 100644 index 00000000..0a48b1ea --- /dev/null +++ b/apidocs/io/socket/thread/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.thread

    +
    +
    No usage of io.socket.thread
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/UTF8.html b/apidocs/io/socket/utf8/UTF8.html new file mode 100644 index 00000000..016bb3be --- /dev/null +++ b/apidocs/io/socket/utf8/UTF8.html @@ -0,0 +1,279 @@ + + + + + + +UTF8 (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.utf8
    +

    Class UTF8

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/UTF8Exception.html b/apidocs/io/socket/utf8/UTF8Exception.html new file mode 100644 index 00000000..a73a1c3f --- /dev/null +++ b/apidocs/io/socket/utf8/UTF8Exception.html @@ -0,0 +1,331 @@ + + + + + + +UTF8Exception (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + + +
    +
    io.socket.utf8
    +

    Class UTF8Exception

    +
    +
    + +
    + +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception()
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(String message)
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(String message,
          +             Throwable cause)
          +
        • +
        + + + +
          +
        • +

          UTF8Exception

          +
          public UTF8Exception(Throwable cause)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/class-use/UTF8.html b/apidocs/io/socket/utf8/class-use/UTF8.html new file mode 100644 index 00000000..be581d91 --- /dev/null +++ b/apidocs/io/socket/utf8/class-use/UTF8.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class io.socket.utf8.UTF8 (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.utf8.UTF8

    +
    +
    No usage of io.socket.utf8.UTF8
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/class-use/UTF8Exception.html b/apidocs/io/socket/utf8/class-use/UTF8Exception.html new file mode 100644 index 00000000..ccdaab4c --- /dev/null +++ b/apidocs/io/socket/utf8/class-use/UTF8Exception.html @@ -0,0 +1,243 @@ + + + + + + +Uses of Class io.socket.utf8.UTF8Exception (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Class
    io.socket.utf8.UTF8Exception

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/package-frame.html b/apidocs/io/socket/utf8/package-frame.html new file mode 100644 index 00000000..ad5b9dbd --- /dev/null +++ b/apidocs/io/socket/utf8/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +io.socket.utf8 (engine.io-client 0.6.4-SNAPSHOT API) + + + + +

    io.socket.utf8

    +
    +

    Classes

    + +

    Exceptions

    + +
    + + diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html new file mode 100644 index 00000000..34e937b2 --- /dev/null +++ b/apidocs/io/socket/utf8/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +io.socket.utf8 (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Package io.socket.utf8

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      UTF8 +
      UTF-8 encoder/decoder ported from utf8.js.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Exception Summary 
      ExceptionDescription
      UTF8Exception 
      +
    • +
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/package-tree.html b/apidocs/io/socket/utf8/package-tree.html new file mode 100644 index 00000000..0abdda27 --- /dev/null +++ b/apidocs/io/socket/utf8/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +io.socket.utf8 Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package io.socket.utf8

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/package-use.html b/apidocs/io/socket/utf8/package-use.html new file mode 100644 index 00000000..3df4202b --- /dev/null +++ b/apidocs/io/socket/utf8/package-use.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Package io.socket.utf8 (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    io.socket.utf8

    +
    +
    + +
    + + + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 00000000..9d0ddd79 --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + +Overview List (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + +

     

    + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 00000000..06cea094 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,159 @@ + + + + + + +Overview (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    engine.io-client 0.6.4-SNAPSHOT API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    io.socket.emitter 
    io.socket.engineio.client 
    io.socket.engineio.client.transports 
    io.socket.engineio.parser 
    io.socket.global 
    io.socket.parseqs 
    io.socket.thread 
    io.socket.utf8 
    +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 00000000..c2d3af3d --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,201 @@ + + + + + + +Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + + +
    +

    Class Hierarchy

    + +

    Interface Hierarchy

    + +

    Enum Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 00000000..a187f4c4 --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,8 @@ +io.socket.emitter +io.socket.engineio.client +io.socket.engineio.client.transports +io.socket.engineio.parser +io.socket.global +io.socket.parseqs +io.socket.thread +io.socket.utf8 diff --git a/apidocs/resources/background.gif b/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 00000000..6e3a6491 --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,170 @@ + + + + + + +Serialized Form (engine.io-client 0.6.4-SNAPSHOT API) + + + + + + + +
    + + + + + +
    + + +
    +

    Serialized Form

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dependencies.html b/dependencies.html index ecaae199..a6fc1f6a 100644 --- a/dependencies.html +++ b/dependencies.html @@ -28,7 +28,7 @@
    Last Published: 2015-12-23 -  | Version: 0.6.3-SNAPSHOT +  | Version: 0.6.4-SNAPSHOT
    engine.io-client @@ -208,7 +208,7 @@

    Project Dependency Graph

    @@ -162,6 +162,20 @@

    io.socket.*

    "packetCreate" + + +public static final String +EVENT_PING +"ping" + + + + +public static final String +EVENT_PONG +"pong" + + public static final String @@ -497,6 +511,6 @@

    io.socket.*

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 407a0a05..1bb1780b 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (engine.io-client 0.6.4-SNAPSHOT API) - +Deprecated List (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Contents

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 01df9ff9..917e1cb6 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (engine.io-client 0.6.4-SNAPSHOT API) - +API Help (engine.io-client 0.7.0-SNAPSHOT API) + @@ -217,6 +217,6 @@

    Constant Field Values

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/index-all.html b/apidocs/index-all.html index b449dcd2..d156ea48 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (engine.io-client 0.6.4-SNAPSHOT API) - +Index (engine.io-client 0.7.0-SNAPSHOT API) + @@ -63,7 +63,7 @@
    -
    A C D E G H I L M N O P Q R S T U V W  +
    A C D E G H I L M N O P Q R S T U V W Y 

    A

    @@ -110,6 +110,8 @@

    D

     
    decode(String) - Static method in class io.socket.utf8.UTF8
     
    +
    decode(String) - Static method in class io.socket.yeast.Yeast
    +
     
    decodePacket(String) - Static method in class io.socket.engineio.parser.Parser
     
    decodePacket(String, boolean) - Static method in class io.socket.engineio.parser.Parser
    @@ -164,6 +166,8 @@

    E

     
    encode(String) - Static method in class io.socket.utf8.UTF8
     
    +
    encode(long) - Static method in class io.socket.yeast.Yeast
    +
     
    encodePacket(Packet, Parser.EncodeCallback) - Static method in class io.socket.engineio.parser.Parser
     
    encodePacket(Packet, boolean, Parser.EncodeCallback) - Static method in class io.socket.engineio.parser.Parser
    @@ -232,10 +236,14 @@

    E

     
    EVENT_PACKET_CREATE - Static variable in class io.socket.engineio.client.Socket
     
    +
    EVENT_PING - Static variable in class io.socket.engineio.client.Socket
    +
     
    EVENT_POLL - Static variable in class io.socket.engineio.client.transports.Polling
     
    EVENT_POLL_COMPLETE - Static variable in class io.socket.engineio.client.transports.Polling
     
    +
    EVENT_PONG - Static variable in class io.socket.engineio.client.Socket
    +
     
    EVENT_REQUEST_HEADERS - Static variable in class io.socket.engineio.client.Transport
     
    EVENT_REQUEST_HEADERS - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
    @@ -320,6 +328,8 @@

    I

     
    io.socket.utf8 - package io.socket.utf8
     
    +
    io.socket.yeast - package io.socket.yeast
    +
     
    isCurrent() - Static method in class io.socket.thread.EventThread
    check if the current thread is EventThread.
    @@ -440,10 +450,6 @@

    P

     
    pause(Runnable) - Method in class io.socket.engineio.client.transports.Polling
     
    -
    ping() - Method in class io.socket.engineio.client.Socket
    -
    -
    Sends a ping packet.
    -
    PING - Static variable in class io.socket.engineio.parser.Packet
     
    pingInterval - Variable in class io.socket.engineio.client.HandshakeData
    @@ -584,8 +590,6 @@

    T

     
    timestampRequests - Variable in class io.socket.engineio.client.Transport
     
    -
    timestamps - Static variable in class io.socket.engineio.client.Transport
    -
     
    toString() - Method in enum io.socket.engineio.client.Transport.ReadyState
     
    transport - Variable in exception io.socket.engineio.client.EngineIOException
    @@ -684,7 +688,21 @@

    W

    write(Packet[]) - Method in class io.socket.engineio.client.transports.WebSocket
     
    -A C D E G H I L M N O P Q R S T U V W 
    + + + +

    Y

    +
    +
    Yeast - Class in io.socket.yeast
    +
    +
    A Java implementation of yeast.
    +
    +
    Yeast() - Constructor for class io.socket.yeast.Yeast
    +
     
    +
    yeast() - Static method in class io.socket.yeast.Yeast
    +
     
    +
    +A C D E G H I L M N O P Q R S T U V W Y 
    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/index.html b/apidocs/index.html index 14cc4a85..29b1aacf 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -engine.io-client 0.6.4-SNAPSHOT API +engine.io-client 0.7.0-SNAPSHOT API @@ -207,6 +207,6 @@

    call

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/Emitter.html b/apidocs/io/socket/emitter/Emitter.html index 935847c1..1ac0eb34 100644 --- a/apidocs/io/socket/emitter/Emitter.html +++ b/apidocs/io/socket/emitter/Emitter.html @@ -2,16 +2,16 @@ - + -Emitter (engine.io-client 0.6.4-SNAPSHOT API) - +Emitter (engine.io-client 0.7.0-SNAPSHOT API) + @@ -416,6 +416,6 @@

    hasListeners

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/class-use/Emitter.Listener.html b/apidocs/io/socket/emitter/class-use/Emitter.Listener.html index 04d46657..70bf203f 100644 --- a/apidocs/io/socket/emitter/class-use/Emitter.Listener.html +++ b/apidocs/io/socket/emitter/class-use/Emitter.Listener.html @@ -2,16 +2,16 @@ - + -Uses of Interface io.socket.emitter.Emitter.Listener (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Interface io.socket.emitter.Emitter.Listener (engine.io-client 0.7.0-SNAPSHOT API) + @@ -184,6 +184,6 @@

    Uses of -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/class-use/Emitter.html b/apidocs/io/socket/emitter/class-use/Emitter.html index 252c730a..37588b51 100644 --- a/apidocs/io/socket/emitter/class-use/Emitter.html +++ b/apidocs/io/socket/emitter/class-use/Emitter.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.emitter.Emitter (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.emitter.Emitter (engine.io-client 0.7.0-SNAPSHOT API) + @@ -250,6 +250,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/package-frame.html b/apidocs/io/socket/emitter/package-frame.html index 461cd774..1ab70002 100644 --- a/apidocs/io/socket/emitter/package-frame.html +++ b/apidocs/io/socket/emitter/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 6c66a2d7..cd60f283 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) + @@ -147,6 +147,6 @@

    Package io.socket.emitter

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/package-tree.html b/apidocs/io/socket/emitter/package-tree.html index 8ae8b131..0a1cf053 100644 --- a/apidocs/io/socket/emitter/package-tree.html +++ b/apidocs/io/socket/emitter/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.emitter Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.emitter Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -129,6 +129,6 @@

    Interface Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/emitter/package-use.html b/apidocs/io/socket/emitter/package-use.html index 27ee51f0..a8311ab9 100644 --- a/apidocs/io/socket/emitter/package-use.html +++ b/apidocs/io/socket/emitter/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.emitter (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) + @@ -192,6 +192,6 @@

    Uses of Package
    i -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/EngineIOException.html b/apidocs/io/socket/engineio/client/EngineIOException.html index 4062fb44..4dcb6f53 100644 --- a/apidocs/io/socket/engineio/client/EngineIOException.html +++ b/apidocs/io/socket/engineio/client/EngineIOException.html @@ -2,16 +2,16 @@ - + -EngineIOException (engine.io-client 0.6.4-SNAPSHOT API) - +EngineIOException (engine.io-client 0.7.0-SNAPSHOT API) + @@ -334,6 +334,6 @@

    EngineIOException

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/HandshakeData.html b/apidocs/io/socket/engineio/client/HandshakeData.html index feca452e..e0c70eeb 100644 --- a/apidocs/io/socket/engineio/client/HandshakeData.html +++ b/apidocs/io/socket/engineio/client/HandshakeData.html @@ -2,16 +2,16 @@ - + -HandshakeData (engine.io-client 0.6.4-SNAPSHOT API) - +HandshakeData (engine.io-client 0.7.0-SNAPSHOT API) + @@ -266,6 +266,6 @@

    pingTimeout

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/Socket.Options.html b/apidocs/io/socket/engineio/client/Socket.Options.html index c59b3119..49469682 100644 --- a/apidocs/io/socket/engineio/client/Socket.Options.html +++ b/apidocs/io/socket/engineio/client/Socket.Options.html @@ -2,16 +2,16 @@ - + -Socket.Options (engine.io-client 0.6.4-SNAPSHOT API) - +Socket.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -335,6 +335,6 @@

    Socket.Options

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/Socket.html b/apidocs/io/socket/engineio/client/Socket.html index a2bcb7bd..dace6e14 100644 --- a/apidocs/io/socket/engineio/client/Socket.html +++ b/apidocs/io/socket/engineio/client/Socket.html @@ -2,16 +2,16 @@ - + -Socket (engine.io-client 0.6.4-SNAPSHOT API) - +Socket (engine.io-client 0.7.0-SNAPSHOT API) + @@ -208,6 +208,14 @@

    Field Summary

    static String +EVENT_PING  + + +static String +EVENT_PONG  + + +static String EVENT_TRANSPORT
    Called on a new transport is created.
    @@ -301,54 +309,48 @@

    Method Summary

    void -ping() -
    Sends a ping packet.
    - - - -void send(byte[] msg)  - + void send(byte[] msg, Runnable fn)  - + void send(String msg)
    Sends a message.
    - + void send(String msg, Runnable fn)
    Sends a message.
    - + static void setDefaultHostnameVerifier(HostnameVerifier hostnameVerifier)  - + static void setDefaultSSLContext(SSLContext sslContext)  - + void write(byte[] msg)  - + void write(byte[] msg, Runnable fn)  - + void write(String msg)  - + void write(String msg, Runnable fn)  @@ -528,6 +530,26 @@

    EVENT_DATA

    See Also:
    Constant Field Values
    + + + + + + + + @@ -661,16 +683,6 @@

    open

    Returns:
    a reference to to this object.
    - - - -
      -
    • -

      ping

      -
      public void ping()
      -
      Sends a ping packet.
      -
    • -
    @@ -838,6 +850,6 @@

    id

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/Transport.Options.html b/apidocs/io/socket/engineio/client/Transport.Options.html index bb348f73..a5f4e4b6 100644 --- a/apidocs/io/socket/engineio/client/Transport.Options.html +++ b/apidocs/io/socket/engineio/client/Transport.Options.html @@ -2,16 +2,16 @@ - + -Transport.Options (engine.io-client 0.6.4-SNAPSHOT API) - +Transport.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -399,6 +399,6 @@

    Transport.Options

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/Transport.ReadyState.html b/apidocs/io/socket/engineio/client/Transport.ReadyState.html index d2184fc2..91b49198 100644 --- a/apidocs/io/socket/engineio/client/Transport.ReadyState.html +++ b/apidocs/io/socket/engineio/client/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Transport.ReadyState (engine.io-client 0.6.4-SNAPSHOT API) - +Transport.ReadyState (engine.io-client 0.7.0-SNAPSHOT API) + @@ -361,6 +361,6 @@

    toString

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/Transport.html b/apidocs/io/socket/engineio/client/Transport.html index ba2b8828..0dd04965 100644 --- a/apidocs/io/socket/engineio/client/Transport.html +++ b/apidocs/io/socket/engineio/client/Transport.html @@ -2,16 +2,16 @@ - + -Transport (engine.io-client 0.6.4-SNAPSHOT API) - +Transport (engine.io-client 0.7.0-SNAPSHOT API) + @@ -233,10 +233,6 @@

    Field Summary

    timestampRequests  -protected static int -timestamps  - - boolean writable  @@ -420,15 +416,6 @@

    EVENT_RESPONSE_HEADERS

    See Also:
    Constant Field Values
    - - - -
      -
    • -

      timestamps

      -
      protected static int timestamps
      -
    • -
    @@ -750,6 +737,6 @@

    doClose

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/EngineIOException.html b/apidocs/io/socket/engineio/client/class-use/EngineIOException.html index e3130ca8..c275f9a3 100644 --- a/apidocs/io/socket/engineio/client/class-use/EngineIOException.html +++ b/apidocs/io/socket/engineio/client/class-use/EngineIOException.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.EngineIOException (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.EngineIOException (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/Socket.Options.html b/apidocs/io/socket/engineio/client/class-use/Socket.Options.html index 80d1b573..ab4d9931 100644 --- a/apidocs/io/socket/engineio/client/class-use/Socket.Options.html +++ b/apidocs/io/socket/engineio/client/class-use/Socket.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.Socket.Options (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Socket.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -160,6 +160,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/Socket.html b/apidocs/io/socket/engineio/client/class-use/Socket.html index 3139d436..04185b96 100644 --- a/apidocs/io/socket/engineio/client/class-use/Socket.html +++ b/apidocs/io/socket/engineio/client/class-use/Socket.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.Socket (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Socket (engine.io-client 0.7.0-SNAPSHOT API) + @@ -177,6 +177,6 @@

    Uses of -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.Options.html b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html index b5a03a9e..e42abe1b 100644 --- a/apidocs/io/socket/engineio/client/class-use/Transport.Options.html +++ b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.Transport.Options (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Transport.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -189,6 +189,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html index 4afade4d..379b1ec4 100644 --- a/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.Transport.ReadyState (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Transport.ReadyState (engine.io-client 0.7.0-SNAPSHOT API) + @@ -174,6 +174,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.html b/apidocs/io/socket/engineio/client/class-use/Transport.html index a2473d40..628e4b65 100644 --- a/apidocs/io/socket/engineio/client/class-use/Transport.html +++ b/apidocs/io/socket/engineio/client/class-use/Transport.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.Transport (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Transport (engine.io-client 0.7.0-SNAPSHOT API) + @@ -191,6 +191,6 @@

    Uses of -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/package-frame.html b/apidocs/io/socket/engineio/client/package-frame.html index c25943bb..7fb235ff 100644 --- a/apidocs/io/socket/engineio/client/package-frame.html +++ b/apidocs/io/socket/engineio/client/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index fb18f38f..1677e043 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) + @@ -178,6 +178,6 @@

    Package io.socket.engineio.client

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/package-tree.html b/apidocs/io/socket/engineio/client/package-tree.html index 3c64848c..d562c69a 100644 --- a/apidocs/io/socket/engineio/client/package-tree.html +++ b/apidocs/io/socket/engineio/client/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.engineio.client Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.client Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -157,6 +157,6 @@

    Enum Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/package-use.html b/apidocs/io/socket/engineio/client/package-use.html index affa02b0..95a923b2 100644 --- a/apidocs/io/socket/engineio/client/package-use.html +++ b/apidocs/io/socket/engineio/client/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.engineio.client (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) + @@ -181,6 +181,6 @@

    Uses of Pack -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/Polling.html b/apidocs/io/socket/engineio/client/transports/Polling.html index 2fa3df27..6d35902d 100644 --- a/apidocs/io/socket/engineio/client/transports/Polling.html +++ b/apidocs/io/socket/engineio/client/transports/Polling.html @@ -2,16 +2,16 @@ - + -Polling (engine.io-client 0.6.4-SNAPSHOT API) - +Polling (engine.io-client 0.7.0-SNAPSHOT API) + @@ -171,7 +171,7 @@

    Field Summary

    Fields inherited from class io.socket.engineio.client.Transport

    -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, writable @@ -503,6 +503,6 @@

    doPoll

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html index d94b8c15..86c0da72 100644 --- a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request.Options (engine.io-client 0.6.4-SNAPSHOT API) - +PollingXHR.Request.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -317,6 +317,6 @@

    PollingXHR.Request.Options

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html index ee9110e2..bb23d782 100644 --- a/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -PollingXHR.Request (engine.io-client 0.6.4-SNAPSHOT API) - +PollingXHR.Request (engine.io-client 0.7.0-SNAPSHOT API) + @@ -401,6 +401,6 @@

    abort

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/PollingXHR.html b/apidocs/io/socket/engineio/client/transports/PollingXHR.html index e05a101e..3d0c9bda 100644 --- a/apidocs/io/socket/engineio/client/transports/PollingXHR.html +++ b/apidocs/io/socket/engineio/client/transports/PollingXHR.html @@ -2,16 +2,16 @@ - + -PollingXHR (engine.io-client 0.6.4-SNAPSHOT API) - +PollingXHR (engine.io-client 0.7.0-SNAPSHOT API) + @@ -171,7 +171,7 @@

    Fields inherited from class io.socket.engineio.client.transports.

    Fields inherited from class io.socket.engineio.client.Transport

    -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, writable @@ -393,6 +393,6 @@

    doPoll

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/WebSocket.html b/apidocs/io/socket/engineio/client/transports/WebSocket.html index 09839a5e..81311d79 100644 --- a/apidocs/io/socket/engineio/client/transports/WebSocket.html +++ b/apidocs/io/socket/engineio/client/transports/WebSocket.html @@ -2,16 +2,16 @@ - + -WebSocket (engine.io-client 0.6.4-SNAPSHOT API) - +WebSocket (engine.io-client 0.7.0-SNAPSHOT API) + @@ -159,7 +159,7 @@

    Field Summary

    Fields inherited from class io.socket.engineio.client.Transport

    -EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, timestamps, writable +EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, hostname, hostnameVerifier, name, path, port, query, readyState, secure, socket, sslContext, timestampParam, timestampRequests, writable @@ -413,6 +413,6 @@

    uri

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/Polling.html b/apidocs/io/socket/engineio/client/transports/class-use/Polling.html index 25ff0d62..a7531fb9 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/Polling.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/Polling.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.transports.Polling (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.Polling (engine.io-client 0.7.0-SNAPSHOT API) + @@ -152,6 +152,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html index 7ab4b2fb..a4e1292b 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.7.0-SNAPSHOT API) + @@ -163,6 +163,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html index 9b658666..870efef0 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR.Request (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request (engine.io-client 0.7.0-SNAPSHOT API) + @@ -156,6 +156,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html index a14d461c..1b1627a5 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html index 02236275..9ede1dbb 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.client.transports.WebSocket (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.WebSocket (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Package io.socket.engineio.client.transpo -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/package-tree.html b/apidocs/io/socket/engineio/client/transports/package-tree.html index 16035bc9..206243e8 100644 --- a/apidocs/io/socket/engineio/client/transports/package-tree.html +++ b/apidocs/io/socket/engineio/client/transports/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.engineio.client.transports Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.client.transports Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -140,6 +140,6 @@

    Class Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/client/transports/package-use.html b/apidocs/io/socket/engineio/client/transports/package-use.html index 416a9f08..d28de0dc 100644 --- a/apidocs/io/socket/engineio/client/transports/package-use.html +++ b/apidocs/io/socket/engineio/client/transports/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.engineio.client.transports (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.engineio.client.transports (engine.io-client 0.7.0-SNAPSHOT API) + @@ -151,6 +151,6 @@

    U -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/Packet.html b/apidocs/io/socket/engineio/parser/Packet.html index 1179421f..fe1d6069 100644 --- a/apidocs/io/socket/engineio/parser/Packet.html +++ b/apidocs/io/socket/engineio/parser/Packet.html @@ -2,16 +2,16 @@ - + -Packet (engine.io-client 0.6.4-SNAPSHOT API) - +Packet (engine.io-client 0.7.0-SNAPSHOT API) + @@ -402,6 +402,6 @@

    Packet

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html b/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html index 8a107bcb..90685157 100644 --- a/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html +++ b/apidocs/io/socket/engineio/parser/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Parser.DecodePayloadCallback (engine.io-client 0.6.4-SNAPSHOT API) - +Parser.DecodePayloadCallback (engine.io-client 0.7.0-SNAPSHOT API) + @@ -211,6 +211,6 @@

    call

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html b/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html index b88b59fd..d5c1c9f3 100644 --- a/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html +++ b/apidocs/io/socket/engineio/parser/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Parser.EncodeCallback (engine.io-client 0.6.4-SNAPSHOT API) - +Parser.EncodeCallback (engine.io-client 0.7.0-SNAPSHOT API) + @@ -209,6 +209,6 @@

    call

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/Parser.html b/apidocs/io/socket/engineio/parser/Parser.html index 0d721d7b..7e3f3497 100644 --- a/apidocs/io/socket/engineio/parser/Parser.html +++ b/apidocs/io/socket/engineio/parser/Parser.html @@ -2,16 +2,16 @@ - + -Parser (engine.io-client 0.6.4-SNAPSHOT API) - +Parser (engine.io-client 0.7.0-SNAPSHOT API) + @@ -393,6 +393,6 @@

    decodePayload

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/class-use/Packet.html b/apidocs/io/socket/engineio/parser/class-use/Packet.html index bc41179e..09ec2407 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Packet.html +++ b/apidocs/io/socket/engineio/parser/class-use/Packet.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.parser.Packet (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.parser.Packet (engine.io-client 0.7.0-SNAPSHOT API) + @@ -248,6 +248,6 @@

    Uses of -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 420a8b6f..74352d44 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface io.socket.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Interface io.socket.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.7.0-SNAPSHOT API) + @@ -158,6 +158,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html index e405841b..178604e0 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,16 +2,16 @@ - + -Uses of Interface io.socket.engineio.parser.Parser.EncodeCallback (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Interface io.socket.engineio.parser.Parser.EncodeCallback (engine.io-client 0.7.0-SNAPSHOT API) + @@ -164,6 +164,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.html b/apidocs/io/socket/engineio/parser/class-use/Parser.html index 3ee58bc8..d2da8766 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.engineio.parser.Parser (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.engineio.parser.Parser (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/package-frame.html b/apidocs/io/socket/engineio/parser/package-frame.html index b34547f3..e9d3d1ee 100644 --- a/apidocs/io/socket/engineio/parser/package-frame.html +++ b/apidocs/io/socket/engineio/parser/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index 9be3eab8..b34c91b9 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) + @@ -153,6 +153,6 @@

    Package io.socket.engineio.parser

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/package-tree.html b/apidocs/io/socket/engineio/parser/package-tree.html index b3e66a2e..d69480df 100644 --- a/apidocs/io/socket/engineio/parser/package-tree.html +++ b/apidocs/io/socket/engineio/parser/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.engineio.parser Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.engineio.parser Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -131,6 +131,6 @@

    Interface Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/engineio/parser/package-use.html b/apidocs/io/socket/engineio/parser/package-use.html index 5ab1d535..e0dec37f 100644 --- a/apidocs/io/socket/engineio/parser/package-use.html +++ b/apidocs/io/socket/engineio/parser/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.engineio.parser (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) + @@ -189,6 +189,6 @@

    Uses of Pack -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/global/Global.html b/apidocs/io/socket/global/Global.html index 43b80198..683fe916 100644 --- a/apidocs/io/socket/global/Global.html +++ b/apidocs/io/socket/global/Global.html @@ -2,16 +2,16 @@ - + -Global (engine.io-client 0.6.4-SNAPSHOT API) - +Global (engine.io-client 0.7.0-SNAPSHOT API) + @@ -232,6 +232,6 @@

    decodeURIComponent

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/global/class-use/Global.html b/apidocs/io/socket/global/class-use/Global.html index 562476dd..9524e08b 100644 --- a/apidocs/io/socket/global/class-use/Global.html +++ b/apidocs/io/socket/global/class-use/Global.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.global.Global (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.global.Global (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Class
    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/global/package-frame.html b/apidocs/io/socket/global/package-frame.html index e18a7399..221945f7 100644 --- a/apidocs/io/socket/global/package-frame.html +++ b/apidocs/io/socket/global/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.global (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index fee669c5..d98a2d86 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.global (engine.io-client 0.7.0-SNAPSHOT API) + @@ -130,6 +130,6 @@

    Package io.socket.global

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/global/package-tree.html b/apidocs/io/socket/global/package-tree.html index 5f74498e..84f5964d 100644 --- a/apidocs/io/socket/global/package-tree.html +++ b/apidocs/io/socket/global/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.global Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.global Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -125,6 +125,6 @@

    Class Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/global/package-use.html b/apidocs/io/socket/global/package-use.html index 5229c68a..e8282307 100644 --- a/apidocs/io/socket/global/package-use.html +++ b/apidocs/io/socket/global/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.global (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.global (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Package
    io -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/parseqs/ParseQS.html b/apidocs/io/socket/parseqs/ParseQS.html index 52981bcb..26e68673 100644 --- a/apidocs/io/socket/parseqs/ParseQS.html +++ b/apidocs/io/socket/parseqs/ParseQS.html @@ -2,16 +2,16 @@ - + -ParseQS (engine.io-client 0.6.4-SNAPSHOT API) - +ParseQS (engine.io-client 0.7.0-SNAPSHOT API) + @@ -232,6 +232,6 @@

    decode

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/parseqs/class-use/ParseQS.html b/apidocs/io/socket/parseqs/class-use/ParseQS.html index a772fc2c..8ae4f9ee 100644 --- a/apidocs/io/socket/parseqs/class-use/ParseQS.html +++ b/apidocs/io/socket/parseqs/class-use/ParseQS.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.parseqs.ParseQS (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.parseqs.ParseQS (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Class< -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/parseqs/package-frame.html b/apidocs/io/socket/parseqs/package-frame.html index a7702684..e90dbb31 100644 --- a/apidocs/io/socket/parseqs/package-frame.html +++ b/apidocs/io/socket/parseqs/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index 65d3aff6..4f5f54de 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.7.0-SNAPSHOT API) + @@ -130,6 +130,6 @@

    Package io.socket.parseqs

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/parseqs/package-tree.html b/apidocs/io/socket/parseqs/package-tree.html index 1bcab5c0..eec15674 100644 --- a/apidocs/io/socket/parseqs/package-tree.html +++ b/apidocs/io/socket/parseqs/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.parseqs Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.parseqs Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -125,6 +125,6 @@

    Class Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/parseqs/package-use.html b/apidocs/io/socket/parseqs/package-use.html index 6c6bd72d..3e7ad8d8 100644 --- a/apidocs/io/socket/parseqs/package-use.html +++ b/apidocs/io/socket/parseqs/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.parseqs (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.parseqs (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Package
    i -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/thread/EventThread.html b/apidocs/io/socket/thread/EventThread.html index ffdad202..d7f6bb80 100644 --- a/apidocs/io/socket/thread/EventThread.html +++ b/apidocs/io/socket/thread/EventThread.html @@ -2,16 +2,16 @@ - + -EventThread (engine.io-client 0.6.4-SNAPSHOT API) - +EventThread (engine.io-client 0.7.0-SNAPSHOT API) + @@ -304,6 +304,6 @@

    nextTick

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/thread/class-use/EventThread.html b/apidocs/io/socket/thread/class-use/EventThread.html index 68fabe0b..7d1c9dfa 100644 --- a/apidocs/io/socket/thread/class-use/EventThread.html +++ b/apidocs/io/socket/thread/class-use/EventThread.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.thread.EventThread (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.thread.EventThread (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Cla -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/thread/package-frame.html b/apidocs/io/socket/thread/package-frame.html index 90f136f0..3e99abe4 100644 --- a/apidocs/io/socket/thread/package-frame.html +++ b/apidocs/io/socket/thread/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index e1cb096c..7b62570b 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.7.0-SNAPSHOT API) + @@ -132,6 +132,6 @@

    Package io.socket.thread

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/thread/package-tree.html b/apidocs/io/socket/thread/package-tree.html index e76f8f52..f8101ab9 100644 --- a/apidocs/io/socket/thread/package-tree.html +++ b/apidocs/io/socket/thread/package-tree.html @@ -2,16 +2,16 @@ - + -io.socket.thread Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.thread Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -129,6 +129,6 @@

    Class Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/thread/package-use.html b/apidocs/io/socket/thread/package-use.html index 0a48b1ea..fe1cb4e1 100644 --- a/apidocs/io/socket/thread/package-use.html +++ b/apidocs/io/socket/thread/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package io.socket.thread (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Package io.socket.thread (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Package
    io -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/utf8/UTF8.html b/apidocs/io/socket/utf8/UTF8.html index 016bb3be..d73e1d50 100644 --- a/apidocs/io/socket/utf8/UTF8.html +++ b/apidocs/io/socket/utf8/UTF8.html @@ -2,16 +2,16 @@ - + -UTF8 (engine.io-client 0.6.4-SNAPSHOT API) - +UTF8 (engine.io-client 0.7.0-SNAPSHOT API) + @@ -274,6 +274,6 @@

    decode

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/utf8/UTF8Exception.html b/apidocs/io/socket/utf8/UTF8Exception.html index a73a1c3f..955f33b7 100644 --- a/apidocs/io/socket/utf8/UTF8Exception.html +++ b/apidocs/io/socket/utf8/UTF8Exception.html @@ -2,16 +2,16 @@ - + -UTF8Exception (engine.io-client 0.6.4-SNAPSHOT API) - +UTF8Exception (engine.io-client 0.7.0-SNAPSHOT API) + @@ -326,6 +326,6 @@

    UTF8Exception

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/utf8/class-use/UTF8.html b/apidocs/io/socket/utf8/class-use/UTF8.html index be581d91..902d33a7 100644 --- a/apidocs/io/socket/utf8/class-use/UTF8.html +++ b/apidocs/io/socket/utf8/class-use/UTF8.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.utf8.UTF8 (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.utf8.UTF8 (engine.io-client 0.7.0-SNAPSHOT API) + @@ -112,6 +112,6 @@

    Uses of Class
    io. -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/utf8/class-use/UTF8Exception.html b/apidocs/io/socket/utf8/class-use/UTF8Exception.html index ccdaab4c..39ff499a 100644 --- a/apidocs/io/socket/utf8/class-use/UTF8Exception.html +++ b/apidocs/io/socket/utf8/class-use/UTF8Exception.html @@ -2,16 +2,16 @@ - + -Uses of Class io.socket.utf8.UTF8Exception (engine.io-client 0.6.4-SNAPSHOT API) - +Uses of Class io.socket.utf8.UTF8Exception (engine.io-client 0.7.0-SNAPSHOT API) + @@ -238,6 +238,6 @@

    Uses of Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/io/socket/utf8/package-frame.html b/apidocs/io/socket/utf8/package-frame.html index ad5b9dbd..90da5e00 100644 --- a/apidocs/io/socket/utf8/package-frame.html +++ b/apidocs/io/socket/utf8/package-frame.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.7.0-SNAPSHOT API) + diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index 34e937b2..ce129304 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,16 +2,16 @@ - + -io.socket.utf8 (engine.io-client 0.6.4-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.7.0-SNAPSHOT API) + @@ -38,7 +38,7 @@

     

    diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 06cea094..e0d733e6 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,16 +2,16 @@ - + -Overview (engine.io-client 0.6.4-SNAPSHOT API) - +Overview (engine.io-client 0.7.0-SNAPSHOT API) + @@ -64,7 +64,7 @@
    -

    engine.io-client 0.6.4-SNAPSHOT API

    +

    engine.io-client 0.7.0-SNAPSHOT API

    @@ -106,6 +106,10 @@

    engine.io-client 0.6.4-SNAPSHOT API

    + + + +
    io.socket.utf8  
    io.socket.yeast 
    @@ -154,6 +158,6 @@

    engine.io-client 0.6.4-SNAPSHOT API

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index c2d3af3d..1e52bf8e 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (engine.io-client 0.6.4-SNAPSHOT API) - +Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) + @@ -74,7 +74,8 @@

    Hierarchy For All Packages

  • io.socket.global,
  • io.socket.parseqs,
  • io.socket.thread,
  • -
  • io.socket.utf8
  • +
  • io.socket.utf8,
  • +
  • io.socket.yeast
  • @@ -129,6 +130,7 @@

    Class Hierarchy

  • io.socket.utf8.UTF8
  • +
  • io.socket.yeast.Yeast
  • @@ -196,6 +198,6 @@

    Enum Hierarchy

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/apidocs/package-list b/apidocs/package-list index a187f4c4..331361d0 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -6,3 +6,4 @@ io.socket.global io.socket.parseqs io.socket.thread io.socket.utf8 +io.socket.yeast diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 6e3a6491..f4ce304b 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (engine.io-client 0.6.4-SNAPSHOT API) - +Serialized Form (engine.io-client 0.7.0-SNAPSHOT API) + @@ -165,6 +165,6 @@

    data

    -

    Copyright © 2015. All rights reserved.

    +

    Copyright © 2016. All rights reserved.

    diff --git a/dependencies.html b/dependencies.html index a6fc1f6a..906383a5 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-12-23 -  | Version: 0.6.4-SNAPSHOT + Last Published: 2016-02-01 +  | Version: 0.7.0-SNAPSHOT
    engine.io-client @@ -112,9 +112,9 @@

    compile

    Type License -com.squareup.okhttp +com.squareup.okhttp3 okhttp-ws -2.7.0 +3.0.1 jar Apache 2.0 @@ -159,9 +159,9 @@

    compile

    Type License -com.squareup.okhttp +com.squareup.okhttp3 okhttp -2.7.0 +3.0.1 jar Apache 2.0 @@ -208,7 +208,7 @@

    Project Dependency Graph

    -

    All Classes

    +

    All Classes

    • Emitter
    • -
    • Emitter.Listener
    • +
    • Emitter.Listener
    • EngineIOException
    • EventThread
    • Global
    • @@ -21,8 +22,8 @@

      All Classes

    • Packet
    • ParseQS
    • Parser
    • -
    • Parser.DecodePayloadCallback
    • -
    • Parser.EncodeCallback
    • +
    • Parser.DecodePayloadCallback
    • +
    • Parser.EncodeCallback
    • Polling
    • PollingXHR
    • PollingXHR.Request
    • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 0caa2ef4..329cd396 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,18 +2,19 @@ - + -All Classes (engine.io-client 0.7.0-SNAPSHOT API) - +All Classes (engine.io-client 0.8.0-SNAPSHOT API) + + -

      All Classes

      +

      All Classes

      • Emitter
      • -
      • Emitter.Listener
      • +
      • Emitter.Listener
      • EngineIOException
      • EventThread
      • Global
      • @@ -21,8 +22,8 @@

        All Classes

      • Packet
      • ParseQS
      • Parser
      • -
      • Parser.DecodePayloadCallback
      • -
      • Parser.EncodeCallback
      • +
      • Parser.DecodePayloadCallback
      • +
      • Parser.EncodeCallback
      • Polling
      • PollingXHR
      • PollingXHR.Request
      • diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 7d89f532..9bf8ef10 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,21 @@ - + -Constant Field Values (engine.io-client 0.7.0-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
        JavaScript is disabled on your browser.
        -
        +
        - + + +
        - +
        @@ -76,7 +83,7 @@

        Contents

        io.socket.*

        • - +
          @@ -204,17 +211,17 @@

          io.socket.*

          - - +
          io.socket.engineio.client.Socket 
          Modifier and Type "upgrading"
          + public static final intprotocolPROTOCOL 3
        • - +
          @@ -277,7 +284,7 @@

          io.socket.*

          • -
          io.socket.engineio.client.Transport 
          Modifier and Type
          +
          @@ -310,7 +317,7 @@

          io.socket.*

          io.socket.engineio.client.transports.Polling 
          Modifier and Type
        • - +
          @@ -357,7 +364,7 @@

          io.socket.*

          io.socket.engineio.client.transports.PollingXHR.Request 
          Modifier and Type
        • - +
          @@ -378,7 +385,7 @@

          io.socket.*

          • -
          io.socket.engineio.client.transports.WebSocket 
          Modifier and Type
          +
          @@ -446,7 +453,7 @@

          io.socket.*

          io.socket.engineio.parser.Packet<T> 
          Modifier and Type
        • - +
          @@ -455,10 +462,10 @@

          io.socket.*

          - - + @@ -467,9 +474,11 @@

          io.socket.*

          -
          +
          - + + +
          - +
          diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 1bb1780b..9a4239bf 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,21 @@ - + -Deprecated List (engine.io-client 0.7.0-SNAPSHOT API) - +Deprecated List (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
          JavaScript is disabled on your browser.
          -
          +
          - + + +
          - +
          @@ -68,9 +75,11 @@

          Deprecated API

          Contents

          -
          +
          - + + +
          - +
          diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 917e1cb6..5fdb3cfc 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,21 @@ - + -API Help (engine.io-client 0.7.0-SNAPSHOT API) - +API Help (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
          JavaScript is disabled on your browser.
          -
          +
          - + + +
          - +
          @@ -171,11 +178,13 @@

          Constant Field Values

          The Constant Field Values page lists the static final fields and their values.

          -This help file applies to API documentation generated using the standard doclet.
          +This help file applies to API documentation generated using the standard doclet.
          -
          +
          - + + +
          - +
          diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d156ea48..57c70d41 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,21 @@ - + -Index (engine.io-client 0.7.0-SNAPSHOT API) - - +Index (engine.io-client 0.8.0-SNAPSHOT API) + + + @@ -19,20 +24,22 @@
          JavaScript is disabled on your browser.
          -
          + -
          A C D E G H I L M N O P Q R S T U V W Y  - - -

          A

          -
          -
          abort() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
          -
           
          -
          - +
          C D E G H I L M N O P Q R S T U V W Y 

          C

          -
          call(Object...) - Method in interface io.socket.emitter.Emitter.Listener
          +
          call(Object...) - Method in interface io.socket.emitter.Emitter.Listener
           
          -
          call(Packet<T>, int, int) - Method in interface io.socket.engineio.parser.Parser.DecodePayloadCallback
          +
          call(Packet<T>, int, int) - Method in interface io.socket.engineio.parser.Parser.DecodePayloadCallback
           
          -
          call(T) - Method in interface io.socket.engineio.parser.Parser.EncodeCallback
          +
          call(T) - Method in interface io.socket.engineio.parser.Parser.EncodeCallback
           
          -
          close() - Method in class io.socket.engineio.client.Socket
          +
          close() - Method in class io.socket.engineio.client.Socket
          Disconnects the client.
          -
          close() - Method in class io.socket.engineio.client.Transport
          +
          close() - Method in class io.socket.engineio.client.Transport
           
          -
          CLOSE - Static variable in class io.socket.engineio.parser.Packet
          +
          CLOSE - Static variable in class io.socket.engineio.parser.Packet
           
          -
          code - Variable in exception io.socket.engineio.client.EngineIOException
          +
          code - Variable in exception io.socket.engineio.client.EngineIOException
           
          -
          create() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
          +
          create() - Method in class io.socket.engineio.client.transports.PollingXHR.Request
           
          - +

          D

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

          E

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

          G

          -
          Global - Class in io.socket.global
          +
          Global - Class in io.socket.global
           
          - +

          H

          -
          HandshakeData - Class in io.socket.engineio.client
          +
          HandshakeData - Class in io.socket.engineio.client
           
          -
          hasListeners(String) - Method in class io.socket.emitter.Emitter
          +
          hasListeners(String) - Method in class io.socket.emitter.Emitter
          Check if this emitter has listeners for the specified event.
          -
          host - Variable in class io.socket.engineio.client.Socket.Options
          +
          host - Variable in class io.socket.engineio.client.Socket.Options
           
          -
          hostname - Variable in class io.socket.engineio.client.Transport
          +
          hostname - Variable in class io.socket.engineio.client.Transport
           
          -
          hostname - Variable in class io.socket.engineio.client.Transport.Options
          +
          hostname - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          hostnameVerifier - Variable in class io.socket.engineio.client.Transport
          +
          hostnameVerifier - Variable in class io.socket.engineio.client.Transport
           
          -
          hostnameVerifier - Variable in class io.socket.engineio.client.Transport.Options
          +
          hostnameVerifier - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          hostnameVerifier - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
          +
          hostnameVerifier - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
           
          - +

          I

          -
          id() - Method in class io.socket.engineio.client.Socket
          +
          id() - Method in class io.socket.engineio.client.Socket
           
          -
          io.socket.emitter - package io.socket.emitter
          +
          io.socket.emitter - package io.socket.emitter
           
          -
          io.socket.engineio.client - package io.socket.engineio.client
          +
          io.socket.engineio.client - package io.socket.engineio.client
           
          -
          io.socket.engineio.client.transports - package io.socket.engineio.client.transports
          +
          io.socket.engineio.client.transports - package io.socket.engineio.client.transports
           
          -
          io.socket.engineio.parser - package io.socket.engineio.parser
          +
          io.socket.engineio.parser - package io.socket.engineio.parser
           
          -
          io.socket.global - package io.socket.global
          +
          io.socket.global - package io.socket.global
           
          -
          io.socket.parseqs - package io.socket.parseqs
          +
          io.socket.parseqs - package io.socket.parseqs
           
          -
          io.socket.thread - package io.socket.thread
          +
          io.socket.thread - package io.socket.thread
           
          -
          io.socket.utf8 - package io.socket.utf8
          +
          io.socket.utf8 - package io.socket.utf8
           
          -
          io.socket.yeast - package io.socket.yeast
          +
          io.socket.yeast - package io.socket.yeast
           
          -
          isCurrent() - Static method in class io.socket.thread.EventThread
          +
          isCurrent() - Static method in class io.socket.thread.EventThread
          check if the current thread is EventThread.
          - +

          L

          -
          listeners(String) - Method in class io.socket.emitter.Emitter
          +
          listeners(String) - Method in class io.socket.emitter.Emitter
          Returns a list of listeners for the specified event.
          - +

          M

          -
          MESSAGE - Static variable in class io.socket.engineio.parser.Packet
          +
          MESSAGE - Static variable in class io.socket.engineio.parser.Packet
           
          -
          method - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
          +
          method - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
           
          - +

          N

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

          O

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

          P

          -
          Packet<T> - Class in io.socket.engineio.parser
          -
           
          -
          Packet(String) - Constructor for class io.socket.engineio.parser.Packet
          +
          Packet<T> - Class in io.socket.engineio.parser
           
          -
          Packet(String, T) - Constructor for class io.socket.engineio.parser.Packet
          +
          Packet(String) - Constructor for class io.socket.engineio.parser.Packet
           
          -
          ParseQS - Class in io.socket.parseqs
          +
          Packet(String, T) - Constructor for class io.socket.engineio.parser.Packet
           
          -
          Parser - Class in io.socket.engineio.parser
          +
          ParseQS - Class in io.socket.parseqs
           
          -
          Parser.DecodePayloadCallback<T> - Interface in io.socket.engineio.parser
          +
          Parser - Class in io.socket.engineio.parser
           
          -
          Parser.EncodeCallback<T> - Interface in io.socket.engineio.parser
          +
          Parser.DecodePayloadCallback<T> - Interface in io.socket.engineio.parser
           
          -
          path - Variable in class io.socket.engineio.client.Transport.Options
          +
          Parser.EncodeCallback<T> - Interface in io.socket.engineio.parser
           
          -
          path - Variable in class io.socket.engineio.client.Transport
          +
          path - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          pause(Runnable) - Method in class io.socket.engineio.client.transports.Polling
          +
          path - Variable in class io.socket.engineio.client.Transport
           
          -
          PING - Static variable in class io.socket.engineio.parser.Packet
          +
          pause(Runnable) - Method in class io.socket.engineio.client.transports.Polling
           
          -
          pingInterval - Variable in class io.socket.engineio.client.HandshakeData
          +
          PING - Static variable in class io.socket.engineio.parser.Packet
           
          -
          pingTimeout - Variable in class io.socket.engineio.client.HandshakeData
          +
          pingInterval - Variable in class io.socket.engineio.client.HandshakeData
           
          -
          policyPort - Variable in class io.socket.engineio.client.Transport.Options
          +
          pingTimeout - Variable in class io.socket.engineio.client.HandshakeData
           
          -
          Polling - Class in io.socket.engineio.client.transports
          +
          policyPort - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          Polling(Transport.Options) - Constructor for class io.socket.engineio.client.transports.Polling
          +
          Polling - Class in io.socket.engineio.client.transports
           
          -
          PollingXHR - Class in io.socket.engineio.client.transports
          +
          Polling(Transport.Options) - Constructor for class io.socket.engineio.client.transports.Polling
           
          -
          PollingXHR(Transport.Options) - Constructor for class io.socket.engineio.client.transports.PollingXHR
          +
          PollingXHR - Class in io.socket.engineio.client.transports
           
          -
          PollingXHR.Request - Class in io.socket.engineio.client.transports
          +
          PollingXHR(Transport.Options) - Constructor for class io.socket.engineio.client.transports.PollingXHR
           
          -
          PollingXHR.Request(PollingXHR.Request.Options) - Constructor for class io.socket.engineio.client.transports.PollingXHR.Request
          +
          PollingXHR.Request - Class in io.socket.engineio.client.transports
           
          -
          PollingXHR.Request.Options - Class in io.socket.engineio.client.transports
          +
          PollingXHR.Request.Options - Class in io.socket.engineio.client.transports
           
          -
          PollingXHR.Request.Options() - Constructor for class io.socket.engineio.client.transports.PollingXHR.Request.Options
          +
          PONG - Static variable in class io.socket.engineio.parser.Packet
           
          -
          PONG - Static variable in class io.socket.engineio.parser.Packet
          +
          port - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          port - Variable in class io.socket.engineio.client.Transport.Options
          +
          port - Variable in class io.socket.engineio.client.Transport
           
          -
          port - Variable in class io.socket.engineio.client.Transport
          -
           
          -
          protocol - Static variable in class io.socket.engineio.client.Socket
          +
          PROTOCOL - Static variable in class io.socket.engineio.client.Socket
          The protocol version.
          -
          protocol - Static variable in class io.socket.engineio.parser.Parser
          +
          PROTOCOL - Static variable in class io.socket.engineio.parser.Parser
          +
           
          +
          proxy - Variable in class io.socket.engineio.client.Socket
          +
           
          +
          proxy - Variable in class io.socket.engineio.client.Transport.Options
          +
           
          +
          proxy - Variable in class io.socket.engineio.client.Transport
          +
           
          +
          proxy - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
          +
           
          +
          proxyLogin - Variable in class io.socket.engineio.client.Socket
          +
           
          +
          proxyLogin - Variable in class io.socket.engineio.client.Transport.Options
          +
           
          +
          proxyLogin - Variable in class io.socket.engineio.client.Transport
          +
           
          +
          proxyPassword - Variable in class io.socket.engineio.client.Socket
          +
           
          +
          proxyPassword - Variable in class io.socket.engineio.client.Transport.Options
          +
           
          +
          proxyPassword - Variable in class io.socket.engineio.client.Transport
           
          - +

          Q

          -
          query - Variable in class io.socket.engineio.client.Socket.Options
          +
          query - Variable in class io.socket.engineio.client.Socket.Options
           
          -
          query - Variable in class io.socket.engineio.client.Transport.Options
          +
          query - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          query - Variable in class io.socket.engineio.client.Transport
          +
          query - Variable in class io.socket.engineio.client.Transport
           
          - +

          R

          -
          readyState - Variable in class io.socket.engineio.client.Transport
          +
          readyState - Variable in class io.socket.engineio.client.Transport
          +
           
          +
          rememberUpgrade - Variable in class io.socket.engineio.client.Socket.Options
           
          -
          rememberUpgrade - Variable in class io.socket.engineio.client.Socket.Options
          +
          request() - Method in class io.socket.engineio.client.transports.PollingXHR
           
          -
          request() - Method in class io.socket.engineio.client.transports.PollingXHR
          +
          request(PollingXHR.Request.Options) - Method in class io.socket.engineio.client.transports.PollingXHR
           
          -
          request(PollingXHR.Request.Options) - Method in class io.socket.engineio.client.transports.PollingXHR
          +
          Request(PollingXHR.Request.Options) - Constructor for class io.socket.engineio.client.transports.PollingXHR.Request
           
          - +

          S

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

          T

          -
          timestampParam - Variable in class io.socket.engineio.client.Transport.Options
          -
           
          -
          timestampParam - Variable in class io.socket.engineio.client.Transport
          +
          timestampParam - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          timestampRequests - Variable in class io.socket.engineio.client.Transport.Options
          +
          timestampParam - Variable in class io.socket.engineio.client.Transport
           
          -
          timestampRequests - Variable in class io.socket.engineio.client.Transport
          +
          timestampRequests - Variable in class io.socket.engineio.client.Transport.Options
           
          -
          toString() - Method in enum io.socket.engineio.client.Transport.ReadyState
          +
          timestampRequests - Variable in class io.socket.engineio.client.Transport
           
          -
          transport - Variable in exception io.socket.engineio.client.EngineIOException
          +
          toString() - Method in enum io.socket.engineio.client.Transport.ReadyState
           
          -
          Transport - Class in io.socket.engineio.client
          +
          transport - Variable in exception io.socket.engineio.client.EngineIOException
           
          -
          Transport(Transport.Options) - Constructor for class io.socket.engineio.client.Transport
          +
          Transport - Class in io.socket.engineio.client
           
          -
          Transport.Options - Class in io.socket.engineio.client
          +
          Transport(Transport.Options) - Constructor for class io.socket.engineio.client.Transport
           
          -
          Transport.Options() - Constructor for class io.socket.engineio.client.Transport.Options
          +
          Transport.Options - Class in io.socket.engineio.client
           
          -
          Transport.ReadyState - Enum in io.socket.engineio.client
          +
          Transport.ReadyState - Enum in io.socket.engineio.client
           
          -
          transports - Variable in class io.socket.engineio.client.Socket.Options
          +
          transports - Variable in class io.socket.engineio.client.Socket.Options
          List of transport names.
          -
          type - Variable in class io.socket.engineio.parser.Packet
          +
          type - Variable in class io.socket.engineio.parser.Packet
           
          - +

          U

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

          V

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

          W

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

          Y

          -
          Yeast - Class in io.socket.yeast
          +
          Yeast - Class in io.socket.yeast
          A Java implementation of yeast.
          -
          Yeast() - Constructor for class io.socket.yeast.Yeast
          -
           
          -
          yeast() - Static method in class io.socket.yeast.Yeast
          +
          yeast() - Static method in class io.socket.yeast.Yeast
           
          -A C D E G H I L M N O P Q R S T U V W Y 
          +C D E G H I L M N O P Q R S T U V W Y 
          -
          + diff --git a/apidocs/index.html b/apidocs/index.html index 29b1aacf..d34b187e 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -engine.io-client 0.7.0-SNAPSHOT API +engine.io-client 0.8.0-SNAPSHOT API -
          +
          - + + +
          io.socket.engineio.parser.Parser 
          Modifier and Type
          + public static final intprotocolPROTOCOL 3
          +
          @@ -89,7 +96,7 @@

          U

          Uses of Emitter.Listener in io.socket.emitter

          -
          Packages that use Emitter.Listener 
          Package
          +
          @@ -98,13 +105,13 @@

          Uses of

          -
          Methods in io.socket.emitter that return types with arguments of type Emitter.Listener 
          Modifier and Type
          List<Emitter.Listener>Emitter.listeners(String event) +Emitter.listeners(String event)
          Returns a list of listeners for the specified event.
          - +
          @@ -113,21 +120,21 @@

          Uses of

          - - - @@ -140,9 +147,11 @@

          Uses of -
          +
          - + + +
          diff --git a/apidocs/io/socket/emitter/class-use/Emitter.html b/apidocs/io/socket/emitter/class-use/Emitter.html index 37588b51..729c0dc6 100644 --- a/apidocs/io/socket/emitter/class-use/Emitter.html +++ b/apidocs/io/socket/emitter/class-use/Emitter.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.emitter.Emitter (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.emitter.Emitter (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
          JavaScript is disabled on your browser.
          -
          +
          - + + +
          - +
          @@ -69,7 +76,7 @@

          Uses of Class<
          • -

          Methods in io.socket.emitter with parameters of type Emitter.Listener 
          Modifier and Type
          EmitterEmitter.off(String event, +Emitter.off(String event, Emitter.Listener fn)
          Removes the listener.
          EmitterEmitter.on(String event, +Emitter.on(String event, Emitter.Listener fn)
          Listens on the event.
          EmitterEmitter.once(String event, +Emitter.once(String event, Emitter.Listener fn)
          Adds a one time listener for the event.
          +
          @@ -97,7 +104,7 @@

          Uses of Class<

          Uses of Emitter in io.socket.emitter

          -
          Packages that use Emitter 
          Package
          +
          @@ -106,40 +113,40 @@

          Uses of

          - - - - - - @@ -151,7 +158,7 @@

          Uses of Emitter in io.socket.engineio.client

          -
          Methods in io.socket.emitter that return Emitter 
          Modifier and TypeEmitterEmitter.emit(String event, +Emitter.emit(String event, Object... args)
          Executes each of listeners with the given args.
          EmitterEmitter.off() +Emitter.off()
          Removes all registered listeners.
          EmitterEmitter.off(String event) +Emitter.off(String event)
          Removes all listeners of the specified event.
          EmitterEmitter.off(String event, +Emitter.off(String event, Emitter.Listener fn)
          Removes the listener.
          EmitterEmitter.on(String event, +Emitter.on(String event, Emitter.Listener fn)
          Listens on the event.
          EmitterEmitter.once(String event, +Emitter.once(String event, Emitter.Listener fn)
          Adds a one time listener for the event.
          +
          @@ -160,13 +167,13 @@

          Uses of

          - - +
          Subclasses of Emitter in io.socket.engineio.client 
          Modifier and Typeclass Socket +Socket
          The socket class for Event.IO Client.
          class Transport Transport 
          @@ -175,7 +182,7 @@

          Uses of Emitter in io.socket.engineio.client.transports

          - +
          @@ -184,19 +191,19 @@

          Uses of

          - + - + - + - +
          Subclasses of Emitter in io.socket.engineio.client.transports 
          Modifier and Typeclass Polling Polling 
          class PollingXHR PollingXHR 
          static class PollingXHR.Request PollingXHR.Request 
          class WebSocket WebSocket 
          @@ -206,9 +213,11 @@

          Uses of +
          - + + +
          - +
          diff --git a/apidocs/io/socket/emitter/package-frame.html b/apidocs/io/socket/emitter/package-frame.html index 1ab70002..292f2190 100644 --- a/apidocs/io/socket/emitter/package-frame.html +++ b/apidocs/io/socket/emitter/package-frame.html @@ -2,18 +2,19 @@ - + -io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.8.0-SNAPSHOT API) + +

          io.socket.emitter

          Interfaces

          Classes

            diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index cd60f283..5937682d 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,16 +2,21 @@ - + -io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
            JavaScript is disabled on your browser.
            -
            +
            - + + +
            @@ -69,7 +76,7 @@

            Package io.socket.emitter

            • - +
              @@ -84,7 +91,7 @@

              Package io.socket.emitter

              Interface Summary 
              Interface
            • - +
              @@ -103,9 +110,11 @@

              Package io.socket.emitter

              -
              +
              - + + +
              diff --git a/apidocs/io/socket/emitter/package-tree.html b/apidocs/io/socket/emitter/package-tree.html index 0a1cf053..21735a94 100644 --- a/apidocs/io/socket/emitter/package-tree.html +++ b/apidocs/io/socket/emitter/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.emitter Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.emitter Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              - +

              Hierarchy For Package io.socket.emitter

              -Package Hierarchies: +Package Hierarchies: @@ -73,21 +80,23 @@

              Hierarchy For Package io.socket.emitter

              Class Hierarchy

              Interface Hierarchy

              -
              +
              - + + +
              - +
              diff --git a/apidocs/io/socket/emitter/package-use.html b/apidocs/io/socket/emitter/package-use.html index a8311ab9..56947ae6 100644 --- a/apidocs/io/socket/emitter/package-use.html +++ b/apidocs/io/socket/emitter/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.emitter (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.emitter (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              - +
              @@ -69,7 +76,7 @@

              Uses of Package
              i
              • -

              Class Summary 
              Class
              +
              @@ -94,7 +101,7 @@

              Uses of Package
              i
            • -
            • Packages that use io.socket.emitter 
              Package
              +
              @@ -114,7 +121,7 @@

              Uses of Package
              i
            • -
            • Classes in io.socket.emitter used by io.socket.emitter 
              Class and Description
              +
              @@ -131,7 +138,7 @@

              Uses of Package
              i
            • -
            • Classes in io.socket.emitter used by io.socket.engineio.client 
              Class and Description
              +
              @@ -148,9 +155,11 @@

              Uses of Package
              i -
              +
              - + + +
              - +
              diff --git a/apidocs/io/socket/engineio/client/EngineIOException.html b/apidocs/io/socket/engineio/client/EngineIOException.html index 4dcb6f53..e534b8b0 100644 --- a/apidocs/io/socket/engineio/client/EngineIOException.html +++ b/apidocs/io/socket/engineio/client/EngineIOException.html @@ -2,16 +2,21 @@ - + -EngineIOException (engine.io-client 0.7.0-SNAPSHOT API) - +EngineIOException (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +

              Classes in io.socket.emitter used by io.socket.engineio.client.transports 
              Class and Description
              +
              @@ -89,23 +96,23 @@

              Uses of Socket.Options in io.socket.engineio.client

              -
              Packages that use Socket.Options 
              Package
              +
              - + - - @@ -116,9 +123,11 @@

              Uses of +
              - + + +
              - +
              diff --git a/apidocs/io/socket/engineio/client/class-use/Socket.html b/apidocs/io/socket/engineio/client/class-use/Socket.html index 04185b96..f2bb0294 100644 --- a/apidocs/io/socket/engineio/client/class-use/Socket.html +++ b/apidocs/io/socket/engineio/client/class-use/Socket.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.Socket (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Socket (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              - +
              @@ -69,7 +76,7 @@

              Uses of
              • -

              Constructors in io.socket.engineio.client with parameters of type Socket.Options 
              Constructor and Description
              Socket(Socket.Options opts) Socket(Socket.Options opts) 
              Socket(String uri, +Socket(String uri, Socket.Options opts)
              Creates a socket with options.
              Socket(URI uri, +Socket(URI uri, Socket.Options opts) 
              +
              @@ -89,7 +96,7 @@

              Uses of

              Uses of Socket in io.socket.engineio.client

              -
              Packages that use Socket 
              Package
              +
              @@ -98,15 +105,15 @@

              Uses of

              - + - +
              Fields in io.socket.engineio.client declared as Socket 
              Modifier and Type
              protected SocketTransport.socket Transport.socket 
              protected SocketTransport.Options.socket Transport.Options.socket 
              - +
              @@ -115,13 +122,13 @@

              Uses of

              - - @@ -133,9 +140,11 @@

              Uses of -
              +
              - + + +
              diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.Options.html b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html index e42abe1b..3ea314f8 100644 --- a/apidocs/io/socket/engineio/client/class-use/Transport.Options.html +++ b/apidocs/io/socket/engineio/client/class-use/Transport.Options.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.Transport.Options (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Transport.Options (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              - +
              @@ -69,7 +76,7 @@

              • -

              Methods in io.socket.engineio.client that return Socket 
              Modifier and Type
              SocketSocket.close() +Socket.close()
              Disconnects the client.
              SocketSocket.open() +Socket.open()
              Connects the client.
              +
              @@ -93,7 +100,7 @@

              Transport.Options in io.socket.engineio.client

              -
              Packages that use Transport.Options 
              Package
              +
              @@ -102,18 +109,18 @@

              Uses of

              - +
              Subclasses of Transport.Options in io.socket.engineio.client 
              Modifier and Typestatic class Socket.Options Socket.Options 
              - +
              - +
              Constructors in io.socket.engineio.client with parameters of type Transport.Options 
              Constructor and Description
              Transport(Transport.Options opts) Transport(Transport.Options opts) 
              @@ -122,20 +129,20 @@

              Uses of Transport.Options in io.socket.engineio.client.transports

              - +
              - + - + - +
              Constructors in io.socket.engineio.client.transports with parameters of type Transport.Options 
              Constructor and Description
              Polling(Transport.Options opts) Polling(Transport.Options opts) 
              PollingXHR(Transport.Options opts) PollingXHR(Transport.Options opts) 
              WebSocket(Transport.Options opts) WebSocket(Transport.Options opts) 
              @@ -145,9 +152,11 @@

              Uses of +
              - + + +
              - +
              diff --git a/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html index 379b1ec4..a7d31a6d 100644 --- a/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html +++ b/apidocs/io/socket/engineio/client/class-use/Transport.ReadyState.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.Transport.ReadyState (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.Transport.ReadyState (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              - +
              @@ -69,7 +76,7 @@

              -
              +
              - + + +
              diff --git a/apidocs/io/socket/engineio/client/package-frame.html b/apidocs/io/socket/engineio/client/package-frame.html index 7fb235ff..7465506b 100644 --- a/apidocs/io/socket/engineio/client/package-frame.html +++ b/apidocs/io/socket/engineio/client/package-frame.html @@ -2,11 +2,12 @@ - + -io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.8.0-SNAPSHOT API) + +

              io.socket.engineio.client

              diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index 1677e043..8d27792c 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
              JavaScript is disabled on your browser.
              -
              +
              - + + +
              @@ -69,7 +76,7 @@

              Package io.socket.engineio.client

              • - +
                @@ -102,7 +109,7 @@

                Package io.socket.engineio.client

                Class Summary 
                Class
              • - +
                @@ -117,7 +124,7 @@

                Package io.socket.engineio.client

                Enum Summary 
                Enum
              • - +
                @@ -134,9 +141,11 @@

                Package io.socket.engineio.client

                -
                +
                - + + +
                diff --git a/apidocs/io/socket/engineio/client/package-tree.html b/apidocs/io/socket/engineio/client/package-tree.html index d562c69a..407872ed 100644 --- a/apidocs/io/socket/engineio/client/package-tree.html +++ b/apidocs/io/socket/engineio/client/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.client Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                JavaScript is disabled on your browser.
                -
                +
                - + + +
                - +

                Hierarchy For Package io.socket.engineio.client

                -Package Hierarchies: +Package Hierarchies: @@ -73,27 +80,27 @@

                Hierarchy For Package io.socket.engineio.client

                Class Hierarchy

                Enum Hierarchy

                -
                +
                - + + +
                - +
                diff --git a/apidocs/io/socket/engineio/client/package-use.html b/apidocs/io/socket/engineio/client/package-use.html index 95a923b2..9d21e546 100644 --- a/apidocs/io/socket/engineio/client/package-use.html +++ b/apidocs/io/socket/engineio/client/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.engineio.client (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.engineio.client (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                JavaScript is disabled on your browser.
                -
                +
                - + + +
                - +
                @@ -69,7 +76,7 @@

                Uses of Pack
                • -

                Exception Summary 
                Exception
                +
                @@ -90,7 +97,7 @@

                Uses of Pack
              • -
              • Packages that use io.socket.engineio.client 
                Package
                +
                @@ -119,7 +126,7 @@

                Uses of Pack
              • -
              • Classes in io.socket.engineio.client used by io.socket.engineio.client 
                Class and Description
                +
                @@ -137,9 +144,11 @@

                Uses of Pack -
                +
                - + + +
                - +
                diff --git a/apidocs/io/socket/engineio/client/transports/Polling.html b/apidocs/io/socket/engineio/client/transports/Polling.html index 6d35902d..6e5f40a2 100644 --- a/apidocs/io/socket/engineio/client/transports/Polling.html +++ b/apidocs/io/socket/engineio/client/transports/Polling.html @@ -2,26 +2,39 @@ - + -Polling (engine.io-client 0.7.0-SNAPSHOT API) - +Polling (engine.io-client 0.8.0-SNAPSHOT API) + + -
                +
                - + + +

                Classes in io.socket.engineio.client used by io.socket.engineio.client.transports 
                Class and Description
                +
                @@ -89,7 +96,7 @@

                Polling in io.socket.engineio.client.transports

                -
                Packages that use Polling 
                Package
                +
                @@ -98,7 +105,7 @@

                Uses of

                - +
                Subclasses of Polling in io.socket.engineio.client.transports 
                Modifier and Typeclass PollingXHR PollingXHR 
                @@ -108,9 +115,11 @@

                Uses of +
                - + + +
                - +
                diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html index a4e1292b..8319ad01 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.Options.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request.Options (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                JavaScript is disabled on your browser.
                -
                +
                - + + +
                - +
                @@ -69,7 +76,7 @@

                • - +
                  @@ -89,7 +96,7 @@

                  PollingXHR.Request.Options in io.socket.engineio.client.transports

                  -
                  Packages that use PollingXHR.Request.Options 
                  Package
                  +
                  @@ -98,18 +105,18 @@

                  Uses of

                  - +
                  Methods in io.socket.engineio.client.transports with parameters of type PollingXHR.Request.Options 
                  Modifier and Typeprotected PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) PollingXHR.request(PollingXHR.Request.Options opts) 
                  - +
                  - +
                  Constructors in io.socket.engineio.client.transports with parameters of type PollingXHR.Request.Options 
                  Constructor and Description
                  PollingXHR.Request(PollingXHR.Request.Options opts) Request(PollingXHR.Request.Options opts) 
                  @@ -119,9 +126,11 @@

                  Uses of +
                  - + + +
                  - +
                  diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html index 870efef0..c1cca9e0 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.Request.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR.Request (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR.Request (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                  JavaScript is disabled on your browser.
                  -
                  +
                  - + + +
                  - +
                  @@ -69,7 +76,7 @@

                  • - +
                    @@ -89,7 +96,7 @@

                    PollingXHR.Request in io.socket.engineio.client.transports

                    -
                    Packages that use PollingXHR.Request 
                    Package
                    +
                    @@ -98,11 +105,11 @@

                    Uses of

                    - + - +
                    Methods in io.socket.engineio.client.transports that return PollingXHR.Request 
                    Modifier and Typeprotected PollingXHR.RequestPollingXHR.request() PollingXHR.request() 
                    protected PollingXHR.RequestPollingXHR.request(PollingXHR.Request.Options opts) PollingXHR.request(PollingXHR.Request.Options opts) 
                    @@ -112,9 +119,11 @@

                    Uses of +
                    - + + +
                    - +
                    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html index 1b1627a5..749c8f85 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/PollingXHR.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.transports.PollingXHR (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.PollingXHR (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                    JavaScript is disabled on your browser.
                    -
                    +
                    - + + +
                    - +
                    @@ -68,9 +75,11 @@

                    No usage of io.socket.engineio.client.transports.PollingXHR
                    -
                    +
                    - + + +
                    diff --git a/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html index 9ede1dbb..ec04667d 100644 --- a/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html +++ b/apidocs/io/socket/engineio/client/transports/class-use/WebSocket.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.client.transports.WebSocket (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.client.transports.WebSocket (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                    JavaScript is disabled on your browser.
                    -
                    +
                    - + + +
                    - +
                    @@ -68,9 +75,11 @@

                    No usage of io.socket.engineio.client.transports.WebSocket

                    -
                    +
                    - + + +
                    - +
                    diff --git a/apidocs/io/socket/engineio/client/transports/package-frame.html b/apidocs/io/socket/engineio/client/transports/package-frame.html index 51fee890..b7f9cc71 100644 --- a/apidocs/io/socket/engineio/client/transports/package-frame.html +++ b/apidocs/io/socket/engineio/client/transports/package-frame.html @@ -2,11 +2,12 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.8.0-SNAPSHOT API) + +

                    io.socket.engineio.client.transports

                    diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index 9106fc8f..7732c47d 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                    JavaScript is disabled on your browser.
                    -
                    +
                    - + + +
                    @@ -69,7 +76,7 @@

                    Package io.socket.engineio.client.transpo
                    • - +
                      @@ -102,9 +109,11 @@

                      Package io.socket.engineio.client.transpo -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/engineio/client/transports/package-tree.html b/apidocs/io/socket/engineio/client/transports/package-tree.html index 206243e8..9db61bec 100644 --- a/apidocs/io/socket/engineio/client/transports/package-tree.html +++ b/apidocs/io/socket/engineio/client/transports/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.client.transports Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.client.transports Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For Package io.socket.engineio.client.transports

                      -Package Hierarchies: +Package Hierarchies: @@ -73,32 +80,34 @@

                      Hierarchy For Package io.socket.engineio.client.transports

                      Class Hierarchy

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/client/transports/package-use.html b/apidocs/io/socket/engineio/client/transports/package-use.html index d28de0dc..db3cb2ff 100644 --- a/apidocs/io/socket/engineio/client/transports/package-use.html +++ b/apidocs/io/socket/engineio/client/transports/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.engineio.client.transports (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.engineio.client.transports (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -69,7 +76,7 @@

                      U
                      • -

                      Class Summary 
                      Class
                      +
                      @@ -86,7 +93,7 @@

                      U
                    • -
                    • Packages that use io.socket.engineio.client.transports 
                      Package
                      +
                      @@ -107,9 +114,11 @@

                      U -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/parser/Packet.html b/apidocs/io/socket/engineio/parser/Packet.html index fe1d6069..f127b34d 100644 --- a/apidocs/io/socket/engineio/parser/Packet.html +++ b/apidocs/io/socket/engineio/parser/Packet.html @@ -2,16 +2,21 @@ - + -Packet (engine.io-client 0.7.0-SNAPSHOT API) - +Packet (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +

                      Classes in io.socket.engineio.client.transports used by io.socket.engineio.client.transports 
                      Class and Description
                      +
                      @@ -97,7 +104,7 @@

                      Uses of

                      Uses of Packet in io.socket.engineio.client

                      -
                      Packages that use Packet 
                      Package
                      +
                      @@ -106,15 +113,15 @@

                      Uses of

                      - + - + - +
                      Methods in io.socket.engineio.client with parameters of type Packet 
                      Modifier and Type
                      protected voidTransport.onPacket(Packet packet) Transport.onPacket(Packet packet) 
                      voidTransport.send(Packet[] packets) Transport.send(Packet[] packets) 
                      protected abstract voidTransport.write(Packet[] packets) Transport.write(Packet[] packets) 
                      @@ -123,7 +130,7 @@

                      Uses of

                      Uses of Packet in io.socket.engineio.client.transports

                      - +
                      @@ -132,11 +139,11 @@

                      Uses of

                      - + - +
                      Methods in io.socket.engineio.client.transports with parameters of type Packet 
                      Modifier and Type
                      protected voidWebSocket.write(Packet[] packets) WebSocket.write(Packet[] packets) 
                      protected voidPolling.write(Packet[] packets) Polling.write(Packet[] packets) 
                      @@ -145,7 +152,7 @@

                      Uses of

                      Uses of Packet in io.socket.engineio.parser

                      - +
                      @@ -154,20 +161,20 @@

                      Uses of

                      - + - + -
                      Methods in io.socket.engineio.parser that return Packet 
                      Modifier and Type
                      static Packet<byte[]>Parser.decodePacket(byte[] data) Parser.decodePacket(byte[] data) 
                      static Packet<String>Parser.decodePacket(String data) Parser.decodePacket(String data) 
                      static Packet<String>Parser.decodePacket(String data, +Parser.decodePacket(String data, boolean utf8decode) 
                      - +
                      @@ -176,24 +183,24 @@

                      Uses of

                      - - - - @@ -204,9 +211,11 @@

                      Uses of -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html index 74352d44..4242931c 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.DecodePayloadCallback.html @@ -2,16 +2,21 @@ - + -Uses of Interface io.socket.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Interface io.socket.engineio.parser.Parser.DecodePayloadCallback (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -69,7 +76,7 @@

                      • -

                      Methods in io.socket.engineio.parser with parameters of type Packet 
                      Modifier and Type
                      booleanParser.DecodePayloadCallback.call(Packet<T> packet, +Parser.DecodePayloadCallback.call(Packet<T> packet, int index, int total) 
                      static voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, boolean utf8encode, Parser.EncodeCallback callback) 
                      static voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, Parser.EncodeCallback callback) 
                      static voidParser.encodePayload(Packet[] packets, +Parser.encodePayload(Packet[] packets, Parser.EncodeCallback<byte[]> callback) 
                      +
                      @@ -89,7 +96,7 @@

                      Parser.DecodePayloadCallback in io.socket.engineio.parser

                      -
                      Packages that use Parser.DecodePayloadCallback 
                      Package
                      +
                      @@ -98,12 +105,12 @@

                      Uses of

                      - - @@ -114,9 +121,11 @@

                      Uses of +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html index 178604e0..d410c0ec 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.EncodeCallback.html @@ -2,16 +2,21 @@ - + -Uses of Interface io.socket.engineio.parser.Parser.EncodeCallback (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Interface io.socket.engineio.parser.Parser.EncodeCallback (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -69,7 +76,7 @@

                      • -

                      Methods in io.socket.engineio.parser with parameters of type Parser.DecodePayloadCallback 
                      Modifier and Typestatic voidParser.decodePayload(byte[] data, +Parser.decodePayload(byte[] data, Parser.DecodePayloadCallback callback) 
                      static voidParser.decodePayload(String data, +Parser.decodePayload(String data, Parser.DecodePayloadCallback<String> callback) 
                      +
                      @@ -89,7 +96,7 @@

                      Uses of Parser.EncodeCallback in io.socket.engineio.parser

                      -
                      Packages that use Parser.EncodeCallback 
                      Package
                      +
                      @@ -98,18 +105,18 @@

                      Uses of

                      - - - @@ -120,9 +127,11 @@

                      Uses of +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/parser/class-use/Parser.html b/apidocs/io/socket/engineio/parser/class-use/Parser.html index d2da8766..d51c88d4 100644 --- a/apidocs/io/socket/engineio/parser/class-use/Parser.html +++ b/apidocs/io/socket/engineio/parser/class-use/Parser.html @@ -2,16 +2,21 @@ - + -Uses of Class io.socket.engineio.parser.Parser (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Class io.socket.engineio.parser.Parser (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -68,9 +75,11 @@

                      Uses of

                      No usage of io.socket.engineio.parser.Parser
                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/parser/package-frame.html b/apidocs/io/socket/engineio/parser/package-frame.html index e9d3d1ee..b802dfb0 100644 --- a/apidocs/io/socket/engineio/parser/package-frame.html +++ b/apidocs/io/socket/engineio/parser/package-frame.html @@ -2,19 +2,20 @@ - + -io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.8.0-SNAPSHOT API) + +

                      io.socket.engineio.parser

                      Interfaces

                      Classes

                        diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index b34c91b9..76651b84 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        @@ -69,7 +76,7 @@

                        Package io.socket.engineio.parser

                        • -

                      Methods in io.socket.engineio.parser with parameters of type Parser.EncodeCallback 
                      Modifier and Typestatic voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, boolean utf8encode, Parser.EncodeCallback callback) 
                      static voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, Parser.EncodeCallback callback) 
                      static voidParser.encodePayload(Packet[] packets, +Parser.encodePayload(Packet[] packets, Parser.EncodeCallback<byte[]> callback) 
                      +
                      @@ -88,7 +95,7 @@

                      Package io.socket.engineio.parser

                      Interface Summary 
                      Interface
                    • - +
                      @@ -109,9 +116,11 @@

                      Package io.socket.engineio.parser

                      -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/engineio/parser/package-tree.html b/apidocs/io/socket/engineio/parser/package-tree.html index d69480df..5413447c 100644 --- a/apidocs/io/socket/engineio/parser/package-tree.html +++ b/apidocs/io/socket/engineio/parser/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.engineio.parser Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.engineio.parser Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For Package io.socket.engineio.parser

                      -Package Hierarchies: +Package Hierarchies: @@ -73,23 +80,25 @@

                      Hierarchy For Package io.socket.engineio.parser

                      Class Hierarchy

                      Interface Hierarchy

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/engineio/parser/package-use.html b/apidocs/io/socket/engineio/parser/package-use.html index e0dec37f..d53ed512 100644 --- a/apidocs/io/socket/engineio/parser/package-use.html +++ b/apidocs/io/socket/engineio/parser/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.engineio.parser (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.engineio.parser (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -69,7 +76,7 @@

                      Uses of Pack
                      • -

                      Class Summary 
                      Class
                      +
                      @@ -94,7 +101,7 @@

                      Uses of Pack
                    • -
                    • Packages that use io.socket.engineio.parser 
                      Package
                      +
                      @@ -109,7 +116,7 @@

                      Uses of Pack
                    • -
                    • Classes in io.socket.engineio.parser used by io.socket.engineio.client 
                      Class and Description
                      +
                      @@ -124,7 +131,7 @@

                      Uses of Pack
                    • -
                    • Classes in io.socket.engineio.parser used by io.socket.engineio.client.transports 
                      Class and Description
                      +
                      @@ -145,9 +152,11 @@

                      Uses of Pack -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/global/Global.html b/apidocs/io/socket/global/Global.html index 683fe916..3170b9c6 100644 --- a/apidocs/io/socket/global/Global.html +++ b/apidocs/io/socket/global/Global.html @@ -2,26 +2,39 @@ - + -Global (engine.io-client 0.7.0-SNAPSHOT API) - +Global (engine.io-client 0.8.0-SNAPSHOT API) + + -
                      +
                      - + + +

                      Classes in io.socket.engineio.parser used by io.socket.engineio.parser 
                      Class and Description
                      +
                      @@ -86,9 +93,11 @@

                      Package io.socket.global

                      -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/global/package-tree.html b/apidocs/io/socket/global/package-tree.html index 84f5964d..402627a4 100644 --- a/apidocs/io/socket/global/package-tree.html +++ b/apidocs/io/socket/global/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.global Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.global Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For Package io.socket.global

                      -Package Hierarchies: +Package Hierarchies: @@ -73,17 +80,19 @@

                      Hierarchy For Package io.socket.global

                      Class Hierarchy

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/global/package-use.html b/apidocs/io/socket/global/package-use.html index e8282307..47aebec3 100644 --- a/apidocs/io/socket/global/package-use.html +++ b/apidocs/io/socket/global/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.global (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.global (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -68,9 +75,11 @@

                      Uses of Package
                      io

                      No usage of io.socket.global
                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/parseqs/ParseQS.html b/apidocs/io/socket/parseqs/ParseQS.html index 26e68673..622756a8 100644 --- a/apidocs/io/socket/parseqs/ParseQS.html +++ b/apidocs/io/socket/parseqs/ParseQS.html @@ -2,26 +2,39 @@ - + -ParseQS (engine.io-client 0.7.0-SNAPSHOT API) - +ParseQS (engine.io-client 0.8.0-SNAPSHOT API) + + -
                      +
                      - + + +
                      Class Summary 
                      Class
                      +
                      @@ -86,9 +93,11 @@

                      Package io.socket.parseqs

                      -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/parseqs/package-tree.html b/apidocs/io/socket/parseqs/package-tree.html index eec15674..95a4abcc 100644 --- a/apidocs/io/socket/parseqs/package-tree.html +++ b/apidocs/io/socket/parseqs/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.parseqs Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.parseqs Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For Package io.socket.parseqs

                      -Package Hierarchies: +Package Hierarchies: @@ -73,17 +80,19 @@

                      Hierarchy For Package io.socket.parseqs

                      Class Hierarchy

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/parseqs/package-use.html b/apidocs/io/socket/parseqs/package-use.html index 3e7ad8d8..281816a8 100644 --- a/apidocs/io/socket/parseqs/package-use.html +++ b/apidocs/io/socket/parseqs/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.parseqs (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.parseqs (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -68,9 +75,11 @@

                      Uses of Package
                      i

                      No usage of io.socket.parseqs
                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/thread/EventThread.html b/apidocs/io/socket/thread/EventThread.html index d7f6bb80..1351c1a5 100644 --- a/apidocs/io/socket/thread/EventThread.html +++ b/apidocs/io/socket/thread/EventThread.html @@ -2,26 +2,39 @@ - + -EventThread (engine.io-client 0.7.0-SNAPSHOT API) - +EventThread (engine.io-client 0.8.0-SNAPSHOT API) + + -
                      +
                      - + + +
                      Class Summary 
                      Class
                      +
                      @@ -88,9 +95,11 @@

                      Package io.socket.thread

                      -
                      +
                      - + + +
                      diff --git a/apidocs/io/socket/thread/package-tree.html b/apidocs/io/socket/thread/package-tree.html index f8101ab9..4a33ec6c 100644 --- a/apidocs/io/socket/thread/package-tree.html +++ b/apidocs/io/socket/thread/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.thread Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.thread Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For Package io.socket.thread

                      -Package Hierarchies: +Package Hierarchies: @@ -73,11 +80,11 @@

                      Hierarchy For Package io.socket.thread

                      Class Hierarchy

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/thread/package-use.html b/apidocs/io/socket/thread/package-use.html index fe1cb4e1..5a51ebaf 100644 --- a/apidocs/io/socket/thread/package-use.html +++ b/apidocs/io/socket/thread/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.thread (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.thread (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +
                      @@ -68,9 +75,11 @@

                      Uses of Package
                      io

                      No usage of io.socket.thread
                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/utf8/UTF8.html b/apidocs/io/socket/utf8/UTF8.html index d73e1d50..f1996db3 100644 --- a/apidocs/io/socket/utf8/UTF8.html +++ b/apidocs/io/socket/utf8/UTF8.html @@ -2,26 +2,39 @@ - + -UTF8 (engine.io-client 0.7.0-SNAPSHOT API) - +UTF8 (engine.io-client 0.8.0-SNAPSHOT API) + + -
                      +
                      - + + +
                      Class Summary 
                      Class
                      +
                      @@ -101,7 +108,7 @@

                      Uses of Cla

                      Uses of UTF8Exception in io.socket.engineio.client

                      -
                      Packages that use UTF8Exception 
                      Package
                      +
                      @@ -110,7 +117,7 @@

                      Uses of

                      - +
                      Methods in io.socket.engineio.client that throw UTF8Exception 
                      Modifier and Typeprotected abstract voidTransport.write(Packet[] packets) Transport.write(Packet[] packets) 
                      @@ -119,7 +126,7 @@

                      Uses of UTF8Exception in io.socket.engineio.client.transports

                      - +
                      @@ -128,11 +135,11 @@

                      Uses of

                      - + - +
                      Methods in io.socket.engineio.client.transports that throw UTF8Exception 
                      Modifier and Typeprotected voidWebSocket.write(Packet[] packets) WebSocket.write(Packet[] packets) 
                      protected voidPolling.write(Packet[] packets) Polling.write(Packet[] packets) 
                      @@ -141,7 +148,7 @@

                      Uses of UTF8Exception in io.socket.engineio.parser

                      - +
                      @@ -150,18 +157,18 @@

                      Uses of

                      - - - @@ -171,7 +178,7 @@

                      Uses of UTF8Exception in io.socket.utf8

                      -
                      Methods in io.socket.engineio.parser that throw UTF8Exception 
                      Modifier and Typestatic voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, boolean utf8encode, Parser.EncodeCallback callback) 
                      static voidParser.encodePacket(Packet packet, +Parser.encodePacket(Packet packet, Parser.EncodeCallback callback) 
                      static voidParser.encodePayload(Packet[] packets, +Parser.encodePayload(Packet[] packets, Parser.EncodeCallback<byte[]> callback) 
                      +
                      @@ -180,11 +187,11 @@

                      Uses of

                      - + - +
                      Methods in io.socket.utf8 that throw UTF8Exception 
                      Modifier and Typestatic StringUTF8.decode(String byteString) UTF8.decode(String byteString) 
                      static StringUTF8.encode(String string) UTF8.encode(String string) 
                      @@ -194,9 +201,11 @@

                      Uses of +
                      - + + +
                      - +
                      diff --git a/apidocs/io/socket/utf8/package-frame.html b/apidocs/io/socket/utf8/package-frame.html index 90da5e00..82d6ceee 100644 --- a/apidocs/io/socket/utf8/package-frame.html +++ b/apidocs/io/socket/utf8/package-frame.html @@ -2,11 +2,12 @@ - + -io.socket.utf8 (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.8.0-SNAPSHOT API) + +

                      io.socket.utf8

                      diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index ce129304..171abd48 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,16 +2,21 @@ - + -io.socket.utf8 (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      @@ -69,7 +76,7 @@

                      Package io.socket.utf8

                      • - +
                        @@ -86,7 +93,7 @@

                        Package io.socket.utf8

                        Class Summary 
                        Class
                      • - +
                        @@ -103,9 +110,11 @@

                        Package io.socket.utf8

                        -
                        +
                        - + + +
                        diff --git a/apidocs/io/socket/utf8/package-tree.html b/apidocs/io/socket/utf8/package-tree.html index df657183..7abc14df 100644 --- a/apidocs/io/socket/utf8/package-tree.html +++ b/apidocs/io/socket/utf8/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.utf8 Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.utf8 Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        - +

                        Hierarchy For Package io.socket.utf8

                        -Package Hierarchies: +Package Hierarchies: @@ -73,30 +80,32 @@

                        Hierarchy For Package io.socket.utf8

                        Class Hierarchy

                        -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/io/socket/utf8/package-use.html b/apidocs/io/socket/utf8/package-use.html index 51a971c8..c92b4486 100644 --- a/apidocs/io/socket/utf8/package-use.html +++ b/apidocs/io/socket/utf8/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.utf8 (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.utf8 (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        - +
                        @@ -69,7 +76,7 @@

                        Uses of Package
                        io.s
                        • -

                        Exception Summary 
                        Exception
                        +
                        @@ -98,7 +105,7 @@

                        Uses of Package
                        io.s
                      • -
                      • Packages that use io.socket.utf8 
                        Package
                        +
                        @@ -113,7 +120,7 @@

                        Uses of Package
                        io.s
                      • -
                      • Classes in io.socket.utf8 used by io.socket.engineio.client 
                        Class and Description
                        +
                        @@ -128,7 +135,7 @@

                        Uses of Package
                        io.s
                      • -
                      • Classes in io.socket.utf8 used by io.socket.engineio.client.transports 
                        Class and Description
                        +
                        @@ -143,7 +150,7 @@

                        Uses of Package
                        io.s
                      • -
                      • Classes in io.socket.utf8 used by io.socket.engineio.parser 
                        Class and Description
                        +
                        @@ -158,9 +165,11 @@

                        Uses of Package
                        io.s -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/io/socket/yeast/Yeast.html b/apidocs/io/socket/yeast/Yeast.html index 621a9224..d9b39dee 100644 --- a/apidocs/io/socket/yeast/Yeast.html +++ b/apidocs/io/socket/yeast/Yeast.html @@ -2,26 +2,39 @@ - + -Yeast (engine.io-client 0.7.0-SNAPSHOT API) - +Yeast (engine.io-client 0.8.0-SNAPSHOT API) + + -
                        +
                        - + + +

                        Classes in io.socket.utf8 used by io.socket.utf8 
                        Class and Description
                        +
                        @@ -88,9 +95,11 @@

                        Package io.socket.yeast

                        -
                        +
                        - + + +
                        diff --git a/apidocs/io/socket/yeast/package-tree.html b/apidocs/io/socket/yeast/package-tree.html index cb49a785..2e19a24f 100644 --- a/apidocs/io/socket/yeast/package-tree.html +++ b/apidocs/io/socket/yeast/package-tree.html @@ -2,16 +2,21 @@ - + -io.socket.yeast Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +io.socket.yeast Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        - +

                        Hierarchy For Package io.socket.yeast

                        -Package Hierarchies: +Package Hierarchies: @@ -73,17 +80,19 @@

                        Hierarchy For Package io.socket.yeast

                        Class Hierarchy

                        -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/io/socket/yeast/package-use.html b/apidocs/io/socket/yeast/package-use.html index 5eeb0e5b..aeba941b 100644 --- a/apidocs/io/socket/yeast/package-use.html +++ b/apidocs/io/socket/yeast/package-use.html @@ -2,16 +2,21 @@ - + -Uses of Package io.socket.yeast (engine.io-client 0.7.0-SNAPSHOT API) - +Uses of Package io.socket.yeast (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        - +
                        @@ -68,9 +75,11 @@

                        Uses of Package
                        io.

                        No usage of io.socket.yeast
                        -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 58794139..823ffa1e 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,14 +2,15 @@ - + -Overview List (engine.io-client 0.7.0-SNAPSHOT API) - +Overview List (engine.io-client 0.8.0-SNAPSHOT API) + + - +

                        Packages

                          diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index e0d733e6..4bc2db24 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,16 +2,21 @@ - + -Overview (engine.io-client 0.7.0-SNAPSHOT API) - +Overview (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                          JavaScript is disabled on your browser.
                          -
                          +
                          - + + +
                          - +
                          -

                          engine.io-client 0.7.0-SNAPSHOT API

                          +

                          engine.io-client 0.8.0-SNAPSHOT API

                        Class Summary 
                        Class
                        @@ -114,9 +121,11 @@

                        engine.io-client 0.7.0-SNAPSHOT API

                      -
                      +
                      - + + +
                      - +
                      diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 1e52bf8e..b057a334 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,21 @@ - + -Class Hierarchy (engine.io-client 0.7.0-SNAPSHOT API) - +Class Hierarchy (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                      JavaScript is disabled on your browser.
                      -
                      +
                      - + + +
                      - +

                      Hierarchy For All Packages

                      -Package Hierarchies: +Package Hierarchies:
                      • io.socket.emitter,
                      • io.socket.engineio.client,
                      • @@ -81,72 +88,72 @@

                        Hierarchy For All Packages

                        Class Hierarchy

                        Interface Hierarchy

                        Enum Hierarchy

                        -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/resources/background.gif b/apidocs/resources/background.gif deleted file mode 100644 index f471940fde2f39ef8943a6af9569bcf986b1579b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN diff --git a/apidocs/script.js b/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index f4ce304b..c724bcc6 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,21 @@ - + -Serialized Form (engine.io-client 0.7.0-SNAPSHOT API) - +Serialized Form (engine.io-client 0.8.0-SNAPSHOT API) + + @@ -19,9 +24,11 @@
                        JavaScript is disabled on your browser.
                        -
                        +
                        - + + +
                        - +
                        @@ -76,9 +83,7 @@

                        Package io.socket.engineio.client

                        Class io.socket.engineio.client.EngineIOException extends Exception implements Serializable

                        -
                        +
                        - + + +
                        - +
                        diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css index 0aeaa97f..98055b22 100644 --- a/apidocs/stylesheet.css +++ b/apidocs/stylesheet.css @@ -2,16 +2,19 @@ /* Overall document style */ + +@import url('resources/fonts/dejavu.css'); + body { background-color:#ffffff; color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; margin:0; } a:link, a:visited { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a:hover, a:focus { text-decoration:none; @@ -19,7 +22,7 @@ a:hover, a:focus { } a:active { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a[name] { color:#353833; @@ -29,41 +32,51 @@ a[name]:hover { color:#353833; } pre { - font-size:1.3em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size:1.8em; + font-size:20px; } h2 { - font-size:1.5em; + font-size:18px; } h3 { - font-size:1.4em; + font-size:16px; + font-style:italic; } h4 { - font-size:1.3em; + font-size:13px; } h5 { - font-size:1.2em; + font-size:12px; } h6 { - font-size:1.1em; + font-size:11px; } ul { list-style-type:disc; } code, tt { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; } dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; } table tr td dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; vertical-align:top; + padding-top:4px; } sup { - font-size:.6em; + font-size:8px; } /* Document title and Copyright styles @@ -76,9 +89,9 @@ Document title and Copyright styles .aboutLanguage { float:right; padding:0px 21px; - font-size:.8em; + font-size:11px; z-index:200; - margin-top:-7px; + margin-top:-9px; } .legalCopy { margin-left:.5em; @@ -92,9 +105,6 @@ Document title and Copyright styles } .tab { background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; color:#ffffff; padding:8px; width:5em; @@ -104,17 +114,15 @@ Document title and Copyright styles Navigation bar styles */ .bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ - font-size:1em; + font-size:11px; margin:0; } .topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -123,11 +131,11 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .bottomNav { margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -136,18 +144,20 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .subNav { background-color:#dee3e9; - border-bottom:1px solid #9eadc0; float:left; width:100%; overflow:hidden; + font-size:12px; } .subNav div { clear:left; float:left; padding:0 0 5px 6px; + text-transform:uppercase; } ul.navList, ul.subNavList { float:left; @@ -157,27 +167,33 @@ ul.navList, ul.subNavList { ul.navList li{ list-style:none; float:left; - padding:3px 6px; + padding: 5px 6px; + text-transform:uppercase; } ul.subNavList li{ list-style:none; float:left; - font-size:90%; } .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { color:#FFFFFF; text-decoration:none; + text-transform:uppercase; } .topNav a:hover, .bottomNav a:hover { text-decoration:none; color:#bb7a2a; + text-transform:uppercase; } .navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; + background-color:#F8981D; + color:#253441; margin: auto 5px; - border:1px solid #c9aa44; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; } /* Page header and footer styles @@ -191,8 +207,11 @@ Page header and footer styles margin:10px; position:relative; } +.indexHeader span{ + margin-right:15px; +} .indexHeader h1 { - font-size:1.3em; + font-size:13px; } .title { color:#2c4557; @@ -202,7 +221,7 @@ Page header and footer styles margin:5px 0 0 0; } .header ul { - margin:0 0 25px 0; + margin:0 0 15px 0; padding:0; } .footer ul { @@ -210,24 +229,22 @@ Page header and footer styles } .header ul li, .footer ul li { list-style:none; - font-size:1.2em; + font-size:13px; } /* Heading styles */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList li.blockList h3 { padding:0; @@ -247,10 +264,10 @@ Page layout container styles .indexContainer { margin:10px; position:relative; - font-size:1.0em; + font-size:12px; } .indexContainer h2 { - font-size:1.1em; + font-size:13px; padding:0 0 3px 0; } .indexContainer ul { @@ -259,15 +276,18 @@ Page layout container styles } .indexContainer ul li { list-style:none; + padding-top:2px; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; + font-size:12px; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; } .serializedFormContainer dl.nameValue dt { margin-left:1px; @@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast { } ul.blockList li.blockList, ul.blockListLast li.blockList { list-style:none; - margin-bottom:25px; + margin-bottom:15px; + line-height:1.4; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; + border:1px solid #ededed; + background-color:#f8f8f8; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { padding:0 0 5px 8px; background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { margin-left:0; padding-left:0; padding-bottom:15px; border:none; - border-bottom:1px solid #9eadc0; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { list-style:none; @@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table tr td dl dd { /* Table styles */ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; } -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; +.overviewSummary, .memberSummary { + padding:0px; } -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#FFFFFF; + color:#253441; font-weight:bold; clear:none; overflow:hidden; padding:0px; + padding-top:10px; + padding-left:1px; margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { color:#FFFFFF; } -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; float:left; - background-image:url(resources/titlebar.gif); - height:18px; + background-color:#F8981D; + border: none; + height:16px; } -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; float:left; + background-color:#F8981D; + height:16px; } -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; } -.tableSubHeadingColor { - background-color: #EEEEFF; +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; } -.altColor { - background-color:#eeeeef; +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; } -.rowColor { - background-color:#ffffff; +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + } -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; - padding:3px 3px 3px 7px; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; } -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { +th.colFirst, th.colLast, th.colOne, .constantsSummary th { background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; + padding:8px 3px 3px 7px; } td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; white-space:nowrap; + font-size:13px; } td.colLast, th.colLast { - border-right:1px solid #9eadc0; + font-size:13px; } td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; } -table.overviewSummary { - padding:0px; - margin-left:0px; +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; } -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; +.tableSubHeadingColor { + background-color:#EEEEFF; } -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; } /* Content styles @@ -453,6 +520,24 @@ Content styles .docSummary { padding:0; } + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} /* Formatting effect styles */ @@ -463,12 +548,27 @@ Formatting effect styles h1.hidden { visibility:hidden; overflow:hidden; - font-size:.9em; + font-size:10px; } .block { display:block; - margin:3px 0 0 0; + margin:3px 10px 2px 0px; + color:#474747; } -.strong { +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { font-weight:bold; } +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dependencies.html b/dependencies.html index 906383a5..575d166e 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
                        - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
                        engine.io-client @@ -44,48 +44,42 @@
                        Project Documentation
                        @@ -110,11 +104,11 @@

                        compile

                        ArtifactId Version Type -License +Licenses com.squareup.okhttp3 okhttp-ws -3.0.1 +3.4.1 jar Apache 2.0 @@ -132,7 +126,7 @@

                        test

                        ArtifactId Version Type -License +Licenses junit junit @@ -157,17 +151,17 @@

                        compile

                        ArtifactId Version Type -License +Licenses com.squareup.okhttp3 okhttp -3.0.1 +3.4.1 jar Apache 2.0 com.squareup.okio okio -1.6.0 +1.9.0 jar Apache 2.0
                        @@ -179,7 +173,7 @@

                        test

                        ArtifactId Version Type -License +Licenses org.hamcrest hamcrest-core @@ -187,8 +181,9 @@

                        test

                        jar New BSD License
                        -

                        Project Dependency Graph

                        @@ -208,7 +205,7 @@

                        Project Dependency Graph

                        - -The MIT License (MIT) - -

                        Copyright (c) <year> <copyright holders>

                        - -

                        Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions:

                        - -

                        The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software.

                        - -

                        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE.

                        -
                      - - - - -
                      -
                    -

                    - -
                    - - -
                    - - - - - -

                    - -

                  -

                - - - -

              - - - -
              -
              - - -
              -
              -
              - -
              - - - - -
              - -
              -
              -
              - - -
              -
              - -
              +

              Copy of the license follows:

              +

              Moved Permanently

              +

              The document has moved here.

              +
        diff --git a/mail-lists.html b/mail-lists.html deleted file mode 100644 index 759f2bfa..00000000 --- a/mail-lists.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - engine.io-client - Project Mailing Lists - - - - - - - - - -
        - -
        -
        -
        -
        -

        Project Mailing Lists

        -

        There are no mailing lists currently associated with this project.

        -
        -
        -
        -
        -
        - - - diff --git a/plugin-management.html b/plugin-management.html index 7ce73ef4..30090988 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
        - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
        engine.io-client @@ -44,47 +44,41 @@
        Project Documentation

        Project Report Plugins

        There are no plugins reports defined in the Reporting part of this project.

        diff --git a/project-info.html b/project-info.html index 205efee2..6fe9097f 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
        - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
        engine.io-client @@ -44,47 +44,41 @@
        Project Documentation
        +Summary +This document lists other related information of this project
    diff --git a/project-summary.html b/project-summary.html index fba7862f..a5f41017 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
    diff --git a/source-repository.html b/source-repository.html index 7287b479..c1e4fc6f 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,16 +1,16 @@ - + - engine.io-client - Source Repository + engine.io-client - Source Code Management - + @@ -27,8 +27,8 @@
    - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
    engine.io-client @@ -44,47 +44,41 @@
    Project Documentation
    diff --git a/team-list.html b/team-list.html index 597abad4..fe7976ee 100644 --- a/team-list.html +++ b/team-list.html @@ -1,16 +1,16 @@ - + - engine.io-client - Team list + engine.io-client - Project Team - + @@ -27,8 +27,8 @@
    - Last Published: 2016-02-01 -  | Version: 0.7.0-SNAPSHOT + Last Published: 2016-09-19 +  | Version: 0.8.0-SNAPSHOT
    engine.io-client @@ -44,47 +44,41 @@
    Project Documentation
      -
    • +
    • Project Information
    • @@ -99,9 +93,9 @@
      Project Documentation
      -

      The Team

      +

      Project Team

      A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

      -

      The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

      +

      The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

      Members

      The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

      @@ -118,22 +112,7 @@

      Members

      naoyuki.kanezawa@gmail.com

      Contributors

      -

      There are no contributors listed for this project. Please check back again later.

      +

      There are no contributors listed for this project. Please check back again later.

    From 2697812e4c851b4025215c4078f363794facd09c Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Tue, 27 Sep 2016 14:52:02 +0000 Subject: [PATCH 34/41] Creating site for 0.8.1-SNAPSHOT --- apidocs/allclasses-frame.html | 6 ++--- apidocs/allclasses-noframe.html | 6 ++--- apidocs/constant-values.html | 8 +++---- apidocs/deprecated-list.html | 8 +++---- apidocs/help-doc.html | 8 +++---- apidocs/index-all.html | 8 +++---- apidocs/index.html | 4 ++-- .../io/socket/emitter/Emitter.Listener.html | 8 +++---- apidocs/io/socket/emitter/Emitter.html | 8 +++---- .../emitter/class-use/Emitter.Listener.html | 8 +++---- .../io/socket/emitter/class-use/Emitter.html | 8 +++---- apidocs/io/socket/emitter/package-frame.html | 6 ++--- .../io/socket/emitter/package-summary.html | 8 +++---- apidocs/io/socket/emitter/package-tree.html | 8 +++---- apidocs/io/socket/emitter/package-use.html | 8 +++---- .../engineio/client/EngineIOException.html | 8 +++---- .../socket/engineio/client/HandshakeData.html | 8 +++---- .../engineio/client/Socket.Options.html | 8 +++---- apidocs/io/socket/engineio/client/Socket.html | 8 +++---- .../engineio/client/Transport.Options.html | 8 +++---- .../engineio/client/Transport.ReadyState.html | 8 +++---- .../io/socket/engineio/client/Transport.html | 8 +++---- .../client/class-use/EngineIOException.html | 8 +++---- .../client/class-use/HandshakeData.html | 8 +++---- .../client/class-use/Socket.Options.html | 8 +++---- .../engineio/client/class-use/Socket.html | 8 +++---- .../client/class-use/Transport.Options.html | 8 +++---- .../class-use/Transport.ReadyState.html | 8 +++---- .../engineio/client/class-use/Transport.html | 8 +++---- .../socket/engineio/client/package-frame.html | 6 ++--- .../engineio/client/package-summary.html | 8 +++---- .../socket/engineio/client/package-tree.html | 8 +++---- .../socket/engineio/client/package-use.html | 8 +++---- .../engineio/client/transports/Polling.html | 8 +++---- .../PollingXHR.Request.Options.html | 8 +++---- .../client/transports/PollingXHR.Request.html | 8 +++---- .../client/transports/PollingXHR.html | 8 +++---- .../engineio/client/transports/WebSocket.html | 8 +++---- .../client/transports/class-use/Polling.html | 8 +++---- .../class-use/PollingXHR.Request.Options.html | 8 +++---- .../class-use/PollingXHR.Request.html | 8 +++---- .../transports/class-use/PollingXHR.html | 8 +++---- .../transports/class-use/WebSocket.html | 8 +++---- .../client/transports/package-frame.html | 6 ++--- .../client/transports/package-summary.html | 8 +++---- .../client/transports/package-tree.html | 8 +++---- .../client/transports/package-use.html | 8 +++---- apidocs/io/socket/engineio/parser/Packet.html | 8 +++---- .../parser/Parser.DecodePayloadCallback.html | 8 +++---- .../parser/Parser.EncodeCallback.html | 8 +++---- apidocs/io/socket/engineio/parser/Parser.html | 8 +++---- .../engineio/parser/class-use/Packet.html | 8 +++---- .../Parser.DecodePayloadCallback.html | 8 +++---- .../class-use/Parser.EncodeCallback.html | 8 +++---- .../engineio/parser/class-use/Parser.html | 8 +++---- .../socket/engineio/parser/package-frame.html | 6 ++--- .../engineio/parser/package-summary.html | 8 +++---- .../socket/engineio/parser/package-tree.html | 8 +++---- .../socket/engineio/parser/package-use.html | 8 +++---- apidocs/io/socket/global/Global.html | 8 +++---- .../io/socket/global/class-use/Global.html | 8 +++---- apidocs/io/socket/global/package-frame.html | 6 ++--- apidocs/io/socket/global/package-summary.html | 8 +++---- apidocs/io/socket/global/package-tree.html | 8 +++---- apidocs/io/socket/global/package-use.html | 8 +++---- apidocs/io/socket/parseqs/ParseQS.html | 8 +++---- .../io/socket/parseqs/class-use/ParseQS.html | 8 +++---- apidocs/io/socket/parseqs/package-frame.html | 6 ++--- .../io/socket/parseqs/package-summary.html | 8 +++---- apidocs/io/socket/parseqs/package-tree.html | 8 +++---- apidocs/io/socket/parseqs/package-use.html | 8 +++---- apidocs/io/socket/thread/EventThread.html | 8 +++---- .../socket/thread/class-use/EventThread.html | 8 +++---- apidocs/io/socket/thread/package-frame.html | 6 ++--- apidocs/io/socket/thread/package-summary.html | 8 +++---- apidocs/io/socket/thread/package-tree.html | 8 +++---- apidocs/io/socket/thread/package-use.html | 8 +++---- apidocs/io/socket/utf8/UTF8.html | 8 +++---- apidocs/io/socket/utf8/UTF8Exception.html | 8 +++---- apidocs/io/socket/utf8/class-use/UTF8.html | 8 +++---- .../socket/utf8/class-use/UTF8Exception.html | 8 +++---- apidocs/io/socket/utf8/package-frame.html | 6 ++--- apidocs/io/socket/utf8/package-summary.html | 8 +++---- apidocs/io/socket/utf8/package-tree.html | 8 +++---- apidocs/io/socket/utf8/package-use.html | 8 +++---- apidocs/io/socket/yeast/Yeast.html | 8 +++---- apidocs/io/socket/yeast/class-use/Yeast.html | 8 +++---- apidocs/io/socket/yeast/package-frame.html | 6 ++--- apidocs/io/socket/yeast/package-summary.html | 8 +++---- apidocs/io/socket/yeast/package-tree.html | 8 +++---- apidocs/io/socket/yeast/package-use.html | 8 +++---- apidocs/overview-frame.html | 6 ++--- apidocs/overview-summary.html | 10 ++++----- apidocs/overview-tree.html | 8 +++---- apidocs/serialized-form.html | 8 +++---- dependencies.html | 10 ++++----- dependency-convergence.html | 8 +++---- dependency-info.html | 22 +++++++++---------- distribution-management.html | 8 +++---- index.html | 8 +++---- license.html | 8 +++---- plugin-management.html | 8 +++---- plugins.html | 8 +++---- project-info.html | 8 +++---- project-summary.html | 10 ++++----- source-repository.html | 12 +++++----- team-list.html | 8 +++---- 107 files changed, 426 insertions(+), 426 deletions(-) diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 132b57b7..9de1f2bb 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.8.0-SNAPSHOT API) - +All Classes (engine.io-client 0.8.1-SNAPSHOT API) + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 329cd396..5660156b 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.8.0-SNAPSHOT API) - +All Classes (engine.io-client 0.8.1-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 9bf8ef10..01aae479 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.8.0-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 5937682d..3ad59238 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index 8d27792c..1fd86eac 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index 7732c47d..327bf943 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index 76651b84..62b05972 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index 7e4476a5..48cf28a6 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.global (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index 79cedad8..752df762 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index c1565acd..0e55ba04 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index 171abd48..2a756f83 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/yeast/package-summary.html b/apidocs/io/socket/yeast/package-summary.html index e6242edc..2ac57342 100644 --- a/apidocs/io/socket/yeast/package-summary.html +++ b/apidocs/io/socket/yeast/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.yeast (engine.io-client 0.8.0-SNAPSHOT API) - +io.socket.yeast (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 4bc2db24..5976669f 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (engine.io-client 0.8.0-SNAPSHOT API) - +Overview (engine.io-client 0.8.1-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 5660156b..fd470071 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.8.1-SNAPSHOT API) - +All Classes (engine.io-client 0.8.2-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 01aae479..bdfaed63 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.8.1-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 3ad59238..3cd1883f 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index 1fd86eac..c1faa95e 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index 327bf943..5f1efa1d 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index 62b05972..721adc97 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index 48cf28a6..b59597cf 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.global (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index 752df762..58fa4d26 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index 0e55ba04..60ea8fe2 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index 2a756f83..abce15c5 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/yeast/package-summary.html b/apidocs/io/socket/yeast/package-summary.html index 2ac57342..31b2b23f 100644 --- a/apidocs/io/socket/yeast/package-summary.html +++ b/apidocs/io/socket/yeast/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.yeast (engine.io-client 0.8.1-SNAPSHOT API) - +io.socket.yeast (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 5976669f..ae127bdd 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (engine.io-client 0.8.1-SNAPSHOT API) - +Overview (engine.io-client 0.8.2-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index fd470071..240f1e52 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.8.2-SNAPSHOT API) - +All Classes (engine.io-client 0.8.3-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index bdfaed63..6a640e18 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.8.2-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 3cd1883f..04956c9f 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index c1faa95e..89b954d6 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index 5f1efa1d..cb2865a2 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index 721adc97..14fd924a 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index b59597cf..f3657bf2 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.global (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index 58fa4d26..72e9f1ba 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index 60ea8fe2..3f1a450e 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index abce15c5..c4627c96 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/yeast/package-summary.html b/apidocs/io/socket/yeast/package-summary.html index 31b2b23f..5d230c23 100644 --- a/apidocs/io/socket/yeast/package-summary.html +++ b/apidocs/io/socket/yeast/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.yeast (engine.io-client 0.8.2-SNAPSHOT API) - +io.socket.yeast (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index ae127bdd..f298726d 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (engine.io-client 0.8.2-SNAPSHOT API) - +Overview (engine.io-client 0.8.3-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 240f1e52..16968cce 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.8.3-SNAPSHOT API) - +All Classes (engine.io-client 0.9.0-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 6a640e18..fe552057 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.8.3-SNAPSHOT API) - +Constant Field Values (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 04956c9f..456a9113 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.emitter (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index 89b954d6..8ca216a1 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index cb2865a2..540ed1b4 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index 14fd924a..effa710b 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index f3657bf2..782860d9 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.global (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index 72e9f1ba..bb99d3b5 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index 3f1a450e..892efd36 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.thread (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index c4627c96..ee389f98 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/yeast/package-summary.html b/apidocs/io/socket/yeast/package-summary.html index 5d230c23..78160b41 100644 --- a/apidocs/io/socket/yeast/package-summary.html +++ b/apidocs/io/socket/yeast/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.yeast (engine.io-client 0.8.3-SNAPSHOT API) - +io.socket.yeast (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index f298726d..7f80d18b 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (engine.io-client 0.8.3-SNAPSHOT API) - +Overview (engine.io-client 0.9.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -34,6 +34,7 @@

    All Classes

  • Transport.Options
  • Transport.ReadyState
  • UTF8
  • +
  • UTF8.Options
  • UTF8Exception
  • WebSocket
  • Yeast
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 16968cce..086f9adf 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (engine.io-client 0.9.0-SNAPSHOT API) - +All Classes (engine.io-client 1.0.0-SNAPSHOT API) + @@ -34,6 +34,7 @@

    All Classes

  • Transport.Options
  • Transport.ReadyState
  • UTF8
  • +
  • UTF8.Options
  • UTF8Exception
  • WebSocket
  • Yeast
  • diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index fe552057..882ad031 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (engine.io-client 0.9.0-SNAPSHOT API) - +Constant Field Values (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/emitter/package-summary.html b/apidocs/io/socket/emitter/package-summary.html index 456a9113..2e14006e 100644 --- a/apidocs/io/socket/emitter/package-summary.html +++ b/apidocs/io/socket/emitter/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.emitter (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.emitter (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/package-summary.html b/apidocs/io/socket/engineio/client/package-summary.html index 8ca216a1..f23b6edb 100644 --- a/apidocs/io/socket/engineio/client/package-summary.html +++ b/apidocs/io/socket/engineio/client/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.engineio.client (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/client/transports/package-summary.html b/apidocs/io/socket/engineio/client/transports/package-summary.html index 540ed1b4..09816edc 100644 --- a/apidocs/io/socket/engineio/client/transports/package-summary.html +++ b/apidocs/io/socket/engineio/client/transports/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.client.transports (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.engineio.client.transports (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/engineio/parser/package-summary.html b/apidocs/io/socket/engineio/parser/package-summary.html index effa710b..ea4a1835 100644 --- a/apidocs/io/socket/engineio/parser/package-summary.html +++ b/apidocs/io/socket/engineio/parser/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.engineio.parser (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.engineio.parser (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/global/package-summary.html b/apidocs/io/socket/global/package-summary.html index 782860d9..3817fa01 100644 --- a/apidocs/io/socket/global/package-summary.html +++ b/apidocs/io/socket/global/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.global (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.global (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/parseqs/package-summary.html b/apidocs/io/socket/parseqs/package-summary.html index bb99d3b5..943bbb95 100644 --- a/apidocs/io/socket/parseqs/package-summary.html +++ b/apidocs/io/socket/parseqs/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.parseqs (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.parseqs (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/thread/package-summary.html b/apidocs/io/socket/thread/package-summary.html index 892efd36..d97507f1 100644 --- a/apidocs/io/socket/thread/package-summary.html +++ b/apidocs/io/socket/thread/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.thread (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.thread (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + + + + + +
    +
    io.socket.utf8
    +

    Class UTF8.Options

    +
    +
    + +
    +
      +
    • +
      +
      Enclosing class:
      +
      UTF8
      +
      +
      +
      +
      public static class UTF8.Options
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          strict

          +
          public boolean strict
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Options

          +
          public Options()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2017. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/UTF8.html b/apidocs/io/socket/utf8/UTF8.html index 0bbbbe12..80eb6b85 100644 --- a/apidocs/io/socket/utf8/UTF8.html +++ b/apidocs/io/socket/utf8/UTF8.html @@ -2,10 +2,10 @@ - + -UTF8 (engine.io-client 0.9.0-SNAPSHOT API) - +UTF8 (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ + + + + + + + + +
    +

    Uses of Class
    io.socket.utf8.UTF8.Options

    +
    +
    + +
    + + + + +

    Copyright © 2017. All rights reserved.

    + + diff --git a/apidocs/io/socket/utf8/class-use/UTF8.html b/apidocs/io/socket/utf8/class-use/UTF8.html index b4d57b35..e4d2c9ac 100644 --- a/apidocs/io/socket/utf8/class-use/UTF8.html +++ b/apidocs/io/socket/utf8/class-use/UTF8.html @@ -2,10 +2,10 @@ - + -Uses of Class io.socket.utf8.UTF8 (engine.io-client 0.9.0-SNAPSHOT API) - +Uses of Class io.socket.utf8.UTF8 (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -15,6 +15,7 @@

    Classes

    Exceptions

      diff --git a/apidocs/io/socket/utf8/package-summary.html b/apidocs/io/socket/utf8/package-summary.html index ee389f98..f77dae69 100644 --- a/apidocs/io/socket/utf8/package-summary.html +++ b/apidocs/io/socket/utf8/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.utf8 (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.utf8 (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/io/socket/yeast/package-summary.html b/apidocs/io/socket/yeast/package-summary.html index 78160b41..fc150fe0 100644 --- a/apidocs/io/socket/yeast/package-summary.html +++ b/apidocs/io/socket/yeast/package-summary.html @@ -2,10 +2,10 @@ - + -io.socket.yeast (engine.io-client 0.9.0-SNAPSHOT API) - +io.socket.yeast (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 7f80d18b..44d2936b 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (engine.io-client 0.9.0-SNAPSHOT API) - +Overview (engine.io-client 1.0.0-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ - -
      -

      Dependency Tree

      +
      +

      Dependency Tree

    -
    -

    Licenses

    +

    Project Licenses: New BSD License

    +

    Licenses

    The MIT License (MIT): engine.io-client

    provided without support or warranty: JSON (JavaScript Object Notation)

    -

    Apache 2.0: OkHttp, Okio

    +

    Apache 2.0: Okio

    Eclipse Public License 1.0: JUnit

    -

    New BSD License: Hamcrest Core, Hamcrest library

    -
    -

    Dependency File Details

    +

    New BSD License: Hamcrest Core, Hamcrest library

    +

    Dependency File Details

    @@ -290,18 +238,18 @@

    Dependency File Details

    - - - - - + + + + + - - - - + + + + @@ -347,18 +295,18 @@

    Dependency File Details

    - - - - + + + + - - - - + + + + @@ -368,63 +316,7 @@

    Dependency File Details

    -
    Filename Java Version Debug Information
    okhttp-3.8.1.jar398.1 kB22220113okhttp-3.12.12.jar427.7 kB23320815 1.7 Yes
    okio-1.13.0.jar81.8 kB5143okio-1.15.0.jar88.7 kB5244 1 1.7 Yes
    Debug Information
    6938.9 kB71562955975.4 kB72763757 1.7 6
    compile: 3compile: 525.9 kBcompile: 294compile: 263compile: 15compile: 562.3 kBcompile: 306compile: 271compile: 17 - compile: 3
    test: 366 test: 40 -test: 3
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshot
    centralhttps://repo.maven.apache.org/maven2YesNo
    sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshotsNoYes
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Artifactcentralsonatype-nexus-snapshots
    com.squareup.okhttp3:okhttp:jar:3.8.1Found at https://repo.maven.apache.org/maven2-
    com.squareup.okio:okio:jar:1.13.0Found at https://repo.maven.apache.org/maven2-
    junit:junit:jar:4.12Found at https://repo.maven.apache.org/maven2-
    org.hamcrest:hamcrest-core:jar:1.3Found at https://repo.maven.apache.org/maven2-
    org.hamcrest:hamcrest-library:jar:1.3Found at https://repo.maven.apache.org/maven2-
    org.json:json:jar:20090211Found at https://repo.maven.apache.org/maven2-
    Totalcentralsonatype-nexus-snapshots
    6 (compile: 3, test: 3)60
    +test: 3
    @@ -432,10 +324,7 @@

    Dependency Repository Locations

    diff --git a/dependency-info.html b/dependency-info.html index dcb0ae3f..d83a97d9 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -1,135 +1,94 @@ - - + + - - engine.io-client - Dependency Information - - - - - - + + + + engine.io-client – Dependency Information + + + + + -
    -

    Scala SBT

    +
    compile 'io.socket:engine.io-client:1.0.1'
    +

    Scala SBT

    -
    libraryDependencies += "io.socket" % "engine.io-client" % "1.0.0-SNAPSHOT"

    -
    -

    Leiningen

    +
    libraryDependencies += "io.socket" % "engine.io-client" % "1.0.1"
    +

    Leiningen

    -
    [io.socket/engine.io-client "1.0.0-SNAPSHOT"]
    +
    [io.socket/engine.io-client "1.0.1"]
    @@ -137,10 +96,7 @@

    Leiningen


    diff --git a/distribution-management.html b/distribution-management.html index 6f892a39..5f9c55e8 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -1,104 +1,68 @@ - - + + - - engine.io-client - Project Distribution Management - - - - - - + + + + engine.io-client – Project Distribution Management + + + + +