| 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 |
MWSSLDefaultConfig
Default implementation of
MWSSLConfig interface. |
| Modifier and Type | Method and Description |
|---|---|
MWSSLConfig |
MWHttpClient.getSSLConfig()
Returns a reference to the SSL configuration associated with this
instance of
MWHttpClient. |
| Constructor and Description |
|---|
MWHttpClient(MWHttpClientConfig config,
MWSSLConfig sslConfig)
Create an
MWHttpClient instance with user provided
configurations for both the client-server connection and the SSL layer. |
MWHttpClient(MWSSLConfig sslConfig)
Create an
MWHttpClient instance with a user user provided
configuration for the secure socket communication. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MWInvocationHandlerUtils.throwIfServerIsNotAuthorized(Certificate[] serverCerts,
MWSSLConfig sslConfig)
Performs extra level of authorization using the server distinguished name (DN) and user provided
set of authorized common names
|
| Constructor and Description |
|---|
ApacheHttpClient(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig,
MWHttpClient mwClient) |
SunHttpClientFevalHandler(MWHttpClientConfig clientConfig,
MWSSLConfig sslConfig) |
Copyright © 2015–2024. All rights reserved.