DEFAULT_BIND_ADDRESS, DEFAULT_PORT
Constructor and Description |
---|
CommandLineOptions(java.lang.String... args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
bindAddress() |
boolean |
browserProxyingEnabled() |
FileSource |
filesRoot() |
boolean |
help() |
java.lang.String |
helpText() |
HttpsSettings |
httpsSettings() |
java.util.List<CaseInsensitiveKey> |
matchingHeaders() |
Notifier |
notifier() |
int |
portNumber() |
java.lang.String |
proxyHostHeader() |
java.lang.String |
proxyUrl() |
ProxySettings |
proxyVia() |
boolean |
recordMappingsEnabled() |
boolean |
requestJournalDisabled() |
boolean |
shouldPreserveHostHeader() |
boolean |
specifiesProxyUrl() |
java.lang.String |
toString() |
boolean |
verboseLoggingEnabled() |
public boolean verboseLoggingEnabled()
public boolean recordMappingsEnabled()
public java.util.List<CaseInsensitiveKey> matchingHeaders()
matchingHeaders
in interface Options
public int portNumber()
portNumber
in interface Options
public java.lang.String bindAddress()
bindAddress
in interface Options
public HttpsSettings httpsSettings()
httpsSettings
in interface Options
public boolean help()
public java.lang.String helpText()
public boolean specifiesProxyUrl()
public boolean shouldPreserveHostHeader()
shouldPreserveHostHeader
in interface Options
public java.lang.String proxyHostHeader()
proxyHostHeader
in interface Options
public boolean browserProxyingEnabled()
browserProxyingEnabled
in interface Options
public ProxySettings proxyVia()
public FileSource filesRoot()
public boolean requestJournalDisabled()
requestJournalDisabled
in interface Options
public java.lang.String toString()
toString
in class java.lang.Object