/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
AbstractHttpInputStream.java | 23 import java.net.CacheRequest; 38 private final CacheRequest cacheRequest; 42 AbstractHttpInputStream(InputStream in, HttpEngine httpEngine, CacheRequest cacheRequest) 47 OutputStream cacheBody = cacheRequest != null ? cacheRequest.getBody() : null; 51 cacheRequest = null; 55 this.cacheRequest = cacheRequest; [all...] |
UnknownLengthHttpInputStream.java | 20 import java.net.CacheRequest; 28 UnknownLengthHttpInputStream(InputStream is, CacheRequest cacheRequest, HttpEngine httpEngine) 30 super(is, httpEngine, cacheRequest);
|
Transport.java | 22 import java.net.CacheRequest; 59 InputStream getTransferStream(CacheRequest cacheRequest) throws IOException;
|
SpdyTransport.java | 24 import java.net.CacheRequest; 79 @Override public InputStream getTransferStream(CacheRequest cacheRequest) throws IOException { 80 return new UnknownLengthHttpInputStream(stream.getInputStream(), cacheRequest, httpEngine);
|
OkResponseCacheAdapter.java | 21 import java.net.CacheRequest; 41 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
|
HttpTransport.java | 26 import java.net.CacheRequest; 200 @Override public InputStream getTransferStream(CacheRequest cacheRequest) throws IOException { 202 return new FixedLengthInputStream(socketIn, cacheRequest, httpEngine, 0); 206 return new ChunkedInputStream(socketIn, cacheRequest, this); 210 return new FixedLengthInputStream(socketIn, cacheRequest, httpEngine, 217 return new UnknownLengthHttpInputStream(socketIn, cacheRequest, httpEngine); 371 public FixedLengthInputStream(InputStream is, CacheRequest cacheRequest, HttpEngine httpEngine, 373 super(is, httpEngine, cacheRequest); [all...] |
HttpEngine.java | 33 import java.net.CacheRequest; 108 private CacheRequest cacheRequest; 414 cacheRequest = responseCache.put(uri, connectionToCache); 666 initContentStream(transport.getTransferStream(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)
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
OkResponseCache.java | 19 import java.net.CacheRequest; 38 CacheRequest put(URI uri, URLConnection urlConnection) throws IOException;
|
HttpResponseCache.java | 40 import java.net.CacheRequest; 152 @Override public CacheRequest put(URI uri, URLConnection connection) throws IOException { 226 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException { 403 private final class CacheRequestImpl extends CacheRequest {
|
/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) {
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/ |
URLEncodingTest.java | 21 import java.net.CacheRequest; 128 @Override public CacheRequest put(URI uri, URLConnection connection) throws IOException {
|
HttpResponseCacheTest.java | 34 import java.net.CacheRequest; 241 @Override public CacheRequest put(URI uri, URLConnection conn) throws IOException { 503 @Override public CacheRequest put(URI uri, URLConnection conn) throws IOException { [all...] |
URLConnectionTest.java | 35 import java.net.CacheRequest; [all...] |
/frameworks/base/core/java/android/net/http/ |
HttpResponseCache.java | 26 import java.net.CacheRequest; 214 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | 32 import java.net.CacheRequest; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 38 import java.net.CacheRequest; [all...] |
/prebuilts/sdk/7/ |
android.jar | |
/external/libvpx/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 | |
/prebuilts/sdk/18/ |
android.jar | |
/frameworks/base/docs/html/ |
sitemap.txt | [all...] |