Home | History | Annotate | Download | only in message

Lines Matching refs:ACK

119         putName(Request.ACK);
805 * Creates a default ACK SIPRequest message for this original request. Note that the
807 * responseToHeader is null then the toHeader of this request is used to construct the ACK.
812 * @return A SIPRequest with an ACK method.
821 newRequest.setMethod(Request.ACK);
826 // Ack and cancel do not get ROUTE headers.
827 // Route header for ACK is assigned by the
847 // ACK MUST contain the same value for the
850 // MUST be equal to "ACK".
853 cseq.setMethod(Request.ACK);
864 // CONTACT header does not apply for ACK requests.
868 // The ACK MUST contain a single Via header field,
892 * Creates an ACK for non-2xx responses according to RFC3261 17.1.1.3
894 * @return A SIPRequest with an ACK method.
905 * The ACK request constructed by the client transaction MUST contain values for the
908 * request"). The To header field in the ACK MUST equal the To header field in the
910 * in the original request by the addition of the tag parameter. The ACK MUST contain a
912 * original request. The CSeq header field in the ACK MUST contain the same value for the
914 * be equal to "ACK".
918 newRequest.setMethod(Request.ACK);
927 newRequest.getCSeq().setMethod(Request.ACK);
931 * those header fields MUST appear in the ACK. This is to ensure that the ACK can be
956 * <li> RouteList is not copied for ACK and CANCEL </li>
995 // Cancel and ACK preserve the branch ID.
1058 * Create an ACK request from this request. This is suitable for generating an ACK for an
1061 * @return an ACK request that is generated from this request.
1065 requestLine.setMethod(Request.ACK);