Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)
instead. Will be removed in Jetty 12.1.0Useorg.eclipse.jetty.server.CookieCache
useHttpDateTime
insteaduseHttpDateTime.parseToEpoch(String)
insteaduseComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEY
instead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true)
.
Also make sure that aComplianceViolation.CapturingListener
has been added as a bean to either theConnector
orServer
for the Attribute to be created.)useContent.Source.from(ByteBufferPool.Sized, Path, long, long)
-
Deprecated ClassesClassDescriptionUse
org.eclipse.jetty.server.CookieCache
useHttpDateTime
insteaduseContent.Source.from(ByteBufferPool.Sized, Path, long, long)
-
Deprecated FieldsFieldDescriptionuse
ComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEY
instead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true)
.
Also make sure that aComplianceViolation.CapturingListener
has been added as a bean to either theConnector
orServer
for the Attribute to be created.)
-
Deprecated MethodsMethodDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)
instead. Will be removed in Jetty 12.1.0useHttpDateTime.parseToEpoch(String)
insteaduseHttpField.getValueParameters(String, Map)
insteadUseURIUtil.getDefaultPortForScheme(String)
UseURIUtil.normalizePortForScheme(String, int)
usePathSpec.matched(String)
insteadusePathSpec.matched(String)
insteaduseServletPathSpec.matched(String)
#MatchedPath.getPathInfo()
instead.
-
Deprecated ConstructorsConstructorDescription
-
Deprecated Enum ConstantsEnum ConstantDescriptionUse SPECIAL_CHARS_IN_QUOTESno replacement because was mistakenly considered a violation