Uses of Class
de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration.TigerProxyConfigurationBuilder
Packages that use TigerProxyConfiguration.TigerProxyConfigurationBuilder
-
Uses of TigerProxyConfiguration.TigerProxyConfigurationBuilder in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerProxyConfiguration.TigerProxyConfigurationBuilderModifier and TypeMethodDescriptionTigerProxyConfiguration.TigerProxyConfigurationBuilder.activateAsn1Parsing(boolean activateAsn1Parsing) TigerProxyConfiguration.TigerProxyConfigurationBuilder.activateEpaVauAnalysis(boolean activateEpaVauAnalysis) TigerProxyConfiguration.TigerProxyConfigurationBuilder.activateErpVauAnalysis(boolean activateErpVauAnalysis) TigerProxyConfiguration.TigerProxyConfigurationBuilder.activateForwardAllLogging(boolean activateForwardAllLogging) TigerProxyConfiguration.TigerProxyConfigurationBuilder.activateRbelParsing(boolean activateRbelParsing) TigerProxyConfiguration.TigerProxyConfigurationBuilder.adminPort(int adminPort) Management-port of the Tiger Proxy.TigerProxyConfiguration.builder()TigerProxyConfiguration.TigerProxyConfigurationBuilder.connectionTimeoutInSeconds(int connectionTimeoutInSeconds) TigerProxyConfiguration.TigerProxyConfigurationBuilder.directReverseProxy(DirectReverseProxyInfo directReverseProxy) TigerProxyConfiguration.TigerProxyConfigurationBuilder.downloadInitialTrafficFromEndpoints(boolean downloadInitialTrafficFromEndpoints) TigerProxyConfiguration.TigerProxyConfigurationBuilder.filenamePattern(String filenamePattern) TigerProxyConfiguration.TigerProxyConfigurationBuilder.fileSaveInfo(TigerFileSaveInfo fileSaveInfo) TigerProxyConfiguration.TigerProxyConfigurationBuilder.forwardToProxy(ForwardProxyInfo forwardToProxy) TigerProxyConfiguration.TigerProxyConfigurationBuilder.isStandalone(boolean isStandalone) TigerProxyConfiguration.TigerProxyConfigurationBuilder.keyFolders(List<String> keyFolders) TigerProxyConfiguration.TigerProxyConfigurationBuilder.localResources(boolean localResources) TigerProxyConfiguration.TigerProxyConfigurationBuilder.maximumPartialMessageAgeInSeconds(int maximumPartialMessageAgeInSeconds) TigerProxyConfiguration.TigerProxyConfigurationBuilder.maximumTrafficDownloadPageSize(int maximumTrafficDownloadPageSize) TigerProxyConfiguration.TigerProxyConfigurationBuilder.modifications(List<RbelModificationDescription> modifications) TigerProxyConfiguration.TigerProxyConfigurationBuilder.parsingShouldBlockCommunication(boolean parsingShouldBlockCommunication) TigerProxyConfiguration.TigerProxyConfigurationBuilder.perMessageBufferSizeInMb(int perMessageBufferSizeInMb) TigerProxyConfiguration.TigerProxyConfigurationBuilder.proxiedServer(String proxiedServer) used to overwrite proxyCfg with values that allow to reverse proxy the given server node.TigerProxyConfiguration.TigerProxyConfigurationBuilder.proxiedServerProtocol(String proxiedServerProtocol) Used when adding a route to the Tiger Proxy.TigerProxyConfiguration.TigerProxyConfigurationBuilder.proxyLogLevel(String proxyLogLevel) TigerProxyConfiguration.TigerProxyConfigurationBuilder.proxyRoutes(List<TigerRoute> proxyRoutes) TigerProxyConfiguration.TigerProxyConfigurationBuilder.rbelBufferSizeInMb(int rbelBufferSizeInMb) TigerProxyConfiguration.TigerProxyConfigurationBuilder.rewriteHostHeader(boolean rewriteHostHeader) TigerProxyConfiguration.TigerProxyConfigurationBuilder.skipDisplayWhenMessageLargerThanKb(int skipDisplayWhenMessageLargerThanKb) TigerProxyConfiguration.TigerProxyConfigurationBuilder.skipParsingWhenMessageLargerThanKb(int skipParsingWhenMessageLargerThanKb) TigerProxyConfiguration.TigerProxyConfigurationBuilder.skipTrafficEndpointsSubscription(boolean skipTrafficEndpointsSubscription) TigerProxyConfiguration.TigerProxyConfigurationBuilder.stompClientBufferSizeInMb(int stompClientBufferSizeInMb) TigerProxyConfiguration.TigerProxyConfigurationBuilder.tls(TigerTlsConfiguration tls) TigerProxyConfiguration.TigerProxyConfigurationBuilder.trafficDownloadPageSize(int trafficDownloadPageSize) TigerProxyConfiguration.TigerProxyConfigurationBuilder.trafficEndpointConfiguration(TrafficEndpointConfiguration trafficEndpointConfiguration) TigerProxyConfiguration.TigerProxyConfigurationBuilder.trafficEndpointFilterString(String trafficEndpointFilterString) TigerProxyConfiguration.TigerProxyConfigurationBuilder.trafficEndpoints(List<String> trafficEndpoints)