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 SocketAddress
HttpRequest. getSocketAddress()
static SocketAddress
SocketAddress. socketAddress()
Static builder to create a socketAddress.SocketAddress
SocketAddress. withHost(String host)
The host or ip address to use when connecting to the socket to i.e.SocketAddress
SocketAddress. withPort(Integer port)
The port to use when connecting to the socket i.e.SocketAddress
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 SocketAddress Modifier and Type Method Description HttpRequest
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 SocketAddress Modifier and Type Method Description String
SocketAddressToJavaSerializer. 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 SocketAddress
SocketAddressDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type SocketAddress Constructor Description SocketAddressDTO(SocketAddress socketAddress)
-