public class CachedHttpRequest extends Object
Constructor | Description |
---|---|
CachedHttpRequest(HttpServerExchange exchange) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getContentEncoding() |
|
String |
getContentLocation() |
|
String |
getContentType() |
|
ETag |
getEtag() |
|
String |
getLanguage() |
|
Date |
getLastModified() |
|
String |
getPath() |
|
int |
getResponseCode() |
|
int |
hashCode() |
public CachedHttpRequest(HttpServerExchange exchange)
public String getPath()
public ETag getEtag()
public String getContentEncoding()
public String getLanguage()
public String getContentType()
public Date getLastModified()
public String getContentLocation()
public int getResponseCode()
Copyright © 2018. All rights reserved.