public interface NetworkListener
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkListener.Duck |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ADDRESS |
static String |
DEFAULT_CONFIGURATION_FILE |
static String |
DEFAULT_TYPE |
static boolean |
ENABLED |
static boolean |
JK_ENABLED |
static String |
TYPE_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
findHttpProtocol() |
String |
findHttpProtocolName() |
Protocol |
findProtocol() |
ThreadPool |
findThreadPool() |
Transport |
findTransport() |
String |
getAddress()
IP address to listen on
|
String |
getEnabled()
If false, a configured listener, is disabled
|
String |
getJkConfigurationFile() |
String |
getJkEnabled()
If true, a jk listener is enabled
|
String |
getName()
Network-listener name, which could be used as reference
|
NetworkListeners |
getParent() |
String |
getPort()
Port to listen on
|
String |
getProtocol()
Reference to a protocol
|
String |
getThreadPool()
Reference to a thread-pool, defined earlier in the document.
|
String |
getTransport()
Reference to a low-level transport
|
String |
getType()
Network-listener name, which could be used as reference
|
void |
setAddress(String value) |
void |
setEnabled(String enabled) |
void |
setJkConfigurationFile(String file) |
void |
setJkEnabled(String enabled) |
void |
setName(String value) |
void |
setPort(String value) |
void |
setProtocol(String value) |
void |
setThreadPool(String value) |
void |
setTransport(String value) |
void |
setType(String type) |
static final boolean ENABLED
static final boolean JK_ENABLED
static final String DEFAULT_ADDRESS
static final String DEFAULT_CONFIGURATION_FILE
static final String TYPE_PATTERN
static final String DEFAULT_TYPE
@NetworkAddress String getAddress()
void setAddress(String value)
String getEnabled()
void setEnabled(String enabled)
String getJkConfigurationFile()
void setJkConfigurationFile(String file)
String getJkEnabled()
void setJkEnabled(String enabled)
String getName()
void setName(String value)
@Pattern(regexp="(standard|proxy)") String getType()
void setType(String type)
void setPort(String value)
String getProtocol()
void setProtocol(String value)
String getThreadPool()
void setThreadPool(String value)
String getTransport()
void setTransport(String value)
@DuckTyped Protocol findHttpProtocol()
@DuckTyped String findHttpProtocolName()
@DuckTyped Protocol findProtocol()
@DuckTyped ThreadPool findThreadPool()
@DuckTyped Transport findTransport()
@DuckTyped NetworkListeners getParent()
getParent in interface org.jvnet.hk2.config.ConfigBeanProxyCopyright © 2017. All rights reserved.