public final class SARRequestHttpContent extends Object implements com.google.api.client.http.HttpContent
| Constructor and Description |
|---|
SARRequestHttpContent(String json) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
String |
getType() |
boolean |
retrySupported() |
void |
writeTo(OutputStream out) |
public SARRequestHttpContent(String json)
public long getLength()
throws IOException
getLength in interface com.google.api.client.http.HttpContentIOExceptionpublic String getType()
getType in interface com.google.api.client.http.HttpContentpublic boolean retrySupported()
retrySupported in interface com.google.api.client.http.HttpContentpublic void writeTo(OutputStream out) throws IOException
writeTo in interface com.google.api.client.http.HttpContentwriteTo in interface com.google.api.client.util.StreamingContentIOExceptionCopyright © 2016–2020. All rights reserved.