public interface ByteRangeRequestCache
| Modifier and Type | Method and Description |
|---|---|
boolean |
processRequest(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
com.googlecode.fascinator.api.storage.Payload payload)
Access the provided HTTP request for a byte range header and return data
from indicated object payload via the provided response object.
|
boolean processRequest(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
com.googlecode.fascinator.api.storage.Payload payload)
request: - The incoming HTTP requestresponse: - The response object waiting for return datapayload: - The payload in the objectCopyright © 2009-2015. All Rights Reserved.