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()
           
 com.ning.http.client.AsyncHttpClient runtime()
           
 void runtime(com.ning.http.client.AsyncHttpClient client)
           
 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()

runtime

public com.ning.http.client.AsyncHttpClient runtime()

runtime

public void runtime(com.ning.http.client.AsyncHttpClient client)


Copyright © 2013. All Rights Reserved.