Home
last modified time | relevance | path

Searched refs:UDPMessageChannel (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java171 UDPMessageChannel channel = new UDPMessageChannel(sipStack, in run()
244 new UDPMessageChannel(sipStack, this, packet); in run()
311 return new UDPMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
317 return new UDPMessageChannel(host, port, sipStack, this); in createMessageChannel()
DUDPMessageChannel.java95 public class UDPMessageChannel extends MessageChannel implements class
172 protected UDPMessageChannel(SIPTransactionStack stack, in UDPMessageChannel() method in UDPMessageChannel
199 protected UDPMessageChannel(SIPTransactionStack stack, in UDPMessageChannel() method in UDPMessageChannel
226 protected UDPMessageChannel(InetAddress targetAddr, int port, in UDPMessageChannel() method in UDPMessageChannel
875 UDPMessageChannel that = (UDPMessageChannel) other; in equals()
DMessageChannel.java410 if (! (this instanceof UDPMessageChannel) || in createBadReqRes()