struct

CryBase::Connectivity::SocketConfig

Inherits Struct < Value < Object

Constructors

new(tls : Bool = false, connect_timeout : Time::Span = 5.seconds, read_timeout : Time::Span | Nil = nil, write_timeout : Time::Span | Nil = nil, tls_verify : Bool = true, tls_hostname : String | Nil = nil, tls_context : OpenSSL::SSL::Context::Client | Nil = nil)
Source

Instance methods

connect_timeout
Source
read_timeout
Source
tls?
Source
tls_context
Source
tls_hostname
Source
tls_verify?
Source
write_timeout
Source