Package | Description |
---|---|
org.mockserver.client.netty | |
org.mockserver.client.netty.proxy | |
org.mockserver.mock.action | |
org.mockserver.mockserver |
Constructor and Description |
---|
HttpClientInitializer(ProxyConfiguration proxyConfiguration,
MockServerLogger mockServerLogger) |
NettyHttpClient(ProxyConfiguration proxyConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ProxyConfiguration |
ProxyConfiguration.proxyConfiguration() |
static ProxyConfiguration |
ProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type,
InetSocketAddress address) |
static ProxyConfiguration |
ProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type,
String address) |
Constructor and Description |
---|
ActionHandler(HttpStateHandler httpStateHandler,
ProxyConfiguration proxyConfiguration) |
Constructor and Description |
---|
MockServer(ProxyConfiguration proxyConfiguration,
Integer... localPorts)
Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxy
|
MockServer(ProxyConfiguration proxyConfiguration,
String remoteHost,
Integer remotePort,
Integer... localPorts)
Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxy
|
MockServerHandler(LifeCycle server,
HttpStateHandler httpStateHandler,
ProxyConfiguration proxyConfiguration) |
MockServerUnificationInitializer(LifeCycle server,
HttpStateHandler httpStateHandler,
ProxyConfiguration proxyConfiguration) |
Copyright © 2018. All rights reserved.