22OF_ASSUME_NONNULL_BEGIN
31@protocol OFUNIXDatagramSocketDelegate <OFDatagramSocketDelegate>
62@property OF_NULLABLE_PROPERTY (assign, nonatomic)
A base class for datagram sockets.
Definition OFDatagramSocket.h:147
A class for handling strings.
Definition OFString.h:143
A class which provides methods to create and use UNIX datagram sockets.
Definition OFUNIXDatagramSocket.h:52
id< OFUNIXDatagramSocketDelegate > delegate
The delegate for asynchronous operations on the socket.
Definition OFUNIXDatagramSocket.h:63
A struct which represents a host / port pair for a socket.
Definition OFSocket.h:189