Class RegexPathSpec

java.lang.Object
org.eclipse.jetty.websocket.server.pathmap.PathSpec
org.eclipse.jetty.websocket.server.pathmap.RegexPathSpec

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

    • RegexPathSpec

      public RegexPathSpec(String regex)
      Deprecated.