This is the complete list of members for
BaseTcpSupport, including all inherited members.
bindAndListenTcp(int port) | BaseTcpSupport | [protected] |
closeTcpConnection(TransportAddress address) | BaseTcpSupport | [protected] |
CONNECTION_RESET enum value | BaseTcpSupport | |
CONNECTION_SUCC_ClOSED enum value | BaseTcpSupport | |
establishTcpConnection(TransportAddress address) | BaseTcpSupport | [protected] |
EvCode enum name | BaseTcpSupport | |
getTcpOut() | BaseTcpSupport | [inline, protected] |
handleConnectionEvent(EvCode code, TransportAddress address) | BaseTcpSupport | [protected, virtual] |
handleDataReceived(TransportAddress address, cPacket *msg, bool urgent) | BaseTcpSupport | [protected, virtual] |
handleIncomingConnection(TransportAddress address) | BaseTcpSupport | [protected, virtual] |
handleTCPMessage(cMessage *msg) | BaseTcpSupport | [protected] |
isAlreadyConnected(TransportAddress address) | BaseTcpSupport | [protected] |
msgQueue typedef | BaseTcpSupport | [private] |
NO_EST_CONNECTION enum value | BaseTcpSupport | |
PEER_CLOSED enum value | BaseTcpSupport | |
PEER_REFUSED enum value | BaseTcpSupport | |
PEER_TIMEDOUT enum value | BaseTcpSupport | |
queuedTx | BaseTcpSupport | [private] |
sendTcpData(cPacket *msg, TransportAddress address) | BaseTcpSupport | [protected] |
setTcpOut(cGate *gate) | BaseTcpSupport | [inline, protected] |
socketDataArrived(int connId, void *yourPtr, cPacket *msg, bool urgent) | BaseTcpSupport | [virtual] |
socketEstablished(int connId, void *yourPtr) | BaseTcpSupport | [virtual] |
socketFailure(int connId, void *yourPtr, int code) | BaseTcpSupport | [virtual] |
socketPeerClosed(int connId, void *yourPtr) | BaseTcpSupport | [virtual] |
sockets | BaseTcpSupport | [private] |
socketStatusArrived(int connId, void *yourPtr, TCPStatusInfo *status) | BaseTcpSupport | [inline, virtual] |
tcpOut | BaseTcpSupport | [private] |
transQueue typedef | BaseTcpSupport | [private] |