Searched refs:peerProtocol (Results 1 - 10 of 10) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageChannel.java128 private String peerProtocol; field in class:UDPMessageChannel
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) {
931 return this.peerProtocol;
748 sendMessage(byte[] msg, InetAddress peerAddress, int peerPort, String peerProtocol, boolean retry) argument
[all...]
H A DTCPMessageChannel.java93 protected String peerProtocol; field in class:TCPMessageChannel
163 this.peerProtocol = "TCP";
233 return this.peerProtocol;
253 this.peerAddress, this.peerPort, this.peerProtocol, msg, retry, this);
438 this.peerProtocol = v.getTransport();
H A DTLSMessageChannel.java97 private String peerProtocol; field in class:TLSMessageChannel
178 this.peerProtocol = "TLS";
245 return this.peerProtocol;
257 this.peerProtocol, msg, retry,this);
414 this.peerProtocol = v.getTransport();
H A DSIPTransaction.java202 protected String peerProtocol; field in class:SIPTransaction
345 this.peerProtocol = newEncapsulatedChannel.getPeerProtocol();
691 return this.peerProtocol;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 173 milliseconds