Uses of Class
com.sun.ts.lib.util.WebUtil.Response
Packages that use WebUtil.Response
-
Uses of WebUtil.Response in com.sun.ts.lib.util
Methods in com.sun.ts.lib.util that return WebUtil.ResponseModifier and TypeMethodDescriptionstatic WebUtil.Response
WebUtil.sendAuthenticatedRequest
(String method, InetAddress addr, int port, String req, Properties postData, Hashtable cookieList, String username, String password) Sends an authenticated request to the web server.static WebUtil.Response
WebUtil.sendRequest
(String method, InetAddress addr, int port, String req, Properties postData, Hashtable cookieList) Sends a request to the web server. -
Uses of WebUtil.Response in com.sun.ts.tests.common.jspservletsec
Methods in com.sun.ts.tests.common.jspservletsec that return WebUtil.ResponseModifier and TypeMethodDescriptionsecformClient.followRedirect
(WebUtil.Response response, int testNum) Helper method that is used in tests 1, 2, 3, 5 and 6.static WebUtil.Response
secformClient.uploadUsingHttpMethodPUT
(String method, InetAddress addr, int port, String req, byte[] postData, Hashtable cookieList, String username, String password) Uploads data from a byteArray to an URL.Methods in com.sun.ts.tests.common.jspservletsec with parameters of type WebUtil.ResponseModifier and TypeMethodDescriptionsecformClient.followRedirect
(WebUtil.Response response, int testNum) Helper method that is used in tests 1, 2, 3, 5 and 6.