|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.siprop.v2.stack.sip.tu.function.impl.ViaHandlerImpl
public class ViaHandlerImpl
Via header handler.
| Constructor Summary | |
|---|---|
ViaHandlerImpl(StackManager stackManager)
Constructor |
|
| Method Summary | |
|---|---|
void |
addFunction(TuFunction function)
Add TuFunction. |
Context |
doProcess(Context context,
TransactionEntry trnsct)
Execute TuFunction. |
void |
removeFunction(TuFunction function)
Remove TuFunction. |
void |
setBindingResolver(BindingResolver bindingResolver)
set BindingResolver. |
void |
setIsDetectLoop(boolean flag)
set detect loop flag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViaHandlerImpl(StackManager stackManager)
| Method Detail |
|---|
public void setBindingResolver(BindingResolver bindingResolver)
bindingResolver - public void setIsDetectLoop(boolean flag)
flag -
public Context doProcess(Context context,
TransactionEntry trnsct)
TuFunction
doProcess in interface TuFunctioncontext - the message will be processedtrnsct - type of transaction that related the message
public void addFunction(TuFunction function)
throws SIPropException
TuFunction
addFunction in interface TuFunctionSIPropException
public void removeFunction(TuFunction function)
throws SIPropException
TuFunction
removeFunction in interface TuFunctionSIPropException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||