Class: Bundler::Persistent::Net::HTTP::Persistent::SSLReuse

Inherits:
Bundler::Persistent::Net::HTTP show all
Defined in:
lib/bundler/vendor/net-http-persistent/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

Constructor Details

#initialize(address, port = nil) ⇒ SSLReuse

:nodoc:



18
19
20
21
22
# File 'lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb', line 18

def initialize address, port = nil # :nodoc:
  super

  @ssl_session = nil
end