| Module | OpenSSL::SSL::SocketForwarder |
| In: |
openssl/lib/openssl/ssl.rb
|
# File openssl/lib/openssl/ssl.rb, line 48 def do_not_reverse_lookup=(flag) to_io.do_not_reverse_lookup = flag end
# File openssl/lib/openssl/ssl.rb, line 36 def getsockopt(level, optname) to_io.getsockopt(level, optname) end
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.