public class SettingWebsockets<T extends SettingWebsockets> extends Object
| Constructor and Description |
|---|
SettingWebsockets() |
| Modifier and Type | Method and Description |
|---|---|
String |
bufferPool()
The buffer pool to use for websocket deployments
|
T |
bufferPool(String value)
The buffer pool to use for websocket deployments
|
Boolean |
dispatchToWorker()
If callbacks should be dispatched to a worker thread.
|
T |
dispatchToWorker(Boolean value)
If callbacks should be dispatched to a worker thread.
|
String |
getKey() |
String |
worker()
The worker to use for websocket deployments
|
T |
worker(String value)
The worker to use for websocket deployments
|
public String getKey()
public String bufferPool()
public Boolean dispatchToWorker()
public T dispatchToWorker(Boolean value)
public String worker()
Copyright © 2015 JBoss by Red Hat. All rights reserved.