Interface Rule.ApplyURI

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void applyURI​(org.eclipse.jetty.server.Request request, java.lang.String oldURI, java.lang.String newURI)  
    • Method Detail

      • applyURI

        void applyURI​(org.eclipse.jetty.server.Request request,
                      java.lang.String oldURI,
                      java.lang.String newURI)
               throws java.io.IOException
        Throws:
        java.io.IOException