Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java345 this.peerProtocol = newEncapsulatedChannel.getPeerProtocol(); in SIPTransaction()
690 protected String getPeerProtocol() { in getPeerProtocol() method in SIPTransaction
DMessageChannel.java134 protected abstract String getPeerProtocol(); in getPeerProtocol() method in MessageChannel
DTCPMessageChannel.java232 public String getPeerProtocol() { in getPeerProtocol() method in TCPMessageChannel
DTLSMessageChannel.java244 public String getPeerProtocol() { in getPeerProtocol() method in TLSMessageChannel
DUDPMessageChannel.java930 public String getPeerProtocol() { in getPeerProtocol() method in UDPMessageChannel
DSIPDialog.java435 transaction.getPeerProtocol()); in runTask()