Instance Propertyswift-nio 2.72.0NIOCore
inboundType
The inbound
message’s type.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var inboundType: Inbound.Type
Other members in extension
Type members
init(backPressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark, isOutboundHalfClosureEnabled: Bool, inboundType: Inbound.Type, outboundType: Outbound.Type
) Initializes a new
Configuration
.
Instance members
var backPressureStrategy: NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark
The back pressure strategy of the
inbound
.var isOutboundHalfClosureEnabled: Bool
If outbound half closure should be enabled. Outbound half closure is triggered once the
NIOAsyncChannelOutboundWriter
is either finished or deinitialized.var outboundType: Outbound.Type
The
outbound
message’s type.