|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractResponse in org.apache.abdera.protocol.client |
---|
Subclasses of AbstractResponse in org.apache.abdera.protocol.client | |
---|---|
class |
AbstractClientResponse
Abstract base class for a ClientResponse |
class |
CommonsResponse
|
Uses of AbstractResponse in org.apache.abdera.protocol.client.cache |
---|
Subclasses of AbstractResponse in org.apache.abdera.protocol.client.cache | |
---|---|
class |
CachedResponseBase
|
class |
InMemoryCachedResponse
|
Uses of AbstractResponse in org.apache.abdera.protocol.server.adapters.couchdb |
---|
Subclasses of AbstractResponse in org.apache.abdera.protocol.server.adapters.couchdb | |
---|---|
class |
JsonObjectResponseContext
ResponseContext implementation that serializes a JSON Document from a CouchDB database as an Atom document using the Abdera StreamWriter. |
Uses of AbstractResponse in org.apache.abdera.protocol.server.context |
---|
Subclasses of AbstractResponse in org.apache.abdera.protocol.server.context | |
---|---|
class |
AbstractResponseContext
|
class |
BaseResponseContext<T extends Base>
|
class |
EmptyResponseContext
|
class |
EntityProviderResponseContext
StreamWriterResponseContext implementation based on the EntityProvider interface |
class |
MediaResponseContext
ResponseContext implementation for arbitrary media resources |
class |
SimpleResponseContext
A simple base implementation of AbstractResponseContext that makes it a bit easier to create custom ResponseContext implementations e.g. new SimpleResponseContext() { public boolean hasEntity() { return true; } public void writeEntity(Writer writer) { ... } } |
class |
StreamWriterResponseContext
Abstract base class for creating ResponseContext implementations that use the StreamWriter interface. |
Uses of AbstractResponse in org.apache.abdera.protocol.util |
---|
Methods in org.apache.abdera.protocol.util that return AbstractResponse | |
---|---|
AbstractResponse |
AbstractResponse.setMaxAge(long max_age)
|
AbstractResponse |
AbstractResponse.setMustRevalidate(boolean val)
|
AbstractResponse |
AbstractResponse.setNoCache(boolean val)
|
AbstractResponse |
AbstractResponse.setNoCacheHeaders(String... headers)
|
AbstractResponse |
AbstractResponse.setNoStore(boolean val)
|
AbstractResponse |
AbstractResponse.setNoTransform(boolean val)
|
AbstractResponse |
AbstractResponse.setPrivate(boolean val)
|
AbstractResponse |
AbstractResponse.setPrivateHeaders(String... headers)
|
AbstractResponse |
AbstractResponse.setProxyRevalidate(boolean val)
|
AbstractResponse |
AbstractResponse.setPublic(boolean val)
|
Methods in org.apache.abdera.protocol.util with parameters of type AbstractResponse | |
---|---|
static void |
CacheControlUtil.parseCacheControl(String cc,
AbstractResponse response)
Parse the Cache-Control header |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |