See: Description
| Interface | Description |
|---|---|
| AdminClient |
Admin basic client interface
|
| BasicClient |
Basic client api for vitam client
|
| MockOrRestClient |
Basic client api for vitam client either in Mock or Rest mode
|
| OperationManagementClient |
OperationManagementClient include all common method between ProcessManagement and Ingest Internal
|
| VitamClientFactoryInterface<T extends MockOrRestClient> |
Vitam Http Client Factory Interface
|
| Class | Description |
|---|---|
| AbstractMockClient |
Abstract Mock common client
|
| AbstractMockClient.FakeInboundResponse |
Fake Inbound Response for Mock client support
|
| ClientMockResultHelper |
Results for client mock
|
| DefaultAdminClient |
Abstract Partial client class for all vitam clients
|
| DefaultClient |
Abstract client class for all vitam client
|
| HeaderIdClientFilter |
Manage the headers from the client-side perspective.
|
| TestVitamClientFactory<T extends BasicClient> |
Default VitamClientFactory for Test purpose only
|
| VitamApacheHttpClientEngine |
Vtam Specific Apache Http Client Engine
In particular, handle chunk mode
|
| VitamApacheHttpClientEngine.VitamConnectionReuseStrategy |
Default implementation of a strategy deciding about connection re-use.
|
| VitamClientFactory<T extends MockOrRestClient> |
General VitamClientFactory for non SSL client
|
| VitamContext |
Defines commons client parameters for vitam external rest API
|
| VitamRequestIterator<T> |
Utility to help with Http based Cursor that implements real Database Cursor on server side
|
| VitamRestTestClient |
Vitam Restassured like client for Junit test
Example:
|
| VitamRestTestClient.VitamRestTest |
VItam Rest Test: mimic of Restassured.RequestSpecification
|
| Enum | Description |
|---|---|
| IngestCollection |
Ingest collection types with collection names.
|
| VitamClientFactoryInterface.VitamClientType |
enum to define client type
|
| VitamRestEasyConfiguration |
Various key for RestEsy configuration
|
Copyright © 2018 Vitam. All rights reserved.