Class SARRequestHttpContent
- java.lang.Object
-
- org.openshift.jenkins.plugins.openshiftlogin.SARRequestHttpContent
-
- All Implemented Interfaces:
com.google.api.client.http.HttpContent
,com.google.api.client.util.StreamingContent
public final class SARRequestHttpContent extends Object implements com.google.api.client.http.HttpContent
-
-
Constructor Summary
Constructors Constructor Description SARRequestHttpContent(String json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLength()
String
getType()
boolean
retrySupported()
void
writeTo(OutputStream out)
-
-
-
Constructor Detail
-
SARRequestHttpContent
public SARRequestHttpContent(String json)
-
-
Method Detail
-
getLength
public long getLength() throws IOException
- Specified by:
getLength
in interfacecom.google.api.client.http.HttpContent
- Throws:
IOException
-
getType
public String getType()
- Specified by:
getType
in interfacecom.google.api.client.http.HttpContent
-
retrySupported
public boolean retrySupported()
- Specified by:
retrySupported
in interfacecom.google.api.client.http.HttpContent
-
writeTo
public void writeTo(OutputStream out) throws IOException
- Specified by:
writeTo
in interfacecom.google.api.client.http.HttpContent
- Specified by:
writeTo
in interfacecom.google.api.client.util.StreamingContent
- Throws:
IOException
-
-