MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getResponse

Method getResponse

src/main/java/org/htmlunit/WebConnection.java:36–36  ·  view source on GitHub ↗

Submits a request and retrieves a response. @param request the request @return the response to the request defined by the specified request @exception IOException if an IO error occurs

(WebRequest request)

Source from the content-addressed store, hash-verified

34 * @exception IOException if an IO error occurs
35 */
36 WebResponse getResponse(WebRequest request) throws IOException;
37
38 @Override
39 void close() throws IOException;

Callers 14

getResponseMethod · 0.65
getResponseMethod · 0.65
getResponseMethod · 0.65
getResponseMethod · 0.65
getResponseMethod · 0.65
getResponseMethod · 0.65
gzipMethod · 0.65
getResponseMethod · 0.65
wrapperMethod · 0.65

Implementers 5

HttpWebConnectionsrc/main/java/org/htmlunit/HttpWebConn
MockWebConnectionsrc/main/java/org/htmlunit/MockWebConn
WebConnectionWrappersrc/main/java/org/htmlunit/util/WebCon
WebClientTestsrc/test/java/org/htmlunit/WebClientTe
WebConnectionWrapperTestsrc/test/java/org/htmlunit/util/WebCon

Calls

no outgoing calls

Tested by 10

getResponseMethod · 0.52
getResponseMethod · 0.52
getResponseMethod · 0.52
getResponseMethod · 0.52
getResponseMethod · 0.52
getResponseMethod · 0.52
gzipMethod · 0.52
getResponseMethod · 0.52
wrapperMethod · 0.52