| Interface | Description |
|---|---|
| JettyServerInitializer | |
| ServletFilterHolder |
A ServletFilterHolder is a class that holds all of the information required to attach a Filter to a Servlet.
|
| Exception | Description |
|---|---|
| BadRequestException |
This class is for any exceptions that should return a bad request status code (404).
|
| ServiceUnavailableException |
This class is for any exceptions that should return a Service unavailable status code (503).
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.