Interface TraceableRequest

    • Method Detail

      • getMethod

        String getMethod()
        Returns the method (GET, POST, etc) of the request.
        Returns:
        the method
      • getUri

        URI getUri()
        Returns the URI of the request.
        Returns:
        the URI
      • getRemoteAddress

        String getRemoteAddress()
        Returns the remote address from which the request was sent, if available.
        Returns:
        the remote address or null