Package | Description |
---|---|
io.vertx.servicediscovery.types |
Modifier and Type | Method and 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 port
|
HttpLocation |
HttpLocation.setRoot(String root)
Sets the path of the service (root)
|
HttpLocation |
HttpLocation.setSsl(boolean ssl)
Sets whether or not the HTTP service is using
https . |
Modifier and Type | Method and Description |
---|---|
static void |
HttpLocationConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
HttpLocation obj) |
static void |
HttpLocationConverter.toJson(HttpLocation obj,
JsonObject json) |
static void |
HttpLocationConverter.toJson(HttpLocation obj,
Map<String,Object> json) |
Constructor and Description |
---|
HttpLocation(HttpLocation other)
Creates a new
HttpLocation instance by copying another instance. |
Copyright © 2023 Eclipse. All rights reserved.