Uses of Class
org.mockserver.model.SocketAddress
-
Packages that use SocketAddress Package Description org.mockserver.model org.mockserver.serialization.java org.mockserver.serialization.model -
-
Uses of SocketAddress in org.mockserver.model
Methods in org.mockserver.model that return SocketAddress Modifier and Type Method Description SocketAddressHttpRequest. getSocketAddress()static SocketAddressSocketAddress. socketAddress()Static builder to create a socketAddress.SocketAddressSocketAddress. withHost(String host)The host or ip address to use when connecting to the socket to i.e.SocketAddressSocketAddress. withPort(Integer port)The port to use when connecting to the socket i.e.SocketAddressSocketAddress. 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 SocketAddress Modifier and Type Method Description HttpRequestHttpRequest. 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 SocketAddress Modifier and Type Method Description StringSocketAddressToJavaSerializer. serialize(int numberOfSpacesToIndent, SocketAddress socketAddress) -
Uses of SocketAddress in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return SocketAddress Modifier and Type Method Description SocketAddressSocketAddressDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type SocketAddress Constructor Description SocketAddressDTO(SocketAddress socketAddress)
-