| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
MWHttpClient
Establishes an HTTP/HTTPS based connection between a Java client and MATLAB
Production Server.
|
| Modifier and Type | Method and Description |
|---|---|
MWClient |
MWRequest.getClient()
Get the client to which the request is attached.
|
MWClient |
MWRequest.getClient()
Get the client to which the request is attached.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Method,MWMethodDispatcher> |
IdentifyDispatcher.buildMethodToDispatcherMap(URL url,
Class mwComponent,
MWClient client) |
static Map<Method,MWMethodDispatcher> |
IdentifyDispatcher.buildMethodToDispatcherMap(URL url,
Class mwComponent,
MWClient client) |
| Modifier and Type | Method and Description |
|---|---|
MWClient |
MWRequestImpl.getClient() |
MWClient |
MWRequestImpl.getClient() |
| Constructor and Description |
|---|
MWRequestImpl(MWClient client,
MWRequestListener<T> listener,
MWRequestInfo<T> clientRequestInfo,
ApacheFevalHandler fevalHandler) |
MWRequestImpl(MWClient client,
MWRequestListener<T> listener,
MWRequestInfo<T> clientRequestInfo,
ApacheFevalHandler fevalHandler) |
Copyright © 2015–2021. All rights reserved.