Class | Description |
---|---|
ChartDoSFilter |
Protect the /chart endpoint from too many requests.
|
ChartServlet |
A reimplementation of the
Google Chart Server's QR code encoder, which is now deprecated.
|
DecodeDoSFilter |
Protect the /decode endpoint from too many requests.
|
DecodeServlet |
HttpServlet which decodes images containing barcodes. |
DoSFilter |
A simplistic
Filter that rejects requests from hosts that are sending too many
requests in too short a time. |
HTTPSFilter |
Redirects things to HTTPS, like the main decode page, which should prefer HTTPS.
|
OutputUtils |
Utility functions for
decoderesult.jspx . |
TimeoutFilter |
Protect the decode endpoint from long-running requests.
|
WelcomeFilter |
Handles redirects to the app landing page.
|
Copyright © 2007–2022. All rights reserved.