- sendRequest(String, String, String, int) - Static method in class org.licas_internet.ConnectionManager
-
Sends a web or socket request to a url, assumes the GET method for a web connection.
- sendWebRequest(String, String, String, int) - Static method in class org.licas_internet.ConnectionManager
-
- setHostAddresses(URL) - Method in class org.licas_internet.conn.ConnectionInfo
-
Set the local and remote host address values using the input parameter.
- setInternetFactory(InternetFactory) - Static method in class org.licas_internet.InternetFactory
-
Set the instance of the internet factory to be used.
- setSSL_Certs() - Static method in class org.licas_internet.ConnectionManager
-
Reset the trust manager to licas default with keystore and key.
- SOCKETCOUNT - Static variable in class org.licas_internet.conn.SocketHandler
-
Number of socket attempts
- SocketHandler - Class in org.licas_internet.conn
-
This class stores details relating to a socket connection.
- SocketHandler(ConnectionInfo) - Constructor for class org.licas_internet.conn.SocketHandler
-
Creates a new instance of SocketHandler.
- socketIsOpen() - Method in class org.licas_internet.conn.SocketHandler
-
Return true if the socket is open and set correctly.
- SocketThread - Class in org.licas_internet.conn
-
This class tries to connect to a server from a new thread.
- SocketThread(ConnectionInfo) - Constructor for class org.licas_internet.conn.SocketThread
-
Creates a new instance of SocketThread.
- startsWithHttp(String) - Static method in class org.licas_internet.util.HttpConst
-
Return true if the URI starts with the http or https address.