Uses of Enum Class
de.gematik.test.tiger.mockserver.model.SocketAddress.Scheme
Packages that use SocketAddress.Scheme
-
Uses of SocketAddress.Scheme in de.gematik.test.tiger.mockserver.model
Methods in de.gematik.test.tiger.mockserver.model that return SocketAddress.SchemeModifier and TypeMethodDescriptionSocketAddress.getScheme()static SocketAddress.SchemeReturns the enum constant of this class with the specified name.static SocketAddress.Scheme[]SocketAddress.Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.mockserver.model with parameters of type SocketAddress.SchemeModifier and TypeMethodDescriptionvoidSocketAddress.setScheme(SocketAddress.Scheme scheme) HttpRequest.setSocketAddress(String host, Integer port, SocketAddress.Scheme scheme) Specify remote address if the remote address can't be derived from the host header, if no value is specified the host header will be used to determine remote addressSocketAddress.withScheme(SocketAddress.Scheme scheme) The scheme to use when connecting to the socket, either HTTP or HTTPS.