public class JsrCreator extends Object implements WebSocketCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_LOCAL_ADDRESS |
static String |
PROP_LOCALES |
static String |
PROP_REMOTE_ADDRESS |
| Constructor and Description |
|---|
JsrCreator(WebSocketContainerScope containerScope,
ServerEndpointMetadata metadata,
ExtensionFactory extensionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createWebSocket(ServletUpgradeRequest req,
ServletUpgradeResponse resp) |
String |
toString() |
public static final String PROP_REMOTE_ADDRESS
public static final String PROP_LOCAL_ADDRESS
public static final String PROP_LOCALES
public JsrCreator(WebSocketContainerScope containerScope, ServerEndpointMetadata metadata, ExtensionFactory extensionFactory)
public Object createWebSocket(ServletUpgradeRequest req, ServletUpgradeResponse resp)
createWebSocket in interface WebSocketCreatorCopyright © 1995–2017 Webtide. All rights reserved.