Uses of Annotation Interface
io.airlift.http.server.TheAdminServlet
Packages that use TheAdminServlet
-
Uses of TheAdminServlet in io.airlift.http.server
Method parameters in io.airlift.http.server with annotations of type TheAdminServletModifier and TypeMethodDescriptionvoidHttpServerProvider.setAdminServletInitParameters(Map<String, String> parameters) voidHttpServerProvider.setTheAdminServlet(javax.servlet.Servlet theAdminServlet) Constructor parameters in io.airlift.http.server with annotations of type TheAdminServletModifierConstructorDescriptionHttpServerProvider(HttpServerInfo httpServerInfo, NodeInfo nodeInfo, HttpServerConfig config, Optional<HttpsConfig> httpsConfig, javax.servlet.Servlet theServlet, Set<javax.servlet.Filter> filters, Set<HttpServerBinder.HttpResourceBinding> resources, Set<javax.servlet.Filter> adminFilters, HttpServer.ClientCertificate clientCertificate, RequestStats stats, EventClient eventClient, Optional<org.eclipse.jetty.util.ssl.SslContextFactory.Server> sslContextFactory)