Uses of Class
com.gargoylesoftware.htmlunit.HttpMethod
-
Packages that use HttpMethod Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test. -
-
Uses of HttpMethod in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return HttpMethod Modifier and Type Method Description HttpMethodWebRequest. getHttpMethod()Returns the HTTP submit method to use.HttpMethodMockWebConnection. getLastMethod()Returns the method that was used in the last call to submitRequest().static HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gargoylesoftware.htmlunit with parameters of type HttpMethod Modifier and Type Method Description protected org.apache.http.client.methods.HttpRequestBaseHttpWebConnection. buildHttpMethod(HttpMethod submitMethod, java.net.URI uri)Creates and returns a new HttpClient HTTP method based on the specified parameters.voidWebRequest. setHttpMethod(HttpMethod submitMethod)Sets the HTTP submit method to use.Constructors in com.gargoylesoftware.htmlunit with parameters of type HttpMethod Constructor Description WebRequest(java.net.URL url, HttpMethod submitMethod)Instantiates aWebRequestfor the specified URL using the specified HTTP submit method.WebResponse(WebResponseData responseData, java.net.URL url, HttpMethod requestMethod, long loadTime)Constructs with all data. -
Uses of HttpMethod in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions with parameters of type HttpMethod Modifier and Type Method Description protected WebRequestAbstractWebAction. createWebRequestSettings(java.net.URL url, HttpMethod method, java.util.List<NameValuePair> requestParameters)Creates aWebRequestobject from the passed URL, request parameters and request method.protected voidAbstractHtmlPageAction. loadPage(java.net.URL url, HttpMethod method, java.util.List<NameValuePair> requestParameters)Loads the page using the given request method from the passed URL.protected voidAbstractHtmlPageAction. loadPage(java.net.URL url, HttpMethod method, java.util.List<NameValuePair> requestParameters, long waitingTime)Loads the page using the given request method from the passed URL.protected voidAbstractLightWeightPageAction. loadPage(java.net.URL url, HttpMethod method, java.util.List<NameValuePair> requestParameters)Loads the page using the given request method from the passed URL and stores it internally. -
Uses of HttpMethod in com.xceptance.xlt.api.engine
Methods in com.xceptance.xlt.api.engine that return HttpMethod Modifier and Type Method Description HttpMethodNetworkData. getRequestMethod()Returns the request method.
-