- Start an intent from android
- putExtra (Intent)
- getSharedPreferences (Context)
- getSystemService (Context)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- Timestamp (java.sql)
A Java representation of the SQL TIMESTAMP type. It provides the capability of
representing the SQL
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- SortedMap (java.util)
A map that has its keys ordered. The sorting is according to either the natural
ordering of its keys
- SSLHandshakeException (javax.net.ssl)
The exception that is thrown when a handshake could not be completed
successfully.
- Scheduler (org.quartz)
This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
- CodeWhisperer alternatives