22OF_ASSUME_NONNULL_BEGIN
30@protocol OFUNIXSequencedPacketSocketDelegate <OFSequencedPacketSocketDelegate>
54@property OF_NULLABLE_PROPERTY (assign, nonatomic)
55 id <OFUNIXSequencedPacketSocketDelegate>
delegate;
64- (
void)connectToPath: (
OFString *)path;
A base class for sequenced packet sockets.
Definition OFSequencedPacketSocket.h:184
A class for handling strings.
Definition OFString.h:143
A class which provides methods to create and use UNIX sequenced packet sockets.
Definition OFUNIXSequencedPacketSocket.h:44
id< OFUNIXSequencedPacketSocketDelegate > delegate
The delegate for asynchronous operations on the socket.
Definition OFUNIXSequencedPacketSocket.h:55