Class JSSE14Factory

java.lang.Object
org.glassfish.grizzly.config.ssl.JSSE14Factory

public class JSSE14Factory extends Object
Implementation class for JSSEFactory for JSSE 1.1.x (that ships with the 1.4 JVM).
Author:
Bill Barker
  • Constructor Details

    • JSSE14Factory

      public JSSE14Factory()
  • Method Details

    • getSocketFactory

      public ServerSocketFactory getSocketFactory()
    • getSSLSupport

      public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket socket)
    • getSSLSupport

      public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine sslEngine)