org.atmosphere.wasync.impl
Class AtmosphereSocketRuntime

java.lang.Object
  extended by org.atmosphere.wasync.impl.SocketRuntime
      extended by org.atmosphere.wasync.impl.AtmosphereSocketRuntime

public class AtmosphereSocketRuntime
extends SocketRuntime

Atmosphere Specific protocol information.

Author:
Jeanfrancois Arcand

Field Summary
 
Fields inherited from class org.atmosphere.wasync.impl.SocketRuntime
functions, options, rootFuture, transport
 
Constructor Summary
AtmosphereSocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, java.util.List<FunctionWrapper> functions)
           
 
Method Summary
protected  com.ning.http.client.AsyncHttpClient.BoundRequestBuilder configureAHC(Request request)
           
 
Methods inherited from class org.atmosphere.wasync.impl.SocketRuntime
future, httpWrite, invokeEncoder, webSocketWrite, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereSocketRuntime

public AtmosphereSocketRuntime(Transport transport,
                               Options options,
                               DefaultFuture rootFuture,
                               java.util.List<FunctionWrapper> functions)
Method Detail

configureAHC

protected com.ning.http.client.AsyncHttpClient.BoundRequestBuilder configureAHC(Request request)
Overrides:
configureAHC in class SocketRuntime


Copyright © 2014. All Rights Reserved.