Home | History | Annotate | Download | only in jbosh

Lines Matching refs:code

140             final Integer code) {
156 if (code != null) {
157 if (CODE_TO_INSTANCE.get(code) != null) {
159 "Multiple definitions of code: " + code));
161 CODE_TO_INSTANCE.put(code, result);
171 * @return terminal binding condition instance, or {@code null} if no
180 * HTTP response code specified.
182 * @param httpRespCode HTTP response code
183 * @return terminal binding condition instance, or {@code null} if no
184 * instance is known by the response code specified