HomeSort by relevance Sort by last modified time
    Searched full:cacherequest (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/libcore/net/http/
AbstractHttpInputStream.java 22 import java.net.CacheRequest;
38 private final CacheRequest cacheRequest;
43 CacheRequest cacheRequest) throws IOException {
47 OutputStream cacheBody = cacheRequest != null ? cacheRequest.getBody() : null;
51 cacheRequest = null;
55 this.cacheRequest = cacheRequest;
    [all...]
FixedLengthInputStream.java 21 import java.net.CacheRequest;
30 public FixedLengthInputStream(InputStream is, CacheRequest cacheRequest,
32 super(is, httpEngine, cacheRequest);
UnknownLengthHttpInputStream.java 21 import java.net.CacheRequest;
30 UnknownLengthHttpInputStream(InputStream is, CacheRequest cacheRequest,
32 super(is, httpEngine, cacheRequest);
ChunkedInputStream.java 21 import java.net.CacheRequest;
34 ChunkedInputStream(InputStream is, CacheRequest cacheRequest,
36 super(is, httpEngine, cacheRequest);
HttpEngine.java 25 import java.net.CacheRequest;
133 private CacheRequest cacheRequest;
455 cacheRequest = responseCache.put(uri, getHttpConnectionToCache());
536 return new FixedLengthInputStream(socketIn, cacheRequest, this, 0);
540 return new ChunkedInputStream(socketIn, cacheRequest, this);
544 return new FixedLengthInputStream(socketIn, cacheRequest, this,
553 return new UnknownLengthHttpInputStream(socketIn, cacheRequest, this);
HttpResponseCache.java 30 import java.net.CacheRequest;
119 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
264 private final class CacheRequestImpl extends CacheRequest {
  /libcore/luni/src/main/java/java/net/
CacheRequest.java 23 * {@code CacheRequest} is a kind of channel for storing resource data in the
25 * which is provided by the {@code CacheRequest} object, to store the resource
33 public abstract class CacheRequest {
38 public CacheRequest() {
ResponseCache.java 70 * or not. If so, this method returns a {@code CacheRequest} to write the
77 * @return a CacheRequest object with a WriteableByteChannel if the resource
84 public abstract CacheRequest put(URI uri, URLConnection connection) throws IOException;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ResponseCacheTest.java 20 import java.net.CacheRequest;
65 public CacheRequest put(URI arg0, URLConnection arg1)
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 22 import java.net.CacheRequest;
79 @Override public CacheRequest put(URI uri, URLConnection connection) {
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 23 import java.net.CacheRequest;
207 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 32 import java.net.CacheRequest;
209 @Override public CacheRequest put(URI uri, URLConnection conn) throws IOException {
439 @Override public CacheRequest put(URI uri, URLConnection conn) throws IOException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 33 import java.net.CacheRequest;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 39 import java.net.CacheRequest;
    [all...]
  /prebuilts/sdk/7/
android.jar 
  /external/libvpx/examples/includes/geshi/geshi/
java5.php 175 'Authenticator', 'Authenticator.RequestorType', 'BindException', 'CacheRequest', 'CacheResponse', 'ContentHandlerFactory', 'CookieHandler', 'DatagramPacket', 'DatagramSocket', 'DatagramSocketImpl', 'DatagramSocketImplFactory', 'FileNameMap', 'HttpRetryException', 'HttpURLConnection', 'Inet4Address', 'Inet6Address', 'InetAddress', 'InetSocketAddress', 'JarURLConnection', 'MalformedURLException', 'MulticastSocket', 'NetPermission', 'NetworkInterface', 'NoRouteToHostException', 'PasswordAuthentication', 'PortUnreachableException', 'ProtocolException', 'Proxy.Type', 'ProxySelector', 'ResponseCache', 'SecureCacheResponse', 'ServerSocket', 'Socket', 'SocketAddress', 'SocketException', 'SocketImpl', 'SocketImplFactory', 'SocketOptions', 'SocketPermission', 'SocketTimeoutException', 'URI', 'URISyntaxException', 'URL', 'URLClassLoader', 'URLConnection', 'URLDecoder', 'URLEncoder', 'URLStreamHandler', 'URLStreamHandlerFactory', 'UnknownServiceException'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 686 milliseconds