|
INET Framework for OMNeT++/OMNEST
|
#include <TcpSocket.h>
Public Member Functions | |
| virtual void | socketDataArrived (TcpSocket *socket)=0 |
| virtual void | socketDataArrived (TcpSocket *socket, Packet *packet, bool urgent) override |
| Notifies about data arrival, packet ownership is transferred to the callee. More... | |
Public Member Functions inherited from inet::TcpSocket::ICallback | |
| virtual | ~ICallback () |
| virtual void | socketAvailable (TcpSocket *socket, TcpAvailableInfo *availableInfo)=0 |
| virtual void | socketEstablished (TcpSocket *socket)=0 |
| virtual void | socketPeerClosed (TcpSocket *socket)=0 |
| virtual void | socketClosed (TcpSocket *socket)=0 |
| virtual void | socketFailure (TcpSocket *socket, int code)=0 |
| virtual void | socketStatusArrived (TcpSocket *socket, TcpStatusInfo *status)=0 |
| virtual void | socketDeleted (TcpSocket *socket)=0 |
|
pure virtual |
Implemented in inet::Ldp, and inet::bgp::BgpRouter.
|
inlineoverridevirtual |
Notifies about data arrival, packet ownership is transferred to the callee.
Implements inet::TcpSocket::ICallback.
Reimplemented in inet::bgp::BgpRouter.