22 OF_ASSUME_NONNULL_BEGIN
98 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
113 - (
void)connectToPath: (
OFString *)path;
122 - (
void)bindToPath: (
OFString *)path;
125 OF_ASSUME_NONNULL_END
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
A class which provides methods to create and use UNIX stream sockets.
Definition: OFUNIXStreamSocket.h:87
A class for handling strings.
Definition: OFString.h:142
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:82
A class which provides methods to create and use stream sockets.
Definition: OFStreamSocket.h:85