| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.internal.async |
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
MWInvokable.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously with a callback attached.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
ComponentProxy.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously.
|
<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.
|
| Constructor and Description |
|---|
MWRequestImpl(MWClient client,
MWRequestListener<T> listener,
MWRequestInfo<T> clientRequestInfo,
ApacheFevalHandler fevalHandler) |
Copyright © 2015–2024. All rights reserved.