Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    org.eclipse.jetty.http.PathMap
    replaced with PathMappings (this class will be removed in Jetty 10)
  • Deprecated Fields
    Field
    Description
    org.eclipse.jetty.http.HttpFields.__separators
    org.eclipse.jetty.http.HttpParser.__STRICT
    org.eclipse.jetty.http.HttpStatus.REQUEST_ENTITY_TOO_LARGE_413
    org.eclipse.jetty.http.HttpStatus.REQUEST_URI_TOO_LONG_414
    org.eclipse.jetty.http.HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE_416
  • Deprecated Methods
    Method
    Description
    org.eclipse.jetty.http.HttpFields.add(HttpFields)
    org.eclipse.jetty.http.HttpFields.getQuality(String)
    org.eclipse.jetty.http.HttpFields.getStringField(String)
    org.eclipse.jetty.http.HttpFields.getStringField(HttpHeader)
    org.eclipse.jetty.http.HttpFields.getValues(String, String)
    org.eclipse.jetty.http.HttpFields.qualityList(Enumeration<String>)
    org.eclipse.jetty.http.HttpGenerator.generateResponse(MetaData.Response, ByteBuffer, ByteBuffer, ByteBuffer, boolean)
    org.eclipse.jetty.http.HttpGenerator.getSendServerVersion()
    org.eclipse.jetty.http.HttpGenerator.setSendServerVersion(boolean)
    org.eclipse.jetty.http.HttpMethod.lookAheadGet(byte[], int, int)
    Not used
    org.eclipse.jetty.http.HttpParser.ComplianceHandler.onComplianceViolation(HttpCompliance, HttpCompliance, String)
    org.eclipse.jetty.http.HttpParser.HttpHandler.badMessage(int, String)
    use HttpParser.HttpHandler.badMessage(BadMessageException) instead
    org.eclipse.jetty.http.HttpURI.parseConnect(String)
    org.eclipse.jetty.http.MetaData.getVersion()
    use MetaData.getHttpVersion() instead
    org.eclipse.jetty.http.MimeTypes.inferCharsetFromContentType(String)
    org.eclipse.jetty.http.MultiPartFormInputStream.getParsedParts()
    org.eclipse.jetty.http.MultiPartFormInputStream.isDeleteOnExit()
    no replacement provided
    org.eclipse.jetty.http.MultiPartFormInputStream.setDeleteOnExit(boolean)
    no replacement provided.
    org.eclipse.jetty.http.pathmap.PathMappings.asPathSpec(String)
    use PathSpec.from(String) instead
    org.eclipse.jetty.http.pathmap.PathMappings.getMatch(String)
    use PathMappings.getMatched(String) instead
    org.eclipse.jetty.http.pathmap.PathSpec.getPathInfo(String)
    use PathSpec.matched(String) instead
    org.eclipse.jetty.http.pathmap.PathSpec.getPathMatch(String)
    use PathSpec.matched(String) instead
    org.eclipse.jetty.http.pathmap.PathSpec.matches(String)
    use PathSpec.matched(String) instead
    org.eclipse.jetty.http.pathmap.ServletPathSpec.getPathInfo(String)
    use ServletPathSpec.matched(String)#MatchedPath.getPathInfo() instead.
    org.eclipse.jetty.http.pathmap.ServletPathSpec.getPathMatch(String)
    use ServletPathSpec.matched(String)#MatchedPath.getPathMatch() instead.
  • Deprecated Constructors
    Constructor
    Description
    org.eclipse.jetty.http.HttpParser(HttpParser.RequestHandler, int, boolean)
    org.eclipse.jetty.http.HttpParser(HttpParser.ResponseHandler, int, boolean)
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.eclipse.jetty.http.HttpCompliance.CUSTOM0
    org.eclipse.jetty.http.HttpCompliance.CUSTOM1
    org.eclipse.jetty.http.HttpCompliance.CUSTOM2
    org.eclipse.jetty.http.HttpCompliance.CUSTOM3

Copyright © 1995–2025 Webtide. All rights reserved.