HNLBSession component is used for defining and storing properties of TCP session,
which localhost is participating in, and contains the following information:
- TCP session creation time;
- TCP session closing time;
- PID of the local process, participating in TCP session traffic;
- IP addresses and port numbers of the local and remote hosts, participating in the session
(HNLBHosts object);
- The size of the data, sent by localhost;
- The size of the data, received from the remote host;
- The direction of the TCP session: which server, local or remote has initialized this session.
HNLBSession are created and deleted by HNLBAdapter object.
Properties:
Methods: