Searched defs:sendRequest (Results 1 – 13 of 13) sorted by relevance
15 void sendRequest() throws SipException; in sendRequest() method
48 void sendRequest(Request request) throws SipException; in sendRequest() method
71 void sendRequest(ClientTransaction clientTransaction) in sendRequest() method
28 protected void sendRequest(JSONObject request, final JsonRpcCallback callback) { in sendRequest() method in XhrJsonRpcProxy
65 protected abstract void sendRequest(JSONObject request, final JsonRpcCallback callback); in sendRequest() method in JsonRpcProxy
151 protected void sendRequest(JSONObject request, JsonRpcCallback callback) { in sendRequest() method in PaddedJsonRpcProxy
145 private void sendRequest(HttpUrl url) { in sendRequest() method in NettyHttpClient.HttpChannel
191 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() method in TestThread
201 void sendRequest(AndroidHttpClientConnection httpClientConnection) in sendRequest() method in Request
887 public void sendRequest() throws SipException { in sendRequest() method in SIPClientTransaction
2007 public void sendRequest(ClientTransaction clientTransactionId) in sendRequest() method in SIPDialog2012 public void sendRequest(ClientTransaction clientTransactionId, boolean allowInterleaving) in sendRequest() method in SIPDialog
665 public void sendRequest(Request request) throws SipException { in sendRequest() method in SipProviderImpl
199 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest() method in HttpEngine