public class MATLABRequest
extends java.lang.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(java.io.InputStream inputStream)
Creates an object of MATLABRequest class.
|
protected MATLABRequest(long lastModified, MATLABRequestState state)
public static MATLABRequest newInstance(java.io.InputStream inputStream)
inputStream
- HTTP response bodyMATLABRequest
objectpublic static MATLABRequest newInstance(byte[] byteArray)
byteArray
- MATLABRequest
objectpublic long getLastModifiedSeq()
public MATLABRequestState getState()
Copyright 2010-2016 The MathWorks, Inc.