public interface Options
Modifier and Type | Interface and Description |
---|---|
static class |
Options.ChunkedEncodingPolicy |
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 |
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()
boolean getHttpDisabled()
HttpsSettings httpsSettings()
JettySettings jettySettings()
int containerThreads()
boolean browserProxyingEnabled()
ProxySettings proxyVia()
FileSource filesRoot()
MappingsLoader mappingsLoader()
MappingsSaver mappingsSaver()
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()
ThreadPoolFactory threadPoolFactory()
<T extends Extension> java.util.Map<java.lang.String,T> extensionsOfType(java.lang.Class<T> extensionType)
WiremockNetworkTrafficListener networkTrafficListener()
Authenticator getAdminAuthenticator()
boolean getHttpsRequiredForAdminApi()
NotMatchedRenderer getNotMatchedRenderer()
AsynchronousResponseSettings getAsynchronousResponseSettings()
Options.ChunkedEncodingPolicy getChunkedEncodingPolicy()
boolean getGzipDisabled()
boolean getStubRequestLoggingDisabled()