Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Constructor and Description |
---|
UDPMessageChannel(InetAddress targetAddr,
int port,
SIPTransactionStack sipStack,
UDPMessageProcessor messageProcessor)
Constructor.
|
UDPMessageChannel(SIPTransactionStack stack,
UDPMessageProcessor messageProcessor,
DatagramPacket packet)
Constructor.
|
UDPMessageChannel(SIPTransactionStack stack,
UDPMessageProcessor messageProcessor,
String threadName)
Constructor - takes a datagram packet and a stack structure Extracts the
address of the other from the datagram packet and stashes away the
pointer to the passed stack structure.
|
Copyright © 2015. All Rights Reserved.