public final class WebServerNamespace extends Object
Modifier and Type | Field and Description |
---|---|
static WebServerNamespace |
MANAGEMENT
WebServerNamespace that represents the management server. |
static WebServerNamespace |
SERVER
WebServerNamespace that represents the main server. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static WebServerNamespace |
from(String value) |
String |
getValue() |
int |
hashCode() |
public static final WebServerNamespace SERVER
WebServerNamespace
that represents the main server.public static final WebServerNamespace MANAGEMENT
WebServerNamespace
that represents the management server.