org.atmosphere.wasync.transport
Class SSETransport<T>

java.lang.Object
  extended by org.atmosphere.wasync.transport.StreamTransport
      extended by org.atmosphere.wasync.transport.SSETransport<T>
All Implemented Interfaces:
com.ning.http.client.AsyncHandler, Transport

public class SSETransport<T>
extends StreamTransport


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ning.http.client.AsyncHandler
com.ning.http.client.AsyncHandler.STATE
 
Field Summary
 
Fields inherited from class org.atmosphere.wasync.transport.StreamTransport
charSet, f, functions
 
Constructor Summary
SSETransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
 
Method Summary
 Request.TRANSPORT name()
          The transport name
 
Methods inherited from class org.atmosphere.wasync.transport.StreamTransport
canHandle, close, future, onBodyPartReceived, onCompleted, onHeadersReceived, onStatusReceived, onThrowable, registerF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSETransport

public SSETransport(Options options,
                    List<Decoder<?,?>> decoders,
                    List<FunctionWrapper> functions,
                    FunctionResolver resolver)
Method Detail

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.