XNIO API 2.1.0.CR2

Uses of Class
org.jboss.xnio.SslClientAuthMode

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

Uses of SslClientAuthMode in org.jboss.xnio
 

Fields in org.jboss.xnio with type parameters of type SslClientAuthMode
static Option<SslClientAuthMode> Options.SSL_CLIENT_AUTH_MODE
          Specify the SSL client authentication mode.
 

Methods in org.jboss.xnio that return SslClientAuthMode
static SslClientAuthMode SslClientAuthMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SslClientAuthMode[] SslClientAuthMode.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.