Home
last modified time | relevance | path

Searched refs:AsyncHttpEvents (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
DAsyncHttpURLConnection.java30 private final AsyncHttpEvents events;
36 public interface AsyncHttpEvents { interface in AsyncHttpURLConnection
41 public AsyncHttpURLConnection(String method, String url, String message, AsyncHttpEvents events) { in AsyncHttpURLConnection()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketChannelClient.java24 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
220 new AsyncHttpURLConnection(method, postUrl, message, new AsyncHttpEvents() { in sendWSSMessage()
DRoomParametersFetcher.java23 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
68 new AsyncHttpURLConnection("POST", roomUrl, roomMessage, new AsyncHttpEvents() { in makeRequest()
DWebSocketRTCClient.java21 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents;
389 new AsyncHttpURLConnection("POST", url, message, new AsyncHttpEvents() { in sendPostMessage()