| Package | Description |
|---|---|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.internal.async |
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
SunHttpClientFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
MWFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
<T> MWRequest<T> |
ApacheFevalHandler.processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback)
Sends a MATLAB request asynchronously and return an MWrequest object
representing the initiated request.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseProducer<T> |
MWRequestInfo.getResponseBuilder() |
| Constructor and Description |
|---|
MWRequestInfo(ResponseProducer<T> builder,
UUID clientUUID,
URL srcRequestURL) |
Copyright © 2015–2024. All rights reserved.