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

java.lang.Object
  extended by com.sun.grizzly.util.net.jsse.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 Summary
JSSE14Factory()
           
 
Method Summary
 ServerSocketFactory getSocketFactory()
          Returns the ServerSocketFactory to use.
 SSLSupport getSSLSupport(Socket socket)
          returns the SSLSupport attached to this socket.
 SSLSupport getSSLSupport(SSLEngine sslEngine)
          returns the SSLSupport attached to this SSLEngine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSE14Factory

public JSSE14Factory()
Method Detail

getSocketFactory

public ServerSocketFactory getSocketFactory()
Returns the ServerSocketFactory to use.


getSSLSupport

public SSLSupport getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.


getSSLSupport

public SSLSupport getSSLSupport(SSLEngine sslEngine)
returns the SSLSupport attached to this SSLEngine.



Copyright © 2010 SUN Microsystems. All Rights Reserved.