Interface | Description |
---|---|
Repository |
This interface represents the main interface to interact with a repository of items.
|
RepositoryHttpEndpoint |
An object implementing this interface represents an http endpoint to play (download) or record
(upload) the contents of a repository item.
|
RepositoryHttpEndpointFactory | |
RepositoryHttpEventListener<E extends RepositoryHttpSessionEvent> | |
RepositoryHttpPlayer | |
RepositoryHttpRecorder | |
RepositoryItem |
Class | Description |
---|---|
DuplicateItemException |
This exception is thrown when the user is trying to create a repository item with the same id
than existing repository item.
|
HttpSessionErrorEvent |
This class represents an event fired when an error is detected in the
RepositoryHttpEndpoint identified as source. |
HttpSessionStartedEvent |
This class represents an event fired when an client is connected to the
RepositoryHttpEndpoint identified as source. |
HttpSessionTerminatedEvent |
This class represents an event fired when an client is "considered" disconnected for the
RepositoryHttpEndpoint identified as source. |
RepositoryApiConfiguration | |
RepositoryHttpSessionEvent | |
RepositoryItemAttributes |
Attributes implementation.
|
Enum | Description |
---|---|
RepositoryApiConfiguration.RepoType | |
RepositoryItem.State |