Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.discovery | |
org.jolokia.handler | |
org.jolokia.http | |
org.jolokia.restrictor |
Constructor and Description |
---|
BackendManager(Configuration pConfig,
LogHandler pLogHandler,
Restrictor pRestrictor)
Construct a new backend manager with the given configuration.
|
BackendManager(Configuration pConfig,
LogHandler pLogHandler,
Restrictor pRestrictor,
boolean pLazy)
Construct a new backend manager with the given configuration.
|
LocalRequestDispatcher(Converters pConverters,
Restrictor pRestrictor,
Configuration pConfig,
LogHandler pLogHandler)
Create a new local dispatcher which accesses local MBeans.
|
Constructor and Description |
---|
DiscoveryMulticastResponder(AgentDetailsHolder pDetailsHolder,
Restrictor pRestrictor,
String pMulticastGroup,
int pMulticastPort,
LogHandler pLogHandler)
Create the responder which can be started and stopped and which detects the address to listen on on its own.
|
DiscoveryMulticastResponder(InetAddress pHostAddress,
AgentDetailsHolder pDetailsHolder,
Restrictor pRestrictor,
String pMulticastGroup,
int pMulticastPort,
LogHandler pLogHandler)
Create the responder which can be started and stopped
|
Modifier and Type | Method and Description |
---|---|
protected Restrictor |
JsonRequestHandler.getRestrictor()
Get the restrictor which is currently active
|
Constructor and Description |
---|
ExecHandler(Restrictor pRestrictor,
Converters pConverters)
Constructor
|
JsonRequestHandler(Restrictor pRestrictor) |
ListHandler(Restrictor pRestrictor)
Constructor
|
ReadHandler(Restrictor pRestrictor)
Read handler constructor
|
RequestHandlerManager(Configuration pConfig,
Converters pConverters,
ServerHandle pServerHandle,
Restrictor pRestrictor)
Manager and dispatcher for incoming requests
|
RequestHandlerManager(Converters pConverters,
ServerHandle pServerHandle,
Restrictor pRestrictor)
Manager and dispatcher for incoming requests
|
SearchHandler(Restrictor pRestrictor)
Create search handler
|
VersionHandler(Configuration pConfig,
Restrictor pRestrictor,
ServerHandle pServerHandle)
Constructor
|
WriteHandler(Restrictor pRestrictor,
Converters pConverters)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Restrictor |
AgentServlet.createRestrictor(Configuration config)
Hook for creating an own restrictor
|
Constructor and Description |
---|
AgentServlet(Restrictor pRestrictor)
Constructor taking a restrictor to use
|
Jsr160ProxyNotEnabledByDefaultAnymoreDispatcher(Converters pConverters,
ServerHandle pServerInfo,
Restrictor pRestrictor,
Configuration pConfig) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstantRestrictor
Base restrictor which alway returns the constant given
at construction time
|
class |
AllowAllRestrictor
A restrictor which simply allows everything.
|
class |
DenyAllRestrictor
A restrictor which denies every access.
|
class |
PolicyRestrictor
Restrictor, which is based on a policy file
|
Modifier and Type | Method and Description |
---|---|
static Restrictor |
RestrictorFactory.createRestrictor(Configuration pConfig,
LogHandler logHandler) |
Copyright © 2021. All rights reserved.