| Package | Description |
|---|---|
| org.dbrain.binder.http | |
| org.dbrain.binder.http.conf | |
| org.dbrain.binder.system.jetty |
| Modifier and Type | Field and Description |
|---|---|
protected List<WebSocketServerConf> |
ServletContextBuilder.webSockets |
| Modifier and Type | Method and Description |
|---|---|
ServletContextBuilder |
ServletContextBuilder.serve(WebSocketServerConf wsd) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketConfiguredServerConf
Created by epoitras on 6/4/15.
|
class |
WebSocketServiceServerConf
Created by epoitras on 6/4/15.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketServerConf> |
ServletContextConf.getWebSockets() |
| Constructor and Description |
|---|
ServletContextConf(String contextPath,
List<ServletConf> servlets,
List<ServletFilterConf> filters,
List<WebSocketServerConf> webSockets,
ServletAppSecurityConf security) |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyServerBuilder.configureWebSocket(org.eclipse.jetty.websocket.jsr356.server.ServerContainer serverContainer,
WebSocketServerConf webSocketDef)
Configure web socket definitions into the server container.
|
Copyright © 2015. All rights reserved.