org.atmosphere.wasync
Class Options

java.lang.Object
  extended by org.atmosphere.wasync.Options

public class Options
extends Object

Configure the underlying WebSocket/HTTP client.

Author:
Jeanfrancois Arcand

Nested Class Summary
static class Options.OptionsBuilder
           
 
Method Summary
 boolean reconnect()
           
 int reconnectInSeconds()
           
 Transport transport()
           
 long waitBeforeUnlocking()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transport

public Transport transport()

reconnect

public boolean reconnect()

reconnectInSeconds

public int reconnectInSeconds()

waitBeforeUnlocking

public long waitBeforeUnlocking()


Copyright © 2012. All Rights Reserved.