ConnectionFactory, Container, Destroyable, Dumpable, LifeCyclepublic class SslConnectionFactory extends AbstractConnectionFactory
AbstractLifeCycle.AbstractLifeCycleListenerConnectionFactory.UpgradingContainer.InheritedListener, Container.ListenerLifeCycle.ListenerFAILED, RUNNING, STARTED, STARTING, STOP_ON_FAILURE, STOPPED, STOPPING| Constructor | Description |
|---|---|
SslConnectionFactory() |
|
SslConnectionFactory(java.lang.String nextProtocol) |
|
SslConnectionFactory(SslContextFactory factory,
java.lang.String nextProtocol) |
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractConnection |
configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
|
protected void |
doStart() |
|
java.lang.String |
getNextProtocol() |
|
SslContextFactory |
getSslContextFactory() |
|
Connection |
newConnection(Connector connector,
EndPoint endPoint) |
Creates a new
Connection with the given parameters |
protected SslConnection |
newSslConnection(Connector connector,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine) |
|
java.lang.String |
toString() |
getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSizeaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopaddBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeanspublic SslConnectionFactory()
public SslConnectionFactory(@Name("next") java.lang.String nextProtocol)
public SslConnectionFactory(@Name("sslContextFactory") SslContextFactory factory, @Name("next") java.lang.String nextProtocol)
public SslContextFactory getSslContextFactory()
public java.lang.String getNextProtocol()
protected void doStart()
throws java.lang.Exception
doStart in class ContainerLifeCyclejava.lang.Exceptionpublic Connection newConnection(Connector connector, EndPoint endPoint)
ConnectionFactoryCreates a new Connection with the given parameters
connector - The Connector creating this connectionendPoint - the EndPoint associated with the connectionConnectionprotected SslConnection newSslConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine)
protected AbstractConnection configure(AbstractConnection connection, Connector connector, EndPoint endPoint)
configure in class AbstractConnectionFactorypublic java.lang.String toString()
toString in class AbstractConnectionFactoryCopyright © 1995–2018 Webtide. All rights reserved.