|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mortbay.component.AbstractLifeCycle org.mortbay.jetty.AbstractConnector org.mortbay.jetty.bio.SocketConnector org.mortbay.jetty.security.SslSocketConnector net.dpml.http.SslSocketConnector
SSL socket connector.
Nested Class Summary | |
static interface |
SslSocketConnector.Context
SSL connector context definition. |
Nested classes inherited from class org.mortbay.jetty.bio.SocketConnector |
SocketConnector.Connection |
Field Summary |
Fields inherited from class org.mortbay.jetty.security.SslSocketConnector |
KEYPASSWORD_PROPERTY, PASSWORD_PROPERTY |
Fields inherited from class org.mortbay.jetty.bio.SocketConnector |
_connections, _serverSocket |
Fields inherited from class org.mortbay.jetty.AbstractConnector |
_lowResourceMaxIdleTime, _maxIdleTime, _soLingerTime |
Constructor Summary | |
SslSocketConnector(SslSocketConnector.Context context)
Creation of a new ssl connector. |
Method Summary | |
protected SSLServerSocketFactory |
createFactory()
Create a new SSLServerSocketFactory. |
Methods inherited from class org.mortbay.jetty.bio.SocketConnector |
accept, close, doStart, doStop, getConnection, getLocalPort, newBuffer, open |
Methods inherited from class org.mortbay.component.AbstractLifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mortbay.component.LifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
Constructor Detail |
public SslSocketConnector(SslSocketConnector.Context context) throws Exception
context
- the deployment context
Exception
- if an instantiation error occursMethod Detail |
protected SSLServerSocketFactory createFactory() throws Exception
Exception
- if an error occurs during factory creation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |