Structureswift-nio 2.72.0NIOCore
Metadata
Any metadata associated with an AddressedEnvelope
struct Metadata
Other members in extension
Type members
init(remoteAddress: SocketAddress, data: DataType
) init(remoteAddress: SocketAddress, data: DataType, metadata: Metadata?
)
Instance members
var data: DataType
var description: String
var metadata: Metadata?
Any metadata associated with this
AddressedEnvelope
var remoteAddress: SocketAddress
Citizens in NIOCore
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type members
init(ecnState: NIOExplicitCongestionNotificationState
) init(ecnState: NIOExplicitCongestionNotificationState, packetInfo: NIOPacketInfo?
)
Instance members
var ecnState: NIOExplicitCongestionNotificationState
Details of any congestion state.
var packetInfo: NIOPacketInfo?
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.