19OF_ASSUME_NONNULL_BEGIN
42@protocol OFSPXStreamSocketDelegate <OFStreamSocketDelegate>
55 didConnectToNetwork: (uint32_t)network
56 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
58 exception: (nullable
id)exception;
83@property OF_NULLABLE_PROPERTY (assign, nonatomic)
84 id <OFSPXStreamSocketDelegate> delegate;
96- (
void)connectToNetwork: (uint32_t)network
97 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
109- (
void)asyncConnectToNetwork: (uint32_t)network
110 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
111 port: (uint16_t)port;
123- (
void)asyncConnectToNetwork: (uint32_t)network
124 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
139- (void)asyncConnectToNetwork: (uint32_t)network
140 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
155- (void)asyncConnectToNetwork: (uint32_t)network
156 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
175 bindToNetwork: (uint32_t)network
176 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
177 port: (uint16_t)port;
void(^ OFSPXStreamSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition OFSPXStreamSocket.h:33
A class for storing constant strings using the @"" literal.
Definition OFConstantString.h:38
A class which provides methods to create and use SPX stream sockets.
Definition OFSPXStreamSocket.h:73
A class which provides methods to create and use stream sockets.
Definition OFStreamSocket.h:68
A class for handling strings.
Definition OFString.h:135
A struct which represents a host / port pair for a socket.
Definition OFSocket.h:182