19 OF_ASSUME_NONNULL_BEGIN
34 id _Nullable exception);
56 didConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
57 network: (uint32_t)network
59 exception: (nullable
id)exception;
84 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
95 - (
void)connectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
96 network: (uint32_t)network
108 - (
void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
109 network: (uint32_t)network
110 port: (uint16_t)port;
122 - (
void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
123 network: (uint32_t)network
127 #ifdef OF_HAVE_BLOCKS
138 - (void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
139 network: (uint32_t)network
154 - (void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
155 network: (uint32_t)network
171 OF_ASSUME_NONNULL_END
void(^ of_spx_stream_socket_async_connect_block_t)(id _Nullable exception)
A block which is called when the socket connected.
Definition: OFSPXStreamSocket.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 SPX stream sockets.
Definition: OFSPXStreamSocket.h:74
A class which provides methods to create and use stream sockets.
Definition: OFStreamSocket.h:69
A class for handling strings.
Definition: OFString.h:132
Definition: OFSPXStreamSocket.h:43
Definition: OFStreamSocket.h:45
A struct which represents a host / port pair for a socket.
Definition: socket.h:136