public class FileCache extends Object implements Serializable
| 构造器和说明 |
|---|
FileCache() |
FileCache(org.tio.http.common.HttpResponse response,
long lastModified) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.tio.http.common.HttpResponse |
cloneResponse(org.tio.http.common.HttpRequest request) |
long |
getLastModified() |
org.tio.http.common.HttpResponse |
getResponse() |
void |
setLastModified(long lastModified) |
void |
setResponse(org.tio.http.common.HttpResponse response) |
public FileCache()
public FileCache(org.tio.http.common.HttpResponse response,
long lastModified)
public long getLastModified()
public void setLastModified(long lastModified)
public org.tio.http.common.HttpResponse getResponse()
public void setResponse(org.tio.http.common.HttpResponse response)
public org.tio.http.common.HttpResponse cloneResponse(org.tio.http.common.HttpRequest request)
Copyright © 2022. All rights reserved.