|
Oolite
|
Instance Methods | |
| (void) | - closeConnection |
| (BOOL) | - sendBytes:count: |
| (void) | - sendDictionary: |
| (void) | - sendPacket:withParameters: |
| (void) | - sendPacket:withValue:forParameter: |
| (void) | - readData |
| (void) | - dispatchPacket:ofType: |
| (void) | - handleApproveConnectionPacket: |
| (void) | - handleRejectConnectionPacket: |
| (void) | - handleCloseConnectionPacket: |
| (void) | - handleNoteConfigurationChangePacket: |
| (void) | - handlePerformCommandPacket: |
| (void) | - handleRequestConfigurationValuePacket: |
| (void) | - handlePingPacket: |
| (void) | - handlePongPacket: |
| (void) | - disconnectFromServerWithMessage: |
| (void) | - breakConnectionWithMessage: |
| (void) | - breakConnectionWithBadStream: |
Definition at line 68 of file OODebugTCPConsoleClient.m.
| - (void) breakConnectionWithBadStream: | (NSStream *) | stream |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) breakConnectionWithMessage: | (NSString *) | message |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) closeConnection |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) disconnectFromServerWithMessage: | (NSString *) | message |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) dispatchPacket: | (NSDictionary *) | packet | |
| ofType: | (NSString *) | packetType | |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handleApproveConnectionPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handleCloseConnectionPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handleNoteConfigurationChangePacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handlePerformCommandPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handlePingPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handlePongPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handleRejectConnectionPacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) handleRequestConfigurationValuePacket: | (NSDictionary *) | packet |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) readData |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (BOOL) sendBytes: | (const void *) | bytes | |
| count: | (size_t) | count | |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) sendDictionary: | (NSDictionary *) | dictionary |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) sendPacket: | (NSString *) | packetType | |
| withParameters: | (NSDictionary *) | parameters | |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (void) sendPacket: | (NSString *) | packetType | |
| withValue: | (id) | value | |
| forParameter: | (NSString *) | paramKey | |
Definition at line 704 of file OODebugTCPConsoleClient.m.