+ (int) protocol :(const char *) name - [DSocket]
- (DSocket *) accept - [DSocket]
- (BOOL) bind :(id <DSocketAddressable>) address - [DSocket]
- (BOOL) blocking - [DSocket]
- (BOOL) blocking :(BOOL) block - [DSocket]
- (BOOL) close - [DSocket]
- (BOOL) connect :(id <DSocketAddressable>) address - [DSocket]
- deepen - [DSocket]
- (int) error - [DSocket]
- (int) fileno - [DSocket]
- free - [DSocket]
- (BOOL) getSocketOption :(int) level :(int) optname :(void *) optval :(int) optsize - [DSocket]
- (DSocket *) init - [DSocket]
- (DSocket *) init :(int) family :(int) type :(int) protocol - [DSocket]
- (DSocket *) init :(int) fileno :(id <DSocketAddressable>) address :(int) type :(int) protocol - [DSocket]
- (BOOL) keepAlive - [DSocket]
- (BOOL) keepAlive :(BOOL) keep - [DSocket]
- (unsigned) linger - [DSocket]
- (BOOL) linger :(unsigned) secs - [DSocket]
- (BOOL) listen :(int) backlog - [DSocket]
- (BOOL) open :(int) family :(int) type :(int) protocol - [DSocket]
- (int) receiveBufferSize - [DSocket]
- (BOOL) receiveBufferSize :(int) size - [DSocket]
- (DData *) recv :(int) length :(int) flags - [DSocket]
- (int) recv :(DText *) dest :(int) length :(int) flags - [DSocket]
- (DData *) recvfrom :(id <DSocketAddressable>) address :(int) length :(int) flags - [DSocket]
- (int) recvfrom :(DText *) dest :(id <DSocketAddressable>) address :(int) length :(int) flags - [DSocket]
- (BOOL) reuseAddr - [DSocket]
- (BOOL) reuseAddr :(BOOL) reuse - [DSocket]
- (int) send :(const char *) cstring :(int) flags - [DSocket]
- (int) send :(void *) data :(int) length :(int) flags - [DSocket]
- (int) sendBufferSize - [DSocket]
- (BOOL) sendBufferSize :(int) size - [DSocket]
- (int) sendto :(id <DSocketAddressable>) address :(const char *) cstring :(int) flags - [DSocket]
- (int) sendto :(id <DSocketAddressable>) address :(void *) data :(int) length :(int) flags - [DSocket]
- (BOOL) setSocketOption :(int) level :(int) optname :(void *) optval :(int) optsize - [DSocket]
- (BOOL) shutdown :(int) what - [DSocket]
generated 08-Jan-2006 by ObjcDoc 3.0.0