| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
MWHttpClientDefaultConfig
Default configuration used for creating an instance of
MWHttpClient. |
| Modifier and Type | Method and Description |
|---|---|
MWHttpClientConfig |
MWHttpClient.getConfig()
Returns a reference to the connection configuration associated with this
instance of
MWHttpClient. |
MWHttpClientConfig |
MWHttpClient.getConfig()
Returns a reference to the connection configuration associated with this
instance of
MWHttpClient. |
| Constructor and Description |
|---|
MWHttpClient(MWHttpClientConfig config)
Create an
MWHttpClient instance with a user provided
configuration. |
MWHttpClient(MWHttpClientConfig config)
Create an
MWHttpClient instance with a user provided
configuration. |
MWHttpClient(MWHttpClientConfig config,
MWSSLConfig sslConfig)
Create an
MWHttpClient instance with user provided
configurations for both the client-server connection and the SSL layer. |
MWHttpClient(MWHttpClientConfig config,
MWSSLConfig sslConfig)
Create an
MWHttpClient instance with user provided
configurations for both the client-server connection and the SSL layer. |
| Constructor and Description |
|---|
ApacheHttpClient(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig,
MWHttpClient mwClient) |
ApacheHttpClient(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig,
MWHttpClient mwClient) |
SunHttpClientFevalHandler(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig) |
SunHttpClientFevalHandler(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig) |
Copyright © 2015–2021. All rights reserved.