Handbook
Glossary
input/output-ports ( -- input output )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
None
Outputs
input
an
object
output
an
object
Definition
USING:
accessors
io
io.ports
io.sockets.secure
kernel
namespaces
;
IN:
io.sockets.secure.openssl
:
input/output-ports
( -- input output )
input-stream
output-stream
[
get
underlying-port
check-buffer
]
bi@
2dup
[
handle>>
]
bi@
eq?
[
upgrade-on-non-socket
]
unless
;