class ActionCable::Connection::ClientSocket

def parse(data)

def parse(data)
  @driver.parse(data)
end