public class RestClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected jakarta.ws.rs.client.Client |
client |
protected String |
host |
protected int |
port |
protected boolean |
useSsl |
| Constructor and Description |
|---|
RestClient() |
RestClient(String host,
int port,
boolean useSsl) |
RestClient(String host,
int port,
boolean useSsl,
String user,
String password) |
protected String host
protected int port
protected jakarta.ws.rs.client.Client client
protected boolean useSsl
public RestClient()
public RestClient(String host, int port, boolean useSsl)
public String getRestUrl()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.