Contents

NWProtocolFramer.Instance

An object that represents a single instance of your custom protocol running in a connection.

Declaration

final class Instance

Overview

All interaction between your protocol and the connection occurs through this object.

Topics

Writing Output

Delivering Input

Managing Instance Lifetime

Inspecting Instance Properties

Handling Asynchronous Events

Instance Properties

Instance Methods

See Also

Implementing Framer Protocols