public class 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.
|
RemoteAcceptor |
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.
|
RemoteAcceptor |
socketBinding(String value)
The socket binding that the acceptor will use to accept connections.
|
Boolean |
started()
Whether this acceptor is started.
|
RemoteAcceptor |
started(Boolean value)
Whether this acceptor is started.
|
public RemoteAcceptor(String key)
public String getKey()
public Map params()
public RemoteAcceptor params(Map value)
public String socketBinding()
public RemoteAcceptor socketBinding(String value)
public Boolean started()
public RemoteAcceptor started(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.