| 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.
|
| DefaultHttpRequestEnrichmentFilter |
Default implementation of filters which filters requests and enriches them using provided
HttpRequestEnrichmentService |
| DefaultHttpRequestEnrichmentService |
Default implementation of service for enriching HTTP requests
|
| DefaultRequestObserverChainManager | |
| DefaultResponseDeenrichmentFilter | |
| DefaultResponseDeenrichmentService |
Default service for de-enriching responses.
|
| 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
|
| SynchronizationPoint |
The point of synchronization of response finishing.
|
| WarpContextImpl | |
| 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. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.