|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigsaw.https.SSLAdapter
public class SSLAdapter
Constructor Summary | |
---|---|
SSLAdapter(httpd server)
constructor for a TLS support adapter |
Method Summary | |
---|---|
static void |
fillInStackTrace(java.lang.Throwable throwable,
java.lang.Throwable cause)
Fills in the stack trace of a cause if possible with respect to the api level. |
java.net.URL |
getURL()
method for supplying a daemon uri |
void |
initializeProperties()
method for initializing the properties of a daemon |
void |
perform(RequestInterface req)
method for preparing a reply interface for a request |
boolean |
sslEnabled()
method for indicating TLS support |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLAdapter(httpd server)
server
- reference to the daemon in questionMethod Detail |
---|
public static final void fillInStackTrace(java.lang.Throwable throwable, java.lang.Throwable cause)
throwable
- the thowable to be extendedcause
- the cause to be filled inpublic void initializeProperties() throws ServerHandlerInitException
ServerHandlerInitException
- thrown if initialization failspublic void perform(RequestInterface req) throws ProtocolException
req
- the current request to be handled
ProtocolException
- thrown if the request url is malformedpublic java.net.URL getURL()
public boolean sslEnabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |