Uses of Class
de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute
-
Packages that use TigerRoute Package Description de.gematik.test.tiger.common.data.config.tigerProxy -
-
Uses of TigerRoute in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerRoute Modifier and Type Method Description TigerRouteTigerRoute.TigerRouteBuilder. build()TigerRouteTigerRoute. withId(String id)Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return types with arguments of type TigerRoute Modifier and Type Method Description List<TigerRoute>TigerProxyConfiguration. getProxyRoutes()Method parameters in de.gematik.test.tiger.common.data.config.tigerProxy with type arguments of type TigerRoute Modifier and Type Method Description TigerProxyConfiguration.TigerProxyConfigurationBuilderTigerProxyConfiguration.TigerProxyConfigurationBuilder. proxyRoutes(List<TigerRoute> proxyRoutes)voidTigerProxyConfiguration. setProxyRoutes(List<TigerRoute> proxyRoutes)Constructor parameters in de.gematik.test.tiger.common.data.config.tigerProxy with type arguments of type TigerRoute Constructor Description TigerProxyConfiguration(List<TigerRoute> proxyRoutes, ForwardProxyInfo forwardToProxy, DirectReverseProxyInfo directReverseProxy, String proxyLogLevel, TigerTlsConfiguration tls, List<String> keyFolders, boolean activateAsn1Parsing, boolean activateForwardAllLogging, TigerFileSaveInfo fileSaveInfo, Integer proxyPort, boolean skipTrafficEndpointsSubscription, List<String> trafficEndpoints, boolean downloadInitialTrafficFromEndpoints, String trafficEndpointFilterString, int maximumPartialMessageAgeInSeconds, int connectionTimeoutInSeconds, int stompClientBufferSizeInMb, int perMessageBufferSizeInMb, int rbelBufferSizeInMb, int skipParsingWhenMessageLargerThanKb, int skipDisplayWhenMessageLargerThanKb, boolean activateRbelParsing, boolean activateEpaVauAnalysis, boolean activateErpVauAnalysis, boolean parsingShouldBlockCommunication, boolean rewriteHostHeader, TrafficEndpointConfiguration trafficEndpointConfiguration, List<RbelModificationDescription> modifications, boolean localResources, int maximumTrafficDownloadPageSize, int trafficDownloadPageSize, String name, int adminPort, String filenamePattern, String uploadUrl, String username, String password, String proxiedServer, String proxiedServerProtocol)
-