Uses of Interface
org.apache.abdera.protocol.client.ClientResponse

Packages that use ClientResponse
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.client.cache   
org.apache.abdera.protocol.client.util   
 

Uses of ClientResponse in org.apache.abdera.protocol.client
 

Classes in org.apache.abdera.protocol.client that implement ClientResponse
 class AbstractClientResponse
          Abstract base class for a ClientResponse
 class CommonsResponse
           
 

Methods in org.apache.abdera.protocol.client that return ClientResponse
 ClientResponse AbderaClient.delete(String uri)
          Sends an HTTP DELETE request to the specified URI using the default options
 ClientResponse AbderaClient.delete(String uri, RequestOptions options)
          Sends an HTTP DELETE request to the specified URI.
 ClientResponse AbderaClient.execute(String method, String uri, Base base, RequestOptions options)
          Sends the specified method request to the specified URI.
 ClientResponse AbderaClient.execute(String method, String uri, EntityProvider provider, RequestOptions options)
          Sends the specified method request to the specified URI.
 ClientResponse AbderaClient.execute(String method, String uri, InputStream in, RequestOptions options)
          Sends the specified method request to the specified URI.
 ClientResponse AbderaClient.execute(String method, String uri, org.apache.commons.httpclient.methods.RequestEntity entity, RequestOptions options)
          Sends the specified method request to the specified URI.
 ClientResponse AbderaClient.get(String uri)
          Sends an HTTP GET request to the specified URI using the default options
 ClientResponse AbderaClient.get(String uri, RequestOptions options)
          Sends an HTTP GET request to the specified URI.
 ClientResponse AbderaClient.head(String uri)
          Sends an HTTP HEAD request to the specified URI using the default options
 ClientResponse AbderaClient.head(String uri, RequestOptions options)
          Sends an HTTP HEAD request to the specified URI.
 ClientResponse AbderaClient.post(String uri, Base base)
          Sends an HTTP POST request to the specified URI using the default options
 ClientResponse AbderaClient.post(String uri, Base base, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, EntityProvider provider)
          Sends an HTTP POST request to the specified URI using the default options
 ClientResponse AbderaClient.post(String uri, EntityProvider provider, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, Entry entry, InputStream media)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, Entry entry, InputStream media, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, Entry entry, InputStream media, String contentType, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, InputStream in)
          Sends an HTTP POST request to the specified URI using the default options
 ClientResponse AbderaClient.post(String uri, InputStream in, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.post(String uri, org.apache.commons.httpclient.methods.RequestEntity entity)
          Sends an HTTP POST request to the specified URI using the default options
 ClientResponse AbderaClient.post(String uri, org.apache.commons.httpclient.methods.RequestEntity entity, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.put(String uri, Base base)
          Sends an HTTP PUT request to the specified URI using the default options
 ClientResponse AbderaClient.put(String uri, Base base, RequestOptions options)
          Sends an HTTP PUT request to the specified URI.
 ClientResponse AbderaClient.put(String uri, EntityProvider provider)
          Sends an HTTP PUT request to the specified URI using the default options
 ClientResponse AbderaClient.put(String uri, EntityProvider provider, RequestOptions options)
          Sends an HTTP PUT request to the specified URI.
 ClientResponse AbderaClient.put(String uri, InputStream in)
          Sends an HTTP PUT request to the specified URI using the default options
 ClientResponse AbderaClient.put(String uri, InputStream in, RequestOptions options)
          Sends an HTTP PUT request to the specified URI.
 ClientResponse AbderaClient.put(String uri, org.apache.commons.httpclient.methods.RequestEntity entity)
          Sends an HTTP PUT request to the specified URI using the default options
 ClientResponse AbderaClient.put(String uri, org.apache.commons.httpclient.methods.RequestEntity entity, RequestOptions options)
          Sends an HTTP PUT request to the specified URI.
 

Uses of ClientResponse in org.apache.abdera.protocol.client.cache
 

Subinterfaces of ClientResponse in org.apache.abdera.protocol.client.cache
 interface CachedResponse
           
 

Classes in org.apache.abdera.protocol.client.cache that implement ClientResponse
 class CachedResponseBase
           
 class InMemoryCachedResponse
           
 

Methods in org.apache.abdera.protocol.client.cache that return ClientResponse
 ClientResponse Cache.update(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)
          Update the cached item
 ClientResponse AbstractCache.update(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)
           
 

Methods in org.apache.abdera.protocol.client.cache with parameters of type ClientResponse
protected  CachedResponse InMemoryCache.createCachedResponse(ClientResponse response, Object key)
           
protected abstract  CachedResponse AbstractCache.createCachedResponse(ClientResponse response, Object key)
           
 ClientResponse Cache.update(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)
          Update the cached item
 ClientResponse AbstractCache.update(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)
           
 

Constructors in org.apache.abdera.protocol.client.cache with parameters of type ClientResponse
InMemoryCachedResponse(Abdera abdera, Cache cache, Object key, ClientResponse response)
           
 

Uses of ClientResponse in org.apache.abdera.protocol.client.util
 

Methods in org.apache.abdera.protocol.client.util with parameters of type ClientResponse
static Map<String,Object[]> MethodHelper.getCacheableHeaders(ClientResponse response)
           
static boolean MethodHelper.isCacheableHeader(String header, ClientResponse response)
           
static boolean MethodHelper.isNoCacheOrPrivate(String header, ClientResponse response)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.