|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiameterCommand
Diameter command. Applications can use this interface to retrieve the code, short name, long name and request flag of a command.
| Method Summary | |
|---|---|
long |
getApplicationId()
Return the application ID for this command, e.g., 0 |
int |
getCode()
Return the code for this command, e.g., 257. |
java.lang.String |
getLongName()
Return the long name for this command, e.g., "Capabilities-Exchange-Request". |
java.lang.String |
getShortName()
Return the short name for this command, e.g., "CER". |
boolean |
isProxiable()
Return true if and only if this command may be proxied. |
boolean |
isRequest()
Return true if and only if this command is a request. |
| Method Detail |
|---|
int getCode()
long getApplicationId()
java.lang.String getShortName()
java.lang.String getLongName()
boolean isRequest()
boolean isProxiable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||