public class AtmosphereBridge extends Object
| Constructor and Description |
|---|
AtmosphereBridge(ServletContext context,
String path) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereBridge |
httpAction(
Adds an action to be called on HTTP request with
ServerHttpExchange. |
AtmosphereBridge |
websocketAction(
Adds an action to be called on WebSocket connection with
ServerWebSocket in open state. |
public AtmosphereBridge(ServletContext context,
String path)
public AtmosphereBridge httpAction(action)
ServerHttpExchange.public AtmosphereBridge websocketAction(action)
ServerWebSocket in open state.Copyright 2014, The Vibe Project