Uses of Interface
org.apache.abdera.protocol.EntityProvider

Packages that use EntityProvider
org.apache.abdera.examples.simple   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.client.util   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.util   
 

Uses of EntityProvider in org.apache.abdera.examples.simple
 

Classes in org.apache.abdera.examples.simple that implement EntityProvider
static class EntityProviderExample.Foo
           
 

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

Methods in org.apache.abdera.protocol.client with parameters of type EntityProvider
 ClientResponse AbderaClient.execute(String method, String uri, EntityProvider provider, RequestOptions options)
          Sends the specified method 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.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.
 

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

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

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

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

Uses of EntityProvider in org.apache.abdera.protocol.util
 

Classes in org.apache.abdera.protocol.util that implement EntityProvider
 class AbstractEntityProvider
           
 



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