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