Contents

NetworkConnection

Connect to an endpoint on the network to send and receive data.

Declaration

final class NetworkConnection<ApplicationProtocol> where ApplicationProtocol : NetworkProtocolOptions

Overview

A connection handles establishment of any transport, security, and application-level protocols required to transmit and receive user data. Connections may make multiple establishment attempts before the connection is ready.

Topics

Initializers

Instance Properties

Instance Methods