|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.webserver.messages.ssl.SSLMessageFactory
SSLRequestFactory converts incoming IChannels into servlet requests and responses. SSL requests expose details of the SSL connect as request properties.
| Field Summary |
| Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
| Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
| Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
| Constructor Summary | |
SSLMessageFactory()
|
|
| Method Summary | |
InboundHTTPRequest |
createRequest(IChannel channel)
Create a new servlet request customized with special SSL request attributes. |
OutboundHTTPResponse |
createResponse(IChannel channel,
InboundHTTPRequest request)
Create a servlet response based on the given channel and request. |
boolean |
matches(java.lang.String protocol)
|
static void |
setConvertCertificates(boolean convertCertificates)
Set to false to disable the servlet-spec compliant behavior of converting the javax.security.cert Certificates from the SSL layer into old-style java.security.cert.Certificates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SSLMessageFactory()
| Method Detail |
public boolean matches(java.lang.String protocol)
matches in interface IMessageFactoryprotocol -
public InboundHTTPRequest createRequest(IChannel channel)
throws java.io.IOException
createRequest in interface IMessageFactorychannel -
java.io.IOException
public OutboundHTTPResponse createResponse(IChannel channel,
InboundHTTPRequest request)
IMessageFactoryThis is an internal GLUE api, and is subject to change without notice across minor revisions.
createResponse in interface IMessageFactorychannel - request -
public static void setConvertCertificates(boolean convertCertificates)
convertCertificates -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||