Searched refs:WebSocketChannelClient (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DWebSocketRTCClient.java14 import org.appspot.apprtc.WebSocketChannelClient.WebSocketChannelEvents;
15 import org.appspot.apprtc.WebSocketChannelClient.WebSocketConnectionState;
53 private WebSocketChannelClient wsClient;
97 wsClient = new WebSocketChannelClient(executor, this);
257 // All events are called by WebSocketChannelClient on a local looper thread
H A DWebSocketChannelClient.java38 public class WebSocketChannelClient { class
73 public WebSocketChannelClient(LooperExecutor executor, WebSocketChannelEvents events) { method in class:WebSocketChannelClient

Completed in 96 milliseconds