public interface MWFevalHandler
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts all the pending requests.
|
void |
close()
Closes the client-server communication
|
boolean |
isClosed()
Returns true if the parent MWHttpClient has been closed else false
|
MATLABResult.MATLAB_Result |
processRequest(URL url,
MATLABParams.MATLAB_Params mlParams) |
<T> MWRequest<T> |
processRequest(URL url,
MATLABParams.MATLAB_Params mlParams,
ResponseProducer<T> builder,
MWRequestListener<T> callback) |
MATLABResult.MATLAB_Result processRequest(URL url, MATLABParams.MATLAB_Params mlParams) throws Throwable
url - url to the CTF with the form: http://:/ mlParams - A MATLABParams protobuf message that can be sent to the serverThrowable<T> MWRequest<T> processRequest(URL url, MATLABParams.MATLAB_Params mlParams, ResponseProducer<T> builder, MWRequestListener<T> callback)
void close()
boolean isClosed()
void abort()
Copyright © 2015–2024. All rights reserved.