Home
last modified time | relevance | path

Searched refs:AsyncHttpURLConnection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java23 import org.appspot.apprtc.util.AsyncHttpURLConnection;
24 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
219 AsyncHttpURLConnection httpConnection = in sendWSSMessage()
220 new AsyncHttpURLConnection(method, postUrl, message, new AsyncHttpEvents() { in sendWSSMessage()
DRoomParametersFetcher.java22 import org.appspot.apprtc.util.AsyncHttpURLConnection;
23 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
67 AsyncHttpURLConnection httpConnection = in makeRequest()
68 new AsyncHttpURLConnection("POST", roomUrl, roomMessage, new AsyncHttpEvents() { in makeRequest()
DWebSocketRTCClient.java20 import org.appspot.apprtc.util.AsyncHttpURLConnection;
21 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
388 AsyncHttpURLConnection httpConnection = in sendPostMessage()
389 new AsyncHttpURLConnection("POST", url, message, new AsyncHttpEvents() { in sendPostMessage()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
DAsyncHttpURLConnection.java24 public class AsyncHttpURLConnection { class
41 public AsyncHttpURLConnection(String method, String url, String message, AsyncHttpEvents events) { in AsyncHttpURLConnection() method in AsyncHttpURLConnection
/external/webrtc/examples/
DBUILD.gn130 "androidapp/src/org/appspot/apprtc/util/AsyncHttpURLConnection.java",