public class Acceptor<T extends Acceptor<T>> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
factoryClass()
Class name of the factory class that can instantiate the acceptor.
|
T |
factoryClass(String value)
Class name of the factory class that can instantiate the acceptor.
|
String |
getKey() |
T |
param(String key,
Object value)
A key-value pair understood by the acceptor factory-class and used to
configure it.
|
Map |
params()
A key-value pair understood by the acceptor factory-class and used to
configure it.
|
T |
params(Map value)
A key-value pair understood by the acceptor factory-class and used to
configure it.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
socketBinding()
The socket binding that the acceptor will use to accept connections.
|
T |
socketBinding(String value)
The socket binding that the acceptor will use to accept connections.
|
Boolean |
started()
Whether this acceptor is started.
|
T |
started(Boolean value)
Whether this acceptor is started.
|
public Acceptor(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String factoryClass()
public T factoryClass(String value)
public Map params()
public T params(Map value)
public T param(String key, Object value)
public String socketBinding()
public T socketBinding(String value)
public Boolean started()
Copyright © 2019 JBoss by Red Hat. All rights reserved.