java.lang.Object
java.net.ResponseCache
public abstract CacheResponse get(URI uri,
String rqstMethod,
Map<String,List<String>> rqstHeaders)
throws IOException- See Also:
URLConnection.getDefaultUseCaches(), URLConnection.setDefaultUseCaches(boolean), URLConnection.getUseCaches(), URLConnection.setUseCaches(boolean), IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ResponseCache getDefault()
- See Also:
setDefault(ResponseCache), NetPermission, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract CacheRequest put(URI uri,
URLConnection conn)
throws IOException- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ResponseCache()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void setDefault(ResponseCache responseCache)
- See Also:
getDefault(), NetPermission, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples