public class ByteRangeRequestCacheImpl extends java.lang.Object implements ByteRangeRequestCache
| Constructor and Description |
|---|
ByteRangeRequestCacheImpl()
Basic constructor, run by Tapestry through injection.
|
| 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.
|
public ByteRangeRequestCacheImpl()
public boolean processRequest(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
com.googlecode.fascinator.api.storage.Payload payload)
processRequest in interface ByteRangeRequestCacherequest: - The incoming HTTP requestresponse: - The response object waiting for return datapayload: - The payload in the objectCopyright © 2009-2019. All Rights Reserved.