org.atmosphere.socketio.transport
Class WebSocketTransport
java.lang.Object
org.atmosphere.socketio.transport.AbstractTransport
org.atmosphere.socketio.transport.WebSocketTransport
- All Implemented Interfaces:
- Transport
public class WebSocketTransport
- extends AbstractTransport
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com, Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSPORT_NAME
public static final String TRANSPORT_NAME
- See Also:
- Constant Field Values
WebSocketTransport
public WebSocketTransport()
getName
public String getName()
- Returns:
- The name of the transport instance.
handle
public Action handle(AtmosphereResourceImpl resource,
AtmosphereHandler atmosphereHandler,
SocketIOSessionFactory sessionFactory)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.