Searched refs:incomingChannel (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DServerResponseInterface.java55 * @param incomingChannel is the incoming message channel
61 MessageChannel incomingChannel,
70 * @param incomingChannel
74 MessageChannel incomingChannel);
59 processResponse( SIPResponse sipResponse, MessageChannel incomingChannel, SIPDialog sipDialog) argument
72 processResponse( SIPResponse sipResponse, MessageChannel incomingChannel) argument
H A DServerRequestInterface.java54 * @param incomingChannel is the incoming message channel (parameter
59 MessageChannel incomingChannel);
57 processRequest( SIPRequest sipRequest, MessageChannel incomingChannel) argument
H A DSIPClientTransaction.java1358 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { argument
1451 this.processResponse(sipResponse, incomingChannel, dialog);
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java1269 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { argument

Completed in 132 milliseconds