Uses of Class
com.github.nkzawa.socketio.client.Socket

Packages that use Socket
com.github.nkzawa.socketio.client   
 

Uses of Socket in com.github.nkzawa.socketio.client
 

Methods in com.github.nkzawa.socketio.client that return Socket
 Socket Socket.close()
          Disconnects the socket.
 Socket Socket.connect()
          Connects the socket.
 Socket Socket.disconnect()
          Disconnects the socket.
 Socket Socket.open()
          Connects the socket.
 Socket Socket.send(Object... args)
          Send messages.
 Socket Manager.socket(String nsp)
          Initializes Socket instances for each namespaces.
static Socket IO.socket(String uri)
           
static Socket IO.socket(String uri, IO.Options opts)
           
static Socket IO.socket(URI uri)
           
static Socket IO.socket(URI uri, IO.Options opts)
          Initializes a Socket from an existing Manager for multiplexing.
 



Copyright © 2014. All rights reserved.