class Excon::Connection

def socket_key

def socket_key
  "#{@connection[:host]}:#{@connection[:port]}"
end