Home
last modified time | relevance | path

Searched defs:sendRequest (Results 1 – 15 of 15) sorted by relevance

/external/nist-sip/java/javax/sip/
DClientTransaction.java15 void sendRequest() throws SipException; in sendRequest() method
DSipProvider.java48 void sendRequest(Request request) throws SipException; in sendRequest() method
DDialog.java71 void sendRequest(ClientTransaction clientTransaction) in sendRequest() method
/external/autotest/frontend/client/src/autotest/common/
DXhrJsonRpcProxy.java28 protected void sendRequest(JSONObject request, final JsonRpcCallback callback) { in sendRequest() method in XhrJsonRpcProxy
DJsonRpcProxy.java65 protected abstract void sendRequest(JSONObject request, final JsonRpcCallback callback); in sendRequest() method in JsonRpcProxy
DPaddedJsonRpcProxy.java151 protected void sendRequest(JSONObject request, JsonRpcCallback callback) { in sendRequest() method in PaddedJsonRpcProxy
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java145 private void sendRequest(HttpUrl url) { in sendRequest() method in NettyHttpClient.HttpChannel
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() method in TestThread
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() method in TestThread
/external/apache-http/android/src/android/net/http/
DRequest.java201 void sendRequest(AndroidHttpClientConnection httpClientConnection) in sendRequest() method in Request
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java887 public void sendRequest() throws SipException { in sendRequest() method in SIPClientTransaction
DSIPDialog.java2007 public void sendRequest(ClientTransaction clientTransactionId) in sendRequest() method in SIPDialog
2012 public void sendRequest(ClientTransaction clientTransactionId, boolean allowInterleaving) in sendRequest() method in SIPDialog
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java665 public void sendRequest(Request request) throws SipException { in sendRequest() method in SipProviderImpl
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpEngine.java207 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest() method in HttpEngine
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java199 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest() method in HttpEngine