|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.Network.JPIP.JPIPMessage
public class JPIPMessage
The class JPIPMessage is useful to store JPIP messages. It
contains: the JPIP header that provides descriptive information to identify
the JPIP message in the data-bin, and the message body which is a segment
from a data-bin.
| Field Summary | |
|---|---|
JPIPMessageHeader |
header
Contains the JPIP message header. |
long |
headerLength
Indicates the length of the JPIP message header. |
byte[] |
messageBody
Is the body of the JPIP message, i.e., it is data from a data-bin. |
| Constructor Summary | |
|---|---|
JPIPMessage()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this JPIPMessage out to the specified output stream. |
void |
reset()
Sets the attributes to its initial vaules. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public JPIPMessageHeader header
JPIPMessageHeader
public byte[] messageBody
public long headerLength
| Constructor Detail |
|---|
public JPIPMessage()
| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||