OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peerProtocol
(Results
1 - 4
of
4
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java
128
private String
peerProtocol
;
230
peerProtocol
= "UDP";
422
this.
peerProtocol
= v.getTransport();
454
this.
peerProtocol
= ((Via) viaList.getFirst()).getTransport();
636
this.
peerProtocol
)) {
653
sendMessage(msg, peerAddress, peerPort,
peerProtocol
,
743
* @param
peerProtocol
749
int peerPort, String
peerProtocol
, boolean retry)
764
if (
peerProtocol
.compareToIgnoreCase("UDP") == 0) {
[
all
...]
TCPMessageChannel.java
93
protected String
peerProtocol
;
163
this.
peerProtocol
= "TCP";
233
return this.
peerProtocol
;
253
this.peerAddress, this.peerPort, this.
peerProtocol
, msg, retry, this);
438
this.
peerProtocol
= v.getTransport();
TLSMessageChannel.java
97
private String
peerProtocol
;
178
this.
peerProtocol
= "TLS";
245
return this.
peerProtocol
;
257
this.
peerProtocol
, msg, retry,this);
414
this.
peerProtocol
= v.getTransport();
SIPTransaction.java
202
protected String
peerProtocol
;
345
this.
peerProtocol
= newEncapsulatedChannel.getPeerProtocol();
691
return this.
peerProtocol
;
[
all
...]
Completed in 116 milliseconds