Searched refs:setSentBy (Results 1 - 6 of 6) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DListeningPoint.java20 void setSentBy(String sentBy) throws ParseException; method in interface:ListeningPoint
/external/nist-sip/java/gov/nist/javax/sip/
H A DListeningPointImpl.java199 * @see javax.sip.ListeningPoint#setSentBy(java.lang.String)
201 public void setSentBy(String sentBy) throws ParseException { method in class:ListeningPointImpl
202 this.messageProcessor.setSentBy(sentBy);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java168 via.setSentBy(sentByHostPort);
236 public void setSentBy(String sentBy) throws ParseException { method in class:MessageProcessor
H A DMessageChannel.java319 channelViaHeader.setSentBy(getHostPort());
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DViaParser.java87 v.setSentBy(hostPort);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java239 public void setSentBy(HostPort s) { method in class:Via

Completed in 110 milliseconds