Searched defs:http (Results 1 - 25 of 36) sorted by relevance

12

/libcore/luni/src/main/java/libcore/net/http/
H A DResponseUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package libcore.net.http;
H A DHttpDate.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package libcore.net.http;
48 /* This list comes from {@code org.apache.http.impl.cookie.BrowserCompatSpec}. */
/libcore/luni/src/test/java/libcore/net/http/
H A DResponseUtilsTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package libcore.net.http;
22 import static libcore.net.http.ResponseUtils.responseCharset;
/libcore/ojluni/src/main/java/sun/net/www/http/
H A DHurryable.java25 package sun.net.www.http;
H A DHttpCaptureInputStream.java26 package sun.net.www.http;
H A DHttpCaptureOutputStream.java26 package sun.net.www.http;
H A DKeepAliveStreamCleaner.java26 package sun.net.www.http;
63 final String maxDataKey = "http.KeepAlive.remainingData";
71 final String maxCapacityKey = "http.KeepAlive.queuedConnections";
H A DPosterOutputStream.java26 package sun.net.www.http;
H A DKeepAliveCache.java26 package sun.net.www.http;
49 * It can be reset by setting system property "http.maxConnections".
56 new sun.security.action.GetIntegerAction("http.maxConnections",
77 * @param http The HttpClient to be cached
79 public synchronized void put(final URL url, Object obj, HttpClient http) { argument
122 int keepAliveTimeout = http.getKeepAliveTimeout();
125 v.put(http);
128 v.put(http);
H A DHttpCapture.java26 package sun.net.www.http;
36 * Captures are triggered by the sun.net.http.captureRules system property.
69 return NetProperties.get("sun.net.http.captureRules");
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/
H A DHandler.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package libcore.java.net.customstreamhandler.http;
27 * be "http".
/libcore/support/src/test/java/tests/http/
H A DSocketPolicy.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package tests.http;
H A DRecordedRequest.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package tests.http;
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DAuthCache.java26 package sun.net.www.protocol.http;
31 * Interface provided by internal http authentication cache.
45 * C is either "http" or "https"
H A DAuthCacheImpl.java26 package sun.net.www.protocol.http;
H A DAuthScheme.java25 package sun.net.www.protocol.http;
27 /* Authentication schemes supported by the http implementation. New schemes, if
H A DHandler.java30 package sun.net.www.protocol.http;
36 /** open an http input stream given a URL */
H A DHttpAuthenticator.java26 package sun.net.www.protocol.http;
62 * --> GET http://www.authorization-required.com/ HTTP/1.0
68 * --> GET http://www.authorization-required.com/ HTTP/1.0
H A DHttpCallerInfo.java26 package sun.net.www.protocol.http;
H A DNegotiator.java26 package sun.net.www.protocol.http;
51 clazz = Class.forName("sun.net.www.protocol.http.spnego.NegotiatorImpl", true, null);
H A DAuthCacheValue.java26 package sun.net.www.protocol.http;
90 * returns http or https
H A DAuthenticationHeader.java26 package sun.net.www.protocol.http;
72 * Attention: when http.auth.preference is set as SPNEGO or Kerberos, it's actually "Negotiate
97 new sun.security.action.GetPropertyAction("http.auth.preference"));
99 // http.auth.preference can be set to SPNEGO or Kerberos.
194 // line. Even if the user explicitly set http.auth.preference
H A DBasicAuthentication.java26 package sun.net.www.protocol.http;
38 * BasicAuthentication: Encapsulate an http server authentication using
H A DNTLMAuthenticationProxy.java25 package sun.net.www.protocol.http;
40 private static final String clazzStr = "sun.net.www.protocol.http.ntlm.NTLMAuthentication";
H A DNegotiateAuthentication.java26 package sun.net.www.protocol.http;
35 import static sun.net.www.protocol.http.AuthScheme.NEGOTIATE;
36 import static sun.net.www.protocol.http.AuthScheme.KERBEROS;

Completed in 285 milliseconds

12