| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.servlet_container |
| Modifier and Type | Method and Description |
|---|---|
WebsocketsSetting |
ServletContainer.websocketsSetting()
If websockets are enabled for this container
|
| Modifier and Type | Method and Description |
|---|---|
ServletContainer |
ServletContainer.websocketsSetting(WebsocketsSetting value)
If websockets are enabled for this container
|
| Modifier and Type | Method and Description |
|---|---|
WebsocketsSetting |
WebsocketsSetting.bufferPool(String value)
The buffer pool to use for websocket deployments
|
WebsocketsSetting |
WebsocketsSetting.dispatchToWorker(Boolean value)
If callbacks should be dispatched to a worker thread.
|
WebsocketsSetting |
WebsocketsSetting.worker(String value)
The worker to use for websocket deployments
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.