Class Command.Response
java.lang.Object
org.labkey.remoteapi.Command.Response
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
Command<ResponseType extends CommandResponse, RequestType extends org.apache.hc.client5.http.classic.methods.HttpUriRequest>
-
Method Summary
-
Method Details
-
getStatusText
-
getStatusCode
public int getStatusCode() -
getContentType
-
getContentLength
-
getInputStream
- Throws:
IOException
-
getReader
- Throws:
IOException
-
getText
- Throws:
IOException
-
getHeaderValue
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-