19 OF_ASSUME_NONNULL_BEGIN
55 exception: (nullable
id)exception;
76 @property (nonatomic)
bool canDelaySendingPackets;
84 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
93 - (
void)connectToHost: (
OFString *)host port: (uint16_t)port;
101 - (
void)asyncConnectToHost: (
OFString *)host port: (uint16_t)port;
110 - (
void)asyncConnectToHost: (
OFString *)host
114 #ifdef OF_HAVE_BLOCKS
122 - (void)asyncConnectToHost: (
OFString *)host
134 - (void)asyncConnectToHost: (
OFString *)host
149 - (uint16_t)bindToHost: (
OFString *)host port: (uint16_t)port;
152 OF_ASSUME_NONNULL_END
void(^ of_sctp_socket_async_connect_block_t)(id _Nullable exception)
A block which is called when the socket connected.
Definition: OFSCTPSocket.h:33
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:42
A class which provides methods to create and use SCTP sockets in one-to-one mode.
Definition: OFSCTPSocket.h:68
A base class for sequenced packet sockets.
Definition: OFSequencedPacketSocket.h:130
A class for handling strings.
Definition: OFString.h:132
Definition: OFSCTPSocket.h:41
A delegate for OFSequencedPacketSocket.
Definition: OFSequencedPacketSocket.h:71