public interface RequestEntity
Modifier and Type | Method and Description |
---|---|
void |
log(StringBuilder sb,
Formatter f) |
void |
prepareOutBoundRequest(HttpURLConnection uc,
IdcHttpClientConfig config)
Prepare the URL connection just before sending the data.
|
void |
writeTo(OutputStream out) |
void prepareOutBoundRequest(HttpURLConnection uc, IdcHttpClientConfig config) throws IOException
IOException
void writeTo(OutputStream out) throws IOException
IOException
void log(StringBuilder sb, Formatter f)