public class WebsocketsSetting<T extends WebsocketsSetting<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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
|
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() |
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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String bufferPool()
public Boolean dispatchToWorker()
public T dispatchToWorker(Boolean value)
public String worker()
Copyright © 2017 JBoss by Red Hat. All rights reserved.