Uses of Class
de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo
Packages that use ForwardProxyInfo
-
Uses of ForwardProxyInfo in de.gematik.test.tiger.common.data.config.tigerproxy
Methods in de.gematik.test.tiger.common.data.config.tigerproxy that return ForwardProxyInfoModifier and TypeMethodDescriptionForwardProxyInfo.ForwardProxyInfoBuilder.build()TigerProxyConfiguration.getForwardToProxy()Methods in de.gematik.test.tiger.common.data.config.tigerproxy with parameters of type ForwardProxyInfoModifier and TypeMethodDescriptionTigerProxyConfiguration.TigerProxyConfigurationBuilder.forwardToProxy(ForwardProxyInfo forwardToProxy) voidTigerProxyConfiguration.setForwardToProxy(ForwardProxyInfo forwardToProxy) Constructors in de.gematik.test.tiger.common.data.config.tigerproxy with parameters of type ForwardProxyInfoModifierConstructorDescriptionTigerProxyConfiguration(List<TigerConfigurationRoute> proxyRoutes, ForwardProxyInfo forwardToProxy, DirectReverseProxyInfo directReverseProxy, String proxyLogLevel, TigerTlsConfiguration tls, List<String> keyFolders, boolean activateForwardAllLogging, boolean activateTlsTermination, TigerFileSaveInfo fileSaveInfo, Integer proxyPort, boolean skipTrafficEndpointsSubscription, boolean failOnOfflineTrafficEndpoints, List<String> trafficEndpoints, boolean downloadInitialTrafficFromEndpoints, String trafficEndpointFilterString, int maximumPartialMessageAgeInSeconds, int connectionTimeoutInSeconds, int stompClientBufferSizeInMb, int perMessageBufferSizeInMb, int rbelBufferSizeInMb, int skipParsingWhenMessageLargerThanKb, int skipDisplayWhenMessageLargerThanKb, boolean activateRbelParsing, List<String> activateRbelParsingFor, boolean parsingShouldBlockCommunication, boolean rewriteHostHeader, boolean rewriteLocationHeader, boolean activateTrafficLogging, List<TigerProxyNoteCommand> notes, TrafficEndpointConfiguration trafficEndpointConfiguration, List<RbelModificationDescription> modifications, boolean localResources, int maximumTrafficDownloadPageSize, int trafficDownloadPageSize, String name, boolean isStandalone, int adminPort, String username, String password, String proxiedServer, String proxiedServerProtocol) Creates a newTigerProxyConfigurationinstance.