org.siprop.stack.impl
クラス SIPStack.SipropSipListener

java.lang.Object
  上位を拡張 org.siprop.stack.impl.SIPStack.SipropSipListener
すべての実装されたインタフェース:
java.util.EventListener, javax.sip.SipListener
含まれているクラス:
SIPStack

public static class SIPStack.SipropSipListener
extends java.lang.Object
implements javax.sip.SipListener

Jain-SIP用に必要となってしまったinnerクラス
メッセージの振り分けなどを行う

作成者:
noritsuna

コンストラクタの概要
SIPStack.SipropSipListener()
           
 
メソッドの概要
 void attachToTag(javax.sip.message.Response response, javax.sip.Dialog containingDialog)
          Generates a ToTag and attaches it to the to header of response.
 void processRequest(javax.sip.RequestEvent requestEvent)
           
 void processResponse(javax.sip.ResponseEvent responseEvent)
           
 void processTimeout(javax.sip.TimeoutEvent timeoutEvent)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SIPStack.SipropSipListener

public SIPStack.SipropSipListener()
メソッドの詳細

processRequest

public void processRequest(javax.sip.RequestEvent requestEvent)
定義:
インタフェース javax.sip.SipListener 内の processRequest

processResponse

public void processResponse(javax.sip.ResponseEvent responseEvent)
定義:
インタフェース javax.sip.SipListener 内の processResponse

processTimeout

public void processTimeout(javax.sip.TimeoutEvent timeoutEvent)
定義:
インタフェース javax.sip.SipListener 内の processTimeout

attachToTag

public void attachToTag(javax.sip.message.Response response,
                        javax.sip.Dialog containingDialog)
Generates a ToTag and attaches it to the to header of response.

パラメータ:
response - the response that is to get the ToTag.
containingDialog - the Dialog instance that is to extract a unique Tag value (containingDialog.hashCode())