Class CachedHttpRequest
- java.lang.Object
-
- io.undertow.server.handlers.cache.CachedHttpRequest
-
public class CachedHttpRequest extends Object
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description CachedHttpRequest(HttpServerExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContentEncoding()StringgetContentLocation()StringgetContentType()ETaggetEtag()StringgetLanguage()DategetLastModified()StringgetPath()intgetResponseCode()inthashCode()
-
-
-
Constructor Detail
-
CachedHttpRequest
public CachedHttpRequest(HttpServerExchange exchange)
-
-
Method Detail
-
getPath
public String getPath()
-
getEtag
public ETag getEtag()
-
getContentEncoding
public String getContentEncoding()
-
getLanguage
public String getLanguage()
-
getContentType
public String getContentType()
-
getLastModified
public Date getLastModified()
-
getContentLocation
public String getContentLocation()
-
getResponseCode
public int getResponseCode()
-
-