org.atmosphere.socketio.transport
Interface Transport

All Known Implementing Classes:
AbstractTransport, JSONPPollingTransport, WebSocketTransport, XHRPollingTransport, XHRTransport

public interface Transport

Author:
Sebastien Dionne : sebastien.dionne@gmail.com

Method Summary
 void destroy()
           
 String getName()
           
 org.atmosphere.cpr.Action handle(org.atmosphere.cpr.AtmosphereResourceImpl resource, org.atmosphere.cpr.AtmosphereHandler atmosphereHandler, SocketIOSessionFactory sessionFactory)
           
 

Method Detail

getName

String getName()
Returns:
The name of the transport instance.

destroy

void destroy()

handle

org.atmosphere.cpr.Action handle(org.atmosphere.cpr.AtmosphereResourceImpl resource,
                                 org.atmosphere.cpr.AtmosphereHandler atmosphereHandler,
                                 SocketIOSessionFactory sessionFactory)
                                 throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.