Class RegexPathSpec


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

      Constructors 
      Constructor Description
      RegexPathSpec​(java.lang.String regex)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class org.eclipse.jetty.websocket.server.pathmap.PathSpec

        getSpec
      • Methods inherited from class java.lang.Object

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

      • RegexPathSpec

        public RegexPathSpec​(java.lang.String regex)
        Deprecated.