Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3f4e04aa6e31fd66cb710ae98e84e5541669eac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
	<!--  Escape to the root of your source folder  -->
	<meta
		name="root"
		content="../../../../../../" />
	<title>WTP API overview</title>
</head>

<body>


<abstract>This package gives core (non-UI) access to the TCP/IP monitor. Clients can
query for existing monitors, create new monitors, start/stop monitors, and
listen for requests being received by a running monitor.</abstract>

<p>The MonitorCore class gives initial access to all of the API. From here you
can query the existing monitors, create new ones, and add/remove a listener for
monitor changes.</p>

<p>The IMonitor interface provides information about a particular monitor,
allowing you to change it via a working copy, start/stop it, or add a listener
for request activity.</p>

</body>
</html>

Back to the top