| Interface | Description |
|---|---|
| ExecutionSynchronizer |
Provides ability to synchronize Warp request enriching and processing on server.
|
| WarpContext |
Context of Warp execution which makes available executed groups, holds exceptions and execution results
|
| WarpExecutor | |
| WarpGroup |
The Warp request group as seen by Warp internally.
|
| WarpRequestSpecifier |
Provides interface for taking user input from
Warp API and ability to execute Warp request. |
| Class | Description |
|---|---|
| DefaultExecutionSynchronizer |
Default implementation of synchronization of Warp request enriching and processing on server.
|
| DefaultHttpFiltersSource | |
| DefaultHttpRequestEnrichmentService |
Default implementation of service for enriching HTTP requests
|
| DefaultHttpRequestEnrichmentService.RegisterPayloadRemotely | |
| DefaultRequestObserverChainManager | |
| DefaultResponseDeenrichmentService |
Default service for de-enriching responses.
|
| DefaultResponseDeenrichmentService.RetrievePayloadFromServer |
Command which retrieves the inspection payload from server
|
| DefaultResponseTransformationService | |
| DefaultWarpExecutor |
Default
WarpExecutor |
| DefaultWarpRequestSpecifier |
The implementation of execution of client activity and server inspection.
|
| DefaultWarpRuntime |
The default implementation of the
WarpRuntime. |
| EnrichmentObserver |
Listens on filter and tries enrich request and de-enrich response
|
| HttpRequestWrapper | |
| SynchronizationPoint |
The point of synchronization of response finishing.
|
| WarpContextImpl |
Context of Warp execution which makes available executed groups, holds exceptions and execution results
|
| WarpContextStore |
This class stores current context and makes that available for other threads.
|
| WarpExecutionInitializer |
Initializes
WarpExecutionContext. |
| WarpExecutionObserver |
Observes on Warp execution events and invokes associated services.
|
| WarpGroupImpl |
Default implemetnation of
WarpGroup. |
| Exception | Description |
|---|---|
| DefaultWarpRequestSpecifier.ActivityException | |
| SynchronizationPoint.RequestEnrichmentAlreadySetException | |
| SynchronizationPoint.SettingRequestTimeoutException | |
| TooManyRequestsException |
Indicates that Warp has observed more requests in given group than expected.
|
| WarpSynchronizationException |
Indicates that Warp wasn't able to enrich all specified requests or didn't get response for some requests as specified by
user.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.