| Class | Description |
|---|---|
| CancelledMWRequestState<T> |
Represents the CANCELLED_STATE of the MWRequest
|
| ExpiredMWRequestState<T> |
Represents the expired state of a request.
|
| FailedMWRequestState<T> |
Represents the ERROR_STATE of the MWRequest
|
| HttpResponseCallback<T> | |
| InQueueMWRequestState<T> |
Represents the state of a request waiting to be processed.
|
| InstanceInfo |
Encapsulates the information about the instance object
|
| InterruptedMWRequestState<T> | |
| MWFuture<T> | |
| MWRequestImpl<T> |
This is an internal class that implements the MWRequest interface.
|
| MWRequestInfo<T> |
This class wraps around all the information needed for another client to take over an existing request.
|
| OnErrorCallback | |
| ProcessingMWRequestState<T> |
Represents the state of a request that is currently being processed.
|
| ReadyMWRequestState<T> |
Represents the state of a request that has completed with no errors.
|
| RequestNotificationsBackup |
Created by menkh on 5/2/2017.
|
| RequestNotificationsCallback<T> | |
| SendingMWRequestState<T> |
Represents the state of a request that has been sent.
|
| WaitNotifier |
| Exception | Description |
|---|---|
| MWClientClosedException |
Copyright © 2015–2024. All rights reserved.