public final class SubsystemRuntimeState extends Object
| Constructor and Description |
|---|
SubsystemRuntimeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointURL(URL endpointURL) |
void |
addHttpContext(String contextPath) |
static URL |
concatURL(URL hostURL,
String contextPath) |
List<URL> |
getEndpointURLs() |
URL |
getHttpHost() |
boolean |
removeEndpointURL(URL endpointURL) |
boolean |
removeHttpContext(String contextPath) |
void |
setHttpHost(URL httpHost) |
public URL getHttpHost()
public void setHttpHost(URL httpHost)
public void addHttpContext(String contextPath)
public boolean removeHttpContext(String contextPath)
public void addEndpointURL(URL endpointURL)
public boolean removeEndpointURL(URL endpointURL)
Copyright © 2016. All rights reserved.