Class Summary |
AbstractEventPipeline |
|
AbstractStreamPipeline |
A ResourcePipeline either
collects a Reader and let it process
or connects a EventPipeline with a
Serializer and let them produce the requested
resource
|
CachingEventPipeline |
The CachingEventPipeline
If all components of this event pipeline are cacheable then the whole
pipeline is also cacheable. |
CachingStreamPipeline |
A StreamPipeline either
collects a Reader and let it process
or connects a EventPipeline with a
Serializer and let them produce the requested
resource
This stream pipeline is able to cache the response, if
a) the serializer is cacheable
b) the EventPipeline is cacheable
|
NonCachingEventPipeline |
|
NonCachingStreamPipeline |
A ResourcePipeline either
collects a Reader and let it process
or connects a EventPipeline with a
Serializer and let them produce the requested
resource
|