Uses of Class
org.jclouds.http.HttpException
-
-
Uses of HttpException in org.jclouds.atmos.filters
Methods in org.jclouds.atmos.filters that throw HttpException Modifier and Type Method Description URI
ShareUrl. apply(String path)
HttpRequest
SignRequest. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util that throw HttpException Modifier and Type Method Description AtmosError
AtmosUtils. parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
AtmosError
AtmosUtils. parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, String content)
-
Uses of HttpException in org.jclouds.aws.filters
Methods in org.jclouds.aws.filters that throw HttpException Modifier and Type Method Description HttpRequest
FormSigner.FormSignerV2. filter(HttpRequest request)
HttpRequest
FormSignerV4. filter(HttpRequest request)
Adds the Authorization header to the request. -
Uses of HttpException in org.jclouds.azure.storage.filters
Methods in org.jclouds.azure.storage.filters that throw HttpException Modifier and Type Method Description String
SharedKeyLiteAuthentication. calculateSignature(String toSign)
HttpRequest
SharedKeyLiteAuthentication. filter(HttpRequest request)
this is an updated filter method, which decides whether the SAS or SharedKeyLite is used and applies the right filtering.HttpRequest
SharedKeyLiteAuthentication. filterKey(HttpRequest request)
this is a 'standard' filter method, applied when SharedKeyLite authentication is used.HttpRequest
SharedKeyLiteAuthentication. filterSAS(HttpRequest request, String credential)
this filter method is applied only for the cases with SAS Authentication. -
Uses of HttpException in org.jclouds.azure.storage.util
Methods in org.jclouds.azure.storage.util that throw HttpException Modifier and Type Method Description AzureStorageError
AzureStorageUtils. parseAzureStorageErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
-
Uses of HttpException in org.jclouds.azurecompute.arm.filters
Methods in org.jclouds.azurecompute.arm.filters that throw HttpException Modifier and Type Method Description HttpRequest
ApiVersionFilter. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.b2.filters
Methods in org.jclouds.b2.filters that throw HttpException Modifier and Type Method Description HttpRequest
B2RetryHandler. filter(HttpRequest request)
HttpRequest
RequestAuthorization. filter(HttpRequest request)
HttpRequest
RequestAuthorizationDownload. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.chef.filters
Methods in org.jclouds.chef.filters that throw HttpException Modifier and Type Method Description HttpRequest
SignedHeaderAuth. filter(HttpRequest input)
-
Uses of HttpException in org.jclouds.cloudstack.filters
Methods in org.jclouds.cloudstack.filters that throw HttpException Modifier and Type Method Description HttpRequest
AddSessionKeyAndJSessionIdToRequest. filter(HttpRequest request)
HttpRequest
QuerySigner. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.dynect.v3.filters
Methods in org.jclouds.dynect.v3.filters that throw HttpException Modifier and Type Method Description HttpRequest
AlwaysAddContentType. filter(HttpRequest request)
HttpRequest
SessionManager. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.http
Methods in org.jclouds.http that throw HttpException Modifier and Type Method Description static Long
HttpUtils. attemptToParseSizeAndRangeFromHeaders(HttpMessage from)
HttpRequest
HttpRequestFilter. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.http.filters
Methods in org.jclouds.http.filters that throw HttpException Modifier and Type Method Description HttpRequest
BasicAuthentication. filter(HttpRequest request)
HttpRequest
ConnectionCloseHeader. filter(HttpRequest request)
HttpRequest
StripExpectHeader. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.oauth.v2.filters
Methods in org.jclouds.oauth.v2.filters that throw HttpException Modifier and Type Method Description HttpRequest
BearerTokenFromCredentials. filter(HttpRequest request)
HttpRequest
ClientCredentialsJWTBearerTokenFlow. filter(HttpRequest request)
HttpRequest
ClientCredentialsSecretFlow. filter(HttpRequest request)
HttpRequest
JWTBearerTokenFlow. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.openstack.filters
Methods in org.jclouds.openstack.filters that throw HttpException Modifier and Type Method Description HttpRequest
AddTimestampQuery. filter(HttpRequest request)
HttpRequest
AuthenticateRequest. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.openstack.keystone.auth.filters
Methods in org.jclouds.openstack.keystone.auth.filters that throw HttpException Modifier and Type Method Description HttpRequest
AuthenticateRequest. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.openstack.trove.v1.filters
Methods in org.jclouds.openstack.trove.v1.filters that throw HttpException Modifier and Type Method Description HttpRequest
EncodeDotsForUserGet. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.packet.filters
Methods in org.jclouds.packet.filters that throw HttpException Modifier and Type Method Description HttpRequest
AddApiVersionToRequest. filter(HttpRequest request)
HttpRequest
AddXAuthTokenToRequest. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.profitbricks.http.filters
Methods in org.jclouds.profitbricks.http.filters that throw HttpException Modifier and Type Method Description HttpRequest
ProfitBricksSoapMessageEnvelope. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.route53.filters
Methods in org.jclouds.route53.filters that throw HttpException Modifier and Type Method Description HttpRequest
RestAuthentication. filter(HttpRequest request)
-
Uses of HttpException in org.jclouds.s3.filters
Methods in org.jclouds.s3.filters that throw HttpException Modifier and Type Method Description HttpRequest
RequestAuthorizeSignatureV2. filter(HttpRequest request)
HttpRequest
RequestAuthorizeSignatureV4. filter(HttpRequest request)
static byte[]
Aws4SignerBase. hash(byte[] bytes)
hash input with sha256static byte[]
Aws4SignerBase. hash(InputStream input)
hash input with sha256static byte[]
Aws4SignerBase. hash(String input)
hash string (encoding UTF_8) with sha256protected HttpRequest
Aws4SignerForAuthorizationHeader. sign(HttpRequest request)
protected HttpRequest
Aws4SignerForChunkedUpload. sign(HttpRequest request)
protected HttpRequest
Aws4SignerForQueryString. sign(HttpRequest request, long timeInSeconds)
-