Structureswift-nio 2.84.0NIOCore
FailedToParseIPByteBuffer
Unable to parse a given IP ByteBuffer
struct FailedToParseIPByteBuffer
Unable to parse a given IP ByteBuffer
struct FailedToParseIPByteBuffer
s7NIOCore18SocketAddressErrorO25FailedToParseIPByteBufferV
What are these?IE6Y
import NIOCore
The core abstractions that make up SwiftNIO.
enum SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(address: ByteBuffer)
var address: ByteBuffer
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.