Home | History | Annotate | Download | only in clientauthutils

Lines Matching refs:Request

11 import javax.sip.message.Request;
31 * request so that it could be retransmitted.
38 * the transaction established by the challenged request
48 * @return a transaction containing a re-originated request with the
61 * Attach authentication headers to the given request. This looks up
63 * for the given call ID and attaches it to the request.
64 * @param request - the request for which we attach the authentication headers.
66 public abstract void setAuthenticationHeaders(Request request) ;