public abstract class AbstractHeaderBasedCachingWire extends Object implements Wire
| Modifier and Type | Method and Description |
|---|---|
Response |
send(Request req,
String home,
String method,
Collection<Map.Entry<String,String>> headers,
InputStream content,
int connect,
int read)
Send request and return response.
|
public final Response send(Request req, String home, String method, Collection<Map.Entry<String,String>> headers, InputStream content, int connect, int read) throws IOException
Wiresend in interface Wirereq - Requesthome - URI to fetchmethod - HTTP methodheaders - Headerscontent - HTTP bodyconnect - The connect timeoutread - The read timeoutIOException - if failsCopyright © 2012–2021 jcabi.com. All rights reserved.