Class: Net::HTTP::Persistent::SSLReuse
- Inherits:
-
Net::HTTP
- Object
- Net::HTTP
- Net::HTTP::Persistent::SSLReuse
- Defined in:
- lib/net/http/persistent/ssl_reuse.rb
Overview
This Net::HTTP subclass adds SSL session reuse and Server Name Indication (SNI) RFC 3546.
DO NOT DEPEND UPON THIS CLASS
This class is an implementation detail and is subject to change or removal at any time.
Instance Method Summary collapse
-
#initialize(address, port = nil) ⇒ SSLReuse
constructor
:nodoc:.
Constructor Details
#initialize(address, port = nil) ⇒ SSLReuse
:nodoc:
18 19 20 21 22 |
# File 'lib/net/http/persistent/ssl_reuse.rb', line 18 def initialize address, port = nil # :nodoc: super @ssl_session = nil end |