Uses of Class
de.gematik.test.tiger.common.data.config.tigerproxy.TigerConfigurationRoute
Packages that use TigerConfigurationRoute
-
Uses of TigerConfigurationRoute in de.gematik.test.tiger.common.data.config.tigerproxy
Methods in de.gematik.test.tiger.common.data.config.tigerproxy that return TigerConfigurationRouteMethods in de.gematik.test.tiger.common.data.config.tigerproxy that return types with arguments of type TigerConfigurationRouteMethod parameters in de.gematik.test.tiger.common.data.config.tigerproxy with type arguments of type TigerConfigurationRouteModifier and TypeMethodDescriptionTigerProxyConfiguration.TigerProxyConfigurationBuilder.proxyRoutes(List<TigerConfigurationRoute> proxyRoutes) voidTigerProxyConfiguration.setProxyRoutes(List<TigerConfigurationRoute> proxyRoutes) Constructor parameters in de.gematik.test.tiger.common.data.config.tigerproxy with type arguments of type TigerConfigurationRouteModifierConstructorDescriptionTigerProxyConfiguration(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.