|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jwap.wtp.pdu.CWTPPDU | +--net.sourceforge.jwap.wtp.pdu.CWTPNack
This Class represents a Negative Acknowledgement PDU.
Fields inherited from class net.sourceforge.jwap.wtp.pdu.CWTPPDU |
PDU_TYPE_ABORT, PDU_TYPE_ACK, PDU_TYPE_INVOKE, PDU_TYPE_NEG_ACK, PDU_TYPE_RESULT, PDU_TYPE_SEGM_INVOKE, PDU_TYPE_SEGM_RESULT, types |
Constructor Summary | |
CWTPNack(int TID,
short[] missingPackets)
|
Method Summary | |
byte[] |
toByteArray()
encodes the PDU according to the WTP spec |
java.lang.String |
toString()
constructs a string representation of the object invluding all fields. |
Methods inherited from class net.sourceforge.jwap.wtp.pdu.CWTPPDU |
decode, getCON, getGTR, getPayload, getPDUType, getRES1, getRES2, getRID, getSegments, getTID, getTTR, setCON, setGTR, setPayload, setPDUType, setRES1, setRES2, setRID, setSegments, setTTR |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CWTPNack(int TID, short[] missingPackets)
TID
- the Transaction ID according to the specMethod Detail |
public byte[] toByteArray()
toByteArray
in class CWTPPDU
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |