public class Acceptor extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
factoryClass()
Class name of the factory class that can instantiate the acceptor.
|
Acceptor |
factoryClass(String value)
Class name of the factory class that can instantiate the acceptor.
|
String |
getKey() |
Map |
params()
A key-value pair understood by the acceptor factory-class and used to configure it.
|
Acceptor |
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.
|
Acceptor |
socketBinding(String value)
The socket binding that the acceptor will use to accept connections.
|
Boolean |
started()
Whether this acceptor is started.
|
Acceptor |
started(Boolean value)
Whether this acceptor is started.
|
public Acceptor(String key)
public String getKey()
public String factoryClass()
public Acceptor factoryClass(String value)
public Map params()
public Acceptor params(Map value)
public String socketBinding()
public Acceptor socketBinding(String value)
public Boolean started()
Copyright © 2015 JBoss by Red Hat. All rights reserved.