Searched defs:requestBody (Results 1 - 16 of 16) 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.java55 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
56 httpConnection.writeRequestBody(requestBody);
H A DTransport.java43 void writeRequestBody(RetryableSink requestBody) throws IOException; argument
H A DFramedTransport.java95 @Override public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
96 requestBody.writeToSocket(stream.getSink());
H A DHttpConnection.java237 public void writeRequestBody(RetryableSink requestBody) throws IOException { argument
240 requestBody.writeToSocket(sink);
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DHttpURLConnectionImpl.java338 private HttpEngine newHttpEngine(String method, Connection connection, RetryableSink requestBody, argument
384 requestBody, priorResponse);
428 Sink requestBody = httpEngine.getRequestBody();
430 requestBody = null;
433 if (requestBody != null && !(requestBody instanceof RetryableSink)) {
442 httpEngine = newHttpEngine(followUp.method(), connection, (RetryableSink) requestBody,
/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 ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 1227 milliseconds