Creates an IPv4 address from an IPv4Address.
IPv4Address
init(_ ip: SocketAddress.IPv4Address)
s2IPAAO2V4V0A8_NIOCoreEyAD0C013SocketAddressO04IPv4E0Vcfc
3UMIP
import IP_NIOCore
This module provides shims for compatibility with SwiftNIO’s IPv4Address and IPv6Address types.
IPv6Address
import IP
This Foundation-free module provides tools for parsing and formatting IP addresses, and data structures for performing efficient IP address lookups.
@frozen struct V4
An IPv4 address, which is 32 bits wide.
@frozen enum IP
The namespace for IP types.
struct IPv4Address
A single IPv4 address for SocketAddress.
SocketAddress
enum SocketAddress
Represent a socket address to which we may want to connect or bind.