Index

A C D E F G H I J K L O P Q R S T V W 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte

G

generateHash(String, byte[]) - Statische Methode in Klasse ch.k43.util.K
Return compute Hash (MD5, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-384 or SHA3-512)
get(String) - Methode in Klasse ch.k43.util.KHTTPClient
Execute HTTP GET request.
get(String, Properties) - Methode in Klasse ch.k43.util.KHTTPClient
Execute HTTP GET request and set HTTP request headers.
getAuthenticatedClient() - Methode in Klasse ch.k43.util.KSocketClient
Return name of authenticated client based on the used client certificate.
getAuthenticatedClient() - Methode in Klasse ch.k43.util.KSocketServerThread
Return name of authenticated client based on the used client certificate.
getAuthenticatedClientCN() - Methode in Klasse ch.k43.util.KSocketClient
Return common name (without CN=) of the DN (distinguished name) from the used client certificate.
getAuthenticatedClientCN() - Methode in Klasse ch.k43.util.KSocketServerThread
Return common name (without CN=) of the DN (distinguished name) from the used client certificate.
getCiphers() - Methode in Klasse ch.k43.util.KSocketClient
Return used TCP cipher suite (Example: "TLS_AES_256_GCM_SHA384").
getCiphers() - Methode in Klasse ch.k43.util.KSocketServerThread
Return used TCP cipher suite (Example: "TLS_AES_256_GCM_SHA384").
getColumnCount() - Methode in Klasse ch.k43.util.KDB
Get number of columns in result set.
getColumnNames() - Methode in Klasse ch.k43.util.KDB
Get column names in result set.
getColumnWidths() - Methode in Klasse ch.k43.util.KDB
Get column widths in result set.
getCurrentDir() - Statische Methode in Klasse ch.k43.util.K
Return current directory.
getData() - Methode in Klasse ch.k43.util.KDB
Get fetched data as an ArrayList (rows) with an array of Objects (columns).
getDataAsCSV() - Methode in Klasse ch.k43.util.KDB
Get result set formatted as CSV string.
getDataAsCSV(char) - Methode in Klasse ch.k43.util.KDB
Get result set formatted as CSV string.
getDataAsCSV(char, boolean) - Methode in Klasse ch.k43.util.KDB
Get result set formatted as CSV string delimited by the passed character (Example: ',')
getDataAsJSON() - Methode in Klasse ch.k43.util.KDB
Get result set formatted as JSON string
getDataAsTable() - Methode in Klasse ch.k43.util.KDB
Get result set formatted as display table with column headers
getDataAsTable(boolean) - Methode in Klasse ch.k43.util.KDB
Get result set formatted as display table
getDataAsXML() - Methode in Klasse ch.k43.util.KDB
Get result set formatted as XML UTF-8 string
getDataAsYAML() - Methode in Klasse ch.k43.util.KDB
Get result set formatted as YAML string
getElapsedMilliseconds() - Methode in Klasse ch.k43.util.KTimer
Return elapsed time in milliseconds.
getElapsedTime() - Methode in Klasse ch.k43.util.KDB
Get elapsed time of last SQL statement.
getErrorMessage() - Methode in Klasse ch.k43.util.KDB
Get last error message.
getErrorMessage() - Methode in Klasse ch.k43.util.KSMTPMailer
Get last error message.
getHead(Handler) - Methode in Klasse ch.k43.util.KLogCSVFormatter
Set CSV header.
getHead(Handler) - Methode in Klasse ch.k43.util.KLogJSONFormatter
Set header.
getHead(Handler) - Methode in Klasse ch.k43.util.KLogXMLFormatter
Set header.
getHead(Handler) - Methode in Klasse ch.k43.util.KLogYAMLFormatter
Set header.
getIPAddress(String) - Statische Methode in Klasse ch.k43.util.K
Return IP address of hostname
getJVMCPUCount() - Statische Methode in Klasse ch.k43.util.K
Return number of processors for the JVM.
getJVMMemStats() - Statische Methode in Klasse ch.k43.util.K
Return JVM memory statistics.
getJVMName() - Statische Methode in Klasse ch.k43.util.K
Return JVM name (Example "OpenJDK 64-Bit Server VM - Eclipse Adoptium").
getJVMPlatform() - Statische Methode in Klasse ch.k43.util.K
Return JVM platform (Example: "Mac OS X (Version 14.5/aarch64)").
getJVMVersion() - Statische Methode in Klasse ch.k43.util.K
Return JVM major version (Example: 1.9.x as 9, 12.4 as 12).
getLastError() - Methode in Klasse ch.k43.util.KHTTPClient
Return last error message.
getLastError() - Methode in Klasse ch.k43.util.KSocketClient
Return last error
getLastError() - Methode in Klasse ch.k43.util.KSocketServer
Return last error.
getLastError() - Methode in Klasse ch.k43.util.KSocketServerThread
Return last error.
getLevel() - Statische Methode in Klasse ch.k43.util.KLog
Get logger level.
getLineSeparator() - Statische Methode in Klasse ch.k43.util.K
Get line separator
getLocalHostAddress() - Statische Methode in Klasse ch.k43.util.K
Return local TCP/IP address.
getLocalHostName() - Statische Methode in Klasse ch.k43.util.K
Return local TCP/IP host name
getMessageSize() - Methode in Klasse ch.k43.util.KSMTPMailer
Get size of last message sent.
getProtocol() - Methode in Klasse ch.k43.util.KSocketClient
Return used TCP connection protocol (Example: "TLSv1.3").
getProtocol() - Methode in Klasse ch.k43.util.KSocketServerThread
Return used TCP connection protocol (Example: "TLSv1.3").
getRandomBytes(int) - Statische Methode in Klasse ch.k43.util.K
Return random bytes generated by the SecureRandom class.
getRandomInt(int, int) - Statische Methode in Klasse ch.k43.util.K
Return random integer between the given range.
getResponseCode() - Methode in Klasse ch.k43.util.KHTTPClient
Return last HTTP response code.
getResponseDataAsBytes() - Methode in Klasse ch.k43.util.KHTTPClient
Return HTTP response data.
getResponseDataAsString() - Methode in Klasse ch.k43.util.KHTTPClient
Return HTTP response data.
getResponseHeaders() - Methode in Klasse ch.k43.util.KHTTPClient
Return last HTTP response headers.
getResponseTimeMs() - Methode in Klasse ch.k43.util.KHTTPClient
Get response time of last HTTP request in milliseconds.
getRowCount() - Methode in Klasse ch.k43.util.KDB
Get number of rows read or updated.
getSize(String) - Statische Methode in Klasse ch.k43.util.KFile
Return size of file.
getStartTime() - Statische Methode in Klasse ch.k43.util.K
Get application start time and date.
getStartTime() - Methode in Klasse ch.k43.util.KTimer
Return start time.
getTableName() - Methode in Klasse ch.k43.util.KDB
Get table name of first column of result set.
getTableName(int) - Methode in Klasse ch.k43.util.KDB
Get table name of given column number.
getTail(Handler) - Methode in Klasse ch.k43.util.KLogJSONFormatter
Set JSON footer.
getTail(Handler) - Methode in Klasse ch.k43.util.KLogXMLFormatter
Set footer.
getTail(Handler) - Methode in Klasse ch.k43.util.KLogYAMLFormatter
Set YAML footer.
getTimeISO8601() - Statische Methode in Klasse ch.k43.util.K
Return current date and time in ISO 8601 format (Example: "2024-02-24T14:12:44.234").
getTimeISO8601(Calendar) - Statische Methode in Klasse ch.k43.util.K
Return date and time in ISO 8601 format (Example: "2024-02-24T14:12:44.234").
getUniqueID() - Statische Methode in Klasse ch.k43.util.K
Return unique id (Example: f512defd-b09a-402b-8066-21a2967e61f).
getUTCOffsetAsString() - Statische Methode in Klasse ch.k43.util.K
Return offset from local time zone to UTC as string (Example +02:00).
getUTCOffsetMin() - Statische Methode in Klasse ch.k43.util.K
Return difference in number of minutes between UTC and the local time zone.
A C D E F G H I J K L O P Q R S T V W 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte