ConnectionFactorypublic class SslConnectionFactory extends AbstractConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerConnectionFactory.Upgrading| Constructor | Description |
|---|---|
SslConnectionFactory() |
|
SslConnectionFactory(java.lang.String nextProtocol) |
|
SslConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory factory,
java.lang.String nextProtocol) |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.eclipse.jetty.io.AbstractConnection |
configure(org.eclipse.jetty.io.AbstractConnection connection,
Connector connector,
org.eclipse.jetty.io.EndPoint endPoint) |
|
protected void |
doStart() |
|
java.lang.String |
getNextProtocol() |
|
org.eclipse.jetty.util.ssl.SslContextFactory |
getSslContextFactory() |
|
boolean |
isDirectBuffersForDecryption() |
|
boolean |
isDirectBuffersForEncryption() |
|
org.eclipse.jetty.io.Connection |
newConnection(Connector connector,
org.eclipse.jetty.io.EndPoint endPoint) |
Creates a new
Connection with the given parameters |
protected org.eclipse.jetty.io.ssl.SslConnection |
newSslConnection(Connector connector,
org.eclipse.jetty.io.EndPoint endPoint,
javax.net.ssl.SSLEngine engine) |
|
void |
setDirectBuffersForDecryption(boolean useDirectBuffers) |
|
void |
setDirectBuffersForEncryption(boolean useDirectBuffers) |
|
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")
org.eclipse.jetty.util.ssl.SslContextFactory factory,
@Name("next")
java.lang.String nextProtocol)
public org.eclipse.jetty.util.ssl.SslContextFactory getSslContextFactory()
public void setDirectBuffersForEncryption(boolean useDirectBuffers)
public void setDirectBuffersForDecryption(boolean useDirectBuffers)
public boolean isDirectBuffersForDecryption()
public boolean isDirectBuffersForEncryption()
public java.lang.String getNextProtocol()
protected void doStart()
throws java.lang.Exception
doStart in class org.eclipse.jetty.util.component.ContainerLifeCyclejava.lang.Exceptionpublic org.eclipse.jetty.io.Connection newConnection(Connector connector, org.eclipse.jetty.io.EndPoint endPoint)
ConnectionFactoryCreates a new Connection with the given parameters
connector - The Connector creating this connectionendPoint - the EndPoint associated with the connectionConnectionprotected org.eclipse.jetty.io.ssl.SslConnection newSslConnection(Connector connector, org.eclipse.jetty.io.EndPoint endPoint, javax.net.ssl.SSLEngine engine)
protected org.eclipse.jetty.io.AbstractConnection configure(org.eclipse.jetty.io.AbstractConnection connection,
Connector connector,
org.eclipse.jetty.io.EndPoint endPoint)
configure in class AbstractConnectionFactorypublic java.lang.String toString()
toString in class AbstractConnectionFactoryCopyright © 1995–2018 Webtide. All rights reserved.