Uses of Class
org.apache.qpid.proton.engine.SslDomain.Mode

Packages that use SslDomain.Mode
org.apache.qpid.proton.engine   
 

Uses of SslDomain.Mode in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return SslDomain.Mode
 SslDomain.Mode SslDomain.getMode()
           
static SslDomain.Mode SslDomain.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SslDomain.Mode[] SslDomain.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.proton.engine with parameters of type SslDomain.Mode
 void SslDomain.init(SslDomain.Mode mode)
          Initialize the ssl domain object.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.