Uses of Class
de.gematik.test.tiger.common.config.tigerProxy.ForwardProxyInfo
-
Packages that use ForwardProxyInfo Package Description de.gematik.test.tiger.common.config.tigerProxy -
-
Uses of ForwardProxyInfo in de.gematik.test.tiger.common.config.tigerProxy
Methods in de.gematik.test.tiger.common.config.tigerProxy that return ForwardProxyInfo Modifier and Type Method Description ForwardProxyInfoForwardProxyInfo.ForwardProxyInfoBuilder. build()ForwardProxyInfoTigerProxyConfiguration. getForwardToProxy()Methods in de.gematik.test.tiger.common.config.tigerProxy with parameters of type ForwardProxyInfo Modifier and Type Method Description TigerProxyConfiguration.TigerProxyConfigurationBuilderTigerProxyConfiguration.TigerProxyConfigurationBuilder. forwardToProxy(ForwardProxyInfo forwardToProxy)voidTigerProxyConfiguration. setForwardToProxy(ForwardProxyInfo forwardToProxy)Constructors in de.gematik.test.tiger.common.config.tigerProxy with parameters of type ForwardProxyInfo Constructor Description TigerProxyConfiguration(List<TigerRoute> proxyRoutes, ForwardProxyInfo forwardToProxy, String proxyLogLevel, TigerTlsConfiguration tls, List<String> keyFolders, boolean activateRbelEndpoint, boolean activateAsn1Parsing, boolean activateForwardAllLogging, de.gematik.rbellogger.configuration.RbelFileSaveInfo fileSaveInfo, Integer port, boolean skipTrafficEndpointsSubscription, List<String> trafficEndpoints, int connectionTimeoutInSeconds, int stompClientBufferSizeInMb, int perMessageBufferSizeInMb, int rbelBufferSizeInMb, boolean disableRbelParsing, TrafficEndpointConfiguration trafficEndpointConfiguration, List<de.gematik.rbellogger.modifier.RbelModificationDescription> modifications)
-