|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.util.net.jsse.JSSE14Factory
public class JSSE14Factory
Implementation class for JSSEFactory for JSSE 1.1.x (that ships with the 1.4 JVM).
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 |
---|
public JSSE14Factory()
Method Detail |
---|
public ServerSocketFactory getSocketFactory()
public SSLSupport getSSLSupport(Socket socket)
public SSLSupport getSSLSupport(SSLEngine sslEngine)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |