module CryBase::Connectivity::TLSSocket

Defined in:

crybase/connectivity/tls_socket.cr

Class Method Summary

Class Method Detail

def self.open(host_port : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client #

[View source]
def self.open(host : String, port : Int32, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client #

[View source]
def self.open(tcp : ::TCPSocket, host : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client #

[View source]