Macros§
- boxed_
connect_ handler - Generates a new
ConnectHandler
for the provided anonymous function in the form of - boxed_
launch_ handler - Generates a new
LaunchHandler
for the provided anonymous function in the form of
Structs§
- Config
- Configuration settings for a manager.
- Connection
Info - Information about a specific connection
- Connection
List - Represents a list of information about active connections
- Manager
Authenticator - Implementation of
Authenticator
used by a manger to perform authentication with remote servers it is managing. - Manager
Channel - Manager
Connection - Represents a connection a distant manager has with some distant-compatible server
- Manager
Server - Represents a manager of multiple server connections.
- RawChannel
- 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.
- SemVer
- SemVer version as defined by https://semver.org.
Enums§
Constants§
- PROTOCOL_
VERSION - Represents the version associated with the manager’s protocol.
Traits§
- Connect
Handler - Represents an interface to perform a connection to some remote
destination
. - Launch
Handler - Represents an interface to start a server at some remote
destination
.
Type Aliases§
- Boxed
Connect Handler - Boxed
Launch Handler - Manager
Authentication Id - Manager
Channel Id - Manager
Client - Represents a client that can connect to a remote server manager.