Searched refs:writeRequestBody (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DTransport.java44 * #writeRequestBody}. This allows HTTP authorization (401, 407)
59 void writeRequestBody(RetryableSink requestBody) throws IOException; method in interface:Transport
H A DHttpTransport.java76 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { method in class:HttpTransport
77 httpConnection.writeRequestBody(requestBody);
H A DHttpConnection.java237 public void writeRequestBody(RetryableSink requestBody) throws IOException { method in class:HttpConnection
H A DSpdyTransport.java100 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { method in class:SpdyTransport
H A DHttpEngine.java622 transport.writeRequestBody((RetryableSink) requestBodyOut);
/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 146 milliseconds