public class WebsocketsSetting<T extends WebsocketsSetting<T>> extends Object
Constructor and Description |
---|
WebsocketsSetting() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
bufferPool()
The buffer pool to use for websocket deployments
|
T |
bufferPool(String value)
The buffer pool to use for websocket deployments
|
Integer |
deflaterLevel()
Configures the level of compression of the DEFLATE algorithm
|
T |
deflaterLevel(Integer value)
Configures the level of compression of the DEFLATE algorithm
|
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() |
Boolean |
perMessageDeflate()
Enables websocket's per-message compression extension, RFC-7692
|
T |
perMessageDeflate(Boolean value)
Enables websocket's per-message compression extension, RFC-7692
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
worker()
The worker to use for websocket deployments
|
T |
worker(String value)
The worker to use for websocket deployments
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String bufferPool()
public Integer deflaterLevel()
public T deflaterLevel(Integer value)
public Boolean dispatchToWorker()
public T dispatchToWorker(Boolean value)
public Boolean perMessageDeflate()
public T perMessageDeflate(Boolean value)
public String worker()
Copyright © 2018 JBoss by Red Hat. All rights reserved.