| Interface | Description |
|---|---|
| CredentialsProvider |
Created by adam on 4/15/2016.
|
| Class | Description |
|---|---|
| ApiKeyCredentialsProvider |
Created by adam on 4/15/2016.
|
| BasicAuthCredentialsProvider |
Created by adam on 4/15/2016.
|
| 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.
|
| GuestCredentialsProvider |
A credentials provider that provides no credentials.
|
| NetrcCredentialsProvider |
Attempts to find a .netrc or _netrc file and entry for the given host.
|
| NetrcFileParser |
User: adam
Date: Jan 10, 2009
Time: 6:30:14 PM
|
| 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.
|