Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client.httpclient |
Modifier and Type | Method and Description |
---|---|
String |
IHttpClient.delete(Map<String,Object> parameters,
URL url) |
String |
IHttpClient.delete(URL url) |
String |
IHttpClient.get(URL url) |
String |
IHttpClient.post(Map<String,Object> parameters,
URL url) |
String |
IHttpClient.put(Map<String,Object> parameters,
URL url) |
Constructor and Description |
---|
InvalidCredentialsOpenShiftException(String url,
HttpClientException cause) |
NotFoundOpenShiftException(String url,
HttpClientException e) |
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException |
class |
InternalServerErrorException |
class |
NotFoundException |
class |
UnauthorizedException |
Modifier and Type | Method and Description |
---|---|
String |
UrlConnectionHttpClient.delete(Map<String,Object> parameters,
URL url) |
protected String |
UrlConnectionHttpClient.delete(String data,
URL url) |
String |
UrlConnectionHttpClient.delete(URL url) |
String |
UrlConnectionHttpClient.get(URL url) |
String |
UrlConnectionHttpClient.post(Map<String,Object> parameters,
URL url) |
protected String |
UrlConnectionHttpClient.post(String data,
URL url) |
String |
UrlConnectionHttpClient.put(Map<String,Object> parameters,
URL url) |
protected String |
UrlConnectionHttpClient.put(String data,
URL url) |
protected String |
UrlConnectionHttpClient.write(String data,
String requestMethod,
URL url) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.