Searched refs:HopImpl (Results 1 – 6 of 6) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | HopImpl.java | 53 public final class HopImpl extends Object implements javax.sip.address.Hop, Serializable { class 74 public HopImpl(String hostName, int portNumber, String trans) { in HopImpl() method in HopImpl 93 HopImpl(String hop) throws IllegalArgumentException { in HopImpl() method in HopImpl
|
D | DefaultRouter.java | 117 .resolveAddress((Hop) (new HopImpl(defaultRoute))); in DefaultRouter() 314 .resolveAddress(new HopImpl(host, port, transport)); in createHop()
|
D | SIPServerTransaction.java | 477 Hop hop = sipStack.addressResolver.resolveAddress(new HopImpl(host, port, in sendResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | DefaultAddressResolver.java | 34 import gov.nist.javax.sip.stack.HopImpl; 67 return new HopImpl(inputAddress.getHost(), in resolveAddress()
|
D | SipProviderImpl.java | 39 import gov.nist.javax.sip.stack.HopImpl; 779 new HopImpl(host, port, transport)); in sendResponse()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Via.java | 35 import gov.nist.javax.sip.stack.HopImpl; 157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), in getHop()
|