|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface StackMessageFactory
An interface for generating new requests and responses. This is implemented by the application and called by the stack for processing requests and responses. When a Request comes in off the wire, the stack calls newSIPServerRequest which is then responsible for processing the request. When a response comes off the wire, the stack calls newSIPServerResponse to process the response.
メソッドの概要 | |
---|---|
ServerRequestInterface |
newSIPServerRequest(SIPRequest sipRequest,
MessageChannel msgChan)
Make a new SIPServerResponse given a SIPRequest and a message channel. |
ServerResponseInterface |
newSIPServerResponse(SIPResponse sipResponse,
MessageChannel msgChan)
Generate a new server response for the stack. |
メソッドの詳細 |
---|
ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest, MessageChannel msgChan)
sipRequest
- is the incoming request.msgChan
- is the message channel on which this request was
received.ServerResponseInterface newSIPServerResponse(SIPResponse sipResponse, MessageChannel msgChan)
sipResponse
- is the incoming response.msgChan
- is the message channel on which the response was
received.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |