ObjFW
|
Go to the source code of this file.
Classes | |
protocol | <OFSPXStreamSocketDelegate> |
class | OFSPXStreamSocket |
A class which provides methods to create and use SPX stream sockets. More... | |
Typedefs | |
typedef void(^ | OFSPXStreamSocketAsyncConnectBlock) (id exception) |
A block which is called when the socket connected. | |
typedef void(^ OFSPXStreamSocketAsyncConnectBlock) (id exception) |
A block which is called when the socket connected.
exception | An exception which occurred while connecting the socket or nil on success |