Uses of Class
de.gematik.test.tiger.proxy.AbstractTigerProxy
Packages that use AbstractTigerProxy
Package
Description
-
Uses of AbstractTigerProxy in de.gematik.test.tiger.proxy
Subclasses of AbstractTigerProxy in de.gematik.test.tiger.proxyMethods in de.gematik.test.tiger.proxy that return AbstractTigerProxyConstructors in de.gematik.test.tiger.proxy with parameters of type AbstractTigerProxyModifierConstructorDescription -
Uses of AbstractTigerProxy in de.gematik.test.tiger.proxy.client
Subclasses of AbstractTigerProxy in de.gematik.test.tiger.proxy.clientModifier and TypeClassDescriptionclassThe TigerRemoteProxyClient is a client for a TigerProxy that is running on a remote machine. -
Uses of AbstractTigerProxy in de.gematik.test.tiger.proxy.handler
Constructors in de.gematik.test.tiger.proxy.handler with parameters of type AbstractTigerProxyModifierConstructorDescriptionMultipleBinaryConnectionParser(AbstractTigerProxy tigerProxy, BinaryExchangeHandler binaryExchangeHandler) SingleConnectionParser(TcpIpConnectionIdentifier connectionIdentifier, AbstractTigerProxy tigerProxy, BinaryExchangeHandler binaryExchangeHandler)