com.sun.grizzly.util.net
Class SSLImplementation
java.lang.Object
com.sun.grizzly.util.net.SSLImplementation
- Direct Known Subclasses:
- JSSEImplementation
public abstract class SSLImplementation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLImplementation
public SSLImplementation()
getInstance
public static SSLImplementation getInstance()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getInstance
public static SSLImplementation getInstance(String className)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getImplementationName
public abstract String getImplementationName()
getServerSocketFactory
public abstract ServerSocketFactory getServerSocketFactory()
getSSLSupport
public abstract SSLSupport getSSLSupport(Socket sock)
getSSLSupport
public abstract SSLSupport getSSLSupport(SSLEngine sslEngine)
Copyright © 2011 SUN Microsystems. All Rights Reserved.