Uses of Class
org.codehaus.cargo.container.internal.util.HttpUtils.HttpResult
-
Packages that use HttpUtils.HttpResult Package Description org.codehaus.cargo.container.internal.util -
-
Uses of HttpUtils.HttpResult in org.codehaus.cargo.container.internal.util
Methods in org.codehaus.cargo.container.internal.util with parameters of type HttpUtils.HttpResult Modifier and Type Method Description booleanHttpUtils. ping(URL pingURL, Map<String,String> requestProperties, HttpUtils.HttpResult result)Ping a URL and store the detailed result in aHttpUtils.HttpResultobject.booleanHttpUtils. ping(URL pingURL, Map<String,String> requestProperties, HttpUtils.HttpResult result, long timeout)Ping a URL and store the detailed result in aHttpUtils.HttpResultobject.booleanHttpUtils. ping(URL pingURL, HttpUtils.HttpResult result)Ping a URL and store the detailed result in aHttpUtils.HttpResultobject.booleanHttpUtils. ping(URL pingURL, HttpUtils.HttpResult result, long timeout)Ping a URL and store the detailed result in aHttpUtils.HttpResultobject.
-