Class RestClient

java.lang.Object
org.glassfish.admin.rest.client.RestClient

public class RestClient extends Object
Author:
jasonlee
  • Field Details

    • host

      protected String host
    • port

      protected int port
    • client

      protected jakarta.ws.rs.client.Client client
    • useSsl

      protected boolean useSsl
  • Constructor Details

    • RestClient

      public RestClient()
    • RestClient

      public RestClient(String host, int port, boolean useSsl)
    • RestClient

      public RestClient(String host, int port, boolean useSsl, String user, String password)
  • Method Details

    • getRestUrl

      public String getRestUrl()