Uses of Class
net.sf.urlchecker.v2.communication.HTTPMethods

Packages that use HTTPMethods
net.sf.urlchecker.v2.communication Provides the communication establishment for the new HttpClient. 
net.sf.urlchecker.v2.communication.configurers Provides the configurers for the new version of the HttpClient. 
 

Uses of HTTPMethods in net.sf.urlchecker.v2.communication
 

Methods in net.sf.urlchecker.v2.communication that return HTTPMethods
 HTTPMethods CommunicationFactory.getMethodType(String source)
          Returns the method type.
static HTTPMethods HTTPMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HTTPMethods[] HTTPMethods.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HTTPMethods in net.sf.urlchecker.v2.communication.configurers
 

Methods in net.sf.urlchecker.v2.communication.configurers that return types with arguments of type HTTPMethods
 Map<String,HTTPMethods> MethodsConfigurer.configureWith(org.apache.commons.configuration.XMLConfiguration config)
          Configure with.
 



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.