Options.ChunkedEncodingPolicyDEFAULT_BIND_ADDRESS, DEFAULT_CONTAINER_THREADS, DEFAULT_PORT, DEFAULT_TIMEOUT, DYNAMIC_PORT| Constructor and Description |
|---|
WarConfiguration(javax.servlet.ServletContext servletContext) |
public WarConfiguration(javax.servlet.ServletContext servletContext)
public int portNumber()
portNumber in interface Optionspublic boolean getHttpDisabled()
getHttpDisabled in interface Optionspublic HttpsSettings httpsSettings()
httpsSettings in interface Optionspublic JettySettings jettySettings()
jettySettings in interface Optionspublic int containerThreads()
containerThreads in interface Optionspublic boolean browserProxyingEnabled()
browserProxyingEnabled in interface Optionspublic ProxySettings proxyVia()
public FileSource filesRoot()
public MappingsLoader mappingsLoader()
mappingsLoader in interface Optionspublic MappingsSaver mappingsSaver()
mappingsSaver in interface Optionspublic boolean requestJournalDisabled()
requestJournalDisabled in interface Optionspublic com.google.common.base.Optional<java.lang.Integer> maxRequestJournalEntries()
maxRequestJournalEntries in interface Optionspublic java.lang.String bindAddress()
bindAddress in interface Optionspublic java.util.List<CaseInsensitiveKey> matchingHeaders()
matchingHeaders in interface Optionspublic boolean shouldPreserveHostHeader()
shouldPreserveHostHeader in interface Optionspublic java.lang.String proxyHostHeader()
proxyHostHeader in interface Optionspublic HttpServerFactory httpServerFactory()
httpServerFactory in interface Optionspublic ThreadPoolFactory threadPoolFactory()
threadPoolFactory in interface Optionspublic <T extends Extension> java.util.Map<java.lang.String,T> extensionsOfType(java.lang.Class<T> extensionType)
extensionsOfType in interface Optionspublic WiremockNetworkTrafficListener networkTrafficListener()
networkTrafficListener in interface Optionspublic Authenticator getAdminAuthenticator()
getAdminAuthenticator in interface Optionspublic boolean getHttpsRequiredForAdminApi()
getHttpsRequiredForAdminApi in interface Optionspublic NotMatchedRenderer getNotMatchedRenderer()
getNotMatchedRenderer in interface Optionspublic AsynchronousResponseSettings getAsynchronousResponseSettings()
getAsynchronousResponseSettings in interface Optionspublic Options.ChunkedEncodingPolicy getChunkedEncodingPolicy()
getChunkedEncodingPolicy in interface Optionspublic boolean getGzipDisabled()
getGzipDisabled in interface Optionspublic boolean getStubRequestLoggingDisabled()
getStubRequestLoggingDisabled in interface Optionspublic boolean getStubCorsEnabled()
getStubCorsEnabled in interface Optionspublic boolean getDisableOptimizeXmlFactoriesLoading()
getDisableOptimizeXmlFactoriesLoading in interface Optionspublic boolean getDisableStrictHttpHeaders()
getDisableStrictHttpHeaders in interface Optionspublic BrowserProxySettings browserProxySettings()
browserProxySettings in interface Options