Class HttpExchangeAdapter
Object
HttpExchangeAdapter
- All Implemented Interfaces:
PrometheusHttpExchange, AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionHttpExchangeAdapter(HttpServletRequest request, HttpServletResponse response) -
Method Summary
-
Constructor Details
-
HttpExchangeAdapter
-
-
Method Details
-
getRequest
- Specified by:
getRequestin interfacePrometheusHttpExchange
-
getResponse
- Specified by:
getResponsein interfacePrometheusHttpExchange
-
handleException
- Specified by:
handleExceptionin interfacePrometheusHttpExchange- Throws:
IOException
-
handleException
- Specified by:
handleExceptionin interfacePrometheusHttpExchange
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacePrometheusHttpExchange
-