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

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    org.eclipse.jetty.http.pathmap.PathMappings.asPathSpec(String)
    use PathSpec.from(String) instead
    org.eclipse.jetty.http.pathmap.PathMappings.getMatch(String)
    use getMatched(String) instead
  • Deprecated Classes
    Class
    Description
    org.eclipse.jetty.http.CookieCutter
  • Deprecated Fields
    Field
    Description
    org.eclipse.jetty.http.UriCompliance.SAFE
    equivalent to DEFAULT
    org.eclipse.jetty.http.UriCompliance.STRICT
    equivalent to RFC3986
  • Deprecated Methods
    Method
    Description
    org.eclipse.jetty.http.HttpMethod.lookAheadGet(byte[], int, int)
    Not used
    org.eclipse.jetty.http.pathmap.PathMappings.asPathSpec(String)
    use PathSpec.from(String) instead
    org.eclipse.jetty.http.pathmap.PathMappings.getMatch(String)
    use 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 Enum Constants
    Enum Constant
    Description
    org.eclipse.jetty.http.CookieCompliance.Violation.COMMA_NOT_VALID_OCTET
    Use SPECIAL_CHARS_IN_QUOTES
    org.eclipse.jetty.http.CookieCompliance.Violation.RESERVED_NAMES_NOT_DOLLAR_PREFIXED
    no replacement because was mistakenly considered a violation

Copyright © 1995–2023 Webtide. All rights reserved.