org.atmosphere.websocket
Interface WebSocket
- All Superinterfaces:
- AsyncIOWriter
- All Known Implementing Classes:
- GrizzlyWebSocket, Jetty8WebSocket, JettyWebSocket, WebSocketAdapter
public interface WebSocket
- extends AsyncIOWriter
Represent a portable WebSocket implementation which can be used to write message.
- Author:
- Jeanfrancois Arcand
WEBSOCKET_INITIATED
static final String WEBSOCKET_INITIATED
WEBSOCKET_SUSPEND
static final String WEBSOCKET_SUSPEND
WEBSOCKET_RESUME
static final String WEBSOCKET_RESUME
resource
AtmosphereResource<?,?> resource()
- Return the current
AtmosphereResource representing the underlying connection and the original
HttpServletRequest
- Returns:
- the current
AtmosphereResource
Copyright © 2012. All Rights Reserved.