com.github.nkzawa.socketio.client
Class IO.Options

java.lang.Object
  extended by com.github.nkzawa.engineio.client.Transport.Options
      extended by com.github.nkzawa.engineio.client.Socket.Options
          extended by com.github.nkzawa.socketio.client.Manager.Options
              extended by com.github.nkzawa.socketio.client.IO.Options
Enclosing class:
IO

public static class IO.Options
extends Manager.Options


Field Summary
 boolean forceNew
           
 boolean multiplex
          Whether to enable multiplexing.
 
Fields inherited from class com.github.nkzawa.socketio.client.Manager.Options
reconnection, reconnectionAttempts, reconnectionDelay, reconnectionDelayMax, timeout
 
Fields inherited from class com.github.nkzawa.engineio.client.Socket.Options
host, query, rememberUpgrade, transports, upgrade
 
Fields inherited from class com.github.nkzawa.engineio.client.Transport.Options
hostname, path, policyPort, port, secure, socket, sslContext, timestampParam, timestampRequests
 
Constructor Summary
IO.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forceNew

public boolean forceNew

multiplex

public boolean multiplex
Whether to enable multiplexing. Default is true.

Constructor Detail

IO.Options

public IO.Options()


Copyright © 2014. All rights reserved.