Package | Description |
---|---|
org.jolokia.jvmagent | |
org.jolokia.jvmagent.security |
Modifier and Type | Class and Description |
---|---|
class |
JvmAgentConfig
Holds all Http-Server and Jolokia configuration.
|
Modifier and Type | Method and Description |
---|---|
JolokiaServerConfig |
JolokiaServer.getServerConfig()
Get configuration for this server
|
Modifier and Type | Method and Description |
---|---|
protected void |
JolokiaServer.init(com.sun.net.httpserver.HttpServer pServer,
JolokiaServerConfig pConfig,
boolean pLazy)
Initialize this JolokiaServer with the given HttpServer.
|
protected void |
JolokiaServer.init(JolokiaServerConfig pConfig,
boolean pLazy)
Initialize this JolokiaServer and use an own created HttpServer
|
Constructor and Description |
---|
JolokiaServer(com.sun.net.httpserver.HttpServer pServer,
JolokiaServerConfig pConfig,
boolean pLazy)
Create the Jolokia server by using an existing HttpServer to which a request handler
gets added.
|
JolokiaServer(JolokiaServerConfig pConfig,
boolean pLazy)
Create the Jolokia server which in turn creates an HttpServer for serving Jolokia requests.
|
Constructor and Description |
---|
ClientCertAuthenticator(JolokiaServerConfig pConfig)
Constructor
|
Copyright © 2019. All rights reserved.