public class MATLABRequests
extends java.lang.Object
| Constructor and Description |
|---|
MATLABRequests() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedSeq()
Returns lastModifiedSeq value on the server associated with the client from which the HTTP request was made.
|
java.util.Map<java.lang.String,MATLABRequest> |
getMATLABRequests()
Returns a map of all requests sent to the server from each client.
|
static MATLABRequests |
newInstance(byte[] byteArray)
Creates a MATLABRequests object.
|
static MATLABRequests |
newInstance(java.io.InputStream inputStream)
Creates a MATLABRequests object.
|
public static MATLABRequests newInstance(java.io.InputStream inputStream)
inputStream - public static MATLABRequests newInstance(byte[] byteArray)
byteArray - public long getCreatedSeq()
public java.util.Map<java.lang.String,MATLABRequest> getMATLABRequests()
MATLABRequest object.MATLABRequestCopyright 2010-2022 The MathWorks, Inc.