Expand description
TCP and TLS connector services.
Stages of the TCP connector service:
- Resolve
Host(if needed) with givenResolverand collect list of socket addresses. - Establish TCP connection and return
TcpStream.
Stages of TLS connector services:
- Resolve DNS and establish a
TcpStreamwith the TCP connector service. - Wrap the stream and perform connect handshake with remote peer.
- Return wrapped stream type that implements
AsyncReadandAsyncWrite.
Modules
Structs
Connection request information.
Wraps underlying I/O and the connection request that initiated it.
Combined resolver and TCP connector service factory.
Combined resolver and TCP connector service.
DNS resolver service factory.
DNS resolver service.
Enums
Errors that can result from using a connector service.