Class | Description |
---|---|
ConnectionInfo |
This class contains a number of optional settings and values that can be used
to make a socket connection.
|
ConnectionThread |
This is a thread that relates directly to a connection to a web resource.
|
LicasHttpConnection |
This class models a connection that can be used to make a call over the internet through an http address.
|
LicasSocketConnection |
This class models an HTTP connection using a Socket, as part of the licas system.
|
LicasWebConnection |
This class models an http connection through the web using GET and POST.
|
SocketHandler |
This class stores details relating to a socket connection.
|
SocketThread |
This class tries to connect to a server from a new thread.
|