public class SunHttpClientFevalHandler extends AbstractHttpClientFevalHandler
closed, CONTENT_TYPE, responseSizeLimit| Constructor and Description |
|---|
SunHttpClientFevalHandler(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts all the pending requests.
|
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) |
close, isClosed, isSecureConnectionpublic SunHttpClientFevalHandler(MWHttpClientConfig clientConfig, MWSSLConfig sslConfig)
public 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 serverThrowablepublic <T> MWRequest<T> processRequest(URL url, MATLABParams.MATLAB_Params mlParams, ResponseProducer<T> builder, MWRequestListener<T> callback)
public void abort()
MWFevalHandlerCopyright © 2015–2021. All rights reserved.