Package org.eclipse.jetty.http.pathmap
Class AbstractPathSpec
- java.lang.Object
-
- org.eclipse.jetty.http.pathmap.AbstractPathSpec
-
- Direct Known Subclasses:
RegexPathSpec,ServletPathSpec,UriTemplatePathSpec
@Deprecated(since="2021-05-27") public abstract class AbstractPathSpec extends java.lang.Object implements PathSpec
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractPathSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(PathSpec other)Deprecated.booleanequals(java.lang.Object obj)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from interface org.eclipse.jetty.http.pathmap.PathSpec
getDeclaration, getGroup, getPathDepth, getPathInfo, getPathMatch, getPrefix, getSpecLength, getSuffix, matches
-
-
-
-
Method Detail
-
compareTo
public int compareTo(PathSpec other)
Deprecated.- Specified by:
compareToin interfacejava.lang.Comparable<PathSpec>
-
equals
public final boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-