public class InputOutputResponse extends Response
JBaseSerializable.TYPE
Modifier and Type | Field and Description |
---|---|
static int |
INPUTCMD
Constant indicating that the server is waiting for input.
|
static int |
OUTPUTCMD
Constant indicating that the object contains a terminal output produced on server.
|
Constructor and Description |
---|
InputOutputResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getCommand() |
IByteObject |
getOutput() |
int |
getType() |
int |
getVersion() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
public static final int OUTPUTCMD
public static final int INPUTCMD
public int getCommand()
public IByteObject getOutput()
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
JBaseSerializable.getType()
public int getVersion()