Searched refs:newSIPServerRequest (Results 1 – 6 of 6) sorted by relevance
56 public ServerRequestInterface newSIPServerRequest( in newSIPServerRequest() method
509 ServerRequestInterface sipServerRequest = sipStack.newSIPServerRequest( in processMessage()
480 ServerRequestInterface sipServerRequest = sipStack.newSIPServerRequest( in processMessage()
482 .newSIPServerRequest(sipRequest, this); in processMessage()
1142 public ServerRequestInterface newSIPServerRequest(SIPRequest requestReceived, in newSIPServerRequest() method in SIPTransactionStack1211 currentTransaction.setRequestInterface(sipMessageFactory.newSIPServerRequest( in newSIPServerRequest()
64 public ServerRequestInterface newSIPServerRequest(SIPRequest sipRequest, in newSIPServerRequest() method in NistSipMessageFactoryImpl