Uses of Class
de.gematik.test.tiger.mockserver.proxyconfiguration.ProxyConfiguration
Packages that use ProxyConfiguration
Package
Description
-
Uses of ProxyConfiguration in de.gematik.test.tiger.mockserver.codec
Constructor parameters in de.gematik.test.tiger.mockserver.codec with type arguments of type ProxyConfigurationModifierConstructorDescriptionMockServerHttpClientCodec(Map<ProxyConfiguration.Type, ProxyConfiguration> proxyConfigurations) -
Uses of ProxyConfiguration in de.gematik.test.tiger.mockserver.httpclient
Constructor parameters in de.gematik.test.tiger.mockserver.httpclient with type arguments of type ProxyConfigurationModifierConstructorDescriptionNettyHttpClient(MockServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of ProxyConfiguration in de.gematik.test.tiger.mockserver.mappers
Method parameters in de.gematik.test.tiger.mockserver.mappers with type arguments of type ProxyConfigurationModifier and TypeMethodDescriptionMockServerHttpRequestToFullHttpRequest.getURI(HttpRequest httpRequest, Map<ProxyConfiguration.Type, ProxyConfiguration> proxyConfigurations) Constructor parameters in de.gematik.test.tiger.mockserver.mappers with type arguments of type ProxyConfigurationModifierConstructorDescriptionMockServerHttpRequestToFullHttpRequest(Map<ProxyConfiguration.Type, ProxyConfiguration> proxyConfigurations) -
Uses of ProxyConfiguration in de.gematik.test.tiger.mockserver.mock.action.http
Constructor parameters in de.gematik.test.tiger.mockserver.mock.action.http with type arguments of type ProxyConfigurationModifierConstructorDescriptionHttpActionHandler(MockServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of ProxyConfiguration in de.gematik.test.tiger.mockserver.netty
Constructors in de.gematik.test.tiger.mockserver.netty with parameters of type ProxyConfigurationModifierConstructorDescriptionMockServer(MockServerConfiguration 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 de.gematik.test.tiger.mockserver.netty with type arguments of type ProxyConfigurationModifierConstructorDescriptionMockServer(MockServerConfiguration configuration, List<ProxyConfiguration> proxyConfigurations, Integer... localPorts) Start the instance using the ports provided configuring forwarded or proxied requests to go via an additional proxyMockServer(MockServerConfiguration 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 de.gematik.test.tiger.mockserver.proxyconfiguration
Methods in de.gematik.test.tiger.mockserver.proxyconfiguration that return ProxyConfigurationModifier and TypeMethodDescriptionProxyConfiguration.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 de.gematik.test.tiger.mockserver.proxyconfiguration that return types with arguments of type ProxyConfigurationModifier and TypeMethodDescriptionstatic List<ProxyConfiguration>ProxyConfiguration.proxyConfiguration(MockServerConfiguration configuration) -
Uses of ProxyConfiguration in de.gematik.test.tiger.proxy.configuration
Methods in de.gematik.test.tiger.proxy.configuration that return types with arguments of type ProxyConfigurationModifier and TypeMethodDescriptionstatic Optional<ProxyConfiguration>ProxyConfigurationConverter.convertForwardProxyConfigurationToMockServerConfiguration(de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration tpConfig) static Optional<ProxyConfiguration>ProxyConfigurationConverter.convertSystemProxyConfig(de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo) static Optional<ProxyConfiguration>ProxyConfigurationConverter.createMockServerProxyConfiguration(de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo) static Optional<ProxyConfiguration>ProxyConfigurationConverter.useProxyAsEnvVar(de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo, String envProxyType) static Optional<ProxyConfiguration>ProxyConfigurationConverter.useProxyWithSystemProperties(String proxyProtocol, de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo)