org.atmosphere.wasync.transport
Class LongPollingTransport<T>
java.lang.Object
org.atmosphere.wasync.transport.StreamTransport
org.atmosphere.wasync.transport.LongPollingTransport<T>
- All Implemented Interfaces:
- com.ning.http.client.AsyncHandler, Transport
public class LongPollingTransport<T>
- extends StreamTransport
| Nested classes/interfaces inherited from interface com.ning.http.client.AsyncHandler |
com.ning.http.client.AsyncHandler.STATE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongPollingTransport
public LongPollingTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
Request request,
com.ning.http.client.AsyncHttpClient asyncHttpClient,
FunctionResolver resolver)
name
public Request.TRANSPORT name()
- Description copied from interface:
Transport
- The transport name
- Specified by:
name in interface Transport- Overrides:
name in class StreamTransport
- Returns:
- transport name
Copyright © 2012. All Rights Reserved.