Class | Description |
---|---|
AbstractJotyTrustManager |
Prepares the implementation of the trust manager class specific to the
framework target context and leaves the
checkServerTrusted method
unimplemented. |
AbstractWebClient |
It is the talker to the Joty Server (see
org.joty.server.JotyServer )
via the http connection built on an implementation of AbstractWebConn
object (the createWebConn abstract method drives the descendant to
make the inherent choice). |
AbstractWebConn |
This class is responsible to manage the http connection with server.
|