Uses of Class
org.jolokia.jvmagent.JolokiaServerConfig
Packages that use JolokiaServerConfig
-
Uses of JolokiaServerConfig in org.jolokia.jvmagent
Subclasses of JolokiaServerConfig in org.jolokia.jvmagentModifier and TypeClassDescriptionclassHolds all Http-Server and Jolokia configuration.Methods in org.jolokia.jvmagent that return JolokiaServerConfigModifier and TypeMethodDescriptionJolokiaServer.getServerConfig()Get configuration for this serverMethods in org.jolokia.jvmagent with parameters of type JolokiaServerConfigModifier and TypeMethodDescriptionprotected final voidJolokiaServer.init(JolokiaServerConfig pConfig, org.jolokia.server.core.service.api.LogHandler pLogHandler) Initialize this JolokiaServer and use an own created HttpServerprotected final voidJolokiaServer.init(JolokiaServerConfig pConfig, org.jolokia.server.core.service.api.LogHandler pLogHandler, org.jolokia.server.core.detector.ServerDetectorLookup pLookup) Initialize this JolokiaServer and use an own created HttpServer.Constructors in org.jolokia.jvmagent with parameters of type JolokiaServerConfigModifierConstructorDescriptionJolokiaServer(HttpServer pServer, JolokiaServerConfig pConfig, org.jolokia.server.core.service.api.LogHandler pLogHandler) Create the Jolokia server by using an existing HttpServer to which a request handler gets added.JolokiaServer(JolokiaServerConfig pConfig) Create the Jolokia server which in turn creates an HttpServer for serving Jolokia requests.JolokiaServer(JolokiaServerConfig pConfig, org.jolokia.server.core.detector.ServerDetectorLookup pLookup) Create the Jolokia server which in turn creates an HttpServer for serving Jolokia requests.JolokiaServer(JolokiaServerConfig pConfig, org.jolokia.server.core.service.api.LogHandler pLogHandler) Create the Jolokia server which in turn creates an HttpServer for serving Jolokia requests. -
Uses of JolokiaServerConfig in org.jolokia.jvmagent.security
Constructors in org.jolokia.jvmagent.security with parameters of type JolokiaServerConfig