OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPeerProtocol
(Results
1 - 6
of
6
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java
134
protected abstract String
getPeerProtocol
();
TCPMessageChannel.java
232
public String
getPeerProtocol
() {
UDPMessageChannel.java
[
all
...]
TLSMessageChannel.java
244
public String
getPeerProtocol
() {
SIPTransaction.java
345
this.peerProtocol = newEncapsulatedChannel.
getPeerProtocol
();
690
protected String
getPeerProtocol
() {
[
all
...]
SIPDialog.java
435
transaction.
getPeerProtocol
());
[
all
...]
Completed in 440 milliseconds