public class RestClient extends Object
| Constructor and Description |
|---|
RestClient(String url,
String userName,
String password) |
RestClient(ZephyrInstance zephyrServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.http.client.protocol.HttpClientContext |
getContext() |
org.apache.http.impl.client.CloseableHttpClient |
getHttpclient() |
String |
getPassword() |
String |
getUrl() |
String |
getUserName() |
public RestClient(@Nonnull ZephyrInstance zephyrServer)
public void destroy()
public org.apache.http.impl.client.CloseableHttpClient getHttpclient()
public org.apache.http.client.protocol.HttpClientContext getContext()
public String getUrl()
public String getUserName()
public String getPassword()
Copyright © 2004-2015. All Rights Reserved.