XNIO API 2.1.0.CR2

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(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.1.0.CR2

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