class OpenSSL::SSL::Socket
Superclass hierarchy
Object
Reference
OpenSSL::SSL::Socket
Included Modules
IO
Defined in:
Class Method Summary
.open_client
(io, context = Context.default, &block)
.new
(io, mode = :client, context = Context.default)
Instance Method Summary
#close
#finalize
#read
(slice : Slice(UInt8), count)
#write
(slice : Slice(UInt8), count)
Class Method Detail
def self.
open_client
(io, context =
Context
.default, &block)
def self.
new
(io, mode =
:client
, context =
Context
.default)
Instance Method Detail
def
close
def
finalize
def
read
(slice :
Slice
(
UInt8
), count)
def
write
(slice :
Slice
(
UInt8
), count)