public abstract class UpstreamMessage extends Message
Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
short |
messageId
This is a unique (within the context of a reasonable period of time) identifier assigned to
each upstream message.
|
| Constructor and Description |
|---|
UpstreamMessage()
Each upstream message derived class must provide a zero argument constructor so that it can
be unserialized when read from the network.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getTransport, noteActualTransport, setTransportpublic short messageId
public UpstreamMessage()
public String toString()
toString in class SimpleStreamableObjectCopyright © 2015. All rights reserved.