| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||