public class MATLABRequest extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MATLABRequest(long lastModified,
MATLABRequestState state) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModifiedSeq()
Returns the lastModifiedSeq value on the server when the HTTP request was made.
|
MATLABRequestState |
getState()
Returns the state of the request.
|
static MATLABRequest |
newInstance(byte[] byteArray)
Creates an object of MATLABRequest class.
|
static MATLABRequest |
newInstance(InputStream inputStream)
Creates an object of MATLABRequest class.
|
protected MATLABRequest(long lastModified,
MATLABRequestState state)
public static MATLABRequest newInstance(InputStream inputStream)
inputStream - HTTP response bodyMATLABRequest objectpublic static MATLABRequest newInstance(byte[] byteArray)
byteArray - MATLABRequest objectpublic long getLastModifiedSeq()
public MATLABRequestState getState()
Copyright © 2015–2024. All rights reserved.