Type:
Class

SOCKS is an Internet protocol that routes packets between a client and a server through a proxy server. SOCKS5, if supported, additionally provides authentication so only authorized users may access a server.

new

SOCKSSocket.new(host, serv) => socket Class Public methods Opens a SOCKS

2015-05-15 08:23:19
new 2

new(host, serv) Class Public methods

2015-05-15 08:25:53
close

close() Instance Public methods Closes the SOCKS connection.

2015-05-15 08:27:30