Package org.jolokia.server.core.util


package org.jolokia.server.core.util
  • Class
    Description
    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.
    Created by gnufied on 2/7/16.
    Utility for class lookup.
    Thread factory for creating daemon threads only
    Utility used for date handling
    Simple store for remembering debug info and returning it via a JMX operation (exposed in ConfigMBean)
    Utility class for handling escaping of strings and paths.
    Enumeration holding the method which lead to this request.
     
    Checks whether a certain ip adresse is either equal another address or falls within a subnet
    Simple symmetric, salted encryption.
     
    Utility for JSON handling
    A simple factory for creating services with no-arg constructors from a textual descriptor.
    Helper class for handling proper response mime types
    Utility class for network related stuff
    Utility class for helping in managing and finding provider parts of an objectname
    Helper class holding the provider (can be null) and an object name belonging to this provider)
    Enumeration for encapsulating the request mode.
    JAAS Callback handler setting user and password programtically.