22OF_ASSUME_NONNULL_BEGIN
76@protocol OFUNIXStreamSocketDelegate <OFStreamSocketDelegate>
98@property OF_NULLABLE_PROPERTY (assign, nonatomic)
99 id <OFUNIXStreamSocketDelegate> delegate;
113- (
void)connectToPath: (
OFString *)path;
122- (
void)bindToPath: (
OFString *)path;
A class for storing constant strings using the @"" literal.
Definition OFConstantString.h:42
An abstract class for storing objects in a dictionary.
Definition OFDictionary.h:84
A class which provides methods to create and use stream sockets.
Definition OFStreamSocket.h:88
A class for handling strings.
Definition OFString.h:143
A class which provides methods to create and use UNIX stream sockets.
Definition OFUNIXStreamSocket.h:88