| Class | Description |
|---|---|
| Command<ResponseType extends CommandResponse> |
Base class for all API commands.
|
| Command.Response |
Response class allows clients to get an InputStream, consume lazily, and close the connection when complete.
|
| CommandResponse |
Represents the details of a response returned from the LabKey Server.
|
| Connection |
Represents connection information for a particular LabKey Server.
|
| PostCommand<ResponseType extends CommandResponse> |
Base class for all commands that needs to post data to the server,
rather than providing parameters in the query string.
|
| ResponseObject |
User: jeckels
Date: Apr 3, 2010
|
| Enum | Description |
|---|---|
| Command.CommonParameters |
An enum of common parameter names used in API URLs.
|
| Exception | Description |
|---|---|
| ApiVersionException |
User: adam
Date: Feb 23, 2009
Time: 1:13:26 PM
|
| CommandException |
Represents an exception that occurs while executing a command.
|