public class HttpListenerConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpListenerConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONFIG_NAME |
static String |
ELEMENT_NAME |
static String |
NAME_ATTRIBUTE |
| Constructor and Description |
|---|
HttpListenerConfig(String name,
String host,
String port,
String basePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getHost() |
String |
getName() |
String |
getPort() |
public static final String ELEMENT_NAME
public static final String NAME_ATTRIBUTE
public static final String DEFAULT_CONFIG_NAME
Copyright © 2022. All rights reserved.