Package org.analogweb

Interface RequestPath

    • Method Detail

      • getRequestMethod

        String getRequestMethod()
        Requested HTTP method.
        Returns:
        Requested HTTP method.
      • getRequestURI

        URI getRequestURI()
        Actually requested URI.
        Returns:
        URI
      • getBaseURI

        URI getBaseURI()
        Application's context URI. mostly this URI contains protocol ,host and port.
        Returns:
        URI