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()
           
 Action handle(AtmosphereResourceImpl resource, AtmosphereHandler atmosphereHandler, SocketIOSessionFactory sessionFactory)
           
 

Method Detail

getName

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

destroy

void destroy()

handle

Action handle(AtmosphereResourceImpl resource,
              AtmosphereHandler atmosphereHandler,
              SocketIOSessionFactory sessionFactory)
              throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.