Interface Options
-
- All Known Implementing Classes:
CommandLineOptions,WarConfiguration,WireMockConfiguration
public interface Options
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOptions.ChunkedEncodingPolicy
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_BIND_ADDRESSstatic intDEFAULT_CONTAINER_THREADSstatic intDEFAULT_PORTstatic intDEFAULT_TIMEOUTstatic intDYNAMIC_PORT
-
Method Summary
-
-
-
Field Detail
-
DEFAULT_PORT
static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
DYNAMIC_PORT
static final int DYNAMIC_PORT
- See Also:
- Constant Field Values
-
DEFAULT_TIMEOUT
static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_CONTAINER_THREADS
static final int DEFAULT_CONTAINER_THREADS
- See Also:
- Constant Field Values
-
DEFAULT_BIND_ADDRESS
static final java.lang.String DEFAULT_BIND_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
portNumber
int portNumber()
-
getHttpDisabled
boolean getHttpDisabled()
-
getHttp2PlainDisabled
boolean getHttp2PlainDisabled()
-
getHttp2TlsDisabled
boolean getHttp2TlsDisabled()
-
httpsSettings
HttpsSettings httpsSettings()
-
jettySettings
JettySettings jettySettings()
-
containerThreads
int containerThreads()
-
browserProxyingEnabled
@Deprecated boolean browserProxyingEnabled()
Deprecated.
-
browserProxySettings
BrowserProxySettings browserProxySettings()
-
proxyVia
ProxySettings proxyVia()
-
getStores
Stores getStores()
-
filesRoot
FileSource filesRoot()
-
mappingsLoader
MappingsLoader mappingsLoader()
-
mappingsSaver
MappingsSaver mappingsSaver()
-
notifier
Notifier notifier()
-
requestJournalDisabled
boolean requestJournalDisabled()
-
maxRequestJournalEntries
java.util.Optional<java.lang.Integer> maxRequestJournalEntries()
-
bindAddress
java.lang.String bindAddress()
-
getFilenameMaker
FilenameMaker getFilenameMaker()
-
matchingHeaders
java.util.List<CaseInsensitiveKey> matchingHeaders()
-
shouldPreserveHostHeader
boolean shouldPreserveHostHeader()
-
proxyHostHeader
java.lang.String proxyHostHeader()
-
httpServerFactory
HttpServerFactory httpServerFactory()
-
httpClientFactory
HttpClientFactory httpClientFactory()
-
threadPoolFactory
ThreadPoolFactory threadPoolFactory()
-
getDeclaredExtensions
ExtensionDeclarations getDeclaredExtensions()
-
isExtensionScanningEnabled
boolean isExtensionScanningEnabled()
-
networkTrafficListener
WiremockNetworkTrafficListener networkTrafficListener()
-
getAdminAuthenticator
Authenticator getAdminAuthenticator()
-
getHttpsRequiredForAdminApi
boolean getHttpsRequiredForAdminApi()
-
getNotMatchedRendererFactory
default java.util.function.Function<Extensions,NotMatchedRenderer> getNotMatchedRendererFactory()
-
getAsynchronousResponseSettings
AsynchronousResponseSettings getAsynchronousResponseSettings()
-
getChunkedEncodingPolicy
Options.ChunkedEncodingPolicy getChunkedEncodingPolicy()
-
getGzipDisabled
boolean getGzipDisabled()
-
getStubRequestLoggingDisabled
boolean getStubRequestLoggingDisabled()
-
getStubCorsEnabled
boolean getStubCorsEnabled()
-
timeout
long timeout()
-
getDisableOptimizeXmlFactoriesLoading
boolean getDisableOptimizeXmlFactoriesLoading()
-
getDisableStrictHttpHeaders
boolean getDisableStrictHttpHeaders()
-
getDataTruncationSettings
DataTruncationSettings getDataTruncationSettings()
-
getProxyTargetRules
NetworkAddressRules getProxyTargetRules()
-
proxyTimeout
int proxyTimeout()
-
getMaxHttpClientConnections
default int getMaxHttpClientConnections()
-
getResponseTemplatingEnabled
boolean getResponseTemplatingEnabled()
-
getResponseTemplatingGlobal
boolean getResponseTemplatingGlobal()
-
getMaxTemplateCacheEntries
java.lang.Long getMaxTemplateCacheEntries()
-
getTemplatePermittedSystemKeys
java.util.Set<java.lang.String> getTemplatePermittedSystemKeys()
-
getTemplateEscapingDisabled
boolean getTemplateEscapingDisabled()
-
getSupportedProxyEncodings
default java.util.Set<java.lang.String> getSupportedProxyEncodings()
-
-