Uses of Class
de.gematik.test.tiger.common.data.config.tigerProxy.TigerFileSaveInfo
Packages that use TigerFileSaveInfo
-
Uses of TigerFileSaveInfo in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerFileSaveInfoModifier and TypeMethodDescriptionTigerFileSaveInfo.TigerFileSaveInfoBuilder.build()TigerProxyConfiguration.getFileSaveInfo()Methods in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerFileSaveInfoModifier and TypeMethodDescriptionTigerProxyConfiguration.TigerProxyConfigurationBuilder.fileSaveInfo(TigerFileSaveInfo fileSaveInfo) voidTigerProxyConfiguration.setFileSaveInfo(TigerFileSaveInfo fileSaveInfo) Constructors in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerFileSaveInfoModifierConstructorDescriptionTigerProxyConfiguration(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, boolean rewriteLocationHeader, 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)