xref: /aosp_15_r20/external/zxing/docs/apidocs/com/google/zxing/web/package-summary.html (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
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 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>com.google.zxing.web (ZXing 3.5.1 API)</title>
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="com.google.zxing.web (ZXing 3.5.1 API)";
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 class="navBarCell1Rev">Package</li>
36<li>Class</li>
37<li><a href="package-use.html">Use</a></li>
38<li><a href="package-tree.html">Tree</a></li>
39<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
40<li><a href="../../../../index-all.html">Index</a></li>
41<li><a href="../../../../help-doc.html">Help</a></li>
42</ul>
43</div>
44<div class="subNav">
45<ul class="navList">
46<li><a href="../../../../com/google/zxing/qrcode/encoder/package-summary.html">Prev&nbsp;Package</a></li>
47<li>Next&nbsp;Package</li>
48</ul>
49<ul class="navList">
50<li><a href="../../../../index.html?com/google/zxing/web/package-summary.html" target="_top">Frames</a></li>
51<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
52</ul>
53<ul class="navList" id="allclasses_navbar_top">
54<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
55</ul>
56<div>
57<script type="text/javascript"><!--
58  allClassesLink = document.getElementById("allclasses_navbar_top");
59  if(window==top) {
60    allClassesLink.style.display = "block";
61  }
62  else {
63    allClassesLink.style.display = "none";
64  }
65  //-->
66</script>
67</div>
68<a name="skip.navbar.top">
69<!--   -->
70</a></div>
71<!-- ========= END OF TOP NAVBAR ========= -->
72<div class="header">
73<h1 title="Package" class="title">Package&nbsp;com.google.zxing.web</h1>
74</div>
75<div class="contentContainer">
76<ul class="blockList">
77<li class="blockList">
78<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
79<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
80<tr>
81<th class="colFirst" scope="col">Class</th>
82<th class="colLast" scope="col">Description</th>
83</tr>
84<tbody>
85<tr class="altColor">
86<td class="colFirst"><a href="../../../../com/google/zxing/web/ChartDoSFilter.html" title="class in com.google.zxing.web">ChartDoSFilter</a></td>
87<td class="colLast">
88<div class="block">Protect the /chart endpoint from too many requests.</div>
89</td>
90</tr>
91<tr class="rowColor">
92<td class="colFirst"><a href="../../../../com/google/zxing/web/ChartServlet.html" title="class in com.google.zxing.web">ChartServlet</a></td>
93<td class="colLast">
94<div class="block">A reimplementation of the
95 <a href="https://google-developers.appspot.com/chart/infographics/docs/qr_codes">
96 Google Chart Server's QR code encoder</a>, which is now deprecated.</div>
97</td>
98</tr>
99<tr class="altColor">
100<td class="colFirst"><a href="../../../../com/google/zxing/web/DecodeDoSFilter.html" title="class in com.google.zxing.web">DecodeDoSFilter</a></td>
101<td class="colLast">
102<div class="block">Protect the /decode endpoint from too many requests.</div>
103</td>
104</tr>
105<tr class="rowColor">
106<td class="colFirst"><a href="../../../../com/google/zxing/web/DecodeServlet.html" title="class in com.google.zxing.web">DecodeServlet</a></td>
107<td class="colLast">
108<div class="block"><code>HttpServlet</code> which decodes images containing barcodes.</div>
109</td>
110</tr>
111<tr class="altColor">
112<td class="colFirst"><a href="../../../../com/google/zxing/web/DoSFilter.html" title="class in com.google.zxing.web">DoSFilter</a></td>
113<td class="colLast">
114<div class="block">A simplistic <code>Filter</code> that rejects requests from hosts that are sending too many
115 requests in too short a time.</div>
116</td>
117</tr>
118<tr class="rowColor">
119<td class="colFirst"><a href="../../../../com/google/zxing/web/HTTPSFilter.html" title="class in com.google.zxing.web">HTTPSFilter</a></td>
120<td class="colLast">
121<div class="block">Redirects things to HTTPS, like the main decode page, which should prefer HTTPS.</div>
122</td>
123</tr>
124<tr class="altColor">
125<td class="colFirst"><a href="../../../../com/google/zxing/web/OutputUtils.html" title="class in com.google.zxing.web">OutputUtils</a></td>
126<td class="colLast">
127<div class="block">Utility functions for <code>decoderesult.jspx</code>.</div>
128</td>
129</tr>
130<tr class="rowColor">
131<td class="colFirst"><a href="../../../../com/google/zxing/web/TimeoutFilter.html" title="class in com.google.zxing.web">TimeoutFilter</a></td>
132<td class="colLast">
133<div class="block">Protect the decode endpoint from long-running requests.</div>
134</td>
135</tr>
136<tr class="altColor">
137<td class="colFirst"><a href="../../../../com/google/zxing/web/WelcomeFilter.html" title="class in com.google.zxing.web">WelcomeFilter</a></td>
138<td class="colLast">
139<div class="block">Handles redirects to the app landing page.</div>
140</td>
141</tr>
142</tbody>
143</table>
144</li>
145</ul>
146</div>
147<!-- ======= START OF BOTTOM NAVBAR ====== -->
148<div class="bottomNav"><a name="navbar.bottom">
149<!--   -->
150</a>
151<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
152<a name="navbar.bottom.firstrow">
153<!--   -->
154</a>
155<ul class="navList" title="Navigation">
156<li><a href="../../../../overview-summary.html">Overview</a></li>
157<li class="navBarCell1Rev">Package</li>
158<li>Class</li>
159<li><a href="package-use.html">Use</a></li>
160<li><a href="package-tree.html">Tree</a></li>
161<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
162<li><a href="../../../../index-all.html">Index</a></li>
163<li><a href="../../../../help-doc.html">Help</a></li>
164</ul>
165</div>
166<div class="subNav">
167<ul class="navList">
168<li><a href="../../../../com/google/zxing/qrcode/encoder/package-summary.html">Prev&nbsp;Package</a></li>
169<li>Next&nbsp;Package</li>
170</ul>
171<ul class="navList">
172<li><a href="../../../../index.html?com/google/zxing/web/package-summary.html" target="_top">Frames</a></li>
173<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
174</ul>
175<ul class="navList" id="allclasses_navbar_bottom">
176<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
177</ul>
178<div>
179<script type="text/javascript"><!--
180  allClassesLink = document.getElementById("allclasses_navbar_bottom");
181  if(window==top) {
182    allClassesLink.style.display = "block";
183  }
184  else {
185    allClassesLink.style.display = "none";
186  }
187  //-->
188</script>
189</div>
190<a name="skip.navbar.bottom">
191<!--   -->
192</a></div>
193<!-- ======== END OF BOTTOM NAVBAR ======= -->
194<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2022. All rights reserved.</small></p>
195</body>
196</html>
197