-
public final class RequestCachedResponseRequestRequest object containing input parameters for the CacheStorageDomain.requestCachedResponse command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcacheIdprivate final StringrequestURLprivate final List<Header>requestHeaders
-
Constructor Summary
Constructors Constructor Description RequestCachedResponseRequest(String cacheId, String requestURL, List<Header> requestHeaders)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final List<Header>component3()final RequestCachedResponseRequestcopy(String cacheId, String requestURL, List<Header> requestHeaders)final StringgetCacheId()Id of cache that contains the entry. final StringgetRequestURL()URL spec of the request. final List<Header>getRequestHeaders()headers of the request. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final List<Header> component3()
-
copy
final RequestCachedResponseRequest copy(String cacheId, String requestURL, List<Header> requestHeaders)
-
getCacheId
final String getCacheId()
Id of cache that contains the entry.
-
getRequestURL
final String getRequestURL()
URL spec of the request.
-
getRequestHeaders
final List<Header> getRequestHeaders()
headers of the request.
-
-
-
-