Class: OpenSSL::SSL::SSLSocket
- Inherits:
-
Object
- Object
- OpenSSL::SSL::SSLSocket
- Defined in:
- lib/io/endpoint/ssl_endpoint.rb
Overview
Represents an SSL socket with additional methods for compatibility.
Instance Method Summary collapse
-
#start ⇒ Object
Start the SSL handshake (alias for accept).
Instance Method Details
#start ⇒ Object
Start the SSL handshake (alias for accept).
20 21 22 |
# File 'lib/io/endpoint/ssl_endpoint.rb', line 20 def start self.accept end |