XNIO API 2.0.2.GA

Uses of Class
org.jboss.xnio.SaslStrength

Packages that use SaslStrength
org.jboss.xnio The main API package for XNIO. 
 

Uses of SaslStrength in org.jboss.xnio
 

Fields in org.jboss.xnio with type parameters of type SaslStrength
static Option<SaslStrength> Options.SASL_STRENGTH
          Specify the SASL cipher strength to use.
 

Methods in org.jboss.xnio that return SaslStrength
static SaslStrength SaslStrength.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SaslStrength[] SaslStrength.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


XNIO API 2.0.2.GA

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