| Package | Description |
|---|---|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.internal.async |
| Modifier and Type | Field and Description |
|---|---|
ConcurrentHashMap<UUID,MWRequestImpl> |
ApacheHttpClient.pendingRequests |
ConcurrentHashMap<String,ConcurrentHashMap<String,MWRequestImpl>> |
ApacheHttpClient.requestsCreated |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApacheHttpClient.registerRequest(MWRequestImpl<T> request,
UUID uuid,
String serverUri,
String mps_session_id,
org.apache.http.client.protocol.HttpClientContext context)
Register the new request in the Requests map and start a polling thread
if one does not exist already.
|
| Constructor and Description |
|---|
HttpResponseCallback(String serverURI,
MWRequestImpl<T> request,
ApacheHttpClient httpClient,
org.apache.http.client.protocol.HttpClientContext httpContext) |
MWFuture(MWRequestImpl<T> request) |
OnErrorCallback(MWRequestImpl request,
ApacheHttpClient apacheClient) |
Copyright © 2015–2024. All rights reserved.