public static class Fetch.Reply extends AbstractRawMessage
type
Constructor and Description |
---|
Reply(Fetch parent,
ObjectGlob glob) |
Reply(InputBuffer buf,
Endpoint endpoint)
Deserialization constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
dispatch(Disseminator disseminator)
Handles this message by calling into the given disseminator.
|
int |
getPriority() |
ObjectGlob |
glob()
The glob returned.
|
Id |
id()
The id of this message.
|
long |
onum()
The object number of the requested object.
|
void |
serialize(OutputBuffer buf) |
java.lang.String |
store()
The store where the requested object resides.
|
getType
public Reply(Fetch parent, ObjectGlob glob)
public Reply(InputBuffer buf, Endpoint endpoint) throws java.io.IOException
java.io.IOException
public ObjectGlob glob()
public Id id()
public java.lang.String store()
public long onum()
public int getPriority()
public void dispatch(Disseminator disseminator)
Message
public void serialize(OutputBuffer buf) throws java.io.IOException
java.io.IOException