Available on
target_family="unix" only.Expand description
Unix (domain) socket client (connector) module for Rama.
Structs§
- Created
Unix Stream Connector - Contains a
Connectorcreated by aUnixStreamConnectorFactory, together with theContextused 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
UnixStreamConnectorFactorywhich is implemented to allow one to use aCloneableUnixStreamConnectoras aUnixStreamConnectorFactoryby cloning itself. - Unix
Target - Type of
UnixConnectorwhich connects to a fixed [Path].
Traits§
- Unix
Stream Connector - Trait used by the
UnixConnectorto 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.