22OF_ASSUME_NONNULL_BEGIN
31 id <OFTCPSocketDelegate> _Nullable _delegate;
35 id _Nullable _exception;
36 uint_least8_t _SOCKS5State;
38 unsigned char _buffer[257];
45 delegate: (nullable
id <OFTCPSocketDelegate>)delegate
void(^ OFTCPSocketConnectedHandler)(OFTCPSocket *socket, OFString *host, uint16_t port, id exception)
A handler which is called when the socket connected.
Definition OFTCPSocket.h:51
A class for storing and manipulating arbitrary data in an array.
Definition OFMutableData.h:30
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143
A class which provides methods to create and use TCP sockets.
Definition OFTCPSocket.h:86
Definition OFTCPSocket.h:60