Uses of Interface
com.caucho.vfs.SSLFactory

Packages that use SSLFactory
com.caucho.boot   
com.caucho.network.listen   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of SSLFactory in com.caucho.boot
 

Classes in com.caucho.boot that implement SSLFactory
static class OpenPort.DummyOpenSSLFactory
           
 

Uses of SSLFactory in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return SSLFactory
 SSLFactory TcpPort.createOpenssl()
          Sets the SSL factory
 SSLFactory TcpPort.getSSL()
          Gets the SSL factory.
 

Methods in com.caucho.network.listen with parameters of type SSLFactory
 void TcpPort.setSSL(SSLFactory factory)
          Sets the SSL factory
 

Uses of SSLFactory in com.caucho.vfs
 

Classes in com.caucho.vfs that implement SSLFactory
 class JsseSSLFactory
          Abstract socket to handle both normal sockets and bin/resin sockets.