Uses of Class
org.apache.abdera.Abdera

Packages that use Abdera
org.apache.abdera   
org.apache.abdera.factory   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.client.cache   
org.apache.abdera.protocol.client.util   
org.apache.abdera.protocol.error   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.adapters.filesystem   
org.apache.abdera.protocol.server.adapters.ibatis   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
org.apache.abdera.protocol.server.servlet   
org.apache.abdera.security   
 

Uses of Abdera in org.apache.abdera
 

Methods in org.apache.abdera that return Abdera
static Abdera Abdera.getInstance()
          Get a static instance of the Abdera object.
 

Uses of Abdera in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Abdera
 Abdera Factory.getAbdera()
          Get the Abdera instance for this factory
 

Constructors in org.apache.abdera.factory with parameters of type Abdera
StreamBuilder(Abdera abdera)
           
 

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

Fields in org.apache.abdera.protocol.client declared as Abdera
protected  Abdera AbstractClientResponse.abdera
           
protected  Abdera AbderaClient.abdera
           
 

Methods in org.apache.abdera.protocol.client with parameters of type Abdera
static Cache AbderaClient.initCache(Abdera abdera)
          Initializes the client HTTP cache
 

Constructors in org.apache.abdera.protocol.client with parameters of type Abdera
AbderaClient(Abdera abdera)
          Create an AbderaClient instance using the specified Abdera instance
AbderaClient(Abdera abdera, Cache cache)
          Create an AbderaClient instance using the specified Abdera instance
AbderaClient(Abdera abdera, org.apache.commons.httpclient.HttpClient client)
          Create an Abdera using a preconfigured HttpClient object
AbderaClient(Abdera abdera, org.apache.commons.httpclient.HttpClient client, Cache cache)
          Create an Abdera using a preconfigured HttpClient object
AbderaClient(Abdera abdera, String useragent)
          Create an AbderaClient instance using the specified Abdera instance and useragent name
AbderaClient(Abdera abdera, String useragent, Cache cache)
          Create an AbderaClient instance using the specified Abdera instance and useragent name
AbstractClientResponse(Abdera abdera)
           
CommonsResponse(Abdera abdera, org.apache.commons.httpclient.HttpMethod method)
           
 

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

Fields in org.apache.abdera.protocol.client.cache declared as Abdera
protected  Abdera AbstractCache.abdera
           
 

Methods in org.apache.abdera.protocol.client.cache with parameters of type Abdera
 Cache LRUCacheFactory.getCache(Abdera abdera)
          Deprecated.  
 Cache CacheFactory.getCache(Abdera abdera)
          Deprecated.  
 

Constructors in org.apache.abdera.protocol.client.cache with parameters of type Abdera
AbstractCache(Abdera abdera)
           
CachedResponseBase(Abdera abdera, Object key, Cache cache)
           
InMemoryCache(Abdera abdera, Map<Object,CachedResponse> map)
           
InMemoryCachedResponse(Abdera abdera, Cache cache, Object key, ClientResponse response)
           
LRUCache(Abdera abdera)
           
LRUCache(Abdera abdera, int size)
           
LRUCacheFactory(Abdera abdera)
          Deprecated.  
 

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

Constructors in org.apache.abdera.protocol.client.util with parameters of type Abdera
EntityProviderRequestEntity(Abdera abdera, EntityProvider provider, boolean use_chunked)
           
 

Uses of Abdera in org.apache.abdera.protocol.error
 

Methods in org.apache.abdera.protocol.error with parameters of type Abdera
static Error Error.create(Abdera abdera, int code, String message)
          Create a new Error object
static Error Error.create(Abdera abdera, int code, String message, Throwable t)
           
 

Constructors in org.apache.abdera.protocol.error with parameters of type Abdera
ProtocolException(Abdera abdera, int code, String message)
           
 

Uses of Abdera in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return Abdera
static Abdera ServiceManager.getAbdera()
           
 Abdera RequestContext.getAbdera()
          Get the Abdera instance associated with this request
 Abdera Provider.getAbdera()
          Retrieve the Abdera instance associated with this provider
 

Methods in org.apache.abdera.protocol.server with parameters of type Abdera
static AbstractResponseContext ProviderHelper.createErrorResponse(Abdera abdera, int code, String message)
          Returns an Error document based on the StreamWriter
