Searched refs:ServerRequestInterface (Results 1 – 9 of 9) sorted by relevance
48 public interface ServerRequestInterface { interface
56 public ServerRequestInterface newSIPServerRequest( in newSIPServerRequest()
173 public class SIPServerTransaction extends SIPTransaction implements ServerRequestInterface,183 private transient ServerRequestInterface requestOf;524 public void setRequestInterface(ServerRequestInterface newRequestOf) { in setRequestInterface()
509 ServerRequestInterface sipServerRequest = sipStack.newSIPServerRequest( in processMessage()
480 ServerRequestInterface sipServerRequest = sipStack.newSIPServerRequest( in processMessage()
481 ServerRequestInterface sipServerRequest = sipStack in processMessage()
1142 public ServerRequestInterface newSIPServerRequest(SIPRequest requestReceived, in newSIPServerRequest()
64 public ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest, in newSIPServerRequest()
48 import gov.nist.javax.sip.stack.ServerRequestInterface;89 class DialogFilter implements ServerRequestInterface, ServerResponseInterface {