Module distant_net::manager

source ·

Macros

Generates a new ConnectHandler for the provided anonymous function in the form of
Generates a new LaunchHandler for the provided anonymous function in the form of

Structs

Configuration settings for a manager.
Information about a specific connection
Represents a list of information about active connections
Implementation of Authenticator used by a manger to perform authentication with remote servers it is managing.
Set of supported capabilities for a manager
ManagerCapability tied to a manager. A capability is equivalent based on its kind and not description.
An iterator over the variants of Self
Represents a connection a distant manager has with some distant-compatible server
Represents a manager of multiple server connections.
Represents a raw channel between a manager client and server. Underneath, this routes incoming and outgoing data from a proxied server to an inmemory transport.

Enums

Auto-generated discriminant enum variants

Traits

Represents an interface to perform a connection to some remote destination.
Represents an interface to start a server at some remote destination.

Type Definitions

Represents a client that can connect to a remote server manager.