18OF_ASSUME_NONNULL_BEGIN
27 id <OFTCPSocketDelegate> _Nullable _delegate;
31 id _Nullable _exception;
32 uint_least8_t _SOCKS5State;
34 unsigned char _buffer[257];
41 delegate: (nullable
id <OFTCPSocketDelegate>)delegate
void(^ OFTCPSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition OFTCPSocket.h:33
A class for storing and manipulating arbitrary data in an array.
Definition OFMutableData.h:26
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
A class for handling strings.
Definition OFString.h:135
A class which provides methods to create and use TCP sockets.
Definition OFTCPSocket.h:67
Definition OFTCPSocket.h:41