module

CryBase::Connectivity

Shared transport helpers used by service-specific clients.

CryBase::Connectivity owns plaintext TCP and TLS socket construction so protocol clients can focus on Couchbase request/response behavior.

Class methods

open_socket(host_port : String, config : SocketConfig = SocketConfig.new) : IO
Source
open_socket(host : String, port : Int32, config : SocketConfig = SocketConfig.new) : IO
Source

Nested types