Uses of Interface
com.flat502.rox.server.SSLSessionPolicy

Packages that use SSLSessionPolicy
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.server Server-side API and supporting classes. 
 

Uses of SSLSessionPolicy in com.flat502.rox.processing
 

Methods in com.flat502.rox.processing with parameters of type SSLSessionPolicy
 void HttpRpcProcessor.registerSSLSessionPolicy(SSLSessionPolicy policy)
           
 

Uses of SSLSessionPolicy in com.flat502.rox.server
 

Classes in com.flat502.rox.server that implement SSLSessionPolicy
 class SimpleSSLSessionPolicy
          A very simple SSL session policy that rejects sessions based on a white-list of subjects and/or issuer names.