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).
19 20 21 |
# File 'lib/io/endpoint/ssl_endpoint.rb', line 19 def start self.accept end |