T - public interface MWRequest<T>
| Modifier and Type | Method and Description |
|---|---|
MWClient |
getClient()
Get the client to which the request is attached.
|
Future<T> |
getFuture()
Returns a future object that can be used to get the result or cancel this request.
|
String |
getRequestURL()
Get the URL for this request
|
MWRequestState<T> |
getState()
Get the current state of the request.
|
void |
release()
Release resources on the server
|
Future<T> getFuture()
MWClient getClient()
MWRequestState<T> getState()
void release()
String getRequestURL()
Copyright © 2015–2021. All rights reserved.