Interface | Description |
---|---|
JolokiaCipher.KeyHolder | |
LogHandler |
Simple log handler for dispatching logging to e.g.
|
Class | Description |
---|---|
Base64Util |
Base64 routine taken from http://iharder.sourceforge.net/current/java/base64/ (public domain)
It has be tailored to suite our needs, so some things likes compression and
multiline output has been removed for the sake of simplicity.
|
ChunkedWriter |
Created by gnufied on 2/7/16.
|
ClassUtil |
Utility for class lookup.
|
DateUtil |
Utility used for date handling
|
DebugStore |
Simple store for remembering debug info and returning it via a JMX operation
(exposed in ConfigMBean)
|
EscapeUtil |
Utility class for handling escaping of strings and paths.
|
IpChecker |
Checks whether a certain ip adresse is either equal another
address or falls within a subnet
|
JmxUtil |
Utilit class for dealing with JMX's
ObjectName |
JolokiaCipher |
Simple symmetric, salted encryption.
|
JulLogHandler |
Loghandler using java.util.logging with logger org.jolokia
|
LogHandler.StdoutLogHandler |
Loghandler for printing to stdout
|
NetworkUtil |
Utility class for network related stuff
|
QuietLogHandler |
Loghandler which doesn not output anything
|
ServersInfo |
Simple helper class for dumping out information about MBeanServers
|
ServiceObjectFactory |
A simple factory for creating services with no-arg constructors from a textual
descriptor.
|
UserPasswordCallbackHandler |
JAAS Callback handler setting user and password programtically.
|
Enum | Description |
---|---|
HttpMethod |
Enumeration holding the method which
lead to this request.
|
RequestType |
Enumeration for encapsulating the request mode.
|
Copyright © 2016. All rights reserved.