| Interface | Description | 
|---|---|
| ParseSax.Factory | 
| Class | Description | 
|---|---|
| HeaderToRetryAfterException | 
 propagates as  
RetryAfterException if a Throwable is an
 HttpResponseException with a set and a valid
 HttpHeaders.RETRY_AFTER header set. | 
| ParseContentMD5FromHeaders | |
| ParseETagHeader | 
 Parses an MD5 checksum from the header  
com.google.common.net.HttpHeaders.HttpHeaders#ETAG. | 
| ParseFirstJsonValueNamed<T> | |
| ParseJson<T> | 
 This object will parse the body of an HttpResponse and return the result of
 type  
 | 
| ParseSax<T> | 
 This object will parse the body of an HttpResponse and return the result of type  
 | 
| ParseSax.HandlerForGeneratedRequestWithResult<T> | |
| ParseSax.HandlerWithResult<T> | 
 Handler that produces a useable domain object accessible after parsing completes. 
 | 
| ParseURIFromListOrLocationHeaderIf20x | 
 parses a single URI from a list 
 | 
| ParseXMLWithJAXB<T> | 
 This object will parse the body of an HttpResponse and return the result of
 type  
 | 
| ReleasePayloadAndReturn | |
| ReturnFalseOn404 | |
| ReturnInputStream | 
 Simply returns the InputStream of the response 
 | 
| ReturnStringIf2xx | |
| ReturnTrueIf2xx | 
 Simply returns true when the http response code is in the range 200-299. 
 | 
| ReturnTrueOn404 | |
| UnwrapOnlyJsonValue<T> | |
| UnwrapOnlyJsonValueInSet<T> | 
| Exception | Description | 
|---|---|
| ParseContentMD5FromHeaders.NoContentMD5Exception | 
Copyright © 2009-2013 jclouds. All Rights Reserved.