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).



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

def start
  self.accept
end