|
Wired Networking
2.0
Wired Networking is an Objective-C implementation of the Wired protocol for Mac OS X
|

Public Member Functions | |
| (id) | - initWithAddress:type: |
| (id) | - initWithFileDescriptor: |
| (WIAddress *) | - address |
| (int) | - fileDescriptor |
| (void *) | - SSL |
| (wi_socket_t *) | - socket |
| (NSString *) | - cipherVersion |
| (NSString *) | - cipherName |
| (NSUInteger) | - cipherBits |
| (NSString *) | - certificateName |
| (NSUInteger) | - certificateBits |
| (NSString *) | - certificateHostname |
| (void) | - setDelegate: |
| (id< WISocketDelegate >) | - delegate |
| (void) | - setPort: |
| (NSUInteger) | - port |
| (void) | - setDirection: |
| (WISocketDirection) | - direction |
| (void) | - setBlocking: |
| (BOOL) | - blocking |
| (void) | - setInteractive: |
| (BOOL) | - interactive |
| (BOOL) | - waitWithTimeout: |
| (BOOL) | - connectWithTimeout:error: |
| (BOOL) | - connectWithTLS:timeout:error: |
| (BOOL) | - listenWithError: |
| (WISocket *) | - acceptWithTimeout:error: |
| (void) | - close |
| (BOOL) | - writeString:encoding:timeout:error: |
| (NSString *) | - readStringOfLength:encoding:timeout:error: |
| (NSString *) | - readStringUpToString:encoding:timeout:error: |
| (void) | - scheduleInRunLoop:forMode: |
| (void) | - removeFromRunLoop:forMode: |
Static Public Member Functions | |
| (WISocket *) | + socketWithAddress:type: |
| (WISocket *) | + socketWithFileDescriptor: |
Protected Attributes | |
| id< WISocketDelegate > | delegate |
| wi_socket_t * | _socket |
| WIAddress * | _address |
| NSMutableString * | _buffer |
| WIError * | _readTimeoutError |
| CFSocketRef | _socketRef |
| CFRunLoopSourceRef | _sourceRef |
1.7.6.1