ObjFW
Classes | Typedefs
OFSPXStreamSocket.h File Reference
#import "OFStreamSocket.h"
#import "OFRunLoop.h"
Include dependency graph for OFSPXStreamSocket.h:
This graph shows which files directly or indirectly include this file:

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(^ of_spx_stream_socket_async_connect_block_t) (id _Nullable exception)
 A block which is called when the socket connected. More...
 

Typedef Documentation

◆ of_spx_stream_socket_async_connect_block_t

typedef void(^ of_spx_stream_socket_async_connect_block_t) (id _Nullable exception)

A block which is called when the socket connected.

Parameters
exceptionAn exception which occurred while connecting the socket or nil on success