Home | History | Annotate | Download | only in message

Lines Matching refs:transaction

771          * value of CANCEL. This allows it to be identified and processed as a transaction in its
905 * The ACK request constructed by the client transaction MUST contain values for the
907 * the request passed to the transport by the client transaction (call this the "original
969 * to true if you are the server of the transaction and are generating a BYE request).
1059 * INVITE client transaction.
1131 // Return an opaque pointer to the transaction object.
1139 * @param transaction
1141 public void setTransaction(Object transaction) {
1142 this.transactionPointer = transaction;