| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONFIG_NAME |
static String |
ELEMENT_NAME |
| Constructor and Description |
|---|
HttpListenerConfig(String name) |
HttpListenerConfig(String name,
String baseUri) |
HttpListenerConfig(String name,
String basePath,
HttpListenerConnection httpListenerConnection) |
HttpListenerConfig(String name,
String host,
String port,
String protocol,
String basePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.jdom2.Element |
generate() |
String |
getBasePath() |
String |
getHost() |
String |
getName() |
String |
getPort() |
int |
hashCode() |
boolean |
isPersisted() |
void |
setBasePath(String basePath) |
void |
setName(String name) |
void |
setPersisted(boolean isGenerated) |
public static final String ELEMENT_NAME
public static final String DEFAULT_CONFIG_NAME
public HttpListenerConfig(String name)
public HttpListenerConfig(String name, String host, String port, String protocol, String basePath)
public HttpListenerConfig(String name, String basePath, HttpListenerConnection httpListenerConnection)
public String getName()
public void setName(String name)
public String getHost()
public String getPort()
public String getBasePath()
public void setBasePath(String basePath)
public boolean isPersisted()
public void setPersisted(boolean isGenerated)
Copyright © 2022. All rights reserved.