Class PathSpec

  • Direct Known Subclasses:
    RegexPathSpec, ServletPathSpec

    @Deprecated
    public abstract class PathSpec
    extends java.lang.Object
    Deprecated.
    moved to jetty-http PathSpec (this facade will be removed in Jetty 9.4)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PathSpec​(java.lang.String spec)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getSpec()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathSpec

        protected PathSpec​(java.lang.String spec)
        Deprecated.
    • Method Detail

      • getSpec

        public java.lang.String getSpec()
        Deprecated.