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>

protected static class Command.Response extends Object implements Closeable
Response class allows clients to get an InputStream, consume lazily, and close the connection when complete.