Home | History | Annotate | Download | only in jbosh

Lines Matching refs:null

126      * Message used whena null listener is detected.
260 * manager. Becomes null when session is terminated.
318 * @return replacement exchange instance, or {@code null} to skip
336 if (System.getProperty(prop) == null) {
363 if (clientCfg == null) {
365 "Client configuration may not be null"));
387 if (listener == null) {
400 if (listener == null) {
413 if (listener == null) {
427 if (listener == null) {
440 if (listener == null) {
454 if (listener == null) {
478 if (body == null) {
480 "Message body may not be null"));
496 if (params == null && exchanges.isEmpty()) {
539 AttrMaxPause maxPause = null;
541 if (cmParams == null) {
546 if (maxPause == null) {
581 if (msg == null) {
583 "Message body may not be null"));
608 * @return current session params, or {@code null}
627 && (emptyRequestFuture == null
678 * @param cause the reason for the session termination, or {@code null}
686 if (procThread == null) {
690 procThread = null;
695 if (cause == null) {
704 exchanges = null;
705 cmParams = null;
706 pendingResponseAcks = null;
707 pendingRequestAcks = null;
728 return msg.getAttribute(Attributes.PAUSE) != null;
749 * @return terminal binding condition, or {@code null} if not a terminal
762 if (cmParams != null && cmParams.getVersion() == null) {
765 return null;
779 if (cmParams == null) {
785 if (requests == null) {
808 return procThread != null;
854 builder.setAttribute(Attributes.SID, null);
868 if (route != null) {
883 if (from != null) {
952 if (exch == null) {
958 if (interceptor != null) {
960 if (newExch == null) {
988 * @return next available exchange to process, or {@code null} if no
995 HTTPExchange exch = null;
1003 if (exch == null) {
1010 } while (exch == null);
1047 List<HTTPExchange> toResend = null;
1051 if (cmParams == null) {
1063 dispose(null);
1069 if (toResend == null) {
1086 if (resendExch != null && toResend == null) {
1111 if (toResend != null) {
1127 if (emptyRequestFuture != null) {
1129 emptyRequestFuture = null;
1145 if (polling == null) {
1236 if (cond != null) {
1269 if (cmParams != null && cmParams.getMaxPause() != null) {
1273 if (pause != null) {
1306 if (resp.getAttribute(Attributes.REPORT) != null) {
1313 if (acked == null) {
1371 * {@code null} if no resend is necessary
1380 if (reportStr == null) {
1382 return null;
1394 AbstractBody req = null;
1395 while (iter.hasNext() && req == null) {
1404 if (req == null) {
1426 BOSHMessageEvent event = null;
1428 if (event == null) {
1448 BOSHMessageEvent event = null;
1450 if (event == null) {
1472 BOSHClientConnEvent event = null;
1474 if (event == null) {
1498 BOSHClientConnEvent event = null;
1500 if (event == null) {
1521 BOSHClientConnEvent event = null;
1523 if (event == null) {