| 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 | |
| com.mathworks.mps.client.rest |
RESTful API and Protocol Buffer Support
|
| Class and Description |
|---|
| MATLABStackFrame
Represents an element in MATLAB stack trace obtained from
MATLABException. |
| MWClient
The MWClient interface needs to be implemented by a class that is meant to provide client-server
communication for MATLAB Production Server.
|
| MWHttpClientConfig
Interface defining the configuration of the client-server connection used by
MWHttpClient. |
| MWInvokable
The MWInvocable interface provides methods used to directly invoke MATLAB
functions on a MATLAB Production Server instance using a reflection-based
proxy object.
|
| MWInvokeRequest
The class represents a MATLAB execution request.
|
| MWMarshalingRules
This interface defines rules for marshaling data between Java and MATLAB.
|
| MWRequest
An asynchronous MATLAB execution request that has been attached to an MWClient.
|
| MWRequestListener
Receives notification when a request's state changes.
|
| MWRequestState
The state of an asynchronous MATLAB execution request (immutable).
|
| MWRequestStateVisitor
Visits the state of an asynchronous MATLAB execution request.
|
| MWSSLConfig
This interface allows MPS client to communicate with an MPS server instance over
HTTPS |
| MWSSLServerAuthorizer
This class is the base interface for server authorization based on the server certificate available during the
SSL handshake.
|
| Class and Description |
|---|
| MATLABException
Represents a MATLAB error.
|
| MATLABStackFrame
Represents an element in MATLAB stack trace obtained from
MATLABException. |
| MWClient
The MWClient interface needs to be implemented by a class that is meant to provide client-server
communication for MATLAB Production Server.
|
| MWHttpClient
Establishes an HTTP/HTTPS based connection between a Java client and MATLAB
Production Server.
|
| MWHttpClientConfig
Interface defining the configuration of the client-server connection used by
MWHttpClient. |
| MWInvokable
The MWInvocable interface provides methods used to directly invoke MATLAB
functions on a MATLAB Production Server instance using a reflection-based
proxy object.
|
| MWInvokeRequest
The class represents a MATLAB execution request.
|
| MWMarshalingRules
This interface defines rules for marshaling data between Java and MATLAB.
|
| MWRequest
An asynchronous MATLAB execution request that has been attached to an MWClient.
|
| MWRequestListener
Receives notification when a request's state changes.
|
| MWSSLConfig
This interface allows MPS client to communicate with an MPS server instance over
HTTPS |
| Class and Description |
|---|
| MWClient
The MWClient interface needs to be implemented by a class that is meant to provide client-server
communication for MATLAB Production Server.
|
| MWRequest
An asynchronous MATLAB execution request that has been attached to an MWClient.
|
| MWRequestListener
Receives notification when a request's state changes.
|
| MWRequestState
The state of an asynchronous MATLAB execution request (immutable).
|
| MWRequestStateVisitor
Visits the state of an asynchronous MATLAB execution request.
|
| Class and Description |
|---|
| MATLABException
Represents a MATLAB error.
|
| MWMarshalingRules
This interface defines rules for marshaling data between Java and MATLAB.
|
Copyright © 2015–2021. All rights reserved.