public interface Options
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BIND_ADDRESS |
static int |
DEFAULT_CONTAINER_THREADS |
static int |
DEFAULT_PORT |
static int |
DYNAMIC_PORT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
bindAddress() |
boolean |
browserProxyingEnabled() |
int |
containerThreads() |
<T extends Extension> |
extensionsOfType(java.lang.Class<T> extensionType) |
FileSource |
filesRoot() |
HttpServerFactory |
httpServerFactory() |
HttpsSettings |
httpsSettings() |
JettySettings |
jettySettings() |
java.util.List<CaseInsensitiveKey> |
matchingHeaders() |
com.google.common.base.Optional<java.lang.Integer> |
maxRequestJournalEntries() |
Notifier |
notifier() |
int |
portNumber() |
java.lang.String |
proxyHostHeader() |
ProxySettings |
proxyVia() |
boolean |
requestJournalDisabled() |
boolean |
shouldPreserveHostHeader() |
static final int DEFAULT_PORT
static final int DYNAMIC_PORT
static final int DEFAULT_CONTAINER_THREADS
static final java.lang.String DEFAULT_BIND_ADDRESS
int portNumber()
HttpsSettings httpsSettings()
JettySettings jettySettings()
int containerThreads()
boolean browserProxyingEnabled()
ProxySettings proxyVia()
FileSource filesRoot()
Notifier notifier()
boolean requestJournalDisabled()
com.google.common.base.Optional<java.lang.Integer> maxRequestJournalEntries()
java.lang.String bindAddress()
java.util.List<CaseInsensitiveKey> matchingHeaders()
boolean shouldPreserveHostHeader()
java.lang.String proxyHostHeader()
HttpServerFactory httpServerFactory()
<T extends Extension> java.util.Map<java.lang.String,T> extensionsOfType(java.lang.Class<T> extensionType)