Class HttpServiceResponse
java.lang.Object
org.jenkinsci.plugins.codesonar.services.HttpServiceResponse
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServiceResponse
(int statusCode, String reasonPhrase, InputStream contentInputStream) -
Method Summary
-
Constructor Details
-
HttpServiceResponse
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getStatusCode
public int getStatusCode() -
getReasonPhrase
-
getContentInputStream
-
readContent
- Throws:
IOException
-