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 . |
Constructor and Description |
---|
HttpLocation(HttpLocation other)
Creates a new
HttpLocation instance by copying another instance. |
Copyright © 2024 Eclipse. All rights reserved.