public static class STATE_TRANSFER.StateHeader extends Header
Modifier and Type | Field and Description |
---|---|
protected Digest |
my_digest |
static byte |
STATE_EX |
static byte |
STATE_REQ |
static byte |
STATE_RSP |
protected byte |
type |
Constructor and Description |
---|
StateHeader() |
StateHeader(byte type) |
StateHeader(byte type,
Digest digest) |
Modifier and Type | Method and Description |
---|---|
Digest |
getDigest() |
int |
getType() |
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
To be implemented by subclasses.
|
java.lang.String |
toString() |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public static final byte STATE_REQ
public static final byte STATE_RSP
public static final byte STATE_EX
protected byte type
protected Digest my_digest
public StateHeader()
public StateHeader(byte type)
public StateHeader(byte type, Digest digest)
public int getType()
public Digest getDigest()
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
java.lang.Exception
public int size()
Header
Copyright © 1998-2020 Red Hat. All Rights Reserved.