Package org.xipki.util
Class Curl.CurlResult
- java.lang.Object
-
- org.xipki.util.Curl.CurlResult
-
-
Constructor Summary
Constructors Constructor Description CurlResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()intgetContentLength()StringgetContentType()byte[]getErrorContent()voidsetContent(byte[] content)voidsetContentLength(int contentLength)voidsetContentType(String contentType)voidsetErrorContent(byte[] errorContent)
-
-
-
Method Detail
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getContentLength
public int getContentLength()
-
setContentLength
public void setContentLength(int contentLength)
-
getContent
public byte[] getContent()
-
setContent
public void setContent(byte[] content)
-
getErrorContent
public byte[] getErrorContent()
-
setErrorContent
public void setErrorContent(byte[] errorContent)
-
-