Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte
K
- K - Klasse in ch.k43.util
-
Static class with several utility methods.
- kCleanup() - Methode in Klasse ch.k43.util.KThread
-
Cleanup method called by run() just before termination.
- KDB - Klasse in ch.k43.util
-
Database class to support compliant JDBC databases.
- KDB(String, String, String, String) - Konstruktor für Klasse ch.k43.util.KDB
-
Load JDBC driver and establish connection to database.
- KFile - Klasse in ch.k43.util
-
Static class with a collection of file utility methods.
- KHTTPClient - Klasse in ch.k43.util
-
Support basic HTTP or HTTPS client transactions.
- KHTTPClient() - Konstruktor für Klasse ch.k43.util.KHTTPClient
-
Class constructor.
- KLog - Klasse in ch.k43.util
-
Static class for simple logging.
- KLogCSVFormatter - Klasse in ch.k43.util
-
Format logging output as single CSV line with UUID, time stamp, logging level, code location and the logging information.
- KLogCSVFormatter() - Konstruktor für Klasse ch.k43.util.KLogCSVFormatter
-
Class constructor.
- KLogJDBCHandler - Klasse in ch.k43.util
-
Java logging handler to output logging data to any compliant JDBC database.
- KLogJDBCHandler() - Konstruktor für Klasse ch.k43.util.KLogJDBCHandler
-
Class constructor.
- KLogJSONFormatter - Klasse in ch.k43.util
-
Format logging output as JSON formatted string with UUID, time stamp, logging level, code location and the logging information.
- KLogJSONFormatter() - Konstruktor für Klasse ch.k43.util.KLogJSONFormatter
-
Class constructor.
- KLogLineFormatter - Klasse in ch.k43.util
-
Format logging output as single formatted line with time stamp, logging level, code location and the logging information.
- KLogLineFormatter() - Konstruktor für Klasse ch.k43.util.KLogLineFormatter
-
Class constructor.
- KLogSMTPHandler - Klasse in ch.k43.util
-
Java logging handler to send logging data to an SMTP host.
- KLogSMTPHandler() - Konstruktor für Klasse ch.k43.util.KLogSMTPHandler
-
Class constructor.
- KLogSMTPHandlerThread - Klasse in ch.k43.util
-
This thread is started by the SMTP logging handler to send the SMTP mail.
- KLogSMTPHandlerThread(KSMTPMailer, boolean) - Konstruktor für Klasse ch.k43.util.KLogSMTPHandlerThread
-
Constructor: Initialize the SMTP mail worker thread.
- KLogXMLFormatter - Klasse in ch.k43.util
-
Format logging output as XML formatted string with UUID, time stamp, logging level, code location and the logging information.
- KLogXMLFormatter() - Konstruktor für Klasse ch.k43.util.KLogXMLFormatter
-
Class constructor.
- KLogYAMLFormatter - Klasse in ch.k43.util
-
Format logging output as YAML formatted string with UUID, time stamp, logging level, code location and the logging information.
- KLogYAMLFormatter() - Konstruktor für Klasse ch.k43.util.KLogYAMLFormatter
-
Class constructor.
- kMustTerminate() - Methode in Klasse ch.k43.util.KThread
-
Check if thread should be terminated.
- KSMTPMailer - Klasse in ch.k43.util
-
Compose and send MIME multipart email to an SMTP host.
- KSMTPMailer() - Konstruktor für Klasse ch.k43.util.KSMTPMailer
-
Class constructor
- KSocketClient - Klasse in ch.k43.util
-
Supported TCP socket connections to non-TLS, TLS and TLS with client authentication.
- KSocketClient(String, int) - Konstruktor für Klasse ch.k43.util.KSocketClient
-
Class constructor to open TLS-secured socket to remote host.
- KSocketClient(String, int, boolean) - Konstruktor für Klasse ch.k43.util.KSocketClient
-
Class constructor to open TLS-secured or non-secured socket to remote host.
- KSocketClient(String, int, boolean, String, char[]) - Konstruktor für Klasse ch.k43.util.KSocketClient
-
Class constructor to open TLS-secured or non-secured socket to remote host with client certificate.
- KSocketClient(String, int, String, char[]) - Konstruktor für Klasse ch.k43.util.KSocketClient
-
Class constructor to open TLS-secured socket with client authentication to remote host.
- KSocketServer - Klasse in ch.k43.util
-
This class provides support for a TLS-secured or non-secured socket server.
- KSocketServer(int, Class<?>) - Konstruktor für Klasse ch.k43.util.KSocketServer
-
Start a non-TLS socket server.
- KSocketServer(int, Class<?>, String, char[]) - Konstruktor für Klasse ch.k43.util.KSocketServer
-
Start a TLS-secured socket server.
- KSocketServer(int, Class<?>, String, char[], String, char[]) - Konstruktor für Klasse ch.k43.util.KSocketServer
-
Start a TLS-secured socket server.
- KSocketServer(int, String, boolean, String, char[], String, char[]) - Konstruktor für Klasse ch.k43.util.KSocketServer
-
Start a TLS-secured or non-secured socket server.
- KSocketServerThread - Klasse in ch.k43.util
-
Class to handle user connections accepted by KSocketServerListener.
- KSocketServerThreadSample - Klasse in ch.k43.util
-
Simple upper case echo server to show a sample KSocketServerThread implementation.
- KSocketServerThreadSample(Socket) - Konstruktor für Klasse ch.k43.util.KSocketServerThreadSample
-
Thread constructor.
- kStart() - Methode in Klasse ch.k43.util.KLogSMTPHandlerThread
- kStart() - Methode in Klasse ch.k43.util.KThread
-
Main entry point for user thread.
- kStop() - Methode in Klasse ch.k43.util.KThread
-
Set the thread termination flag and interrupt the thread.
- kStop(boolean) - Methode in Klasse ch.k43.util.KThread
-
Set the thread termination flag and optionally send interrupt to the thread.
- KThread - Klasse in ch.k43.util
-
This class adds some convenient methods for starting and stopping Java threads.
- KTimer - Klasse in ch.k43.util
-
Simple timer class.
- KTimer() - Konstruktor für Klasse ch.k43.util.KTimer
-
Start a timer.
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte