Uses of Interface
com.sun.grizzly.util.net.SSLSupport

Packages that use SSLSupport
com.sun.grizzly.util.net   
com.sun.grizzly.util.net.jsse   
 

Uses of SSLSupport in com.sun.grizzly.util.net
 

Methods in com.sun.grizzly.util.net that return SSLSupport
abstract  SSLSupport SSLImplementation.getSSLSupport(java.net.Socket sock)
           
abstract  SSLSupport SSLImplementation.getSSLSupport(javax.net.ssl.SSLEngine sslEngine)
           
 

Uses of SSLSupport in com.sun.grizzly.util.net.jsse
 

Methods in com.sun.grizzly.util.net.jsse that return SSLSupport
 SSLSupport JSSEImplementation.getSSLSupport(java.net.Socket s)
           
 SSLSupport JSSE14Factory.getSSLSupport(java.net.Socket socket)
           
 SSLSupport JSSEImplementation.getSSLSupport(javax.net.ssl.SSLEngine sslEngine)
           
 SSLSupport JSSE14Factory.getSSLSupport(javax.net.ssl.SSLEngine sslEngine)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.