Home
last modified time | relevance | path

Searched refs:HopImpl (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DHopImpl.java53 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
DDefaultRouter.java117 .resolveAddress((Hop) (new HopImpl(defaultRoute))); in DefaultRouter()
314 .resolveAddress(new HopImpl(host, port, transport)); in createHop()
DSIPServerTransaction.java477 Hop hop = sipStack.addressResolver.resolveAddress(new HopImpl(host, port, in sendResponse()
/external/nist-sip/java/gov/nist/javax/sip/
DDefaultAddressResolver.java34 import gov.nist.javax.sip.stack.HopImpl;
67 return new HopImpl(inputAddress.getHost(), in resolveAddress()
DSipProviderImpl.java39 import gov.nist.javax.sip.stack.HopImpl;
779 new HopImpl(host, port, transport)); in sendResponse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java35 import gov.nist.javax.sip.stack.HopImpl;
157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), in getHop()