class Socks::Socks5
- Socks::Socks5
- Socks::Socks
- IO
- Reference
- Object
Defined in:
nghttp/transports/socks/socks.crConstant Summary
-
Version =
5
Instance Method Summary
- #authtype : Socks::Socks5::AuthType
- #connect(host : String, port : Int)
- #handle_auth
- #local_address
- #recv_connect
- #recv_welcome
- #remote_address
- #send_connect(host, port)
- #send_welcome
Instance methods inherited from class Socks::Socks
close(*args, **options)close(*args, **options, &) close, closed?(*args, **options)
closed?(*args, **options, &) closed?, connect(host : String, port : Int) connect, connect_socks connect_socks, flush(*args, **options)
flush(*args, **options, &) flush, peek(*args, **options)
peek(*args, **options, &) peek, read(*args, **options)
read(*args, **options, &) read, rewind(*args, **options)
rewind(*args, **options, &) rewind, socks socks, socks? : TCPSocket? socks?, socks_host : String socks_host, socks_port : Int32 socks_port, tty?(*args, **options)
tty?(*args, **options, &) tty?, write(data : Bytes) : Nil write