Class ProxyRequest<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    BufferedExchange<T>
    Direct Known Subclasses:
    ByteArrayProxyRequest, JsonProxyRequest

    public abstract class ProxyRequest<T>
    extends Request<T>
    implements BufferedExchange<T>
    Base class for Request implementation that can be used in proxied requests. It stores the response content in the BUFFERED_REQUEST_DATA attachment of the HttpServerExchange.
    Author:
    Andrea Di Cesare