public class RemoteAcceptor<T extends RemoteAcceptor> extends Object
| Constructor and Description |
|---|
RemoteAcceptor(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
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.
|
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 RemoteAcceptor(String key)
public String getKey()
public Map params()
public T params(Map value)
public String socketBinding()
public T socketBinding(String value)
public Boolean started()
Copyright © 2015 JBoss by Red Hat. All rights reserved.