Class: Tox::Proxies::HTTP

Inherits:
Base
  • Object
show all
Defined in:
lib/tox/proxies/http.rb

Overview

HTTP proxy used to connect to TCP relays.

Constant Summary

Constants inherited from Base

Base::HOST_MAX_BYTESIZE, Base::PORT_RANGE

Instance Attribute Summary

Attributes inherited from Base

#host, #port

Instance Method Summary collapse

Methods inherited from Base

#==, #initialize

Constructor Details

This class inherits a constructor from Tox::Proxies::Base

Instance Method Details

#typeObject



9
10
11
# File 'lib/tox/proxies/http.rb', line 9

def type
  ProxyType::HTTP
end