class WebSocket::Driver::Client

def proxy(origin, options = {})

def proxy(origin, options = {})
  Proxy.new(self, origin, options)
end