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.client
Constructors in org.mockserver.client with parameters of type ProxyConfiguration Constructor Description NettyHttpClient(MockServerLogger mockServerLogger, io.netty.channel.EventLoopGroup eventLoopGroup, ProxyConfiguration proxyConfiguration)
-
Uses of ProxyConfiguration in org.mockserver.mock.action
Constructors 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.mockserver
Constructors 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.proxy
Methods in org.mockserver.proxy that return ProxyConfiguration Modifier and Type Method Description static ProxyConfiguration
ProxyConfiguration. proxyConfiguration()
static ProxyConfiguration
ProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, String address)
static ProxyConfiguration
ProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, String address, String username, String password)
static ProxyConfiguration
ProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address)
static ProxyConfiguration
ProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address, String username, String password)
-