com.github.nkzawa.socketio.client
Class Manager.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
Direct Known Subclasses:
IO.Options
Enclosing class:
Manager

public static class Manager.Options
extends com.github.nkzawa.engineio.client.Socket.Options


Field Summary
 boolean reconnection
           
 int reconnectionAttempts
           
 long reconnectionDelay
           
 long reconnectionDelayMax
           
 long 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
Manager.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reconnection

public boolean reconnection

reconnectionAttempts

public int reconnectionAttempts

reconnectionDelay

public long reconnectionDelay

reconnectionDelayMax

public long reconnectionDelayMax

timeout

public long timeout
Constructor Detail

Manager.Options

public Manager.Options()


Copyright © 2014. All rights reserved.