Class HttpExchangeAdapter

Object
HttpExchangeAdapter
All Implemented Interfaces:
PrometheusHttpExchange, AutoCloseable

public class HttpExchangeAdapter extends Object implements PrometheusHttpExchange
This class is an adapter for HTTP exchanges, implementing the PrometheusHttpExchange interface. It wraps HttpServletRequest and HttpServletResponse objects into Request and Response inner classes.