Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- saveError(String) - Static method in class ch.k43.util.K
-
Save error message.
- send() - Method in class ch.k43.util.KSMTPMailer
-
Compose and send the email multi part message.
- serialize(Serializable) - Static method in class ch.k43.util.K
-
Return base64 encoded and serialized object.
- setAuthentication(String, String) - Method in class ch.k43.util.KSMTPMailer
-
Set user name and password for basic client authentication.
- setAutoCommit(boolean) - Method in class ch.k43.util.KDB
-
Set auto commit state.
- setBCC(String) - Method in class ch.k43.util.KSMTPMailer
-
Set the blind carbon copy address(es).
- setCC(String) - Method in class ch.k43.util.KSMTPMailer
-
Set the carbon copy address(es).
- setFrom(String) - Method in class ch.k43.util.KSMTPMailer
-
Set sender address.
- setLevel(Level) - Static method in class ch.k43.util.KLog
-
Set logger level
- setLevelDebug() - Static method in class ch.k43.util.KLog
-
Set logger to debug level (FINEST)
- setLevelError() - Static method in class ch.k43.util.KLog
-
Set logger to error level (SEVERE)
- setLevelInfo() - Static method in class ch.k43.util.KLog
-
Set logger to info level (INFO)
- setLevelOff() - Static method in class ch.k43.util.KLog
-
Set logger off (OFF)
- setOAuth2Authentication(String, String) - Method in class ch.k43.util.KSMTPMailer
-
Set user name and access token for OAuth 2.0 authentication.
- setReplyTo(String) - Method in class ch.k43.util.KSMTPMailer
-
Set the reply-to address.
- setSecureConnection(boolean) - Method in class ch.k43.util.KSMTPMailer
-
Set secure (STARTTLS or TLS) or non-secure connection.
Note: The default is a secured connection. - setSMTPHost(String, int) - Method in class ch.k43.util.KSMTPMailer
-
Set SMTP host name.
Note: If SMTP host name is not set, the host name from the highest priority MX record for the first recipient address (and the port number 25) is taken. - setSubject(String) - Method in class ch.k43.util.KSMTPMailer
-
Set email subject.
- setSubject(String, String) - Method in class ch.k43.util.KSMTPMailer
-
Set email subject with given character set.
- setTimeOutSec(int) - Method in class ch.k43.util.KHTTPClient
-
Set timeout for connect and read requests.
- setTo(String) - Method in class ch.k43.util.KSMTPMailer
-
Set the recipient address(es).
- setUnsubscribe(String) - Method in class ch.k43.util.KSMTPMailer
-
Set unsubscribe mail header.
- start() - Method in class ch.k43.util.KThread
-
Prohibit overwriting.
- START_TIME - Static variable in class ch.k43.util.K
-
Application start time.
- stopThread(Thread) - Static method in class ch.k43.util.K
-
Signal interrupt to thread.
- stopThread(Thread, int) - Static method in class ch.k43.util.K
-
Signal interrupt to thread and wait for its termination.
All Classes and Interfaces|All Packages|Constant Field Values