|
Oolite
|
#include <OODebugTCPConsoleClient.h>
Inheritance diagram for OODebugTCPConsoleClient:
Collaboration diagram for OODebugTCPConsoleClient:Instance Methods | |
| (id) | - initWithAddress:port: |
| (id) | - init [implementation] |
| (void) | - dealloc [implementation] |
| (BOOL) | - connectDebugMonitor:errorMessage: [implementation] |
| (void) | - disconnectDebugMonitor:message: [implementation] |
| (oneway void) | - debugMonitor:jsConsoleOutput:colorKey:emphasisRange: [implementation] |
| (oneway void) | - debugMonitorClearConsole: [implementation] |
| (oneway void) | - debugMonitorShowConsole: [implementation] |
| (oneway void) | - debugMonitor:noteConfiguration: [implementation] |
| (oneway void) | - debugMonitor:noteChangedConfigrationValue:forKey: [implementation] |
| (void) | - stream:handleEvent: [implementation] |
| (void) | - closeConnection [implementation] |
| (BOOL) | - sendBytes:count: [implementation] |
| (void) | - sendDictionary: [implementation] |
| (void) | - sendPacket:withParameters: [implementation] |
| (void) | - sendPacket:withValue:forParameter: [implementation] |
| (void) | - readData [implementation] |
| (void) | - dispatchPacket:ofType: [implementation] |
| (void) | - handleApproveConnectionPacket: [implementation] |
| (void) | - handleRejectConnectionPacket: [implementation] |
| (void) | - handleCloseConnectionPacket: [implementation] |
| (void) | - handleNoteConfigurationChangePacket: [implementation] |
| (void) | - handlePerformCommandPacket: [implementation] |
| (void) | - handleRequestConfigurationValuePacket: [implementation] |
| (void) | - handlePingPacket: [implementation] |
| (void) | - handlePongPacket: [implementation] |
| (void) | - disconnectFromServerWithMessage: [implementation] |
| (void) | - breakConnectionWithMessage: [implementation] |
| (void) | - breakConnectionWithBadStream: [implementation] |
Private Attributes | |
| NSHost * | _host |
| NSOutputStream * | _outStream |
| NSInputStream * | _inStream |
| OOTCPClientConnectionStatus | _status |
| OODebugMonitor * | _monitor |
| struct OOTCPStreamDecoder * | _decoder |
Definition at line 47 of file OODebugTCPConsoleClient.h.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Reimplemented from <OODebuggerInterface>.
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Definition at line 704 of file OODebugTCPConsoleClient.m.
| - (id) initWithAddress: | (NSString *) | address | |
| port: | (uint16_t) | port | |
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Provided by category OODebugTCPConsoleClient(OOPrivate).
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
implementation |
Definition at line 704 of file OODebugTCPConsoleClient.m.
|
private |
Definition at line 56 of file OODebugTCPConsoleClient.h.
|
private |
Definition at line 51 of file OODebugTCPConsoleClient.h.
|
private |
Definition at line 53 of file OODebugTCPConsoleClient.h.
|
private |
Definition at line 55 of file OODebugTCPConsoleClient.h.
|
private |
Definition at line 52 of file OODebugTCPConsoleClient.h.
|
private |
Definition at line 54 of file OODebugTCPConsoleClient.h.