public class CachedHttpRequest extends Object
Constructor and Description |
---|
CachedHttpRequest(HttpServerExchange exchange) |
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.