void
-on (java.lang.String event,
+on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
On [Event].
@@ -186,7 +186,7 @@
void
-onMessage (java.lang.String data,
+onMessage (String data,
IOAcknowledge ack)
@@ -196,10 +196,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -219,12 +219,12 @@
AcknowledgeExample
public AcknowledgeExample ()
- throws java.lang.Exception
+ throws Exception
Throws:
-java.lang.Exception
+Exception
@@ -240,7 +240,7 @@
main
-public static void main (java.lang.String[] args)
+public static void main (String [] args)
@@ -272,7 +272,7 @@
onMessage
-public void onMessage (java.lang.String data,
+public void onMessage (String data,
IOAcknowledge ack)
Description copied from interface: IOCallback
@@ -341,9 +341,9 @@
on
-public void on (java.lang.String event,
+public void on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
Description copied from interface: IOCallback
On [Event]. Called when server emits an event.
diff --git a/doc/basic/BasicExample.html b/doc/basic/BasicExample.html
index df56381..1e7c62f 100644
--- a/doc/basic/BasicExample.html
+++ b/doc/basic/BasicExample.html
@@ -2,12 +2,12 @@
-
+
BasicExample
-
+
@@ -92,7 +92,7 @@
Class BasicExample
-java.lang.Object
+java.lang.Object
basic.BasicExample
@@ -100,7 +100,7 @@
-public class BasicExample extends java.lang.Objectimplements IOCallback
+ public class BasicExample extends Object implements IOCallback
@@ -135,7 +135,7 @@
static void
-main (java.lang.String[] args)
+main (String [] args)
@@ -143,9 +143,9 @@
void
-on (java.lang.String event,
+on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
On [Event].
@@ -186,7 +186,7 @@
void
-onMessage (java.lang.String data,
+onMessage (String data,
IOAcknowledge ack)
@@ -196,10 +196,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -219,12 +219,12 @@
BasicExample
public BasicExample ()
- throws java.lang.Exception
+ throws Exception
Throws:
-java.lang.Exception
+Exception
@@ -240,7 +240,7 @@
main
-public static void main (java.lang.String[] args)
+public static void main (String [] args)
@@ -272,7 +272,7 @@
onMessage
-public void onMessage (java.lang.String data,
+public void onMessage (String data,
IOAcknowledge ack)
Description copied from interface: IOCallback
@@ -341,9 +341,9 @@
on
-public void on (java.lang.String event,
+public void on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
Description copied from interface: IOCallback
On [Event]. Called when server emits an event.
diff --git a/doc/basic/BasicExample2.html b/doc/basic/BasicExample2.html
index 137074c..8dee78f 100644
--- a/doc/basic/BasicExample2.html
+++ b/doc/basic/BasicExample2.html
@@ -2,12 +2,12 @@
-
+
BasicExample2
-
+
@@ -92,12 +92,12 @@
Class BasicExample2
-java.lang.Object
+java.lang.Object
basic.BasicExample2
-public class BasicExample2 extends java.lang.Object
+ public class BasicExample2 extends Object
@@ -132,7 +132,7 @@
static void
-main (java.lang.String[] args)
+main (String [] args)
@@ -141,10 +141,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -164,12 +164,12 @@
BasicExample2
public BasicExample2 ()
- throws java.lang.Exception
+ throws Exception
Throws:
-java.lang.Exception
+Exception
@@ -185,7 +185,7 @@
main
-public static void main (java.lang.String[] args)
+public static void main (String [] args)
diff --git a/doc/basic/class-use/AcknowledgeExample.html b/doc/basic/class-use/AcknowledgeExample.html
index fa5bdda..c7e9f30 100644
--- a/doc/basic/class-use/AcknowledgeExample.html
+++ b/doc/basic/class-use/AcknowledgeExample.html
@@ -2,12 +2,12 @@
-
+
Uses of Class basic.AcknowledgeExample
-
+
diff --git a/doc/basic/class-use/BasicExample.html b/doc/basic/class-use/BasicExample.html
index 3f1ff8e..c6a9a52 100644
--- a/doc/basic/class-use/BasicExample.html
+++ b/doc/basic/class-use/BasicExample.html
@@ -2,12 +2,12 @@
-
+
Uses of Class basic.BasicExample
-
+
diff --git a/doc/basic/class-use/BasicExample2.html b/doc/basic/class-use/BasicExample2.html
index 90789b0..5258f60 100644
--- a/doc/basic/class-use/BasicExample2.html
+++ b/doc/basic/class-use/BasicExample2.html
@@ -2,12 +2,12 @@
-
+
Uses of Class basic.BasicExample2
-
+
diff --git a/doc/basic/package-frame.html b/doc/basic/package-frame.html
index 0445a20..642ff3d 100644
--- a/doc/basic/package-frame.html
+++ b/doc/basic/package-frame.html
@@ -2,12 +2,12 @@
-
+
basic
-
+
diff --git a/doc/basic/package-summary.html b/doc/basic/package-summary.html
index 70ad5c6..864bc5c 100644
--- a/doc/basic/package-summary.html
+++ b/doc/basic/package-summary.html
@@ -2,12 +2,12 @@
-
+
basic
-
+
diff --git a/doc/basic/package-tree.html b/doc/basic/package-tree.html
index 67fc568..32c5c3c 100644
--- a/doc/basic/package-tree.html
+++ b/doc/basic/package-tree.html
@@ -2,12 +2,12 @@
-
+
basic Class Hierarchy
-
+
@@ -91,7 +91,7 @@
Class Hierarchy
@@ -120,10 +120,10 @@
@@ -139,10 +139,10 @@
@@ -173,7 +173,7 @@
void
-join (java.lang.String nickname)
+join (String nickname)
@@ -189,7 +189,7 @@
void
-sendMessage (java.lang.String message)
+sendMessage (String message)
@@ -198,19 +198,19 @@
-Methods inherited from class java.lang.Thread
+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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
+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 , setContextClassLoader , setDaemon , setDefaultUncaughtExceptionHandler , setName , setPriority , setUncaughtExceptionHandler , sleep , sleep , start , stop , stop , suspend , toString , yield
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
@@ -249,7 +249,7 @@
public void run ()
-Specified by: run
in interface java.lang.Runnable
Overrides: run
in class java.lang.Thread
+Specified by: run
in interface Runnable
Overrides: run
in class Thread
@@ -260,7 +260,7 @@
sendMessage
-public void sendMessage (java.lang.String message)
+public void sendMessage (String message)
@@ -271,7 +271,7 @@
join
-public void join (java.lang.String nickname)
+public void join (String nickname)
diff --git a/doc/chat/ChatCallback.html b/doc/chat/ChatCallback.html
index a4cedba..66076a7 100644
--- a/doc/chat/ChatCallback.html
+++ b/doc/chat/ChatCallback.html
@@ -2,12 +2,12 @@
-
+
ChatCallback
-
+
@@ -92,7 +92,7 @@
Class ChatCallback
-java.lang.Object
+java.lang.Object
chat.ChatCallback
@@ -100,7 +100,7 @@
-public class ChatCallback extends java.lang.Objectimplements IOCallback , IOAcknowledge
+public class ChatCallback extends Object implements IOCallback , IOAcknowledge
@@ -135,7 +135,7 @@
void
-ack (java.lang.Object... data)
+ack (Object ... data)
Acknowledges a socket.io message.
@@ -143,9 +143,9 @@
void
-on (java.lang.String event,
+on (String event,
IOAcknowledge ack,
- java.lang.Object... data)
+ Object ... data)
On [Event].
@@ -186,7 +186,7 @@
void
-onMessage (java.lang.String message,
+onMessage (String message,
IOAcknowledge ack)
@@ -196,10 +196,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -235,7 +235,7 @@
ack
-public void ack (java.lang.Object... data)
+public void ack (Object ... data)
Description copied from interface: IOAcknowledge
Acknowledges a socket.io message.
@@ -252,9 +252,9 @@
on
-public void on (java.lang.String event,
+public void on (String event,
IOAcknowledge ack,
- java.lang.Object... data)
+ Object ... data)
Description copied from interface: IOCallback
On [Event]. Called when server emits an event.
@@ -271,7 +271,7 @@
onMessage
-public void onMessage (java.lang.String message,
+public void onMessage (String message,
IOAcknowledge ack)
Description copied from interface: IOCallback
diff --git a/doc/chat/ChatCallbackAdapter.html b/doc/chat/ChatCallbackAdapter.html
index b9ddb20..9d0f56b 100644
--- a/doc/chat/ChatCallbackAdapter.html
+++ b/doc/chat/ChatCallbackAdapter.html
@@ -2,12 +2,12 @@
-
+
ChatCallbackAdapter
-
+
@@ -123,7 +123,7 @@
void
-on (java.lang.String event,
+on (String event,
org.json.JSONObject data)
@@ -164,7 +164,7 @@
void
-onMessage (java.lang.String message)
+onMessage (String message)
@@ -200,7 +200,7 @@
on
-void on (java.lang.String event,
+void on (String event,
org.json.JSONObject data)
@@ -212,7 +212,7 @@
onMessage
-void onMessage (java.lang.String message)
+void onMessage (String message)
diff --git a/doc/chat/ChatFrame.html b/doc/chat/ChatFrame.html
index 76d33a0..167e0e6 100644
--- a/doc/chat/ChatFrame.html
+++ b/doc/chat/ChatFrame.html
@@ -2,12 +2,12 @@
-
+
ChatFrame
-
+
@@ -92,20 +92,20 @@
Class ChatFrame
-java.lang.Object
- java.awt.Component
- java.awt.Container
- java.awt.Window
- java.awt.Frame
- javax.swing.JFrame
+java.lang.Object
+ java.awt.Component
+ java.awt.Container
+ java.awt.Window
+ java.awt.Frame
+ javax.swing.JFrame
chat.ChatFrame
-All Implemented Interfaces: ChatCallbackAdapter , java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
+All Implemented Interfaces: ChatCallbackAdapter , ImageObserver , MenuContainer , Serializable , Accessible , RootPaneContainer , WindowConstants
-public class ChatFrame extends javax.swing.JFrameimplements ChatCallbackAdapter
+public class ChatFrame extends JFrame implements ChatCallbackAdapter
@@ -126,50 +126,50 @@
-Nested classes/interfaces inherited from class javax.swing.JFrame
+Nested classes/interfaces inherited from class javax.swing.JFrame
-javax.swing.JFrame.AccessibleJFrame
+JFrame.AccessibleJFrame
-Nested classes/interfaces inherited from class java.awt.Frame
+Nested classes/interfaces inherited from class java.awt.Frame
-java.awt.Frame.AccessibleAWTFrame
+Frame.AccessibleAWTFrame
-Nested classes/interfaces inherited from class java.awt.Window
+Nested classes/interfaces inherited from class java.awt.Window
-java.awt.Window.AccessibleAWTWindow
+Window.AccessibleAWTWindow
-Nested classes/interfaces inherited from class java.awt.Container
+Nested classes/interfaces inherited from class java.awt.Container
-java.awt.Container.AccessibleAWTContainer
+Container.AccessibleAWTContainer
@@ -185,46 +185,46 @@
-Fields inherited from class java.awt.Frame
+Fields inherited from class java.awt.Frame
-CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+CROSSHAIR_CURSOR , DEFAULT_CURSOR , E_RESIZE_CURSOR , HAND_CURSOR , ICONIFIED , MAXIMIZED_BOTH , MAXIMIZED_HORIZ , MAXIMIZED_VERT , MOVE_CURSOR , N_RESIZE_CURSOR , NE_RESIZE_CURSOR , NORMAL , NW_RESIZE_CURSOR , S_RESIZE_CURSOR , SE_RESIZE_CURSOR , SW_RESIZE_CURSOR , TEXT_CURSOR , W_RESIZE_CURSOR , WAIT_CURSOR
-Fields inherited from interface java.awt.image.ImageObserver
+Fields inherited from interface java.awt.image.ImageObserver
-ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+ABORT , ALLBITS , ERROR , FRAMEBITS , HEIGHT , PROPERTIES , SOMEBITS , WIDTH
@@ -279,7 +279,7 @@
static void
-main (java.lang.String[] args)
+main (String [] args)
@@ -287,7 +287,7 @@
void
-on (java.lang.String event,
+on (String event,
org.json.JSONObject obj)
@@ -328,7 +328,7 @@
void
-onMessage (java.lang.String message)
+onMessage (String message)
@@ -345,64 +345,64 @@
-Methods inherited from class javax.swing.JFrame
+Methods inherited from class javax.swing.JFrame
-addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+addImpl , createRootPane , frameInit , getAccessibleContext , getContentPane , getDefaultCloseOperation , getGlassPane , getGraphics , getJMenuBar , getLayeredPane , getRootPane , getTransferHandler , isDefaultLookAndFeelDecorated , isRootPaneCheckingEnabled , paramString , processWindowEvent , remove , repaint , setContentPane , setDefaultCloseOperation , setDefaultLookAndFeelDecorated , setGlassPane , setIconImage , setJMenuBar , setLayeredPane , setLayout , setRootPane , setRootPaneCheckingEnabled , setTransferHandler , update
-Methods inherited from class java.awt.Frame
+Methods inherited from class java.awt.Frame
-addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+addNotify , getCursorType , getExtendedState , getFrames , getIconImage , getMaximizedBounds , getMenuBar , getState , getTitle , isResizable , isUndecorated , remove , removeNotify , setCursor , setExtendedState , setMaximizedBounds , setMenuBar , setResizable , setState , setTitle , setUndecorated
-Methods inherited from class java.awt.Window
+Methods inherited from class java.awt.Window
-addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront
+addPropertyChangeListener , addPropertyChangeListener , addWindowFocusListener , addWindowListener , addWindowStateListener , applyResourceBundle , applyResourceBundle , createBufferStrategy , createBufferStrategy , dispose , getBufferStrategy , getFocusableWindowState , getFocusCycleRootAncestor , getFocusOwner , getFocusTraversalKeys , getGraphicsConfiguration , getIconImages , getInputContext , getListeners , getLocale , getModalExclusionType , getMostRecentFocusOwner , getOwnedWindows , getOwner , getOwnerlessWindows , getToolkit , getWarningString , getWindowFocusListeners , getWindowListeners , getWindows , getWindowStateListeners , hide , isActive , isAlwaysOnTop , isAlwaysOnTopSupported , isFocusableWindow , isFocusCycleRoot , isFocused , isLocationByPlatform , isShowing , pack , paint , postEvent , processEvent , processWindowFocusEvent , processWindowStateEvent , removeWindowFocusListener , removeWindowListener , removeWindowStateListener , reshape , setAlwaysOnTop , setBounds , setBounds , setCursor , setFocusableWindowState , setFocusCycleRoot , setIconImages , setLocationByPlatform , setLocationRelativeTo , setMinimumSize , setModalExclusionType , setSize , setSize , setVisible , show , toBack , toFront
-Methods inherited from class java.awt.Container
+Methods inherited from class java.awt.Container
-add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+add , add , add , add , add , addContainerListener , applyComponentOrientation , areFocusTraversalKeysSet , countComponents , deliverEvent , doLayout , findComponentAt , findComponentAt , getAlignmentX , getAlignmentY , getComponent , getComponentAt , getComponentAt , getComponentCount , getComponents , getComponentZOrder , getContainerListeners , getFocusTraversalPolicy , getInsets , getLayout , getMaximumSize , getMinimumSize , getMousePosition , getPreferredSize , insets , invalidate , isAncestorOf , isFocusCycleRoot , isFocusTraversalPolicyProvider , isFocusTraversalPolicySet , layout , list , list , locate , minimumSize , paintComponents , preferredSize , print , printComponents , processContainerEvent , remove , removeAll , removeContainerListener , setComponentZOrder , setFocusTraversalKeys , setFocusTraversalPolicy , setFocusTraversalPolicyProvider , setFont , transferFocusBackward , transferFocusDownCycle , validate , validateTree
-Methods inherited from class java.awt.Component
+Methods inherited from class java.awt.Component
-action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+action , add , addComponentListener , addFocusListener , addHierarchyBoundsListener , addHierarchyListener , addInputMethodListener , addKeyListener , addMouseListener , addMouseMotionListener , addMouseWheelListener , bounds , checkImage , checkImage , coalesceEvents , contains , contains , createImage , createImage , createVolatileImage , createVolatileImage , disable , disableEvents , dispatchEvent , enable , enable , enableEvents , enableInputMethods , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , firePropertyChange , getBackground , getBaseline , getBaselineResizeBehavior , getBounds , getBounds , getColorModel , getComponentListeners , getComponentOrientation , getCursor , getDropTarget , getFocusListeners , getFocusTraversalKeysEnabled , getFont , getFontMetrics , getForeground , getHeight , getHierarchyBoundsListeners , getHierarchyListeners , getIgnoreRepaint , getInputMethodListeners , getInputMethodRequests , getKeyListeners , getLocation , getLocation , getLocationOnScreen , getMouseListeners , getMouseMotionListeners , getMousePosition , getMouseWheelListeners , getName , getParent , getPeer , getPropertyChangeListeners , getPropertyChangeListeners , getSize , getSize , getTreeLock , getWidth , getX , getY , gotFocus , handleEvent , hasFocus , imageUpdate , inside , isBackgroundSet , isCursorSet , isDisplayable , isDoubleBuffered , isEnabled , isFocusable , isFocusOwner , isFocusTraversable , isFontSet , isForegroundSet , isLightweight , isMaximumSizeSet , isMinimumSizeSet , isOpaque , isPreferredSizeSet , isValid , isVisible , keyDown , keyUp , list , list , list , location , lostFocus , mouseDown , mouseDrag , mouseEnter , mouseExit , mouseMove , mouseUp , move , nextFocus , paintAll , prepareImage , prepareImage , printAll , processComponentEvent , processFocusEvent , processHierarchyBoundsEvent , processHierarchyEvent , processInputMethodEvent , processKeyEvent , processMouseEvent , processMouseMotionEvent , processMouseWheelEvent , removeComponentListener , removeFocusListener , removeHierarchyBoundsListener , removeHierarchyListener , removeInputMethodListener , removeKeyListener , removeMouseListener , removeMouseMotionListener , removeMouseWheelListener , removePropertyChangeListener , removePropertyChangeListener , repaint , repaint , repaint , requestFocus , requestFocus , requestFocusInWindow , requestFocusInWindow , resize , resize , setBackground , setComponentOrientation , setDropTarget , setEnabled , setFocusable , setFocusTraversalKeysEnabled , setForeground , setIgnoreRepaint , setLocale , setLocation , setLocation , setMaximumSize , setName , setPreferredSize , show , size , toString , transferFocus , transferFocusUpCycle
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
-Methods inherited from interface java.awt.MenuContainer
+Methods inherited from interface java.awt.MenuContainer
-getFont, postEvent
+getFont , postEvent
@@ -440,7 +440,7 @@
main
-public static void main (java.lang.String[] args)
+public static void main (String [] args)
@@ -513,7 +513,7 @@
on
-public void on (java.lang.String event,
+public void on (String event,
org.json.JSONObject obj)
@@ -528,7 +528,7 @@
onMessage
-public void onMessage (java.lang.String message)
+public void onMessage (String message)
Specified by: onMessage
in interface ChatCallbackAdapter
diff --git a/doc/chat/class-use/Chat.html b/doc/chat/class-use/Chat.html
index 3e5d523..768e17c 100644
--- a/doc/chat/class-use/Chat.html
+++ b/doc/chat/class-use/Chat.html
@@ -2,12 +2,12 @@
-
+
Uses of Class chat.Chat
-
+
diff --git a/doc/chat/class-use/ChatCallback.html b/doc/chat/class-use/ChatCallback.html
index 26a06cd..fd64aff 100644
--- a/doc/chat/class-use/ChatCallback.html
+++ b/doc/chat/class-use/ChatCallback.html
@@ -2,12 +2,12 @@
-
+
Uses of Class chat.ChatCallback
-
+
diff --git a/doc/chat/class-use/ChatCallbackAdapter.html b/doc/chat/class-use/ChatCallbackAdapter.html
index e701b19..84c3cd7 100644
--- a/doc/chat/class-use/ChatCallbackAdapter.html
+++ b/doc/chat/class-use/ChatCallbackAdapter.html
@@ -2,12 +2,12 @@
-
+
Uses of Interface chat.ChatCallbackAdapter
-
+
diff --git a/doc/chat/class-use/ChatFrame.html b/doc/chat/class-use/ChatFrame.html
index 8d20acf..1cd2767 100644
--- a/doc/chat/class-use/ChatFrame.html
+++ b/doc/chat/class-use/ChatFrame.html
@@ -2,12 +2,12 @@
-
+
Uses of Class chat.ChatFrame
-
+
diff --git a/doc/chat/package-frame.html b/doc/chat/package-frame.html
index 8cb1bf5..8862d28 100644
--- a/doc/chat/package-frame.html
+++ b/doc/chat/package-frame.html
@@ -2,12 +2,12 @@
-
+
chat
-
+
diff --git a/doc/chat/package-summary.html b/doc/chat/package-summary.html
index 94c52f0..59c5e59 100644
--- a/doc/chat/package-summary.html
+++ b/doc/chat/package-summary.html
@@ -2,12 +2,12 @@
-
+
chat
-
+
diff --git a/doc/chat/package-tree.html b/doc/chat/package-tree.html
index 028a505..086688c 100644
--- a/doc/chat/package-tree.html
+++ b/doc/chat/package-tree.html
@@ -2,12 +2,12 @@
-
+
chat Class Hierarchy
-
+
@@ -91,16 +91,16 @@
Class Hierarchy
-java.lang.Object
+java.lang.Object
chat.ChatCallback (implements io.socket.IOAcknowledge , io.socket.IOCallback )
- java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
+ java.awt.Component (implements java.awt.image.ImageObserver , java.awt.MenuContainer , java.io.Serializable )
-java.awt.Container
-java.awt.Window (implements javax.accessibility.Accessible)
+ java.awt.Container
+java.awt.Window (implements javax.accessibility.Accessible )
-java.awt.Frame (implements java.awt.MenuContainer)
+ java.awt.Frame (implements java.awt.MenuContainer )
-javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
+ javax.swing.JFrame (implements javax.accessibility.Accessible , javax.swing.RootPaneContainer , javax.swing.WindowConstants )
@@ -108,7 +108,7 @@
- java.lang.Thread (implements java.lang.Runnable)
+ java.lang.Thread (implements java.lang.Runnable )
diff --git a/doc/chat/package-use.html b/doc/chat/package-use.html
index 83ddcb4..1cb5052 100644
--- a/doc/chat/package-use.html
+++ b/doc/chat/package-use.html
@@ -2,12 +2,12 @@
-
+
Uses of Package chat
-
+
diff --git a/doc/constant-values.html b/doc/constant-values.html
index 1fc0cc2..b18cd1c 100644
--- a/doc/constant-values.html
+++ b/doc/constant-values.html
@@ -2,12 +2,12 @@
-
+
Constant Field Values
-
+
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -99,18 +100,18 @@
-io.socket.io.socket.IOConnection
+io.socket.io.socket.EngineIO
-
-public static final java.lang.String
-FRAME_DELIMITER
+
+public static final String
+FRAME_DELIMITER
"\ufffd"
-
-public static final java.lang.String
-SOCKET_IO_1
+
+public static final String
+SOCKET_IO_1
"/socket.io/1/"
@@ -223,7 +224,7 @@
-public static final java.lang.String
+public static final String
TRANSPORT_NAME
"websocket"
@@ -241,7 +242,7 @@
-public static final java.lang.String
+public static final String
TRANSPORT_NAME
"xhr-polling"
@@ -264,7 +265,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html
index 0ec9892..b558ef4 100644
--- a/doc/deprecated-list.html
+++ b/doc/deprecated-list.html
@@ -2,12 +2,12 @@
-
+
Deprecated List
-
+
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -98,7 +99,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
diff --git a/doc/help-doc.html b/doc/help-doc.html
index cceffc9..4abd6a5 100644
--- a/doc/help-doc.html
+++ b/doc/help-doc.html
@@ -2,12 +2,12 @@
-
+
API Help
-
+
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -83,6 +84,12 @@
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
@@ -169,7 +176,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html
index 121ec72..556a83e 100644
--- a/doc/index-files/index-1.html
+++ b/doc/index-files/index-1.html
@@ -2,12 +2,12 @@
-
+
A-Index
-
+
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,19 +78,37 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
A
+AbstractTestSocketIO - Class in io.socket The Class AbstractTestSocketIO. AbstractTestSocketIO() -
+Constructor for class io.socket.AbstractTestSocketIO
+
+ ack(Object...) -
+Method in class chat.ChatCallback
+
ack(Object...) -
Method in interface io.socket.IOAcknowledge
Acknowledges a socket.io message.
- acknowledge -
-Variable in class io.socket.IOConnection
+acknowledge() -
+Method in class io.socket.AbstractTestSocketIO
+Acknowledge.
+ acknowledge -
+Variable in class io.socket.EngineIO
Acknowledges.
+ AcknowledgeExample - Class in basic AcknowledgeExample() -
+Constructor for class basic.AcknowledgeExample
+
addHeader(String, String) -
Method in class io.socket.SocketIO
Adds an header to the SocketIO.headers
+ AllTests - Class in io.socket AllTests() -
+Constructor for class io.socket.AllTests
+
+ args -
+Variable in class io.socket.AbstractTestSocketIO
+Received arguments of events
@@ -103,7 +122,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -143,7 +163,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html
index 01ecf91..cf9201a 100644
--- a/doc/index-files/index-10.html
+++ b/doc/index-files/index-10.html
@@ -2,12 +2,12 @@
-
+
-O-Index
+L-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="O-Index";
+ parent.document.title="L-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,55 +78,16 @@
-A C D E F G I L N O P Q R S T U W X
-
-O
+A B C D E F G I J L M N O P Q R S T U W X
+
+L
-on(String, IOAcknowledge, Object...) -
-Method in interface io.socket.IOCallback
-On [Event].
- on(String, IOAcknowledge, Object...) -
-Method in class io.socket.IOConnection
-
- onClose() -
-Method in class io.socket.WebsocketTransport
-
- onConnect() -
-Method in interface io.socket.IOCallback
-On connect.
- onConnect() -
-Method in class io.socket.IOConnection
-
- onDisconnect() -
-Method in interface io.socket.IOCallback
-On disconnect.
- onDisconnect() -
-Method in class io.socket.IOConnection
-
- onError(SocketIOException) -
-Method in interface io.socket.IOCallback
-On error.
- onError(SocketIOException) -
-Method in class io.socket.IOConnection
-
- onMessage(String, IOAcknowledge) -
-Method in interface io.socket.IOCallback
-On message.
- onMessage(JSONObject, IOAcknowledge) -
-Method in interface io.socket.IOCallback
-On message.
- onMessage(String, IOAcknowledge) -
-Method in class io.socket.IOConnection
-
- onMessage(JSONObject, IOAcknowledge) -
-Method in class io.socket.IOConnection
-
- onMessage(WebSocketMessage) -
-Method in class io.socket.WebsocketTransport
-
- onOpen() -
-Method in class io.socket.WebsocketTransport
+listenPort -
+Variable in class io.socket.testutils.MutateProxy
+ logger -
+Static variable in class io.socket.EngineIO
+Debug logger
@@ -139,7 +101,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -179,7 +142,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html
index b548b54..35a845d 100644
--- a/doc/index-files/index-11.html
+++ b/doc/index-files/index-11.html
@@ -2,12 +2,12 @@
-
+
-P-Index
+M-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="P-Index";
+ parent.document.title="M-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,13 +78,25 @@
-A C D E F G I L N O P Q R S T U W X
-
-P
+A B C D E F G I J L M N O P Q R S T U W X
+
+M
-pollThread -
-Variable in class io.socket.XhrTransport
-background thread for managing the server connection.
+ main(String[]) -
+Static method in class basic.AcknowledgeExample
+
+ main(String[]) -
+Static method in class basic.BasicExample
+
+ main(String[]) -
+Static method in class basic.BasicExample2
+
+ main(String[]) -
+Static method in class chat.ChatFrame
+
+ MutateProxy - Class in io.socket.testutils MutateProxy(int, int) -
+Constructor for class io.socket.testutils.MutateProxy
+
@@ -97,7 +110,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -137,7 +151,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html
index dbb771f..7919596 100644
--- a/doc/index-files/index-12.html
+++ b/doc/index-files/index-12.html
@@ -2,12 +2,12 @@
-
+
-Q-Index
+N-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Q-Index";
+ parent.document.title="N-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,13 +78,16 @@
-A C D E F G I L N O P Q R S T U W X
-
-Q
+A B C D E F G I J L M N O P Q R S T U W X
+
+N
-queue -
-Variable in class io.socket.XhrTransport
-The queue holding elements to send.
+ namespaces() -
+Method in class io.socket.AbstractTestSocketIO
+Namespaces.
+ NUM_FIELDS -
+Static variable in class io.socket.IOMessage
+Number of fields in a message.
@@ -97,7 +101,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -137,7 +142,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html
index ae01d57..4325a64 100644
--- a/doc/index-files/index-13.html
+++ b/doc/index-files/index-13.html
@@ -2,12 +2,12 @@
-
+
-R-Index
+O-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="R-Index";
+ parent.document.title="O-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,22 +78,166 @@
-A C D E F G I L N O P Q R S T U W X
-
-R
+A B C D E F G I J L M N O P Q R S T U W X
+
+O
-reconnect() -
-Method in class io.socket.IOConnection
-forces a reconnect.
- reconnect() -
-Method in class io.socket.SocketIO
-Triggers the transport to reconnect.
- register(String, SocketIO) -
-Static method in class io.socket.IOConnection
-Creates a new connection or returns the corresponding one.
- register(SocketIO) -
-Method in class io.socket.IOConnection
-Connects a socket to the IOConnection.
+ on(String, IOAcknowledge, Object...) -
+Method in class basic.AcknowledgeExample
+
+ on(String, IOAcknowledge, Object...) -
+Method in class basic.BasicExample
+
+ on(String, IOAcknowledge, Object...) -
+Method in class chat.ChatCallback
+
+ on(String, JSONObject) -
+Method in interface chat.ChatCallbackAdapter
+
+ on(String, JSONObject) -
+Method in class chat.ChatFrame
+
+ on(String, IOAcknowledge, Object...) -
+Method in class io.socket.AbstractTestSocketIO
+
+ on(String, IOAcknowledge, Object...) -
+Method in class io.socket.EngineIO
+
+ on(String, IOAcknowledge, Object...) -
+Method in interface io.socket.IOCallback
+On [Event].
+ onClose() -
+Method in class io.socket.WebsocketTransport
+
+ onConnect() -
+Method in class basic.AcknowledgeExample
+
+ onConnect() -
+Method in class basic.BasicExample
+
+ onConnect() -
+Method in class chat.ChatCallback
+
+ onConnect() -
+Method in interface chat.ChatCallbackAdapter
+
+ onConnect() -
+Method in class chat.ChatFrame
+
+ onConnect() -
+Method in class io.socket.AbstractTestSocketIO
+
+ onConnect() -
+Method in class io.socket.EngineIO
+
+ onConnect() -
+Method in interface io.socket.IOCallback
+On connect.
+ onConnectFailure() -
+Method in interface chat.ChatCallbackAdapter
+
+ onConnectFailure() -
+Method in class chat.ChatFrame
+
+ onDisconnect() -
+Method in class basic.AcknowledgeExample
+
+ onDisconnect() -
+Method in class basic.BasicExample
+
+ onDisconnect() -
+Method in class chat.ChatCallback
+
+ onDisconnect() -
+Method in interface chat.ChatCallbackAdapter
+
+ onDisconnect() -
+Method in class chat.ChatFrame
+
+ onDisconnect() -
+Method in class io.socket.AbstractTestSocketIO
+
+ onDisconnect() -
+Method in class io.socket.EngineIO
+
+ onDisconnect() -
+Method in interface io.socket.IOCallback
+On disconnect.
+ onError(SocketIOException) -
+Method in class basic.AcknowledgeExample
+
+ onError(SocketIOException) -
+Method in class basic.BasicExample
+
+ onError(SocketIOException) -
+Method in class chat.ChatCallback
+
+ onError(SocketIOException) -
+Method in class io.socket.AbstractTestSocketIO
+
+ onError(SocketIOException) -
+Method in class io.socket.EngineIO
+
+ onError(SocketIOException) -
+Method in interface io.socket.IOCallback
+On error.
+ onMessage(JSONObject, IOAcknowledge) -
+Method in class basic.AcknowledgeExample
+
+ onMessage(String, IOAcknowledge) -
+Method in class basic.AcknowledgeExample
+
+ onMessage(JSONObject, IOAcknowledge) -
+Method in class basic.BasicExample
+
+ onMessage(String, IOAcknowledge) -
+Method in class basic.BasicExample
+
+ onMessage(String, IOAcknowledge) -
+Method in class chat.ChatCallback
+
+ onMessage(JSONObject, IOAcknowledge) -
+Method in class chat.ChatCallback
+
+ onMessage(String) -
+Method in interface chat.ChatCallbackAdapter
+
+ onMessage(JSONObject) -
+Method in interface chat.ChatCallbackAdapter
+
+ onMessage(String) -
+Method in class chat.ChatFrame
+
+ onMessage(JSONObject) -
+Method in class chat.ChatFrame
+
+ onMessage(String, IOAcknowledge) -
+Method in class io.socket.AbstractTestSocketIO
+
+ onMessage(JSONObject, IOAcknowledge) -
+Method in class io.socket.AbstractTestSocketIO
+
+ onMessage(String, IOAcknowledge) -
+Method in class io.socket.EngineIO
+
+ onMessage(JSONObject, IOAcknowledge) -
+Method in class io.socket.EngineIO
+
+ onMessage(String, IOAcknowledge) -
+Method in interface io.socket.IOCallback
+On message.
+ onMessage(JSONObject, IOAcknowledge) -
+Method in interface io.socket.IOCallback
+On message.
+ onMessage(WebSocketMessage) -
+Method in class io.socket.WebsocketTransport
+
+ onOpen() -
+Method in class io.socket.WebsocketTransport
+
+ outputs -
+Variable in class io.socket.AbstractTestSocketIO
+stdout of the node executable
@@ -106,7 +251,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -146,7 +292,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html
index 16b3c7d..565c537 100644
--- a/doc/index-files/index-14.html
+++ b/doc/index-files/index-14.html
@@ -2,12 +2,12 @@
-
+
-S-Index
+P-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="S-Index";
+ parent.document.title="P-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,80 +78,13 @@
-A C D E F G I L N O P Q R S T U W X
-
-S
+A B C D E F G I J L M N O P Q R S T U W X
+
+P
-send(SocketIO, IOAcknowledge, String) -
-Method in class io.socket.IOConnection
-sends a String message from SocketIO
to the IOTransport
.
- send(SocketIO, IOAcknowledge, JSONObject) -
-Method in class io.socket.IOConnection
-sends a JSON message from SocketIO
to the IOTransport
.
- send(String) -
-Method in interface io.socket.IOTransport
-Instructs the IOTransport to send a Message
- send(JSONObject) -
-Method in class io.socket.SocketIO
-Send JSON data to the Socket.io server.
- send(IOAcknowledge, JSONObject) -
-Method in class io.socket.SocketIO
-Send JSON data to the Socket.io server.
- send(String) -
-Method in class io.socket.SocketIO
-Send String data to the Socket.io server.
- send(IOAcknowledge, String) -
-Method in class io.socket.SocketIO
-Send JSON data to the Socket.io server.
- send(String) -
-Method in class io.socket.WebsocketTransport
-
- send(String) -
-Method in class io.socket.XhrTransport
-
- sendBulk(String[]) -
-Method in interface io.socket.IOTransport
-Instructs the IOTransport to send multiple messages.
- sendBulk(String[]) -
-Method in class io.socket.WebsocketTransport
-
- sendBulk(String[]) -
-Method in class io.socket.XhrTransport
-
- setHeaders(Properties) -
-Method in class io.socket.SocketIO
-Sets the headers used while handshaking.
- setId(String) -
-Method in class io.socket.IOMessage
-Sets the id of this IOMessage
- SOCKET_IO_1 -
-Static variable in class io.socket.IOConnection
-Socket.io path.
- SocketIO - Class in io.socket The Class SocketIO. SocketIO() -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io connection.
- SocketIO(String) -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io connection.
- SocketIO(String, Properties) -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io connection and sets the request headers used
- while connecting the first time for authorizing.
- SocketIO(String, IOCallback) -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io object and connects to the given url.
- SocketIO(URL, IOCallback) -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io object and connects to the given url.
- SocketIO(URL) -
-Constructor for class io.socket.SocketIO
-Instantiates a new socket.io connection.
- SocketIOException - Exception in io.socket The Class SocketIOException. SocketIOException(String) -
-Constructor for exception io.socket.SocketIOException
-Instantiates a new SocketIOException.
- SocketIOException(String, Exception) -
-Constructor for exception io.socket.SocketIOException
-Instantiates a new SocketIOException.
+ pollThread -
+Variable in class io.socket.XhrTransport
+background thread for managing the server connection.
@@ -164,7 +98,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -204,7 +139,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html
index 7b93aa0..8a07204 100644
--- a/doc/index-files/index-15.html
+++ b/doc/index-files/index-15.html
@@ -2,12 +2,12 @@
-
+
-T-Index
+Q-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="T-Index";
+ parent.document.title="Q-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,61 +78,13 @@
-A C D E F G I L N O P Q R S T U W X
-
-T
+A B C D E F G I J L M N O P Q R S T U W X
+
+Q
-toString() -
-Method in class io.socket.IOMessage
-Generates a String representation of this object.
- TRANSPORT_NAME -
-Static variable in class io.socket.WebsocketTransport
-The String to identify this Transport
- TRANSPORT_NAME -
-Static variable in class io.socket.XhrTransport
-The String to identify this Transport.
- transportConnected() -
-Method in class io.socket.IOConnection
-Transport connected.
- transportData(String) -
-Method in class io.socket.IOConnection
-IOTransport
should call this function if it does not support framing.
-transportDisconnected() -
-Method in class io.socket.IOConnection
-Transport disconnected.
- transportError(Exception) -
-Method in class io.socket.IOConnection
-Transport error.
- transportMessage(String) -
-Method in class io.socket.IOConnection
-Transport message.
- TYPE_ACK -
-Static variable in class io.socket.IOMessage
-Message type acknowledge
- TYPE_CONNECT -
-Static variable in class io.socket.IOMessage
-Message type connect
- TYPE_DISCONNECT -
-Static variable in class io.socket.IOMessage
-Message type disconnect
- TYPE_ERROR -
-Static variable in class io.socket.IOMessage
-Message type error
- TYPE_EVENT -
-Static variable in class io.socket.IOMessage
-Message type event
- TYPE_HEARTBEAT -
-Static variable in class io.socket.IOMessage
-Message type heartbeat
- TYPE_JSON_MESSAGE -
-Static variable in class io.socket.IOMessage
-Message type JSON message
- TYPE_MESSAGE -
-Static variable in class io.socket.IOMessage
-Message type message
- TYPE_NOOP -
-Static variable in class io.socket.IOMessage
-Message type noop
+ queue -
+Variable in class io.socket.XhrTransport
+The queue holding elements to send.
@@ -145,7 +98,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -185,7 +139,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html
index 5451e68..cd5ea77 100644
--- a/doc/index-files/index-16.html
+++ b/doc/index-files/index-16.html
@@ -2,12 +2,12 @@
-
+
-U-Index
+R-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="U-Index";
+ parent.document.title="R-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,15 +78,30 @@
-A C D E F G I L N O P Q R S T U W X
-
-U
+A B C D E F G I J L M N O P Q R S T U W X
+
+R
-unregister(SocketIO) -
-Method in class io.socket.IOConnection
-Disconnect a socket from the IOConnection.
- urlConnection -
-Variable in class io.socket.XhrTransport
+RandomBlockJUnit4ClassRunner - Class in io.socket.testutils RandomBlockJUnit4ClassRunner(Class<?>) -
+Constructor for class io.socket.testutils.RandomBlockJUnit4ClassRunner
+
+ reconnect() -
+Method in class io.socket.EngineIO
+forces a reconnect.
+ reconnect() -
+Method in class io.socket.SocketIO
+Triggers the transport to reconnect.
+ register(String, SocketIO) -
+Static method in class io.socket.EngineIO
+Creates a new connection or returns the corresponding one.
+ register(SocketIO) -
+Method in class io.socket.EngineIO
+Connects a socket to the EngineIO.
+ run() -
+Method in class chat.Chat
+
+ run() -
+Method in class io.socket.testutils.MutateProxy
@@ -100,7 +116,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -140,7 +157,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html
index a648d26..a5a1036 100644
--- a/doc/index-files/index-17.html
+++ b/doc/index-files/index-17.html
@@ -2,12 +2,12 @@
-
+
-W-Index
+S-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="W-Index";
+ parent.document.title="S-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,16 +78,110 @@
-A C D E F G I L N O P Q R S T U W X
-
-W
+A B C D E F G I J L M N O P Q R S T U W X
+
+S
-websocket -
-Variable in class io.socket.WebsocketTransport
+send() -
+Method in class io.socket.AbstractTestSocketIO
+Tests sending of a message to the server.
+ send(SocketIO, IOAcknowledge, String) -
+Method in class io.socket.EngineIO
+sends a String message from SocketIO
to the IOTransport
.
+ send(SocketIO, IOAcknowledge, JSONObject) -
+Method in class io.socket.EngineIO
+sends a JSON message from SocketIO
to the IOTransport
.
+ send(String) -
+Method in interface io.socket.IOTransport
+Instructs the IOTransport to send a Message
+ send(JSONObject) -
+Method in class io.socket.SocketIO
+Send JSON data to the Socket.io server.
+ send(IOAcknowledge, JSONObject) -
+Method in class io.socket.SocketIO
+Send JSON data to the Socket.io server.
+ send(String) -
+Method in class io.socket.SocketIO
+Send String data to the Socket.io server.
+ send(IOAcknowledge, String) -
+Method in class io.socket.SocketIO
+Send JSON data to the Socket.io server.
+ send(String) -
+Method in class io.socket.WebsocketTransport
- WebsocketTransport - Class in io.socket The Class WebsocketTransport. WebsocketTransport(URI, IOConnection) -
-Constructor for class io.socket.WebsocketTransport
-Instantiates a new websocket transport.
+ send(String) -
+Method in class io.socket.XhrTransport
+
+ sendBulk(String[]) -
+Method in interface io.socket.IOTransport
+Instructs the IOTransport to send multiple messages.
+ sendBulk(String[]) -
+Method in class io.socket.WebsocketTransport
+
+ sendBulk(String[]) -
+Method in class io.socket.XhrTransport
+
+ sendMessage(String) -
+Method in class chat.Chat
+
+ server() -
+Method in class io.socket.testutils.MutateProxy
+
+ setHeaders(Properties) -
+Method in class io.socket.SocketIO
+Sets the headers used while handshaking.
+ setId(String) -
+Method in class io.socket.IOMessage
+Sets the id of this IOMessage
+ setUp() -
+Method in class io.socket.AbstractTestSocketIO
+Sets up the test.
+ setUpBeforeClass() -
+Static method in class io.socket.WebsocketTestSocketIO
+
+ setUpBeforeClass() -
+Static method in class io.socket.XHRTestSocketIO
+
+ SOCKET_IO_1 -
+Static variable in class io.socket.EngineIO
+Socket.io path.
+ SocketIO - Class in io.socket The Class SocketIO. SocketIO() -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io connection.
+ SocketIO(String) -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io connection.
+ SocketIO(String, Properties) -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io connection and sets the request headers used
+ while connecting the first time for authorizing.
+ SocketIO(String, IOCallback) -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io object and connects to the given url.
+ SocketIO(URL, IOCallback) -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io object and connects to the given url.
+ SocketIO(URL) -
+Constructor for class io.socket.SocketIO
+Instantiates a new socket.io connection.
+ SocketIOException - Exception in io.socket The Class SocketIOException. SocketIOException(String) -
+Constructor for exception io.socket.SocketIOException
+Instantiates a new SocketIOException.
+ SocketIOException(String, Exception) -
+Constructor for exception io.socket.SocketIOException
+Instantiates a new SocketIOException.
+ socketPort -
+Variable in class io.socket.testutils.MutateProxy
+
+ startChat() -
+Method in class chat.ChatFrame
+
+ stderrThread -
+Variable in class io.socket.AbstractTestSocketIO
+Thread for processing stderr
+ stdoutThread -
+Variable in class io.socket.AbstractTestSocketIO
+Thread for processing stdout
@@ -100,7 +195,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -140,7 +236,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html
index 36c1b17..0766048 100644
--- a/doc/index-files/index-18.html
+++ b/doc/index-files/index-18.html
@@ -2,12 +2,12 @@
-
+
-X-Index
+T-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="X-Index";
+ parent.document.title="T-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -55,7 +56,7 @@
PREV LETTER
- NEXT LETTER
+ NEXT LETTER
FRAMES
NO FRAMES
@@ -77,13 +78,79 @@
-A C D E F G I L N O P Q R S T U W X
-
-X
+A B C D E F G I J L M N O P Q R S T U W X
+
+T
-XhrTransport - Class in io.socket The Class XhrTransport. XhrTransport(URL, IOConnection) -
-Constructor for class io.socket.XhrTransport
-Instantiates a new xhr transport.
+ takeArg() -
+Method in class io.socket.AbstractTestSocketIO
+Take arg.
+ takeEvent() -
+Method in class io.socket.AbstractTestSocketIO
+Take event.
+ takeLine() -
+Method in class io.socket.AbstractTestSocketIO
+Take line.
+ tearDown() -
+Method in class io.socket.AbstractTestSocketIO
+Tears down this test.
+ tearDownAfterClass() -
+Static method in class io.socket.AbstractTestSocketIO
+Tear down after class.
+ toString() -
+Method in class io.socket.IOMessage
+Generates a String representation of this object.
+ transport -
+Static variable in class io.socket.AbstractTestSocketIO
+The transport of this test
+ TRANSPORT_NAME -
+Static variable in class io.socket.WebsocketTransport
+The String to identify this Transport
+ TRANSPORT_NAME -
+Static variable in class io.socket.XhrTransport
+The String to identify this Transport.
+ transportConnected() -
+Method in class io.socket.EngineIO
+Transport connected.
+ transportData(String) -
+Method in class io.socket.EngineIO
+IOTransport
should call this function if it does not support framing.
+transportDisconnected() -
+Method in class io.socket.EngineIO
+Transport disconnected.
+ transportError(Exception) -
+Method in class io.socket.EngineIO
+Transport error.
+ transportMessage(String) -
+Method in class io.socket.EngineIO
+Transport message.
+ TYPE_ACK -
+Static variable in class io.socket.IOMessage
+Message type acknowledge
+ TYPE_CONNECT -
+Static variable in class io.socket.IOMessage
+Message type connect
+ TYPE_DISCONNECT -
+Static variable in class io.socket.IOMessage
+Message type disconnect
+ TYPE_ERROR -
+Static variable in class io.socket.IOMessage
+Message type error
+ TYPE_EVENT -
+Static variable in class io.socket.IOMessage
+Message type event
+ TYPE_HEARTBEAT -
+Static variable in class io.socket.IOMessage
+Message type heartbeat
+ TYPE_JSON_MESSAGE -
+Static variable in class io.socket.IOMessage
+Message type JSON message
+ TYPE_MESSAGE -
+Static variable in class io.socket.IOMessage
+Message type message
+ TYPE_NOOP -
+Static variable in class io.socket.IOMessage
+Message type noop
@@ -97,7 +164,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -115,7 +183,7 @@
PREV LETTER
- NEXT LETTER
+ NEXT LETTER
FRAMES
NO FRAMES
@@ -137,7 +205,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html
index 46f2db9..f96c36d 100644
--- a/doc/index-files/index-19.html
+++ b/doc/index-files/index-19.html
@@ -2,12 +2,12 @@
-
+
U-Index
-
+
@@ -82,9 +82,9 @@
U
-unregister(SocketIO) -
-Method in class io.socket.IOConnection
-Disconnect a socket from the IOConnection.
+ unregister(SocketIO) -
+Method in class io.socket.EngineIO
+Disconnect a socket from EngineIO.
urlConnection -
Variable in class io.socket.XhrTransport
diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html
index 4bd9f7f..9266faa 100644
--- a/doc/index-files/index-2.html
+++ b/doc/index-files/index-2.html
@@ -2,12 +2,12 @@
-
+
-C-Index
+B-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="C-Index";
+ parent.document.title="B-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,44 +78,16 @@
-A C D E F G I L N O P Q R S T U W X
-
-C
+A B C D E F G I J L M N O P Q R S T U W X
+
+B
-canSendBulk() -
-Method in interface io.socket.IOTransport
-return true if the IOTransport prefers to send multiple messages at a
- time.
- canSendBulk() -
-Method in class io.socket.WebsocketTransport
+basic - package basic BasicExample - Class in basic BasicExample() -
+Constructor for class basic.BasicExample
- canSendBulk() -
-Method in class io.socket.XhrTransport
+BasicExample2 - Class in basic BasicExample2() -
+Constructor for class basic.BasicExample2
- connect() -
-Method in interface io.socket.IOTransport
-Instructs the IOTransport to connect.
- connect(String, IOCallback) -
-Method in class io.socket.SocketIO
-connects to supplied host using callback.
- connect(URL, IOCallback) -
-Method in class io.socket.SocketIO
-connects to supplied host using callback.
- connect(IOCallback) -
-Method in class io.socket.SocketIO
-connects to an already set host.
- connect() -
-Method in class io.socket.WebsocketTransport
-
- connect() -
-Method in class io.socket.XhrTransport
-
- create(URL, IOConnection) -
-Static method in class io.socket.WebsocketTransport
-Creates a new Transport for the given url an IOConnection
.
- create(URL, IOConnection) -
-Static method in class io.socket.XhrTransport
-Creates a new Transport for the given url an IOConnection
.
@@ -128,7 +101,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -168,7 +142,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-20.html b/doc/index-files/index-20.html
index ca01c22..7ef4f15 100644
--- a/doc/index-files/index-20.html
+++ b/doc/index-files/index-20.html
@@ -2,12 +2,12 @@
-
+
W-Index
-
+
@@ -88,7 +88,7 @@
WebsocketTestSocketIO - Class in io.socket WebsocketTestSocketIO() -
Constructor for class io.socket.WebsocketTestSocketIO
- WebsocketTransport - Class in io.socket The Class WebsocketTransport. WebsocketTransport(URI, IOConnection) -
+WebsocketTransport - Class in io.socket The Class WebsocketTransport. WebsocketTransport(URI, EngineIO) -
Constructor for class io.socket.WebsocketTransport
Instantiates a new websocket transport.
diff --git a/doc/index-files/index-21.html b/doc/index-files/index-21.html
index 7adeb01..7d25843 100644
--- a/doc/index-files/index-21.html
+++ b/doc/index-files/index-21.html
@@ -2,12 +2,12 @@
-
+
X-Index
-
+
@@ -85,7 +85,7 @@
XHRTestSocketIO - Class in io.socket XHRTestSocketIO() -
Constructor for class io.socket.XHRTestSocketIO
- XhrTransport - Class in io.socket The Class XhrTransport. XhrTransport(URL, IOConnection) -
+XhrTransport - Class in io.socket The Class XhrTransport. XhrTransport(URL, EngineIO) -
Constructor for class io.socket.XhrTransport
Instantiates a new xhr transport.
diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html
index 6cae54b..4233be1 100644
--- a/doc/index-files/index-3.html
+++ b/doc/index-files/index-3.html
@@ -2,12 +2,12 @@
-
+
-D-Index
+C-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="D-Index";
+ parent.document.title="C-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,25 +78,62 @@
-A C D E F G I L N O P Q R S T U W X
-
-D
+A B C D E F G I J L M N O P Q R S T U W X
+
+C
-disconnect() -
+callback(JSONArray) -
+Method in interface chat.ChatCallbackAdapter
+
+ callback(JSONArray) -
+Method in class chat.ChatFrame
+
+ canSendBulk() -
+Method in interface io.socket.IOTransport
+return true if the IOTransport prefers to send multiple messages at a
+ time.
+ canSendBulk() -
+Method in class io.socket.WebsocketTransport
+
+ canSendBulk() -
+Method in class io.socket.XhrTransport
+
+ chat - package chat Chat - Class in chat Chat(ChatCallbackAdapter) -
+Constructor for class chat.Chat
+
+ ChatCallback - Class in chat ChatCallback(ChatCallbackAdapter) -
+Constructor for class chat.ChatCallback
+
+ ChatCallbackAdapter - Interface in chat ChatFrame - Class in chat ChatFrame() -
+Constructor for class chat.ChatFrame
+Creates new form Chat
+ computeTestMethods() -
+Method in class io.socket.testutils.RandomBlockJUnit4ClassRunner
+
+ connect() -
Method in interface io.socket.IOTransport
-Instructs the IOTransport to disconnect.
- disconnect() -
+Instructs the IOTransport to connect.
+ connect(String, IOCallback) -
+Method in class io.socket.SocketIO
+connects to supplied host using callback.
+ connect(URL, IOCallback) -
+Method in class io.socket.SocketIO
+connects to supplied host using callback.
+ connect(IOCallback) -
Method in class io.socket.SocketIO
-Disconnect the socket.
- disconnect() -
+connects to an already set host.
+ connect() -
Method in class io.socket.WebsocketTransport
- disconnect() -
+connect() -
Method in class io.socket.XhrTransport
- DUMMY_CALLBACK -
-Static variable in class io.socket.IOConnection
-A dummy callback used when IOConnection receives a unexpected message.
+ create(URL, EngineIO) -
+Static method in class io.socket.WebsocketTransport
+Creates a new Transport for the given url an EngineIO
.
+ create(URL, EngineIO) -
+Static method in class io.socket.XhrTransport
+Creates a new Transport for the given url an EngineIO
.
@@ -109,7 +147,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -149,7 +188,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html
index 9f5bb9c..340f26a 100644
--- a/doc/index-files/index-4.html
+++ b/doc/index-files/index-4.html
@@ -2,12 +2,12 @@
-
+
-E-Index
+D-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="E-Index";
+ parent.document.title="D-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,22 +78,31 @@
-A C D E F G I L N O P Q R S T U W X
-
-E
+A B C D E F G I J L M N O P Q R S T U W X
+
+D
-emit(SocketIO, String, IOAcknowledge, Object...) -
-Method in class io.socket.IOConnection
-emits an event from SocketIO
to the IOTransport
.
- emit(String, Object...) -
+disableNewMessages() -
+Method in class chat.ChatFrame
+
+ disconnect() -
+Method in interface io.socket.IOTransport
+Instructs the IOTransport to disconnect.
+ disconnect() -
Method in class io.socket.SocketIO
-Emits an event to the Socket.IO server.
- emit(String, IOAcknowledge, Object...) -
-Method in class io.socket.SocketIO
-Emits an event to the Socket.IO server.
- error(SocketIOException) -
-Method in class io.socket.IOConnection
-Populates an error to the connected IOCallback
s and shuts down.
+Disconnect the socket.
+ disconnect() -
+Method in class io.socket.WebsocketTransport
+
+ disconnect() -
+Method in class io.socket.XhrTransport
+
+ doClose() -
+Method in class io.socket.AbstractTestSocketIO
+Closes a SocketIO
connection.
+ doConnect() -
+Method in class io.socket.AbstractTestSocketIO
+Sets up a SocketIO
connection.
@@ -106,7 +116,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -146,7 +157,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html
index 0550953..5a3e1f5 100644
--- a/doc/index-files/index-5.html
+++ b/doc/index-files/index-5.html
@@ -2,12 +2,12 @@
-
+
-F-Index
+E-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="F-Index";
+ parent.document.title="E-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,25 +78,34 @@
-A C D E F G I L N O P Q R S T U W X
-
-F
+A B C D E F G I J L M N O P Q R S T U W X
+
+E
-FIELD_DATA -
-Static variable in class io.socket.IOMessage
-Index of the data field in a message
- FIELD_ENDPOINT -
-Static variable in class io.socket.IOMessage
-Index of the end point field in a message
- FIELD_ID -
-Static variable in class io.socket.IOMessage
-Index of the id field in a message
- FIELD_TYPE -
-Static variable in class io.socket.IOMessage
-Index of the type field in a message
- FRAME_DELIMITER -
-Static variable in class io.socket.IOConnection
+emit(SocketIO, String, IOAcknowledge, Object...) -
+Method in class io.socket.EngineIO
+emits an event from SocketIO
to the IOTransport
.
+ emit(String, Object...) -
+Method in class io.socket.SocketIO
+Emits an event to the Socket.IO server.
+ emit(String, IOAcknowledge, Object...) -
+Method in class io.socket.SocketIO
+Emits an event to the Socket.IO server.
+ emitAndMessage() -
+Method in class io.socket.AbstractTestSocketIO
+Emit and message.
+ emitAndOn() -
+Method in class io.socket.AbstractTestSocketIO
+Emit and on.
+ enableNewMessages() -
+Method in class chat.ChatFrame
+ EngineIO - Class in io.socket The Class EngineIO. error() -
+Method in class io.socket.AbstractTestSocketIO
+Error.
+ events -
+Variable in class io.socket.AbstractTestSocketIO
+Received queues.
@@ -109,7 +119,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -149,7 +160,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html
index 9ca3f5c..fe5ebeb 100644
--- a/doc/index-files/index-6.html
+++ b/doc/index-files/index-6.html
@@ -2,12 +2,12 @@
-
+
-G-Index
+F-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="G-Index";
+ parent.document.title="F-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,52 +78,25 @@
-A C D E F G I L N O P Q R S T U W X
-
-G
+A B C D E F G I J L M N O P Q R S T U W X
+
+F
-getCallback() -
-Method in class io.socket.SocketIO
-Gets the callback.
- getData() -
-Method in class io.socket.IOMessage
-Returns the data of this IOMessage.
- getEndpoint() -
-Method in class io.socket.IOMessage
-Returns the endpoint of this IOMessage.
- getHeader(String) -
-Method in class io.socket.SocketIO
-Returns the header value
- getHeaders() -
-Method in class io.socket.SocketIO
-Returns the headers used while handshaking.
- getId() -
-Method in class io.socket.IOMessage
-Returns the id of this IOMessage.
- getName() -
-Method in interface io.socket.IOTransport
+FIELD_DATA -
+Static variable in class io.socket.IOMessage
+Index of the data field in a message
+ FIELD_ENDPOINT -
+Static variable in class io.socket.IOMessage
+Index of the end point field in a message
+ FIELD_ID -
+Static variable in class io.socket.IOMessage
+Index of the id field in a message
+ FIELD_TYPE -
+Static variable in class io.socket.IOMessage
+Index of the type field in a message
+ FRAME_DELIMITER -
+Static variable in class io.socket.EngineIO
- getName() -
-Method in class io.socket.WebsocketTransport
-
- getName() -
-Method in class io.socket.XhrTransport
-
- getNamespace() -
-Method in class io.socket.SocketIO
-Gets the namespace.
- getSessionId() -
-Method in class io.socket.IOConnection
-Returns the session id.
- getTransport() -
-Method in class io.socket.IOConnection
-gets the currently used transport.
- getTransport() -
-Method in class io.socket.SocketIO
-Returns the name of the used transport
- getType() -
-Method in class io.socket.IOMessage
-Returns the type of this IOMessage.
@@ -136,7 +110,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -176,7 +151,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html
index 9e88c1d..cff38b3 100644
--- a/doc/index-files/index-7.html
+++ b/doc/index-files/index-7.html
@@ -2,12 +2,12 @@
-
+
-I-Index
+G-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="I-Index";
+ parent.document.title="G-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,34 +78,58 @@
-A C D E F G I L N O P Q R S T U W X
-
-I
+A B C D E F G I J L M N O P Q R S T U W X
+
+G
-invalidate() -
+getCallback() -
+Method in class io.socket.SocketIO
+Gets the callback.
+ getData() -
+Method in class io.socket.IOMessage
+Returns the data of this IOMessage.
+ getEndpoint() -
+Method in class io.socket.IOMessage
+Returns the endpoint of this IOMessage.
+ getHeader(String) -
+Method in class io.socket.SocketIO
+Returns the header value
+ getHeaders() -
+Method in class io.socket.SocketIO
+Returns the headers used while handshaking.
+ getId() -
+Method in class io.socket.IOMessage
+Returns the id of this IOMessage.
+ getName() -
Method in interface io.socket.IOTransport
-Instructs the IOTransport to invalidate.
- invalidate() -
+
+ getName() -
Method in class io.socket.WebsocketTransport
- invalidate() -
+getName() -
Method in class io.socket.XhrTransport
- io.socket - package io.socket IOAcknowledge - Interface in io.socket The Interface IOAcknowledge. IOCallback - Interface in io.socket The Interface IOCallback. IOConnection - Class in io.socket The Class IOConnection. IOMessage - Class in io.socket The Class IOMessage. IOMessage(int, String, String, String) -
-Constructor for class io.socket.IOMessage
-Instantiates a new IOMessage by given data.
- IOMessage(int, String, String) -
-Constructor for class io.socket.IOMessage
-Instantiates a new IOMessage by given data.
- IOMessage(String) -
-Constructor for class io.socket.IOMessage
-Instantiates a new IOMessage from a String representation.
- IOTransport - Interface in io.socket The Interface IOTransport. isConnected() -
-Method in class io.socket.IOConnection
-Checks if IOConnection is currently connected.
- isConnected() -
+getNamespace() -
+Method in class io.socket.SocketIO
+Gets the namespace.
+ getPort() -
+Method in class io.socket.AbstractTestSocketIO
+Gets the port.
+ getProxyPort() -
+Method in class io.socket.AbstractTestSocketIO
+
+ getSessionId() -
+Method in class io.socket.EngineIO
+Returns the session id.
+ getTransport() -
+Method in class io.socket.EngineIO
+gets the currently used transport.
+ getTransport() -
Method in class io.socket.SocketIO
-Returns, if a connection is established at the moment
+Returns the name of the used transport
+ getType() -
+Method in class io.socket.IOMessage
+Returns the type of this IOMessage.
@@ -118,7 +143,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -158,7 +184,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html
index 644a662..6d3b3f8 100644
--- a/doc/index-files/index-8.html
+++ b/doc/index-files/index-8.html
@@ -2,12 +2,12 @@
-
+
-L-Index
+I-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="L-Index";
+ parent.document.title="I-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,13 +78,34 @@
-A C D E F G I L N O P Q R S T U W X
-
-L
+A B C D E F G I J L M N O P Q R S T U W X
+
+I
-logger -
-Static variable in class io.socket.IOConnection
-Debug logger
+ invalidate() -
+Method in interface io.socket.IOTransport
+Instructs the IOTransport to invalidate.
+ invalidate() -
+Method in class io.socket.WebsocketTransport
+
+ invalidate() -
+Method in class io.socket.XhrTransport
+
+ io.socket - package io.socket io.socket.testutils - package io.socket.testutils IOAcknowledge - Interface in io.socket The Interface IOAcknowledge. IOCallback - Interface in io.socket The Interface IOCallback. IOMessage - Class in io.socket The Class IOMessage. IOMessage(int, String, String, String) -
+Constructor for class io.socket.IOMessage
+Instantiates a new IOMessage by given data.
+ IOMessage(int, String, String) -
+Constructor for class io.socket.IOMessage
+Instantiates a new IOMessage by given data.
+ IOMessage(String) -
+Constructor for class io.socket.IOMessage
+Instantiates a new IOMessage from a String representation.
+ IOTransport - Interface in io.socket The Interface IOTransport. isConnected() -
+Method in class io.socket.EngineIO
+Checks if EngineIO is currently connected.
+ isConnected() -
+Method in class io.socket.SocketIO
+Returns, if a connection is established at the moment
@@ -97,7 +119,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -137,7 +160,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html
index 3a9d87e..2db761a 100644
--- a/doc/index-files/index-9.html
+++ b/doc/index-files/index-9.html
@@ -2,12 +2,12 @@
-
+
-N-Index
+J-Index
-
+
@@ -15,7 +15,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="N-Index";
+ parent.document.title="J-Index";
}
}
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -77,13 +78,13 @@
-A C D E F G I L N O P Q R S T U W X
-
-N
+A B C D E F G I J L M N O P Q R S T U W X
+
+J
-NUM_FIELDS -
-Static variable in class io.socket.IOMessage
-Number of fields in a message.
+ join(String) -
+Method in class chat.Chat
+
@@ -97,7 +98,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -137,7 +139,7 @@
-A C D E F G I L N O P Q R S T U W X
+A B C D E F G I J L M N O P Q R S T U W X
diff --git a/doc/index.html b/doc/index.html
index 1b98b1d..9a70c35 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -2,7 +2,7 @@
-
+
Generated Documentation (Untitled)
@@ -21,8 +21,11 @@
+
+
-
+
+
Frame Alert
@@ -30,7 +33,7 @@
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 toNon-frame version.
+Link toNon-frame version.
diff --git a/doc/io/socket/AbstractTestSocketIO.html b/doc/io/socket/AbstractTestSocketIO.html
index cbf9f80..f599b03 100644
--- a/doc/io/socket/AbstractTestSocketIO.html
+++ b/doc/io/socket/AbstractTestSocketIO.html
@@ -2,12 +2,12 @@
-
+
AbstractTestSocketIO
-
+
@@ -92,7 +92,7 @@
Class AbstractTestSocketIO
-java.lang.Object
+java.lang.Object
io.socket.AbstractTestSocketIO
@@ -103,7 +103,7 @@
-public abstract class AbstractTestSocketIO extends java.lang.Objectimplements IOCallback
+public abstract class AbstractTestSocketIO extends Object implements IOCallback
@@ -124,7 +124,7 @@
-(package private) java.util.concurrent.LinkedBlockingQueue<java.lang.Object>
+(package private) LinkedBlockingQueue <Object >
args
@@ -132,7 +132,7 @@
-(package private) java.util.concurrent.LinkedBlockingQueue<java.lang.String>
+(package private) LinkedBlockingQueue <String >
events
@@ -140,7 +140,7 @@
-(package private) java.util.concurrent.LinkedBlockingQueue<java.lang.String>
+(package private) LinkedBlockingQueue <String >
outputs
@@ -148,7 +148,7 @@
-(package private) java.lang.Thread
+(package private) Thread
stderrThread
@@ -156,7 +156,7 @@
-(package private) java.lang.Thread
+(package private) Thread
stdoutThread
@@ -164,7 +164,7 @@
-protected static java.lang.String
+protected static String
transport
@@ -271,9 +271,9 @@
void
-on (java.lang.String event,
+on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
On [Event].
@@ -314,7 +314,7 @@
void
-onMessage (java.lang.String data,
+onMessage (String data,
IOAcknowledge ack)
@@ -338,7 +338,7 @@
-(package private) java.lang.Object
+(package private) Object
takeArg ()
@@ -346,7 +346,7 @@
-(package private) java.lang.String
+(package private) String
takeEvent ()
@@ -354,7 +354,7 @@
-(package private) java.lang.String
+(package private) String
takeLine ()
@@ -380,10 +380,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -402,7 +402,7 @@
events
-java.util.concurrent.LinkedBlockingQueue<java.lang.String> events
+LinkedBlockingQueue <String > events
Received queues.
@@ -414,7 +414,7 @@
outputs
-java.util.concurrent.LinkedBlockingQueue<java.lang.String> outputs
+LinkedBlockingQueue <String > outputs
stdout of the node executable
@@ -426,7 +426,7 @@
args
-java.util.concurrent.LinkedBlockingQueue<java.lang.Object> args
+LinkedBlockingQueue <Object > args
Received arguments of events
@@ -438,7 +438,7 @@
stdoutThread
-java.lang.Thread stdoutThread
+Thread stdoutThread
Thread for processing stdout
@@ -450,7 +450,7 @@
stderrThread
-java.lang.Thread stderrThread
+Thread stderrThread
Thread for processing stderr
@@ -462,7 +462,7 @@
transport
-protected static java.lang.String transport
+protected static String transport
The transport of this test
@@ -501,7 +501,7 @@
tearDownAfterClass
public static void tearDownAfterClass ()
- throws java.lang.Exception
+ throws Exception
Tear down after class.
@@ -511,7 +511,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -520,7 +520,7 @@
setUp
public void setUp ()
- throws java.lang.Exception
+ throws Exception
Sets up the test. Starts the node testserver on a randomly choosed port,
starts backgroundthreads for processing stdin/stdout. Adds shutdown-hook
@@ -532,7 +532,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -541,7 +541,7 @@
tearDown
public void tearDown ()
- throws java.lang.Exception
+ throws Exception
Tears down this test. Assures queues are empty.
@@ -551,7 +551,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -560,7 +560,7 @@
doConnect
void doConnect ()
- throws java.lang.Exception
+ throws Exception
Sets up a SocketIO
connection.
@@ -570,7 +570,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -579,7 +579,7 @@
doClose
void doClose ()
- throws java.lang.Exception
+ throws Exception
Closes a SocketIO
connection.
@@ -589,7 +589,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -598,7 +598,7 @@
send
public void send ()
- throws java.lang.Exception
+ throws Exception
Tests sending of a message to the server. Assures result by stdout.
@@ -608,7 +608,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -617,7 +617,7 @@
emitAndOn
public void emitAndOn ()
- throws java.lang.Exception
+ throws Exception
Emit and on.
@@ -627,7 +627,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -636,7 +636,7 @@
emitAndMessage
public void emitAndMessage ()
- throws java.lang.Exception
+ throws Exception
Emit and message.
@@ -646,7 +646,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -655,7 +655,7 @@
namespaces
public void namespaces ()
- throws java.lang.Exception
+ throws Exception
Namespaces.
@@ -665,7 +665,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -674,7 +674,7 @@
error
public void error ()
- throws java.lang.Exception
+ throws Exception
Error.
@@ -684,7 +684,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -693,7 +693,7 @@
acknowledge
public void acknowledge ()
- throws java.lang.Exception
+ throws Exception
Acknowledge.
@@ -703,7 +703,7 @@
Throws:
-java.lang.Exception
- the exception
+Exception
- the exception
@@ -711,8 +711,8 @@
takeEvent
-java.lang.String takeEvent ()
- throws java.lang.InterruptedException
+String takeEvent ()
+ throws InterruptedException
Take event.
@@ -723,7 +723,7 @@
Returns: the string
Throws:
-java.lang.InterruptedException
- the interrupted exception
+InterruptedException
- the interrupted exception
@@ -731,8 +731,8 @@
takeLine
-java.lang.String takeLine ()
- throws java.lang.InterruptedException
+String takeLine ()
+ throws InterruptedException
Take line.
@@ -743,7 +743,7 @@
Returns: the string
Throws:
-java.lang.InterruptedException
- the interrupted exception
+InterruptedException
- the interrupted exception
@@ -751,8 +751,8 @@
takeArg
-java.lang.Object takeArg ()
- throws java.lang.InterruptedException
+Object takeArg ()
+ throws InterruptedException
Take arg.
@@ -763,7 +763,7 @@
Returns: the object
Throws:
-java.lang.InterruptedException
- the interrupted exception
+InterruptedException
- the interrupted exception
@@ -805,7 +805,7 @@
onMessage
-public void onMessage (java.lang.String data,
+public void onMessage (String data,
IOAcknowledge ack)
Description copied from interface: IOCallback
@@ -841,9 +841,9 @@
on
-public void on (java.lang.String event,
+public void on (String event,
IOAcknowledge ack,
- java.lang.Object... args)
+ Object ... args)
Description copied from interface: IOCallback
On [Event]. Called when server emits an event.
diff --git a/doc/io/socket/AllTests.html b/doc/io/socket/AllTests.html
index 292a86d..c007680 100644
--- a/doc/io/socket/AllTests.html
+++ b/doc/io/socket/AllTests.html
@@ -2,12 +2,12 @@
-
+
AllTests
-
+
@@ -56,7 +56,7 @@
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -92,12 +92,12 @@
Class AllTests
-java.lang.Object
+java.lang.Object
io.socket.AllTests
-public class AllTests extends java.lang.Object
+public class AllTests extends Object
@@ -133,10 +133,10 @@
-Methods inherited from class java.lang.Object
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
@@ -190,7 +190,7 @@
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/doc/io/socket/IOAcknowledge.html b/doc/io/socket/IOAcknowledge.html
index ce97103..01d941c 100644
--- a/doc/io/socket/IOAcknowledge.html
+++ b/doc/io/socket/IOAcknowledge.html
@@ -2,12 +2,12 @@
-
+
IOAcknowledge
-
+
@@ -37,7 +37,8 @@
- Package
+ Overview
+ Package
Class
Use
Tree
@@ -54,7 +55,7 @@
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -90,6 +91,9 @@
io.socket
Interface IOAcknowledge
+
+All Known Implementing Classes: ChatCallback
+
public interface IOAcknowledge
@@ -115,7 +119,7 @@
void
-ack (java.lang.Object... args)
+ack (Object ... args)
Acknowledges a socket.io message.
@@ -137,7 +141,7 @@
ack
-void ack (java.lang.Object... args)
+void ack (Object ... args)
Acknowledges a socket.io message.
@@ -158,7 +162,8 @@