Home | History | Annotate | Download | only in websockets

Lines Matching refs:WebSocketChannel

35 class NET_EXPORT WebSocketChannel {
47 // Creates a new WebSocketChannel in an idle state.
50 WebSocketChannel(scoped_ptr<WebSocketEventInterface> event_interface,
52 virtual ~WebSocketChannel();
82 // handshake, but destroying the WebSocketChannel object while connected will
136 // WebSocketChannel. WebSocketChannel does not inherit from
139 // lifetime of a WebSocketChannel is longer than the lifetime of the
275 base::OneShotTimer<WebSocketChannel> timer_;
290 DISALLOW_COPY_AND_ASSIGN(WebSocketChannel);