Package org.glassfish.admin.rest.client
Class RestClient
java.lang.Object
org.glassfish.admin.rest.client.RestClient
- Author:
- jasonlee
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRestClient(String host, int port, boolean useSsl) RestClient(String host, int port, boolean useSsl, String user, String password) -
Method Summary
-
Field Details
-
host
-
port
protected int port -
client
protected jakarta.ws.rs.client.Client client -
useSsl
protected boolean useSsl
-
-
Constructor Details
-
RestClient
public RestClient() -
RestClient
-
RestClient
-
-
Method Details
-
getRestUrl
-