22 OF_ASSUME_NONNULL_BEGIN
31 id <OFTCPSocketDelegate> _Nullable _delegate;
35 id _Nullable _exception;
36 uint_least8_t _SOCKS5State;
38 unsigned char _buffer[257];
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
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 handling strings.
Definition: OFString.h:142
A class which provides methods to create and use TCP sockets.
Definition: OFTCPSocket.h:85
A class for storing and manipulating arbitrary data in an array.
Definition: OFMutableData.h:29