类 HttpRequestWrapper

  • 所有已实现的接口:
    HttpMessage, HttpRequest

    public class HttpRequestWrapper
    extends Object
    implements HttpRequest
    Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.

    These methods default to calling through to the wrapped request object.

    从以下版本开始:
    3.1
    作者:
    Arjen Poutsma