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
 String host
           
 String query
           
 boolean rememberUpgrade
           
 String[] transports
          List of transport names.
 boolean upgrade
          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.