Constructor and Description |
---|
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Boolean |
ReturnTrueIfGroupACLIsOtherRead.apply(HttpResponse from) |
UserMetadata |
ParseUserMetadataFromHeaders.apply(HttpResponse from) |
SystemMetadata |
ParseSystemMetadataFromHeaders.apply(HttpResponse from) |
AtmosObject |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
First, calls
ParseSystemAndUserMetadataFromHeaders . |
URI |
ParseNullableURIFromListOrLocationHeaderIf20x.apply(HttpResponse from) |
BoundedSet<DirectoryEntry> |
ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
parses the http response headers to create a new
BoundedSet object. |
Modifier and Type | Method and Description |
---|---|
void |
ParseAtmosErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
boolean |
AtmosServerErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
AtmosClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AtmosError |
AtmosUtils.parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
InputStream content) |
AtmosError |
AtmosUtils.parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
String content) |
Constructor and Description |
---|
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseAWSErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
ParseAWSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
AWSServerErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
AWSClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
protected boolean |
AWSServerErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
protected boolean |
AWSClientErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
Modifier and Type | Method and Description |
---|---|
AWSError |
AWSUtils.parseAWSErrorFromContent(HttpRequest request,
HttpResponse response) |
Constructor and Description |
---|
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseAzureStorageErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
ParseAzureStorageErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message) |
boolean |
AzureStorageClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AzureStorageError |
AzureStorageUtils.parseAzureStorageErrorFromContent(HttpCommand command,
HttpResponse response,
InputStream content) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParseContainerPropertiesFromHeaders.addETagTo(HttpResponse from,
MutableContainerPropertiesWithMetadata metadata) |
PublicAccess |
ParsePublicAccessHeader.apply(HttpResponse from) |
ContainerProperties |
ParseContainerPropertiesFromHeaders.apply(HttpResponse from) |
MutableBlobProperties |
ParseBlobPropertiesFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
MutableBlobProperties object. |
AzureBlob |
ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseAzureBlobErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParseSystemAndUserMetadataFromHeaders.addETagTo(HttpResponse from,
MutableBlobMetadata metadata) |
MutableBlobMetadata |
ParseSystemAndUserMetadataFromHeaders.apply(HttpResponse from) |
Blob |
ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<HttpResponse,Set<String>> |
ChefParserModule.provideCookbookDefinitionAdapter(ChefVersionSupplier chefVersionSupplier,
ParseCookbookDefinitionFromJson v10parser,
ParseKeySetFromJson v09parser) |
com.google.common.base.Function<HttpResponse,Set<String>> |
ChefParserModule.provideCookbookDefinitionAdapter(ChefVersionSupplier chefVersionSupplier,
ParseCookbookVersionsV10FromJson v10parser,
ParseCookbookVersionsV09FromJson v09parser) |
Modifier and Type | Method and Description |
---|---|
SearchResult<T> |
ParseSearchResultFromJson.apply(HttpResponse response) |
SearchResult<DatabagItem> |
ParseSearchDatabagFromJson.apply(HttpResponse response) |
Set<String> |
ParseKeySetFromJson.apply(HttpResponse response) |
String |
ParseErrorFromJsonOrReturnBody.apply(HttpResponse response) |
Set<String> |
ParseCookbookVersionsV10FromJson.apply(HttpResponse response) |
Set<String> |
ParseCookbookVersionsV09FromJson.apply(HttpResponse response)
Deprecated.
|
Set<String> |
ParseCookbookVersionsCheckingChefVersion.apply(HttpResponse response)
Deprecated.
|
Set<CookbookDefinition> |
ParseCookbookDefinitionListFromJsonv10.apply(HttpResponse response) |
CookbookDefinition |
ParseCookbookDefinitionFromJsonv10.apply(HttpResponse response) |
Set<String> |
ParseCookbookDefinitionFromJson.apply(HttpResponse response) |
Set<String> |
ParseCookbookDefinitionCheckingChefVersion.apply(HttpResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ChefErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
ChefApiErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
ContainerCDNMetadata |
ParseContainerCDNMetadataFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
ContainerCDNMetadata object. |
URI |
ParseCdnUriFromHeaders.apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
ParseNamesFromHttpResponse.apply(HttpResponse response) |
LoginResponse |
ParseLoginResponseFromHttpResponse.apply(HttpResponse response) |
Map<String,String> |
ParseIdToNameFromHttpResponse.apply(HttpResponse response) |
Map.Entry<String,String> |
ParseIdToNameEntryFromHttpResponse.apply(HttpResponse response) |
Set<String> |
ParseEventTypesFromHttpResponse.apply(HttpResponse response) |
Set<AsyncJob<?>> |
ParseAsyncJobsFromHttpResponse.apply(HttpResponse response) |
AsyncJob<?> |
ParseAsyncJobFromHttpResponse.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CloudStackErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
String |
CloudStackErrorHandler.parseMessage(HttpResponse response) |
boolean |
InvalidateSessionAndRetryOn401AndLogoutOnClose.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CloudWatchErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionManager.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<RecordId> |
ToRecordIds.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
DynECTErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
GetJobRedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
SplitNewlines.apply(HttpResponse response) |
Payload |
ReturnPayload.apply(HttpResponse from) |
Set<StandardDrive> |
ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet.apply(HttpResponse response) |
Set<ServerInfo> |
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response) |
Set<DriveInfo> |
ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response) |
ServerInfo |
KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response) |
DriveInfo |
KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
String |
ElasticStackErrorHandler.parseMessage(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ConvertToJcloudsResponse.apply(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse) |
protected HttpResponse |
GaeHttpCommandExecutorService.convert(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse) |
protected HttpResponse |
GaeHttpCommandExecutorService.invoke(com.google.appengine.api.urlfetch.HTTPRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<OSTemplate> |
ParseTemplatesFromHttpResponse.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
GleSYSErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
String |
GleSYSErrorHandler.parseMessage(HttpResponse response) |
Constructor and Description |
---|
GoGridResponseException(HttpCommand command,
HttpResponse response,
Set<ErrorResponse> errors) |
Modifier and Type | Method and Description |
---|---|
Map<String,Credentials> |
ParseServerNameToCredentialsMapFromJsonResponse.apply(HttpResponse arg0) |
SortedSet<Option> |
ParseOptionsFromJsonResponse.apply(HttpResponse arg0) |
SortedSet<LoadBalancer> |
ParseLoadBalancerListFromJsonResponse.apply(HttpResponse arg0) |
LoadBalancer |
ParseLoadBalancerFromJsonResponse.apply(HttpResponse arg0) |
SortedSet<Job> |
ParseJobListFromJsonResponse.apply(HttpResponse arg0) |
SortedSet<Ip> |
ParseIpListFromJsonResponse.apply(HttpResponse arg0) |
SortedSet<ServerImage> |
ParseImageListFromJsonResponse.apply(HttpResponse arg0) |
ServerImage |
ParseImageFromJsonResponse.apply(HttpResponse arg0) |
Credentials |
ParseCredentialsFromJsonResponse.apply(HttpResponse input) |
Modifier and Type | Method and Description |
---|---|
void |
GoGridErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
URI |
ParseCDNUriFromHeaders.apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.
|
CDNContainer |
ParseCDNContainerFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
CDNContainer object. |
Modifier and Type | Field and Description |
---|---|
protected HttpResponse |
HttpResponseException.response |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpResponse.Builder.build() |
HttpResponse |
HttpResponseException.getResponse() |
HttpResponse |
HttpCommandExecutorService.invoke(HttpCommand command)
Returns a
HttpResponse from the server which responded to the
command . |
Modifier and Type | Method and Description |
---|---|
T |
HttpResponse.Builder.fromHttpResponse(HttpResponse in) |
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
void |
HttpUtils.logResponse(Logger logger,
HttpResponse response,
String prefix) |
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
Constructor and Description |
---|
HttpResponseException(HttpCommand command,
HttpResponse response) |
HttpResponseException(HttpCommand command,
HttpResponse response,
boolean logSensitiveInformation) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(HttpCommand command,
HttpResponse response,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected HttpResponse |
ApacheHCHttpCommandExecutorService.invoke(org.apache.http.client.methods.HttpUriRequest nativeRequest) |
Modifier and Type | Method and Description |
---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e) |
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text) |
T |
UnwrapOnlyJsonValueInSet.apply(HttpResponse arg0) |
T |
UnwrapOnlyJsonValue.apply(HttpResponse arg0) |
Boolean |
ReturnTrueIf2xx.apply(HttpResponse from) |
Boolean |
ReturnTrueIf201.apply(HttpResponse from) |
String |
ReturnStringIf2xx.apply(HttpResponse from) |
InputStream |
ReturnInputStream.apply(HttpResponse from) |
Void |
ReleasePayloadAndReturn.apply(HttpResponse from) |
T |
ParseXMLWithJAXB.apply(HttpResponse from) |
URI |
ParseURIFromListOrLocationHeaderIf20x.apply(HttpResponse from) |
T |
ParseSax.apply(HttpResponse from) |
T |
ParseJson.apply(HttpResponse from)
parses the http response body to create a new
<T> . |
T |
ParseFirstJsonValueNamed.apply(HttpResponse arg0) |
String |
ParseETagHeader.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from) |
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
BaseHttpCommandExecutorService.invoke(HttpCommand command) |
protected HttpResponse |
JavaUrlHttpCommandExecutorService.invoke(HttpURLConnection connection) |
protected abstract HttpResponse |
BaseHttpCommandExecutorService.invoke(Q nativeRequest) |
Modifier and Type | Method and Description |
---|---|
protected HttpResponse |
OkHttpCommandExecutorService.invoke(com.squareup.okhttp.Request nativeRequest) |
Modifier and Type | Method and Description |
---|---|
void |
CinderErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
ParseAuthenticationResponseFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
AuthenticationResponse object. |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ParseImageDetailsFromHeaders.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
void |
GlanceErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
KeystoneErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Queue> |
ParseQueues.apply(HttpResponse response) |
QueueStats |
ParseQueueStats.apply(HttpResponse from) |
MessageStream |
ParseMessagesToStream.apply(HttpResponse response) |
List<Message> |
ParseMessagesToList.apply(HttpResponse response) |
MessagesCreated |
ParseMessagesCreated.apply(HttpResponse from) |
Message |
ParseMessage.apply(HttpResponse response) |
Claim |
ParseClaim.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
MarconiErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
NeutronErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
String |
ParseImageIdFromLocationHeader.apply(HttpResponse response) |
Boolean |
FieldValueResponseParsers.FieldValueResponseParser.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(HttpResponse response) |
com.google.common.base.Optional<Map<String,String>> |
ParseDiagnostics.apply(HttpResponse response) |
String |
OnlyMetadataValueOrNull.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
NovaErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
String |
ParseTemporaryUrlKeyFromHeaders.apply(HttpResponse httpResponse) |
MutableObjectInfoWithMetadata |
ParseObjectInfoFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
MutableObjectInfoWithMetadata object. |
SwiftObject |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from) |
ContainerMetadata |
ParseContainerMetadataFromHeaders.apply(HttpResponse from) |
AccountMetadata |
ParseAccountMetadataResponseFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
AccountMetadata object. |
Modifier and Type | Method and Description |
---|---|
void |
ParseSwiftErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
ObjectList |
ParseObjectListFromResponse.apply(HttpResponse from) |
SwiftObject |
ParseObjectFromResponse.apply(HttpResponse from) |
Container |
ParseContainerFromHeaders.apply(HttpResponse from) |
Account |
ParseAccountFromHeaders.apply(HttpResponse from) |
Map<String,String> |
MetadataFromHeaders.apply(HttpResponse from) |
Boolean |
FalseOnAccepted.apply(HttpResponse from) |
String |
ETagHeader.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
void |
SwiftErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
String |
ParsePasswordFromRootedInstance.apply(HttpResponse from)
Extracts the user password from the json response
|
com.google.common.collect.FluentIterable<String> |
ParseDatabaseListForUser.apply(HttpResponse from)
Parses the database list from the json response
|
Modifier and Type | Method and Description |
---|---|
void |
TroveErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ParseScalingPolicyResponse.apply(HttpResponse from)
Parse a single scaling policy response
|
com.google.common.collect.FluentIterable<ScalingPolicy> |
ParseScalingPoliciesResponse.apply(HttpResponse from)
Parse a list of scaling policy responses
|
Group |
ParseGroupResponse.apply(HttpResponse from)
Parses the Group from the response
|
LaunchConfiguration |
ParseGroupLaunchConfigurationResponse.apply(HttpResponse from)
Parses the launch configuration from the response
|
Modifier and Type | Method and Description |
---|---|
void |
AutoscaleErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Subdomain> |
ParseSubdomains.apply(HttpResponse response) |
PaginatedCollection<RecordDetail> |
ParseRecords.apply(HttpResponse response) |
RecordDetail |
ParseRecord.apply(HttpResponse response) |
RecordDetail |
ParseOnlyRecord.apply(HttpResponse response) |
Job<?> |
ParseJob.apply(HttpResponse response) |
PaginatedCollection<Domain> |
ParseDomains.apply(HttpResponse response) |
Domain |
ParseDomain.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
URI |
ParseCDNContainerURIFromHeaders.apply(HttpResponse from)
parses the http response headers to provide the CDN URI string.
|
CDNContainer |
ParseCDNContainerFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
CDNContainer object. |
Modifier and Type | Method and Description |
---|---|
void |
CloudFilesErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
SessionPersistence |
ParseSessionPersistence.apply(HttpResponse response) |
Node |
ParseNode.apply(HttpResponse response) |
String |
ParseNestedString.apply(HttpResponse response) |
Boolean |
ParseNestedBoolean.apply(HttpResponse response) |
Metadata |
ParseMetadata.apply(HttpResponse response) |
IterableWithMarker<LoadBalancer> |
ParseLoadBalancers.apply(HttpResponse arg0) |
LoadBalancer |
ParseLoadBalancer.apply(HttpResponse arg0) |
List<String> |
ParseAlgorithms.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseCloudLoadBalancersErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpClient.invoke(HttpRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<HttpResponse,?> |
TransformerForRequest.apply(HttpRequest in) |
com.google.common.base.Function<HttpResponse,?> |
TransformerForRequest.getTransformerForMethod(Invocation invocation,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
void |
Route53ErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParseObjectMetadataFromHeaders.addETagTo(HttpResponse from,
MutableObjectMetadata metadata)
ETag == Content-MD5
|
String |
UploadIdFromHttpResponseViaRegex.apply(HttpResponse response) |
MutableObjectMetadata |
ParseObjectMetadataFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
MutableObjectMetadata object. |
S3Object |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from) |
String |
ETagFromHttpResponseViaRegex.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseS3ErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
S3RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
SoftLayerErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
String |
SoftLayerErrorHandler.parseMessage(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseSQSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
SQSErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
Modifier and Type | Method and Description |
---|---|
URI |
RegexQueueHandler.apply(HttpResponse response) |
MessageIdAndMD5 |
RegexMessageIdAndMD5Handler.apply(HttpResponse response) |
com.google.common.collect.FluentIterable<URI> |
RegexListQueuesResponseHandler.apply(HttpResponse response) |
Constructor and Description |
---|
UltraDNSWSResponseException(HttpCommand command,
HttpResponse response,
UltraDNSWSError error) |
Modifier and Type | Method and Description |
---|---|
void |
UltraDNSWSErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.