Uses of Interface
io.prometheus.client.servlet.common.adapter.ServletConfigAdapter
-
Packages that use ServletConfigAdapter Package Description io.prometheus.client.internal io.prometheus.client.servlet.common.exporter io.prometheus.client.servlet.jakarta -
-
Uses of ServletConfigAdapter in io.prometheus.client.internal
Classes in io.prometheus.client.internal that implement ServletConfigAdapter Modifier and Type Class Description private static class
Adapter.ServletConfigAdapterImpl
Methods in io.prometheus.client.internal that return ServletConfigAdapter Modifier and Type Method Description static ServletConfigAdapter
Adapter. wrap(javax.servlet.ServletConfig servletConfig)
-
Uses of ServletConfigAdapter in io.prometheus.client.servlet.common.exporter
Methods in io.prometheus.client.servlet.common.exporter with parameters of type ServletConfigAdapter Modifier and Type Method Description void
Exporter. init(ServletConfigAdapter servletConfig)
-
Uses of ServletConfigAdapter in io.prometheus.client.servlet.jakarta
Classes in io.prometheus.client.servlet.jakarta that implement ServletConfigAdapter Modifier and Type Class Description private static class
Adapter.ServletConfigAdapterImpl
Methods in io.prometheus.client.servlet.jakarta that return ServletConfigAdapter Modifier and Type Method Description static ServletConfigAdapter
Adapter. wrap(jakarta.servlet.ServletConfig servletConfig)
-