public final class StringEntity extends Object implements 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) |
public void prepareOutBoundRequest(HttpURLConnection uc, IdcHttpClientConfig config) throws IOException
RequestEntity
prepareOutBoundRequest
in interface RequestEntity
IOException
public void writeTo(OutputStream out) throws IOException
writeTo
in interface RequestEntity
IOException
public void log(StringBuilder sb, Formatter f)
log
in interface RequestEntity