com.sun.grizzly.util.net.jsse
Class JSSEImplementation

java.lang.Object
  extended by com.sun.grizzly.util.net.SSLImplementation
      extended by com.sun.grizzly.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 com.sun.grizzly.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 © 2008 SUN Microsystems. All Rights Reserved.