Adding Javadoc documentation.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / javadoc / index-files / index-17.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc (1.8.0_191) on Thu Mar 28 11:27:00 PDT 2019 -->
6 <title>T-Index</title>
7 <meta name="date" content="2019-03-28">
8 <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
9 <script type="text/javascript" src="../script.js"></script>
10 </head>
11 <body>
12 <script type="text/javascript"><!--
13     try {
14         if (location.href.indexOf('is-external=true') == -1) {
15             parent.document.title="T-Index";
16         }
17     }
18     catch(err) {
19     }
20 //-->
21 </script>
22 <noscript>
23 <div>JavaScript is disabled on your browser.</div>
24 </noscript>
25 <!-- ========= START OF TOP NAVBAR ======= -->
26 <div class="topNav"><a name="navbar.top">
27 <!--   -->
28 </a>
29 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30 <a name="navbar.top.firstrow">
31 <!--   -->
32 </a>
33 <ul class="navList" title="Navigation">
34 <li><a href="../overview-summary.html">Overview</a></li>
35 <li>Package</li>
36 <li>Class</li>
37 <li><a href="../overview-tree.html">Tree</a></li>
38 <li><a href="../deprecated-list.html">Deprecated</a></li>
39 <li class="navBarCell1Rev">Index</li>
40 <li><a href="../help-doc.html">Help</a></li>
41 </ul>
42 </div>
43 <div class="subNav">
44 <ul class="navList">
45 <li><a href="index-16.html">Prev Letter</a></li>
46 <li><a href="index-18.html">Next Letter</a></li>
47 </ul>
48 <ul class="navList">
49 <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li>
50 <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li>
51 </ul>
52 <ul class="navList" id="allclasses_navbar_top">
53 <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
54 </ul>
55 <div>
56 <script type="text/javascript"><!--
57   allClassesLink = document.getElementById("allclasses_navbar_top");
58   if(window==top) {
59     allClassesLink.style.display = "block";
60   }
61   else {
62     allClassesLink.style.display = "none";
63   }
64   //-->
65 </script>
66 </div>
67 <a name="skip.navbar.top">
68 <!--   -->
69 </a></div>
70 <!-- ========= END OF TOP NAVBAR ========= -->
71 <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">K</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">Z</a>&nbsp;<a name="I:T">
72 <!--   -->
73 </a>
74 <h2 class="title">T</h2>
75 <dl>
76 <dt><a href="../edu/uci/iotproject/analysis/TcpConversationUtils.html" title="class in edu.uci.iotproject.analysis"><span class="typeNameLink">TcpConversationUtils</span></a> - Class in <a href="../edu/uci/iotproject/analysis/package-summary.html">edu.uci.iotproject.analysis</a></dt>
77 <dd>
78 <div class="block">Utility functions for analyzing and structuring (sets of) <a href="../edu/uci/iotproject/trafficreassembly/layer3/Conversation.html" title="class in edu.uci.iotproject.trafficreassembly.layer3"><code>Conversation</code></a>s.</div>
79 </dd>
80 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/analysis/TcpConversationUtils.html#TcpConversationUtils--">TcpConversationUtils()</a></span> - Constructor for class edu.uci.iotproject.analysis.<a href="../edu/uci/iotproject/analysis/TcpConversationUtils.html" title="class in edu.uci.iotproject.analysis">TcpConversationUtils</a></dt>
81 <dd>&nbsp;</dd>
82 <dt><a href="../edu/uci/iotproject/analysis/TcpConversationUtils.SignaturePosition.html" title="enum in edu.uci.iotproject.analysis"><span class="typeNameLink">TcpConversationUtils.SignaturePosition</span></a> - Enum in <a href="../edu/uci/iotproject/analysis/package-summary.html">edu.uci.iotproject.analysis</a></dt>
83 <dd>
84 <div class="block">Identifies the adjacency type of the signature for merging.</div>
85 </dd>
86 <dt><a href="../edu/uci/iotproject/trafficreassembly/layer3/TcpReassembler.html" title="class in edu.uci.iotproject.trafficreassembly.layer3"><span class="typeNameLink">TcpReassembler</span></a> - Class in <a href="../edu/uci/iotproject/trafficreassembly/layer3/package-summary.html">edu.uci.iotproject.trafficreassembly.layer3</a></dt>
87 <dd>
88 <div class="block">Reassembles TCP conversations (streams).</div>
89 </dd>
90 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer3/TcpReassembler.html#TcpReassembler--">TcpReassembler()</a></span> - Constructor for class edu.uci.iotproject.trafficreassembly.layer3.<a href="../edu/uci/iotproject/trafficreassembly/layer3/TcpReassembler.html" title="class in edu.uci.iotproject.trafficreassembly.layer3">TcpReassembler</a></dt>
91 <dd>&nbsp;</dd>
92 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer3/Conversation.Direction.html#toCompactString--">toCompactString()</a></span> - Method in enum edu.uci.iotproject.trafficreassembly.layer3.<a href="../edu/uci/iotproject/trafficreassembly/layer3/Conversation.Direction.html" title="enum in edu.uci.iotproject.trafficreassembly.layer3">Conversation.Direction</a></dt>
93 <dd>
94 <div class="block">Get a compact string representation of this <code>Direction</code>.</div>
95 </dd>
96 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/util/PrintUtils.html#toCsv-edu.uci.iotproject.analysis.PcapPacketPair-">toCsv(PcapPacketPair)</a></span> - Static method in class edu.uci.iotproject.util.<a href="../edu/uci/iotproject/util/PrintUtils.html" title="class in edu.uci.iotproject.util">PrintUtils</a></dt>
97 <dd>
98 <div class="block">Converts a <code>PcapPacketPair</code> into a CSV string containing the packet lengths of the two packets in the pair.</div>
99 </dd>
100 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/util/PrintUtils.html#toCsv-edu.uci.iotproject.analysis.PcapPacketPair-edu.uci.iotproject.DnsMap-">toCsv(PcapPacketPair, DnsMap)</a></span> - Static method in class edu.uci.iotproject.util.<a href="../edu/uci/iotproject/util/PrintUtils.html" title="class in edu.uci.iotproject.util">PrintUtils</a></dt>
101 <dd>
102 <div class="block">Converts a <code>PcapPacketPair</code> into a CSV string containing the packet lengths of the two packets in the pair
103  followed by the source of each packet.</div>
104 </dd>
105 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/analysis/PcapPacketPair.html#toString--">toString()</a></span> - Method in class edu.uci.iotproject.analysis.<a href="../edu/uci/iotproject/analysis/PcapPacketPair.html" title="class in edu.uci.iotproject.analysis">PcapPacketPair</a></dt>
106 <dd>&nbsp;</dd>
107 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/analysis/UserAction.html#toString--">toString()</a></span> - Method in class edu.uci.iotproject.analysis.<a href="../edu/uci/iotproject/analysis/UserAction.html" title="class in edu.uci.iotproject.analysis">UserAction</a></dt>
108 <dd>&nbsp;</dd>
109 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html#toString--">toString()</a></span> - Method in class edu.uci.iotproject.trafficreassembly.layer2.<a href="../edu/uci/iotproject/trafficreassembly/layer2/Layer2Flow.html" title="class in edu.uci.iotproject.trafficreassembly.layer2">Layer2Flow</a></dt>
110 <dd>&nbsp;</dd>
111 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/trafficreassembly/layer3/Conversation.html#toString--">toString()</a></span> - Method in class edu.uci.iotproject.trafficreassembly.layer3.<a href="../edu/uci/iotproject/trafficreassembly/layer3/Conversation.html" title="class in edu.uci.iotproject.trafficreassembly.layer3">Conversation</a></dt>
112 <dd>&nbsp;</dd>
113 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/util/PrintUtils.html#toSummaryString-org.apache.commons.math3.stat.clustering.Cluster-">toSummaryString(Cluster&lt;PcapPacketPair&gt;)</a></span> - Static method in class edu.uci.iotproject.util.<a href="../edu/uci/iotproject/util/PrintUtils.html" title="class in edu.uci.iotproject.util">PrintUtils</a></dt>
114 <dd>
115 <div class="block">Generate a string that summarizes/describes <code>cluster</code>.</div>
116 </dd>
117 <dt><a href="../edu/uci/iotproject/analysis/TrafficLabeler.html" title="class in edu.uci.iotproject.analysis"><span class="typeNameLink">TrafficLabeler</span></a> - Class in <a href="../edu/uci/iotproject/analysis/package-summary.html">edu.uci.iotproject.analysis</a></dt>
118 <dd>
119 <div class="block">A <code>PacketListener</code> that marks network traffic as (potentially) related to a user's actions by comparing the
120  timestamp of each packet to the timestamps of the provided list of user actions.</div>
121 </dd>
122 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/analysis/TrafficLabeler.html#TrafficLabeler-java.util.List-">TrafficLabeler(List&lt;UserAction&gt;)</a></span> - Constructor for class edu.uci.iotproject.analysis.<a href="../edu/uci/iotproject/analysis/TrafficLabeler.html" title="class in edu.uci.iotproject.analysis">TrafficLabeler</a></dt>
123 <dd>&nbsp;</dd>
124 <dt><a href="../edu/uci/iotproject/io/TriggerTimesFileReader.html" title="class in edu.uci.iotproject.io"><span class="typeNameLink">TriggerTimesFileReader</span></a> - Class in <a href="../edu/uci/iotproject/io/package-summary.html">edu.uci.iotproject.io</a></dt>
125 <dd>
126 <div class="block">Parses a file to obtain the timestamps at which the smart plug was toggled on/off.</div>
127 </dd>
128 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/io/TriggerTimesFileReader.html#TriggerTimesFileReader--">TriggerTimesFileReader()</a></span> - Constructor for class edu.uci.iotproject.io.<a href="../edu/uci/iotproject/io/TriggerTimesFileReader.html" title="class in edu.uci.iotproject.io">TriggerTimesFileReader</a></dt>
129 <dd>&nbsp;</dd>
130 <dt><a href="../edu/uci/iotproject/analysis/TriggerTrafficExtractor.html" title="class in edu.uci.iotproject.analysis"><span class="typeNameLink">TriggerTrafficExtractor</span></a> - Class in <a href="../edu/uci/iotproject/analysis/package-summary.html">edu.uci.iotproject.analysis</a></dt>
131 <dd>
132 <div class="block">TODO add class documentation.</div>
133 </dd>
134 <dt><span class="memberNameLink"><a href="../edu/uci/iotproject/analysis/TriggerTrafficExtractor.html#TriggerTrafficExtractor-java.lang.String-java.util.List-java.lang.String-">TriggerTrafficExtractor(String, List&lt;Instant&gt;, String)</a></span> - Constructor for class edu.uci.iotproject.analysis.<a href="../edu/uci/iotproject/analysis/TriggerTrafficExtractor.html" title="class in edu.uci.iotproject.analysis">TriggerTrafficExtractor</a></dt>
135 <dd>&nbsp;</dd>
136 </dl>
137 <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">K</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">Z</a>&nbsp;</div>
138 <!-- ======= START OF BOTTOM NAVBAR ====== -->
139 <div class="bottomNav"><a name="navbar.bottom">
140 <!--   -->
141 </a>
142 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
143 <a name="navbar.bottom.firstrow">
144 <!--   -->
145 </a>
146 <ul class="navList" title="Navigation">
147 <li><a href="../overview-summary.html">Overview</a></li>
148 <li>Package</li>
149 <li>Class</li>
150 <li><a href="../overview-tree.html">Tree</a></li>
151 <li><a href="../deprecated-list.html">Deprecated</a></li>
152 <li class="navBarCell1Rev">Index</li>
153 <li><a href="../help-doc.html">Help</a></li>
154 </ul>
155 </div>
156 <div class="subNav">
157 <ul class="navList">
158 <li><a href="index-16.html">Prev Letter</a></li>
159 <li><a href="index-18.html">Next Letter</a></li>
160 </ul>
161 <ul class="navList">
162 <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li>
163 <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li>
164 </ul>
165 <ul class="navList" id="allclasses_navbar_bottom">
166 <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
167 </ul>
168 <div>
169 <script type="text/javascript"><!--
170   allClassesLink = document.getElementById("allclasses_navbar_bottom");
171   if(window==top) {
172     allClassesLink.style.display = "block";
173   }
174   else {
175     allClassesLink.style.display = "none";
176   }
177   //-->
178 </script>
179 </div>
180 <a name="skip.navbar.bottom">
181 <!--   -->
182 </a></div>
183 <!-- ======== END OF BOTTOM NAVBAR ======= -->
184 </body>
185 </html>