org.glassfish.grizzly.web.container.util.net.jsse
Class JSSEImplementation

java.lang.Object
  extended by org.glassfish.grizzly.web.container.util.net.SSLImplementation
      extended by org.glassfish.grizzly.web.container.util.net.jsse.JSSEImplementation

public class JSSEImplementation
extends SSLImplementation


Constructor Summary
JSSEImplementation()
           
 
Method Summary
 String getImplementationName()
           
 ServerSocketFactory getServerSocketFactory()
           
 SSLSupport getSSLSupport(Socket s)
           
 SSLSupport getSSLSupport(SSLEngine sslEngine)
           
 
Methods inherited from class org.glassfish.grizzly.web.container.util.net.SSLImplementation
getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSEImplementation

public JSSEImplementation()
                   throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getImplementationName

public String getImplementationName()
Specified by:
getImplementationName in class SSLImplementation

getServerSocketFactory

public ServerSocketFactory getServerSocketFactory()
Specified by:
getServerSocketFactory in class SSLImplementation

getSSLSupport

public SSLSupport getSSLSupport(Socket s)
Specified by:
getSSLSupport in class SSLImplementation

getSSLSupport

public SSLSupport getSSLSupport(SSLEngine sslEngine)
Specified by:
getSSLSupport in class SSLImplementation


Copyright © 2009 SUN Microsystems. All Rights Reserved.