Handbook
Glossary
remote>handle ( remote -- handle )
Vocabulary
io
.
sockets
.
private
Inputs
remote
an
object
Outputs
handle
an
object
Definition
IN:
io.sockets.private
GENERIC:
remote>handle
( remote -- handle )
Methods
USING:
io.sockets.private
io.sockets.unix
kernel
unix.ffi
;
M:
object
remote>handle
[
protocol-family
SOCK_STREAM
]
[
protocol
]
bi
socket-fd
[
init-client-socket
]
[
?bind-client
]
[
]
tri
;
USING:
accessors
io.sockets.private
io.sockets.secure
io.sockets.secure.openssl
kernel
;
M:
secure
remote>handle
[
addrspec>>
remote>handle
]
[
hostname>>
]
bi
<ssl-socket>
;