Searched defs:requestBody (Results 1 - 8 of 8) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java51 public HttpMethodResponse(HttpRequestBase request, HttpResponse response, byte[] requestBody, argument
57 this.requestBody = requestBody;
64 private final byte[] requestBody; field in class:HttpMethodResponse
115 if (requestBody != null) {
116 request.append(new String(requestBody, requestEncoding));
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java287 * @param requestBody the body of the request.
295 private AuthorizationHeader getAuthorization(String method, String uri, String requestBody, argument
310 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
354 * @param requestBody the body of the request.
362 private AuthorizationHeader getAuthorization(String method, String uri, String requestBody, argument
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpTransport.java76 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
77 httpConnection.writeRequestBody(requestBody);
H A DTransport.java59 void writeRequestBody(RetryableSink requestBody) throws IOException; argument
H A DHttpURLConnectionImpl.java287 RetryableSink requestBody, Response priorResponse) {
315 return new HttpEngine(engineClient, request, bufferRequestBody, connection, null, requestBody,
346 Sink requestBody = httpEngine.getRequestBody();
358 requestBody = null;
361 if (requestBody != null && !(requestBody instanceof RetryableSink)) {
370 httpEngine = newHttpEngine(retryMethod, connection, (RetryableSink) requestBody,
286 newHttpEngine(String method, Connection connection, RetryableSink requestBody, Response priorResponse) argument
H A DSpdyTransport.java100 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
H A DHttpConnection.java237 public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
240 requestBody.writeToSocket(sink);
/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 449 milliseconds