接口 TraceableRequest

    • 方法详细资料

      • getMethod

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

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

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