| Package | Description | 
|---|---|
| org.mockserver.client | |
| org.mockserver.mock.action.http | |
| org.mockserver.netty | |
| org.mockserver.proxyconfiguration | 
| Constructor and Description | 
|---|
NettyHttpClient(MockServerLogger mockServerLogger,
               io.netty.channel.EventLoopGroup eventLoopGroup,
               ProxyConfiguration proxyConfiguration,
               boolean forwardProxyClient)  | 
NettyHttpClient(MockServerLogger mockServerLogger,
               io.netty.channel.EventLoopGroup eventLoopGroup,
               ProxyConfiguration proxyConfiguration,
               boolean forwardProxyClient,
               NettySslContextFactory nettySslContextFactory)  | 
| Constructor and Description | 
|---|
HttpActionHandler(io.netty.channel.EventLoopGroup eventLoopGroup,
                 HttpState httpStateHandler,
                 ProxyConfiguration proxyConfiguration,
                 NettySslContextFactory nettySslContextFactory)  | 
| 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 
 | 
| 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,
                  InetSocketAddress address,
                  String username,
                  String password)  | 
static ProxyConfiguration | 
ProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type,
                  String address)  | 
static ProxyConfiguration | 
ProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type,
                  String address,
                  String username,
                  String password)  | 
Copyright © 2020. All rights reserved.