Oolite 1.91.0.7644-241112-7f5034b
|
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 |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) breakConnectionWithMessage: | (NSString *) | message |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) closeConnection |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) disconnectFromServerWithMessage: | (NSString *) | message |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) dispatchPacket: | (NSDictionary *) | packet | |
ofType: | (NSString *) | packetType |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handleApproveConnectionPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handleCloseConnectionPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handleNoteConfigurationChangePacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handlePerformCommandPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handlePingPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handlePongPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handleRejectConnectionPacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) handleRequestConfigurationValuePacket: | (NSDictionary *) | packet |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) readData |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (BOOL) sendBytes: | (const void *) | bytes | |
count: | (size_t) | count |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) sendDictionary: | (NSDictionary *) | dictionary |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) sendPacket: | (NSString *) | packetType | |
withParameters: | (NSDictionary *) | parameters |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.
- (void) sendPacket: | (NSString *) | packetType | |
withValue: | (id) | value | |
forParameter: | (NSString *) | paramKey |
Extends class OODebugTCPConsoleClient.
Definition at line 704 of file OODebugTCPConsoleClient.m.