Searched refs:ServerResponseInterface (Results 1 – 9 of 9) sorted by relevance
67 public ServerResponseInterface newSIPServerResponse( in newSIPServerResponse()
52 public interface ServerResponseInterface { interface
182 public class SIPClientTransaction extends SIPTransaction implements ServerResponseInterface,198 private transient ServerResponseInterface respondTo;315 public void setResponseInterface(ServerResponseInterface newRespondTo) { in setResponseInterface()
555 ServerResponseInterface sipServerResponse = sipStack.newSIPServerResponse( in processMessage()
534 ServerResponseInterface sipServerResponse = sipStack.newSIPServerResponse( in processMessage()
525 ServerResponseInterface sipServerResponse = sipStack in processMessage()
1247 public ServerResponseInterface newSIPServerResponse(SIPResponse responseReceived, in newSIPServerResponse()1313 ServerResponseInterface sri = sipMessageFactory.newSIPServerResponse( in newSIPServerResponse()
100 public ServerResponseInterface newSIPServerResponse( in newSIPServerResponse()
49 import gov.nist.javax.sip.stack.ServerResponseInterface;89 class DialogFilter implements ServerRequestInterface, ServerResponseInterface {