Uses of Class
de.gematik.test.tiger.proxy.data.TcpIpConnectionIdentifier
Packages that use TcpIpConnectionIdentifier
Package
Description
-
Uses of TcpIpConnectionIdentifier in de.gematik.test.tiger.proxy.data
Methods in de.gematik.test.tiger.proxy.data that return TcpIpConnectionIdentifierModifier and TypeMethodDescriptionTcpConnectionEntry.getConnectionIdentifier()TcpIpConnectionIdentifier.reverse()Methods in de.gematik.test.tiger.proxy.data with parameters of type TcpIpConnectionIdentifierModifier and TypeMethodDescriptionTcpConnectionEntry.TcpConnectionEntryBuilder.connectionIdentifier(TcpIpConnectionIdentifier connectionIdentifier) booleanTcpIpConnectionIdentifier.isSameDirectionAs(TcpIpConnectionIdentifier other) -
Uses of TcpIpConnectionIdentifier in de.gematik.test.tiger.proxy.handler
Constructors in de.gematik.test.tiger.proxy.handler with parameters of type TcpIpConnectionIdentifierModifierConstructorDescriptionSingleConnectionParser(TcpIpConnectionIdentifier connectionIdentifier, AbstractTigerProxy tigerProxy, BinaryExchangeHandler binaryExchangeHandler) SingleConnectionParser(TcpIpConnectionIdentifier connectionIdentifier, ExecutorService executor, RbelConverter rbelConverter, BinaryExchangeHandler binaryExchangeHandler) Constructor parameters in de.gematik.test.tiger.proxy.handler with type arguments of type TcpIpConnectionIdentifierModifierConstructorDescriptionMultipleBinaryConnectionParser(Function<TcpIpConnectionIdentifier, SingleConnectionParser> createSingleConnectionParser) -
Uses of TcpIpConnectionIdentifier in de.gematik.test.tiger.util
Constructors in de.gematik.test.tiger.util with parameters of type TcpIpConnectionIdentifier