Uses of Class
io.vertx.servicediscovery.types.HttpLocation
-
Packages that use HttpLocation Package Description io.vertx.servicediscovery.types -
-
Uses of HttpLocation in io.vertx.servicediscovery.types
Methods in io.vertx.servicediscovery.types that return HttpLocation Modifier and Type Method Description HttpLocation
HttpLocation. setEndpoint(String endpoint)
Sets the endpoint, which is the URL of the service.HttpLocation
HttpLocation. setHost(String host)
Sets the host.HttpLocation
HttpLocation. setPort(int port)
Sets the portHttpLocation
HttpLocation. setRoot(String root)
Sets the path of the service (root)HttpLocation
HttpLocation. setSsl(boolean ssl)
Sets whether or not the HTTP service is usinghttps
.Constructors in io.vertx.servicediscovery.types with parameters of type HttpLocation Constructor Description HttpLocation(HttpLocation other)
Creates a newHttpLocation
instance by copying another instance.
-