Uses of Class
org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods

Packages that use HttpAuthenticationMethods
org.apache.mina.proxy.handlers.http   
org.apache.mina.proxy.session   
 

Uses of HttpAuthenticationMethods in org.apache.mina.proxy.handlers.http
 

Methods in org.apache.mina.proxy.handlers.http that return HttpAuthenticationMethods
static HttpAuthenticationMethods HttpAuthenticationMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpAuthenticationMethods[] HttpAuthenticationMethods.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of HttpAuthenticationMethods in org.apache.mina.proxy.session
 

Methods in org.apache.mina.proxy.session that return types with arguments of type HttpAuthenticationMethods
 List<HttpAuthenticationMethods> ProxyIoSession.getPreferedOrder()
           
 

Method parameters in org.apache.mina.proxy.session with type arguments of type HttpAuthenticationMethods
 void ProxyIoSession.setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
           
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.