Class: OpenSSL::SSL::SSLSocket

Inherits:
Object
  • Object
show all
Defined in:
lib/io/endpoint/ssl_endpoint.rb

Overview

Represents an SSL socket with additional methods for compatibility.

Instance Method Summary collapse

Instance Method Details

#startObject

Start the SSL handshake (alias for accept).



20
21
22
# File 'lib/io/endpoint/ssl_endpoint.rb', line 20

def start
	self.accept
end