#include <IPEndpoint.h>
Inheritance diagram for IPEndpoint:

Public Member Functions | |
| IPEndpoint (int sbs=16384, int rbs=16384) | |
| ~IPEndpoint () | |
| virtual void | listenCont (antEnvMsg *msg) |
| virtual void | sendCont (antEnvMsg *msg) |
| virtual void | receiveCont (antEnvMsg *msg) |
| virtual void | closeCont (antEnvMsg *msg) |
| virtual void | connectCont (antEnvMsg *msg) |
Protected Attributes | |
| antModuleRef | endpoint |
| antSharedBuffer | sendBuffer |
| byte * | sharedSendBuffer |
| int | sharedSendBufferSize |
| int | sharedReceiveBufferSize |
| antSharedBuffer | receiveBuffer |
| byte * | sharedReceiveBuffer |
| int * | listenContSelector |
| int * | sendContSelector |
| int * | receiveContSelector |
| int * | closeContSelector |
| int * | connectContSelector |
| antStackRef | ipStackRef |
| OID * | myOID_ |
Definition at line 20 of file IPEndpoint.h.
|
||||||||||||
|
Definition at line 20 of file IPEndpoint.cpp. References closeContSelector, connectContSelector, ProcessBase::getOID(), ipStackRef, listenContSelector, myOID_, receiveBuffer, receiveContSelector, sendBuffer, sendContSelector, sharedReceiveBuffer, sharedReceiveBufferSize, sharedSendBuffer, and sharedSendBufferSize. |
Here is the call graph for this function:

|
|
Definition at line 69 of file IPEndpoint.cpp. References receiveBuffer, and sendBuffer. |
|
|
Reimplemented in TCPEndpoint. Definition at line 26 of file IPEndpoint.h. |
|
|
Reimplemented in TCPEndpoint, and UDPEndpoint. Definition at line 27 of file IPEndpoint.h. |
|
|
Reimplemented in TCPEndpoint, and UDPEndpoint. Definition at line 28 of file IPEndpoint.h. |
|
|
Reimplemented in TCPEndpoint, and UDPEndpoint. Definition at line 29 of file IPEndpoint.h. |
|
|
Reimplemented in TCPEndpoint. Definition at line 30 of file IPEndpoint.h. |
|
|
Definition at line 34 of file IPEndpoint.h. |
|
|
Definition at line 36 of file IPEndpoint.h. Referenced by IPEndpoint(), and ~IPEndpoint(). |
|
|
Definition at line 37 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 38 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 39 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Reimplemented in TCPHandler. Definition at line 42 of file IPEndpoint.h. Referenced by IPEndpoint(), and ~IPEndpoint(). |
|
|
Definition at line 43 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 50 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 51 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 52 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 53 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 54 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 60 of file IPEndpoint.h. Referenced by IPEndpoint(). |
|
|
Definition at line 61 of file IPEndpoint.h. Referenced by IPEndpoint(). |
1.3.6