|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiameterHeader
Interface to allow applications to retrieve Diameter header fields should they need to.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a deep copy of this diameter header instance. |
long |
getApplicationId()
Return application ID from this Diameter header. |
int |
getCommandCode()
Return the command code stored in this Diameter header. |
long |
getEndToEndId()
Return End-to-End ID from this Diameter header. |
long |
getHopByHopId()
Return Hop-by-Hop ID from this Diameter header. |
int |
getMessageLength()
Return the message length stored in this Diameter header. |
short |
getVersion()
Return the Diameter version ID from this Diameter header. |
boolean |
isError()
Return true if the error flag is set in this header. |
boolean |
isPotentiallyRetransmitted()
Return true if the potentially retransmitted flag is set in this header. |
boolean |
isProxiable()
Return true if the proxiable flag is set in this header. |
boolean |
isRequest()
Return true if the request flag is set in this header. |
| Method Detail |
|---|
boolean isRequest()
boolean isProxiable()
boolean isError()
boolean isPotentiallyRetransmitted()
long getApplicationId()
long getHopByHopId()
long getEndToEndId()
short getVersion()
int getMessageLength()
int getCommandCode()
java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||