OpenShift Java Client 2.5.0.Final

Uses of Class
com.openshift.internal.client.httpclient.HttpClientException

Packages that use HttpClientException
com.openshift.client   
com.openshift.internal.client.httpclient   
 

Uses of HttpClientException in com.openshift.client
 

Methods in com.openshift.client that throw HttpClientException
 String IHttpClient.delete(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String IHttpClient.delete(URL url, int timeout)
           
 String IHttpClient.get(URL url, int timeout)
           
 String IHttpClient.head(URL url, int timeout)
           
 String IHttpClient.patch(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String IHttpClient.post(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String IHttpClient.put(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 

Constructors in com.openshift.client with parameters of type HttpClientException
InvalidCredentialsOpenShiftException(String url, HttpClientException cause, RestResponse restResponse)
           
NotFoundOpenShiftException(String url, HttpClientException e, RestResponse restResponse)
           
 

Uses of HttpClientException in com.openshift.internal.client.httpclient
 

Subclasses of HttpClientException in com.openshift.internal.client.httpclient
 class BadRequestException
           
 class EncodingException
           
 class InternalServerErrorException
           
 class NotFoundException
           
 class UnauthorizedException
           
 

Methods in com.openshift.internal.client.httpclient that throw HttpClientException
 String UrlConnectionHttpClient.delete(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String UrlConnectionHttpClient.delete(URL url, int timeout)
           
 String UrlConnectionHttpClient.get(URL url, int timeout)
           
 String UrlConnectionHttpClient.head(URL url, int timeout)
           
 String UrlConnectionHttpClient.patch(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String UrlConnectionHttpClient.post(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
 String UrlConnectionHttpClient.put(URL url, IMediaType mediaType, int timeout, Parameter... parameters)
           
protected  String UrlConnectionHttpClient.request(HttpMethod httpMethod, URL url, IMediaType requestMediaType, int timeout, Parameter... parameters)
           
protected  String UrlConnectionHttpClient.request(HttpMethod httpMethod, URL url, IMediaType requestMediaType, int timeout, ParameterValueMap parameters)
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.