Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionDo not override. No longer invoked by Jetty.use
HttpConfiguration.getComplianceViolationListeners()instead to know if there are anyComplianceViolation.Listenerto notify. this method will be removed in Jetty 12.1.0useHttpConfiguration.addComplianceViolationListener(ComplianceViolation.Listener)instead. this method will be removed in Jetty 12.1.0
-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionDo not override. No longer invoked by Jetty.Override
EventsHandler.onComplete(Request, int, HttpFields, Throwable)instead.useStatisticsHandler.getRequestTotal()instead.useHttpConfiguration.getComplianceViolationListeners()instead to know if there are anyComplianceViolation.Listenerto notify. this method will be removed in Jetty 12.1.0useHttpConfiguration.addComplianceViolationListener(ComplianceViolation.Listener)instead. this method will be removed in Jetty 12.1.0