Uses of Class
org.mockserver.model.SocketAddress
Packages that use SocketAddress
Package
Description
-
Uses of SocketAddress in org.mockserver.model
Methods in org.mockserver.model that return SocketAddressModifier and TypeMethodDescriptionBinaryRequestDefinition.getSocketAddress()HttpRequest.getSocketAddress()static SocketAddressSocketAddress.socketAddress()Static builder to create a socketAddress.The host or ip address to use when connecting to the socket to i.e.The port to use when connecting to the socket i.e. 80.SocketAddress.withScheme(SocketAddress.Scheme scheme) The scheme to use when connecting to the socket, either HTTP or HTTPS.Methods in org.mockserver.model with parameters of type SocketAddressModifier and TypeMethodDescriptionBinaryRequestDefinition.withSocketAddress(SocketAddress socketAddress) HttpRequest.withSocketAddress(SocketAddress socketAddress) 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 -
Uses of SocketAddress in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type SocketAddressModifier and TypeMethodDescriptionSocketAddressToJavaSerializer.serialize(int numberOfSpacesToIndent, SocketAddress socketAddress) -
Uses of SocketAddress in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return SocketAddressModifier and TypeMethodDescriptionBinaryRequestDefinitionDTO.getSocketAddress()HttpRequestDTO.getSocketAddress()Methods in org.mockserver.serialization.model with parameters of type SocketAddressModifier and TypeMethodDescriptionBinaryRequestDefinitionDTO.setSocketAddress(SocketAddress socketAddress) HttpRequestDTO.setSocketAddress(SocketAddress socketAddress)