Uses of Class
de.gematik.test.tiger.common.data.config.tigerProxy.TrafficEndpointConfiguration
-
Packages that use TrafficEndpointConfiguration Package Description de.gematik.test.tiger.common.data.config.tigerProxy -
-
Uses of TrafficEndpointConfiguration in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TrafficEndpointConfiguration Modifier and Type Method Description TrafficEndpointConfigurationTrafficEndpointConfiguration.TrafficEndpointConfigurationBuilder. build()TrafficEndpointConfigurationTigerProxyConfiguration. getTrafficEndpointConfiguration()Methods in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TrafficEndpointConfiguration Modifier and Type Method Description voidTigerProxyConfiguration. setTrafficEndpointConfiguration(TrafficEndpointConfiguration trafficEndpointConfiguration)TigerProxyConfiguration.TigerProxyConfigurationBuilderTigerProxyConfiguration.TigerProxyConfigurationBuilder. trafficEndpointConfiguration(TrafficEndpointConfiguration trafficEndpointConfiguration)Constructors in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TrafficEndpointConfiguration Constructor Description TigerProxyConfiguration(List<TigerRoute> proxyRoutes, ForwardProxyInfo forwardToProxy, String proxyLogLevel, TigerTlsConfiguration tls, List<String> keyFolders, boolean activateRbelEndpoint, boolean activateAsn1Parsing, boolean activateForwardAllLogging, TigerFileSaveInfo fileSaveInfo, Integer proxyPort, boolean skipTrafficEndpointsSubscription, List<String> trafficEndpoints, String trafficEndpointFilterString, int connectionTimeoutInSeconds, int stompClientBufferSizeInMb, int perMessageBufferSizeInMb, int rbelBufferSizeInMb, boolean activateRbelParsing, boolean activateVauAnalysis, TrafficEndpointConfiguration trafficEndpointConfiguration, List<de.gematik.rbellogger.modifier.RbelModificationDescription> modifications, boolean localResources, int adminPort, String filenamePattern, String uploadUrl, String username, String password, String proxiedServer, String proxiedServerProtocol)
-