public interface ServerConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextPath() |
boolean |
getDirectoriesListed() |
int |
getGracefullShutdownInMillis() |
java.net.InetSocketAddress |
getInetSocketAddress() |
java.lang.String |
getPathSpec() |
int |
getPort() |
java.lang.String |
getRequestLogConfigFilename() |
java.lang.String |
getResourceBase() |
boolean |
getSendDateHeader() |
boolean |
getStopAtShutdown() |
java.net.URI |
getURI() |
boolean |
isRequestLoggerEnabled() |
int getPort()
java.net.InetSocketAddress getInetSocketAddress()
java.net.URI getURI()
java.lang.String getContextPath()
java.lang.String getPathSpec()
boolean getDirectoriesListed()
java.lang.String getResourceBase()
boolean getSendDateHeader()
int getGracefullShutdownInMillis()
boolean getStopAtShutdown()
java.lang.String getRequestLogConfigFilename()
boolean isRequestLoggerEnabled()