Lynkeos
Instance Methods | List of all members
LynkeosThreadConnection(Private) Category Reference

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...
 

Detailed Description

Private part of the class.

Method Documentation

- (void) handlePortMessage: (NSPortMessage*)  portMessage

Delegate called when a message is received on our port.

Parameters
portMessageThe received message

References LynkeosThreadCnxEnd::_state, LynkeosThreadCnxEnd::adjustMessageCount:, and handleQueue:.

- (void) handleQueue: (LynkeosThreadCnxEnd*)  endPoint

Try to send second level queue messages in the port.

Parameters
endPointThe endpoint to process

References LynkeosThreadCnxEnd::_queue, LynkeosThreadCnxEnd::_state, and LynkeosThreadCnxEnd::adjustMessageCount:.

Referenced by handlePortMessage:, and handleQueueTimer:.

- (void) handleQueueTimer: (NSTimer*)  timer

Handle retransmission timeout.

Parameters
timerThe retransmission timer

References handleQueue:.


The documentation for this category was generated from the following file: