|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.message.Message
org.eclipse.soda.dk.message.AsciiMessage
public class AsciiMessage
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.message.service.MessageService |
|---|
HIGH_PRIORITY, LOW_PRIORITY, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, STRING, THREAD_PRIORITY |
| Constructor Summary | |
|---|---|
AsciiMessage()
Constructor for AsciiMessage. |
|
AsciiMessage(byte[] data)
Constructor for AsciiMessage. |
|
AsciiMessage(java.lang.String data)
Constructor for AsciiMessage. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Perform the toString method and return the String result. |
static java.lang.String |
toString(byte[] bytes)
To string with the specified bytes parameter and return the String result. |
| Methods inherited from class org.eclipse.soda.dk.message.Message |
|---|
clone, decodeMessage, decodeMessage, encodeMessage, encodeMessage, equals, get, getBoolean, getByte, getBytes, getData, getDataBytes, getDataLength, getDataOffset, getInt, getIntByte, getIntByte, getKey, getLittleEndianInt, getLittleEndianLong, getLong, getLongByte, getLongByte, getParameter, getPriority, getShort, hashCode, isBigEndian, length, lookup, matches, put, setBoolean, setByte, setBytes, setData, setInt, setLong, setShort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AsciiMessage()
AsciiMessage(String),
AsciiMessage(byte[])public AsciiMessage(java.lang.String data)
data - The data (String) parameter.AsciiMessage(),
AsciiMessage(byte[])public AsciiMessage(byte[] data)
data - The data (byte[]) parameter.AsciiMessage(),
AsciiMessage(String)| Method Detail |
|---|
public static java.lang.String toString(byte[] bytes)
bytes - The bytes (byte[]) parameter.
String) value.toString()public java.lang.String toString()
String result.
toString in class MessageString) value.toString(byte[])
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||