Initializerswift-nio 2.72.0NIOCore
init(address:)
SocketAddresses.swift:76init(address: ByteBuffer)
init(address: ByteBuffer)
s7NIOCore18SocketAddressErrorO25FailedToParseIPByteBufferV7addressAeA04ByteI0V_tcfc
What are these?
FNV24: [YITC]
import NIOCore
The core abstractions that make up SwiftNIO.
struct FailedToParseIPByteBuffer
Unable to parse a given IP ByteBuffer
enum SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
var address: ByteBuffer