|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.servlet.sip.core.ApplicationRoutingHeaderStack
public class ApplicationRoutingHeaderStack
This class manipulates a string that contains the AR stack for cases when the container behaves as UAC. The string looks like this: appname1!handler1/appname2!handler2/appname3!handler3/.../...
| Nested Class Summary | |
|---|---|
static class |
ApplicationRoutingHeaderStack.ApplicationRouterNode
|
| Constructor Summary | |
|---|---|
ApplicationRoutingHeaderStack(java.lang.String text)
|
|
| Method Summary | |
|---|---|
void |
addNode(ApplicationRoutingHeaderStack.ApplicationRouterNode node)
|
ApplicationRoutingHeaderStack.ApplicationRouterNode |
getLast()
|
void |
removeLast()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationRoutingHeaderStack(java.lang.String text)
| Method Detail |
|---|
public void addNode(ApplicationRoutingHeaderStack.ApplicationRouterNode node)
public void removeLast()
public ApplicationRoutingHeaderStack.ApplicationRouterNode getLast()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||