Uses of Enum Class
org.mockserver.model.SocketAddress.Scheme
Packages that use SocketAddress.Scheme
-
Uses of SocketAddress.Scheme in org.mockserver.model
Methods in org.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 org.mockserver.model with parameters of type SocketAddress.SchemeModifier and TypeMethodDescriptionSocketAddress.withScheme(SocketAddress.Scheme scheme) The scheme to use when connecting to the socket, either HTTP or HTTPS.HttpRequest.withSocketAddress(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 address