Module client
Expand description
Unix (domain) socket client (connector) module for Rama.
Structs§
- Created
Unix Stream Connector - Contains a
Connector
created by aUnixStreamConnectorFactory
, together with theContext
used to create it in relation to. - Unix
Connector - A connector which can be used to establish a Unix connection to a server.
- Unix
Stream Connector Clone Factory - Utility implementation of a
UnixStreamConnectorFactory
which is implemented to allow one to use aClone
ableUnixStreamConnector
as aUnixStreamConnectorFactory
by cloning itself. - Unix
Target - Type of
UnixConnector
which connects to a fixed [Path
].
Traits§
- Unix
Stream Connector - Trait used by the
UnixConnector
to actually establish theUnixStream
. - Unix
Stream Connector Factory - Factory to create a
UnixStreamConnector
. This is used by the Unix stream service to create a stream within a specificContext
.