|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.zoolu.sip.transaction.Transaction
|
+--org.zoolu.sip.transaction.AckTransactionClient
ACK client transaction should follow an INVITE client transaction within an INVITE Dialog in a SIP UAC. The AckTransactionClient simply sends an ACK request message and terminates.
| Fields inherited from class org.zoolu.sip.transaction.Transaction |
transaction_counter |
| Constructor Summary | |
AckTransactionClient(SipProvider sip_provider,
Message ack,
TransactionClientListener listener)
Creates a new AckTransactionClient. |
|
| Method Summary | |
protected void |
printLog(java.lang.String str,
int level)
Adds a new string to the default Log |
void |
request()
Starts the AckTransactionClient and sends the ACK request. |
void |
terminate()
Method used to drop an active transaction. |
| Methods inherited from class org.zoolu.sip.transaction.Transaction |
getConnectionId, getRequestMessage, getSipProvider, getTransactionId, getTransactionMethod, onReceivedMessage, onTimeout, printException, printWarning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AckTransactionClient(SipProvider sip_provider,
Message ack,
TransactionClientListener listener)
| Method Detail |
public void request()
public void terminate()
terminate in class Transaction
protected void printLog(java.lang.String str,
int level)
printLog in class Transaction
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||