Searched refs:AsyncHttpEvents (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/util/ |
D | AsyncHttpURLConnection.java | 30 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/ |
D | WebSocketChannelClient.java | 24 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents; 220 new AsyncHttpURLConnection(method, postUrl, message, new AsyncHttpEvents() { in sendWSSMessage()
|
D | RoomParametersFetcher.java | 23 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents; 68 new AsyncHttpURLConnection("POST", roomUrl, roomMessage, new AsyncHttpEvents() { in makeRequest()
|
D | WebSocketRTCClient.java | 21 import org.appspot.apprtc.util.AsyncHttpURLConnection.AsyncHttpEvents; 389 new AsyncHttpURLConnection("POST", url, message, new AsyncHttpEvents() { in sendPostMessage()
|