Searched refs:getPeerProtocol (Results 1 - 6 of 6) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/stack/ | ||
H A D | SIPTransaction.java | 345 this.peerProtocol = newEncapsulatedChannel.getPeerProtocol(); 690 protected String getPeerProtocol() { method in class:SIPTransaction |
H A D | MessageChannel.java | 134 protected abstract String getPeerProtocol(); method in class:MessageChannel |
H A D | TCPMessageChannel.java | 232 public String getPeerProtocol() { method in class:TCPMessageChannel |
H A D | TLSMessageChannel.java | 244 public String getPeerProtocol() { method in class:TLSMessageChannel |
H A D | UDPMessageChannel.java | 930 public String getPeerProtocol() { method in class:UDPMessageChannel |
H A D | SIPDialog.java | 435 transaction.getPeerProtocol()); |
Completed in 3348 milliseconds