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

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

Uses of SSLSupport in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as SSLSupport
protected  SSLSupport ProcessorTask.sslSupport
          SSL information.
 

Methods in com.sun.grizzly.http that return SSLSupport
 SSLSupport ProcessorTask.getSSLSupport()
          Return the SSLSupport object used by this instance.
 

Methods in com.sun.grizzly.http with parameters of type SSLSupport
abstract  boolean TemporaryInterceptor.doUpgrade(SelectionKey key, Request request, SSLSupport sslSupport)
           
 void ProcessorTask.setSSLSupport(SSLSupport sslSupport)
          Set the SSLSupport object used by this instance.
 

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

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

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.