public class WebSocketHandler extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebSocketHandler.WebSocketHandlerConfigurator
Server End-point configurator.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_URI
websocket service uri
|
Constructor and Description |
---|
WebSocketHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
<T extends SocketService> |
getSocketService(java.lang.Class<T> cls)
Do NOT close or cleanup the instances returned by this method, the initialization and destruction is handled automatically.
|
public static final java.lang.String SERVICE_URI
public WebSocketHandler()
public void close()
public <T extends SocketService> T getSocketService(java.lang.Class<T> cls)
cls
- Copyright © 2015 Tampere University of Technology, Pori Department.