|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProtocolConstants in org.apache.abdera.protocol |
---|
Subinterfaces of ProtocolConstants in org.apache.abdera.protocol | |
---|---|
interface |
Message
A protocol message. |
interface |
Request
A protocol request. |
interface |
Response
Base interface for an Atompub protocol response message |
Uses of ProtocolConstants in org.apache.abdera.protocol.client |
---|
Subinterfaces of ProtocolConstants in org.apache.abdera.protocol.client | |
---|---|
interface |
ClientResponse
|
Classes in org.apache.abdera.protocol.client that implement ProtocolConstants | |
---|---|
class |
AbstractClientResponse
Abstract base class for a ClientResponse |
class |
CommonsResponse
|
class |
RequestOptions
The RequestOptions class allows a variety of options affecting the execution of the request to be modified. |
Uses of ProtocolConstants in org.apache.abdera.protocol.client.cache |
---|
Subinterfaces of ProtocolConstants in org.apache.abdera.protocol.client.cache | |
---|---|
interface |
CachedResponse
|
Classes in org.apache.abdera.protocol.client.cache that implement ProtocolConstants | |
---|---|
class |
CachedResponseBase
|
class |
InMemoryCachedResponse
|
Uses of ProtocolConstants in org.apache.abdera.protocol.server |
---|
Subinterfaces of ProtocolConstants in org.apache.abdera.protocol.server | |
---|---|
interface |
RequestContext
The RequestContext provides access to every detail of the Request. |
interface |
ResponseContext
The ResponseContext encapsulates a server response |
Uses of ProtocolConstants in org.apache.abdera.protocol.server.adapters.couchdb |
---|
Classes in org.apache.abdera.protocol.server.adapters.couchdb that implement ProtocolConstants | |
---|---|
class |
JsonObjectResponseContext
ResponseContext implementation that serializes a JSON Document from a CouchDB database as an Atom document using the Abdera StreamWriter. |
Uses of ProtocolConstants in org.apache.abdera.protocol.server.context |
---|
Classes in org.apache.abdera.protocol.server.context that implement ProtocolConstants | |
---|---|
class |
AbstractRequestContext
|
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 |
RequestContextWrapper
|
class |
ResponseContextWrapper
|
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 ProtocolConstants in org.apache.abdera.protocol.server.filters |
---|
Classes in org.apache.abdera.protocol.server.filters that implement ProtocolConstants | |
---|---|
static class |
CompressionFilter.CompressingResponseContextWrapper
A HttpServletResponseWrapper implementation that applies GZip or Deflate compression to response output. |
Uses of ProtocolConstants in org.apache.abdera.protocol.server.servlet |
---|
Classes in org.apache.abdera.protocol.server.servlet that implement ProtocolConstants | |
---|---|
class |
ServletRequestContext
|
Uses of ProtocolConstants in org.apache.abdera.protocol.util |
---|
Classes in org.apache.abdera.protocol.util that implement ProtocolConstants | |
---|---|
class |
AbstractMessage
Root impl for Message interface impls. |
class |
AbstractRequest
|
class |
AbstractResponse
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |