Class HttpExchangeAdapter
Object
HttpExchangeAdapter
- All Implemented Interfaces:
PrometheusHttpExchange
,AutoCloseable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorDescriptionHttpExchangeAdapter
(HttpServletRequest request, HttpServletResponse response) -
Method Summary
-
Constructor Details
-
HttpExchangeAdapter
-
-
Method Details
-
getRequest
- Specified by:
getRequest
in interfacePrometheusHttpExchange
-
getResponse
- Specified by:
getResponse
in interfacePrometheusHttpExchange
-
handleException
- Specified by:
handleException
in interfacePrometheusHttpExchange
- Throws:
IOException
-
handleException
- Specified by:
handleException
in interfacePrometheusHttpExchange
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfacePrometheusHttpExchange
-