XNIO API 3.0.7.GA

Uses of Class
org.xnio.ssl.XnioSsl

Packages that use XnioSsl
org.xnio The main API package for XNIO. 
org.xnio.ssl   
 

Uses of XnioSsl in org.xnio
 

Methods in org.xnio that return XnioSsl
 XnioSsl Xnio.getSslProvider(KeyManager[] keyManagers, TrustManager[] trustManagers, OptionMap optionMap)
          Get an SSL provider for this XNIO provider.
 XnioSsl Xnio.getSslProvider(OptionMap optionMap)
          Get an SSL provider for this XNIO provider.
 

Uses of XnioSsl in org.xnio.ssl
 

Subclasses of XnioSsl in org.xnio.ssl
 class JsseXnioSsl
          An XNIO SSL provider based on JSSE.
 


XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.