Uses of Class
io.vertx.servicediscovery.types.HttpLocation
Packages that use HttpLocation
-
Uses of HttpLocation in io.vertx.servicediscovery.types
Methods in io.vertx.servicediscovery.types that return HttpLocationModifier and TypeMethodDescriptionHttpLocation.setEndpoint(String endpoint) Sets the endpoint, which is the URL of the service.Sets the host.HttpLocation.setPort(int port) Sets the portSets the path of the service (root)HttpLocation.setSsl(boolean ssl) Sets whether or not the HTTP service is usinghttps.Constructors in io.vertx.servicediscovery.types with parameters of type HttpLocationModifierConstructorDescriptionHttpLocation(HttpLocation other) Creates a newHttpLocationinstance by copying another instance.