|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.udp.UdpResponseEntry
public class UdpResponseEntry
An entry of a response.
| Method Summary | |
|---|---|
DataField |
getDataFieldAt(int index)
Returns the data field on the given index. |
int |
getDataFieldCount()
Returns the count the data fields. |
java.lang.String |
getMessageString()
Returns the data fields as an message string. |
java.lang.String |
getTrimedMessageString()
Returns the data fields as an message string without pipes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getDataFieldCount()
public DataField getDataFieldAt(int index)
index - The index.
java.lang.IndexOutOfBoundsException - If the index is out of bounds.public java.lang.String getMessageString()
null, if this entry hasn't
any data fields.public java.lang.String getTrimedMessageString()
null, if this entry hasn't
any data fields.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||