Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)instead. Will be removed in Jetty 12.1.0Useorg.eclipse.jetty.server.CookieCacheuseHttpDateTimeinsteaduseHttpDateTime.parseToEpoch(String)insteaduseComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEYinstead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true).
Also make sure that aComplianceViolation.CapturingListenerhas been added as a bean to either theConnectororServerfor the Attribute to be created.)useContent.Source.from(ByteBufferPool.Sized, Path, long, long)useMultiPartFormData.getParts(Attributes)instead
-
Deprecated ClassesClassDescriptionUse
org.eclipse.jetty.server.CookieCacheuseHttpDateTimeinsteaduseContent.Source.from(ByteBufferPool.Sized, Path, long, long)
-
Deprecated FieldsFieldDescriptionuse
ComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEYinstead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true).
Also make sure that aComplianceViolation.CapturingListenerhas been added as a bean to either theConnectororServerfor 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)useMultiPartFormData.getParts(Attributes)insteadusePathSpec.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