| java.lang.Object org.w3c.jigsaw.https.SSLAdapter
SSLAdapter | public class SSLAdapter (Code) | | author: Thomas Kopp, Dialogika GmbH version: 1.1, 27 December 2000, 6 February 2004 version: This class supplies a Jigsaw SSL daemon adapter version: for enabling Jigsaw https support in accordance with the JSSE API version: wrapping SSL features in order to solve multiple inheritance problems |
SSLAdapter | public SSLAdapter(httpd server)(Code) | | constructor for a TLS support adapter
Parameters: server - reference to the daemon in question |
fillInStackTrace | final public static void fillInStackTrace(Throwable throwable, Throwable cause)(Code) | | Fills in the stack trace of a cause if possible with respect to the
api level.
Parameters: throwable - the thowable to be extended Parameters: cause - the cause to be filled in |
getURL | public URL getURL()(Code) | | method for supplying a daemon uri
uri of the daemon in question |
sslEnabled | public boolean sslEnabled()(Code) | | method for indicating TLS support
flag for indicating TLS support enabled |
|
|