public static class AbstractUpdate.Reply extends AbstractRawMessage
type
Constructor and Description |
---|
Reply(InputBuffer buf,
Endpoint endpoint,
NodeHandle sender)
Deserialization constructor.
|
Reply(NodeHandle sender,
AbstractUpdate<?> parent,
boolean resubscribe) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(Disseminator disseminator)
Handles this message by calling into the given disseminator.
|
int |
getPriority() |
Id |
id()
The id of this message.
|
long |
onum() |
boolean |
resubscribe()
Whether the sender wants to resubscribe.
|
NodeHandle |
sender()
The sender of this message.
|
void |
serialize(OutputBuffer buf) |
java.lang.String |
store() |
getType
public Reply(NodeHandle sender, AbstractUpdate<?> parent, boolean resubscribe)
public Reply(InputBuffer buf, Endpoint endpoint, NodeHandle sender) throws java.io.IOException
java.io.IOException
public NodeHandle sender()
public Id id()
public java.lang.String store()
public long onum()
public boolean resubscribe()
public int getPriority()
public void dispatch(Disseminator disseminator)
Message
public void serialize(OutputBuffer buf) throws java.io.IOException
java.io.IOException