public class MATLABRequests extends 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.
|
Map<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(InputStream inputStream)
Creates a MATLABRequests object.
|
public static MATLABRequests newInstance(InputStream inputStream)
inputStream - public static MATLABRequests newInstance(byte[] byteArray)
byteArray - public long getCreatedSeq()
public Map<String,MATLABRequest> getMATLABRequests()
MATLABRequest object.MATLABRequestCopyright © 2015–2021. All rights reserved.