module
CryBase::Connectivity::TLSSocket
Defined in:
crybase/connectivity/tls_socket.crClass Method Summary
- .open(host_port : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
- .open(host : String, port : Int32, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
- .open(tcp : ::TCPSocket, host : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
Class Method Detail
def self.open(host_port : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
#
def self.open(host : String, port : Int32, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
#
def self.open(tcp : ::TCPSocket, host : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
#