|
ObjFW
|
Go to the source code of this file.
Classes | |
| protocol | <OFStreamSocketDelegate> |
| class | OFStreamSocket |
| A class which provides methods to create and use stream sockets. More... | |
Typedefs | |
| typedef bool(^ | OFStreamSocketAsyncAcceptBlock) (OFStreamSocket *acceptedSocket, id exception) |
| A block which is called when the socket accepted a connection. | |
| typedef bool(^ OFStreamSocketAsyncAcceptBlock) (OFStreamSocket *acceptedSocket, id exception) |
A block which is called when the socket accepted a connection.
| acceptedSocket | The socket which has been accepted |
| exception | An exception which occurred while accepting the socket or nil on success |