static AbstractResponseContext ProviderHelper.createErrorResponse(Abdera abdera, int code, String message, Throwable t)
          Returns an Error document based on the StreamWriter
static NamedWriter ProviderHelper.getAcceptableNamedWriter(Abdera abdera, String accept_header)
          Returns an appropriate NamedWriter instance given an appropriately formatted HTTP Accept header.
static NamedWriter ProviderHelper.getNamedWriter(Abdera abdera, String mediatype)
           
 void Provider.init(Abdera abdera, Map<String,String> properties)
          Initialize the Provider.
 

Uses of Abdera in org.apache.abdera.protocol.server.adapters.couchdb
 

Constructors in org.apache.abdera.protocol.server.adapters.couchdb with parameters of type Abdera
CouchDbAdapter(Abdera abdera, FeedConfiguration config)
           
CouchDbAdapter(Abdera abdera, FeedConfiguration config, String host, int port)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, com.fourspaces.couchdb.Document doc)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, com.fourspaces.couchdb.Document doc, com.fourspaces.couchdb.Document... entries)
           
JsonObjectResponseContext(Abdera abdera, FeedConfiguration config, String encoding, com.fourspaces.couchdb.Document doc, com.fourspaces.couchdb.Document... entries)
           
 

Uses of Abdera in org.apache.abdera.protocol.server.adapters.filesystem
 

Constructors in org.apache.abdera.protocol.server.adapters.filesystem with parameters of type Abdera
FilesystemAdapter(Abdera abdera, FeedConfiguration config)
           
 

Uses of Abdera in org.apache.abdera.protocol.server.adapters.ibatis
 

Constructors in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type Abdera
IBatisCollectionAdapter(Abdera abdera, FeedConfiguration config)
           
 

Uses of Abdera in org.apache.abdera.protocol.server.context
 

Methods in org.apache.abdera.protocol.server.context that return Abdera
protected  Abdera StreamWriterResponseContext.getAbdera()
          Get the Abdera instance
 Abdera RequestContextWrapper.getAbdera()
           
 Abdera AbstractRequestContext.getAbdera()
           
 

Constructors in org.apache.abdera.protocol.server.context with parameters of type Abdera
EntityProviderResponseContext(EntityProvider provider, Abdera abdera)
           
EntityProviderResponseContext(EntityProvider provider, Abdera abdera, String encoding)
           
EntityProviderResponseContext(EntityProvider provider, Abdera abdera, String encoding, String sw)
           
StreamWriterResponseContext(Abdera abdera)
          Create a new StreamWriterResponseContext
StreamWriterResponseContext(Abdera abdera, String encoding)
          Create a new StreamWriterResponseContext
StreamWriterResponseContext(Abdera abdera, String encoding, String sw)
          Create a new StreamWriterResponseContext
 

Uses of Abdera in org.apache.abdera.protocol.server.provider.basic
 

Constructors in org.apache.abdera.protocol.server.provider.basic with parameters of type Abdera
BasicAdapter(Abdera abdera, FeedConfiguration config)
           
 

Uses of Abdera in org.apache.abdera.protocol.server.provider.managed
 

Fields in org.apache.abdera.protocol.server.provider.managed declared as Abdera
protected  Abdera ManagedCollectionAdapter.abdera
           
protected  Abdera CollectionAdapterManager.abdera
           
 

Methods in org.apache.abdera.protocol.server.provider.managed that return Abdera
 Abdera ManagedCollectionAdapter.getAbdera()
           
 

Methods in org.apache.abdera.protocol.server.provider.managed with parameters of type Abdera
protected static CollectionAdapter CollectionAdapterManager.createAdapterInstance(FeedConfiguration config, Abdera abdera)
           
 

Constructors in org.apache.abdera.protocol.server.provider.managed with parameters of type Abdera
CollectionAdapterManager(Abdera abdera, ServerConfiguration config)
           
ManagedCollectionAdapter(Abdera abdera, FeedConfiguration config)
           
 

Uses of Abdera in org.apache.abdera.protocol.server.servlet
 

Methods in org.apache.abdera.protocol.server.servlet that return Abdera
 Abdera AbderaServlet.getAbdera()
           
 

Uses of Abdera in org.apache.abdera.security
 

Constructors in org.apache.abdera.security with parameters of type Abdera
AbderaSecurity(Abdera abdera)
           
 



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