Package org.apache.abdera.protocol.server.context

Class Summary
AbstractRequestContext  
AbstractResponseContext  
BaseResponseContext<T extends Base>  
EmptyResponseContext  
EntityProviderResponseContext StreamWriterResponseContext implementation based on the EntityProvider interface
MediaResponseContext ResponseContext implementation for arbitrary media resources
RequestContextWrapper  
ResponseContextWrapper  
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) { ... } }
StreamWriterResponseContext Abstract base class for creating ResponseContext implementations that use the StreamWriter interface.
 

Exception Summary
ResponseContextException  
 



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