Class ProxyRequest<T>

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

public abstract class ProxyRequest<T> extends Request<T> implements BufferedExchange<T>, AutoCloseable
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 <[email protected]>
  • Constructor Details

    • ProxyRequest

      public ProxyRequest(io.undertow.server.HttpServerExchange exchange)
  • Method Details