module

CryBase::Connectivity::TLSSocket

Class methods

open(host_port : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
Source
open(host : String, port : Int32, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
Source
open(tcp : ::TCPSocket, host : String, config : SocketConfig = SocketConfig.new) : OpenSSL::SSL::Socket::Client
Source