18 OF_ASSUME_NONNULL_BEGIN
27 id <OFTCPSocketDelegate> _Nullable _delegate;
31 id _Nullable _exception;
32 uint_least8_t _SOCKS5State;
34 unsigned char _buffer[257];
The root class for all other classes inside ObjFW.
Definition: OFObject.h:686
A class for handling strings.
Definition: OFString.h:134
A class which provides methods to create and use TCP sockets.
Definition: OFTCPSocket.h:66
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:25