Interface Transport
-
- All Known Implementing Classes:
AbstractTransport,JSONPPollingTransport,WebSocketTransport,XHRPollingTransport,XHRTransport
public interface Transport- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()java.lang.StringgetName()org.atmosphere.cpr.Actionhandle(org.atmosphere.cpr.AtmosphereResourceImpl resource, org.atmosphere.cpr.AtmosphereHandler atmosphereHandler, SocketIOSessionFactory sessionFactory)
-
-
-
Method Detail
-
getName
java.lang.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 java.io.IOException- Throws:
java.io.IOException
-
-