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

Packages that use HTTPMethods
net.sf.urlchecker.communication Provides all the configuration utilities necessary for the URLChecker to operate. 
net.sf.urlchecker.communication.configurers Provides... 
 

Uses of HTTPMethods in net.sf.urlchecker.communication
 

Methods in net.sf.urlchecker.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.communication.configurers
 

Methods in net.sf.urlchecker.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.