# File lib/em-http/client.rb, line 362
    def socks_methods
      methods = []
      methods << 2 if !options[:proxy][:authorization].nil? # 2 => Username/Password Authentication
      methods << 0 # 0 => No Authentication Required

      methods
    end