Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java329 MessageChannel newEncapsulatedChannel) { in SIPTransaction() argument
334 encapsulatedChannel = newEncapsulatedChannel; in SIPTransaction()
337 this.peerPort = newEncapsulatedChannel.getPeerPort(); in SIPTransaction()
338 this.peerAddress = newEncapsulatedChannel.getPeerAddress(); in SIPTransaction()
339 this.peerInetAddress = newEncapsulatedChannel.getPeerInetAddress(); in SIPTransaction()
341 this.peerPacketSourcePort = newEncapsulatedChannel in SIPTransaction()
343 this.peerPacketSourceAddress = newEncapsulatedChannel in SIPTransaction()
345 this.peerProtocol = newEncapsulatedChannel.getPeerProtocol(); in SIPTransaction()