Object
The socket address of the server
The SNI hostname
The port this request is for
Creates a new SNIRequest.
# File webrick/https.rb, line 112 def initialize(sslsocket, hostname) @host = hostname @addr = sslsocket.addr @port = @addr[1] end
This page was generated for Ruby trunk
Generated with Ruby-doc Rdoc Generator 0.44.0.