16 #import "OFConnectSocketFailedException.h" 18 OF_ASSUME_NONNULL_BEGIN
28 OF_SUBCLASSING_RESTRICTED
32 unsigned char _node[IPX_NODE_LEN];
40 @property (readonly, nonatomic) uint32_t network;
45 @property (readonly, nonatomic) uint16_t port;
58 exceptionWithNetwork: (uint32_t)network
59 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
64 + (instancetype)exceptionWithSocket: (
id)socket
65 errNo: (
int)errNo OF_UNAVAILABLE;
78 initWithNetwork: (uint32_t)network
79 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
82 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
84 - (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
91 - (void)getNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node;
An exception indicating that a connection could not be established.
Definition: OFConnectSocketFailedException.h:33
An exception indicating that an SPX connection could not be established.
Definition: OFConnectSPXSocketFailedException.h:29