org.glassfish.admin.rest.client
Class RestClient
java.lang.Object
org.glassfish.admin.rest.client.RestClient
public class RestClient
- extends Object
- Author:
- jasonlee
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
host
protected String host
port
protected int port
client
protected com.sun.jersey.api.client.Client client
useSsl
protected boolean useSsl
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)
getRestUrl
public String getRestUrl()
Copyright © 2012. All Rights Reserved.