---
title: NWProtocolFramer.Options
framework: network
role: symbol
role_heading: Class
path: network/nwprotocolframer/options
---

# NWProtocolFramer.Options

A container you use to add your custom protocol to a connection’s protocol stack.

## Declaration

```swift
class Options
```

## Topics

### Creating Framer Options

- [init(definition:)](network/nwprotocolframer/options/init(definition:).md)

### Subscripts

- [subscript(_:)](network/nwprotocolframer/options/subscript(_:).md)

## Relationships

### Inherits From

- [NWProtocolOptions](network/nwprotocoloptions.md)

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Using Framers with Connections

- [NWProtocolFramer.Definition](network/nwprotocolframer/definition.md)
- [NWProtocolFramer.Message](network/nwprotocolframer/message.md)
