Uses of Enum Class
de.gematik.test.tiger.proxy.data.TigerConnectionStatus
Packages that use TigerConnectionStatus
Package
Description
-
Uses of TigerConnectionStatus in de.gematik.test.tiger.mockserver.netty
Methods in de.gematik.test.tiger.mockserver.netty that return types with arguments of type TigerConnectionStatusModifier and TypeMethodDescriptionMockServer.getConnectionStatusMap()MockServer.getOpenConnections()Methods in de.gematik.test.tiger.mockserver.netty with parameters of type TigerConnectionStatusModifier and TypeMethodDescriptionvoidMockServer.addConnectionWithStatus(SocketAddress socketAddress, TigerConnectionStatus status) -
Uses of TigerConnectionStatus in de.gematik.test.tiger.proxy
Methods in de.gematik.test.tiger.proxy that return types with arguments of type TigerConnectionStatusModifier and TypeMethodDescriptionTigerProxy.getOpenConnections()TigerProxy.getOpenConnections(TigerConnectionStatus status) Methods in de.gematik.test.tiger.proxy with parameters of type TigerConnectionStatus -
Uses of TigerConnectionStatus in de.gematik.test.tiger.proxy.data
Methods in de.gematik.test.tiger.proxy.data that return TigerConnectionStatusModifier and TypeMethodDescriptionstatic TigerConnectionStatusReturns the enum constant of this class with the specified name.static TigerConnectionStatus[]TigerConnectionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.