Differences From Artifact [2c2229f73b]:
- File src/OFSocket.h — part of check-in [41d7910a65] at 2009-06-09 13:10:44 on branch trunk — Implement -[atEndOfStream] for OFSocket. (user: js, size: 997) [annotate] [blame] [check-ins using]
To Artifact [69355d01ce]:
- File src/OFSocket.h — part of check-in [f847f82b75] at 2009-06-09 20:44:54 on branch trunk — Make OFSocket a class cluster. (user: js, size: 1269) [annotate] [blame] [check-ins using]
| ︙ | |||
51 52 53 54 55 56 57 58 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | + + + + + + + + + + + |
*/
+ socket;
/**
* Enables/disables non-blocking I/O.
*/
- setBlocking: (BOOL)enable;
- connectToService: (OFString*)service
onNode: (OFString*)node;
- bindService: (OFString*)service
onNode: (OFString*)node
withFamily: (int)family;
- listenWithBackLog: (int)backlog;
- listen;
- (OFSocket*)accept;
- enableKeepAlives: (BOOL)enable;
- close;
@end
|