Searched refs:LOOP_DETECTED (Results 1 – 10 of 10) sorted by relevance
38 int LOOP_DETECTED = 482; field
133 LOOP_DETECTED = 508, 'Loop Detected' variable in HTTPStatus
45 static final int LOOP_DETECTED = 3; field in TokenMgrError
58 public static final int LOOP_DETECTED = 3; field in TokenMgrException
50 static final int LOOP_DETECTED = 3; field in TokenMgrError
50 public static final int LOOP_DETECTED = 3; field in TokenMgrException
117 ``508`` ``LOOP_DETECTED`` WebDAV Binding Extensions :rfc:`5842`, Section 7.2 (Exp…
204 case LOOP_DETECTED : in getReasonPhrase()
202 SIPResponse sipResponse = sipRequest.createResponse(Response.LOOP_DETECTED); in sendLoopDetectedResponse()