MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / addRequest

Method addRequest

src/main/java/net/optifine/http/HttpPipeline.java:26–29  ·  view source on GitHub ↗
(String urlStr, HttpListener listener)

Source from the content-addressed store, hash-verified

24 public static final String HEADER_VALUE_CHUNKED = "chunked";
25
26 public static void addRequest(String urlStr, HttpListener listener) throws IOException
27 {
28 addRequest(urlStr, listener, Proxy.NO_PROXY);
29 }
30
31 public static void addRequest(String urlStr, HttpListener listener, Proxy proxy) throws IOException
32 {

Callers 3

onResponseReceivedMethod · 0.95
terminateRequestsMethod · 0.95
executeRequestMethod · 0.95

Calls 8

makeRequestMethod · 0.95
getConnectionMethod · 0.95
getHostMethod · 0.95
getPortMethod · 0.95
getProxyMethod · 0.95
addRequestMethod · 0.95
removeConnectionMethod · 0.95
getHttpRequestMethod · 0.80

Tested by

no test coverage detected