Uses of Class
de.gematik.test.tiger.proxy.TigerProxy
Packages that use TigerProxy
Package
Description
-
Uses of TigerProxy in de.gematik.test.tiger.proxy
Methods in de.gematik.test.tiger.proxy that return TigerProxyConstructors in de.gematik.test.tiger.proxy with parameters of type TigerProxy -
Uses of TigerProxy in de.gematik.test.tiger.proxy.client
Constructors in de.gematik.test.tiger.proxy.client with parameters of type TigerProxyModifierConstructorDescriptionTigerRemoteProxyClient(String remoteProxyUrl, de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration configuration, TigerProxy masterTigerProxy) -
Uses of TigerProxy in de.gematik.test.tiger.proxy.controller
Methods in de.gematik.test.tiger.proxy.controller that return TigerProxyModifier and TypeMethodDescriptionTigerConfigurationController.getTigerProxy()TigerModificationController.getTigerProxy()TigerWebUiController.getTigerProxy()Methods in de.gematik.test.tiger.proxy.controller with parameters of type TigerProxyConstructors in de.gematik.test.tiger.proxy.controller with parameters of type TigerProxyModifierConstructorDescriptionTigerConfigurationController(TigerProxy tigerProxy) TigerModificationController(TigerProxy tigerProxy) TracingpointsController(TigerProxy tigerProxy, Optional<org.springframework.boot.info.BuildProperties> buildProperties, de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyConfiguration tigerProxyConfiguration) TrafficPushController(TigerProxy tigerProxy) -
Uses of TigerProxy in de.gematik.test.tiger.proxy.handler
Methods in de.gematik.test.tiger.proxy.handler that return TigerProxyModifier and TypeMethodDescriptionAbstractTigerRouteCallback.getTigerProxy()BinaryExchangeHandler.getTigerProxy()Constructors in de.gematik.test.tiger.proxy.handler with parameters of type TigerProxyModifierConstructorDescriptionprotectedAbstractTigerRouteCallback(TigerProxy tigerProxy, de.gematik.test.tiger.common.data.config.tigerproxy.TigerRoute tigerRoute) BinaryExchangeHandler(TigerProxy tigerProxy) ForwardAllCallback(TigerProxy tigerProxy) ForwardProxyCallback(TigerProxy tigerProxy, de.gematik.test.tiger.common.data.config.tigerproxy.TigerRoute tigerRoute) ReverseProxyCallback(TigerProxy tigerProxy, de.gematik.test.tiger.common.data.config.tigerproxy.TigerRoute route) -
Uses of TigerProxy in de.gematik.test.tiger.proxy.tracing
Constructors in de.gematik.test.tiger.proxy.tracing with parameters of type TigerProxyModifierConstructorDescriptionTracingPushService(org.springframework.messaging.simp.SimpMessagingTemplate template, TigerProxy tigerProxy)