Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The TCPMapping filter API lets you intercept TCP connections and data travelling through a TCP mapping service from a client to a server. You can modify the data, make additional connections and send data to the server or client side. Whilst other filters are high-level protocol specific (HTTP, POP3), TCP mapping filters monitor at the TCP level allowing more fine grained control.

...