Uses of Class
org.mockserver.proxyconfiguration.ProxyConfiguration
-
-
Uses of ProxyConfiguration in org.mockserver.client
Methods in org.mockserver.client with parameters of type ProxyConfiguration Modifier and Type Method Description MockServerClientMockServerClient. setProxyConfiguration(ProxyConfiguration proxyConfiguration)Deprecated.use withProxyConfiguration which is more consistent with MockServer API styleMockServerClientMockServerClient. withProxyConfiguration(ProxyConfiguration proxyConfiguration)Configure communication to MockServer to go via a proxy -
Uses of ProxyConfiguration in org.mockserver.codec
Constructor parameters in org.mockserver.codec with type arguments of type ProxyConfiguration Constructor Description MockServerHttpClientCodec(MockServerLogger mockServerLogger, Map<ProxyConfiguration.Type,ProxyConfiguration> proxyConfigurations) -
Uses of ProxyConfiguration in org.mockserver.httpclient
Constructor parameters in org.mockserver.httpclient with type arguments of type ProxyConfiguration Constructor Description NettyHttpClient(Configuration configuration, MockServerLogger mockServerLogger, io.netty.channel.EventLoopGroup eventLoopGroup, List<ProxyConfiguration> proxyConfigurations, boolean forwardProxyClient)NettyHttpClient(Configuration configuration, MockServerLogger mockServerLogger, io.netty.channel.EventLoopGroup eventLoopGroup, List<ProxyConfiguration> proxyConfigurations, boolean forwardProxyClient, NettySslContextFactory nettySslContextFactory) -
Uses of ProxyConfiguration in org.mockserver.mappers
Method parameters in org.mockserver.mappers with type arguments of type ProxyConfiguration Modifier and Type Method Description StringMockServerHttpRequestToFullHttpRequest. getURI(HttpRequest httpRequest, Map<ProxyConfiguration.Type,ProxyConfiguration> proxyConfigurations)Constructor parameters in org.mockserver.mappers with type arguments of type ProxyConfiguration Constructor Description MockServerHttpRequestToFullHttpRequest(MockServerLogger mockServerLogger, Map<ProxyConfiguration.Type,ProxyConfiguration> proxyConfigurations) -
Uses of ProxyConfiguration in org.mockserver.mock.action.http
Constructor parameters in org.mockserver.mock.action.http with type arguments of type ProxyConfiguration Constructor Description HttpActionHandler(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of ProxyConfiguration in org.mockserver.netty
Constructors in org.mockserver.netty with parameters of type ProxyConfiguration Constructor Description MockServer(Configuration configuration, 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 proxyMockServer(ProxyConfiguration proxyConfiguration, Integer... localPorts)Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxyConstructor parameters in org.mockserver.netty with type arguments of type ProxyConfiguration Constructor Description MockServer(Configuration configuration, List<ProxyConfiguration> proxyConfigurations, Integer... localPorts)Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxyMockServer(Configuration configuration, List<ProxyConfiguration> proxyConfigurations, 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.proxyconfiguration
Methods in org.mockserver.proxyconfiguration that return ProxyConfiguration Modifier and Type Method Description ProxyConfigurationProxyConfiguration. addProxyAuthenticationHeader(HttpRequest httpRequest)static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, String address)static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, String address, String username, String password)static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address)static ProxyConfigurationProxyConfiguration. proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address, String username, String password)Methods in org.mockserver.proxyconfiguration that return types with arguments of type ProxyConfiguration Modifier and Type Method Description static List<ProxyConfiguration>ProxyConfiguration. proxyConfiguration(Configuration configuration)
-