|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.Socket.dataMessage
| Field Summary | |
java.lang.Object |
data
Reference to the object carrying data |
int |
size
The virtual size of the data |
| Constructor Summary | |
dataMessage(dataMessage dm)
copy constructor |
|
dataMessage(java.lang.Object o,
int nbytes)
|
|
| Methods inherited from class SSF.OS.ProtocolMessage |
bytecount, carryPayload, copy, dropHeader, dropPayload, frombytes, fromVersion, header_bytecount, payload, previous, size, tobytes, version |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.Object data
public int size
| Constructor Detail |
public dataMessage(java.lang.Object o,
int nbytes)
o - the object carrying datanbytes - the virtual size of the datapublic dataMessage(dataMessage dm)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||