Home | History | Annotate | Download | only in websockets

Lines Matching defs:WebSocketChannel

44 class NET_EXPORT WebSocketChannel {
56 // Creates a new WebSocketChannel in an idle state.
59 WebSocketChannel(scoped_ptr<WebSocketEventInterface> event_interface,
61 virtual ~WebSocketChannel();
91 // handshake, but destroying the WebSocketChannel object while connected will
185 // WebSocketChannel. WebSocketChannel does not inherit from
188 // lifetime of a WebSocketChannel is longer than the lifetime of the
374 base::OneShotTimer<WebSocketChannel> timer_;
411 DISALLOW_COPY_AND_ASSIGN(WebSocketChannel);