Package ch.k43.util


package ch.k43.util
  • Klassen
    Klasse
    Beschreibung
    Static class with several utility methods.
    Database class to support compliant JDBC databases.
    Static class with a collection of file utility methods.
    Support basic HTTP or HTTPS client transactions.
    Static class for simple logging.
    Format logging output as single CSV line with UUID, time stamp, logging level, code location and the logging information.
    Java logging handler to output logging data to any compliant JDBC database.
    Format logging output as JSON formatted string with UUID, time stamp, logging level, code location and the logging information.
    Format logging output as single formatted line with time stamp, logging level, code location and the logging information.
    Java logging handler to send logging data to an SMTP host.
    This thread is started by the SMTP logging handler to send the SMTP mail.
    Format logging output as XML formatted string with UUID, time stamp, logging level, code location and the logging information.
    Compose and send MIME multipart email to an SMTP host.
    Supported TCP socket connections to non-TLS, TLS and TLS with client authentication.
    This class provides support for a TLS-secured or non-secured socket server.
    Class to handle user connections accepted by KSocketServerListener.
    Simple upper case echo server to show a sample KSocketServerThread implementation.
    This class adds some convenient methods for starting and stopping Java threads.
    Simple timer class.