public class JavaResponseCache extends ResponseCache
| 构造器和说明 |
|---|
JavaResponseCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheResponse |
get(URI uri,
String rqstMethod,
Map<String,List<String>> rqstHeaders) |
CacheRequest |
put(URI uri,
URLConnection conn) |
getDefault, setDefaultpublic CacheResponse get(URI uri, String rqstMethod, Map<String,List<String>> rqstHeaders) throws IOException
get 在类中 ResponseCacheIOExceptionpublic CacheRequest put(URI uri, URLConnection conn) throws IOException
put 在类中 ResponseCacheIOExceptionCopyright © 2022. All rights reserved.