Uses of Class
org.mockserver.proxy.ProxyConfiguration
- 
Packages that use ProxyConfiguration Package Description org.mockserver.client org.mockserver.mock.action org.mockserver.mockserver org.mockserver.proxy 
- 
- 
Uses of ProxyConfiguration in org.mockserver.clientConstructors in org.mockserver.client with parameters of type ProxyConfiguration Constructor Description HttpClientInitializer(ProxyConfiguration proxyConfiguration, MockServerLogger mockServerLogger)NettyHttpClient(MockServerLogger mockServerLogger, io.netty.channel.EventLoopGroup eventLoopGroup, ProxyConfiguration proxyConfiguration)
- 
Uses of ProxyConfiguration in org.mockserver.mock.actionConstructors in org.mockserver.mock.action with parameters of type ProxyConfiguration Constructor Description ActionHandler(io.netty.channel.EventLoopGroup eventLoopGroup, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)
- 
Uses of ProxyConfiguration in org.mockserver.mockserverConstructors in org.mockserver.mockserver with parameters of type ProxyConfiguration Constructor Description MockServer(ProxyConfiguration proxyConfiguration, Integer... localPorts)Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxyMockServer(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
- 
Uses of ProxyConfiguration in org.mockserver.proxyMethods in org.mockserver.proxy that return ProxyConfiguration Modifier and Type Method Description static ProxyConfigurationProxyConfiguration. proxyConfiguration()static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, String address)static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address)
 
-