Searched refs:getRequestMethod (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpsURLConnectionImpl.java131 @Override public String getRequestMethod() { method in class:HttpsURLConnectionImpl
132 return delegate.getRequestMethod();
H A DHttpEngine.java409 responseCache.maybeRemove(connectionToCache.getRequestMethod(), uri);
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java232 String requestMethod = httpConnection.getRequestMethod();
551 this.requestMethod = httpConnection.getRequestMethod();
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1293 assertEquals(requestMethod, connection.getRequestMethod());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds