Uses of Class
org.eclipse.jetty.io.ssl.SslConnection
-
Packages that use SslConnection Package Description org.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of SslConnection in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl that return SslConnection Modifier and Type Method Description SslConnection
SslConnection.DecryptedEndPoint. getSslConnection()
protected SslConnection
SslClientConnectionFactory. newSslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine engine)
-
Uses of SslConnection in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SslConnection Modifier and Type Method Description protected SslConnection
SslConnectionFactory. newSslConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine)
-