Lynkeos
|
Private part of the class. More...
Instance Methods | |
(void) | - handlePortMessage: |
Delegate called when a message is received on our port. More... | |
(void) | - handleQueueTimer: |
Handle retransmission timeout. More... | |
(void) | - handleQueue: |
Try to send second level queue messages in the port. More... | |
Private part of the class.
- (void) handlePortMessage: | (NSPortMessage*) | portMessage |
Delegate called when a message is received on our port.
portMessage | The received message |
References LynkeosThreadCnxEnd::_state, LynkeosThreadCnxEnd::adjustMessageCount:, and handleQueue:.
- (void) handleQueue: | (LynkeosThreadCnxEnd*) | endPoint |
Try to send second level queue messages in the port.
endPoint | The endpoint to process |
References LynkeosThreadCnxEnd::_queue, LynkeosThreadCnxEnd::_state, and LynkeosThreadCnxEnd::adjustMessageCount:.
Referenced by handlePortMessage:, and handleQueueTimer:.
- (void) handleQueueTimer: | (NSTimer*) | timer |