Searched defs:WebSocketHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketHandle.h46 // WebSocketHandle is an interface class designed to be a handle of WebSocket connection.
47 // WebSocketHandle will be used together with WebSocketHandleClient.
49 // Once a WebSocketHandle is deleted there will be no notification to the corresponding WebSocketHandleClient.
50 // Once a WebSocketHandleClient receives DidClose, any method of the corresponding WebSocketHandle can't be called.
52 class WebSocketHandle { class in namespace:blink
60 virtual ~WebSocketHandle() { }

Completed in 454 milliseconds