com.googlecode.fascinator.portal.services
Interface ByteRangeRequestCache

All Known Implementing Classes:
ByteRangeRequestCacheImpl

public interface ByteRangeRequestCache

Contains the logic required to parse, process and respond to HTTP byte-range requests.

Author:
Greg Pendlebury

Method Summary
 boolean processRequest(org.apache.tapestry5.services.Request request, org.apache.tapestry5.services.Response response, Payload payload)
          Access the provided HTTP request for a byte range header and return data from indicated object payload via the provided response object.
 

Method Detail

processRequest

boolean processRequest(org.apache.tapestry5.services.Request request,
                       org.apache.tapestry5.services.Response response,
                       Payload payload)
Access the provided HTTP request for a byte range header and return data from indicated object payload via the provided response object.

Parameters:
request: - The incoming HTTP request
response: - The response object waiting for return data
payload: - The payload in the object
Returns:
boolean: True if the request was processed, otherwise False and the request was ignored.


Copyright © 2009-2014. All Rights Reserved.