Home | History | Annotate | Download | only in jbosh

Lines Matching full:exchange

317          * @param exch original exchange that would be processed
318 * @return replacement exchange instance, or {@code null} to skip
319 * processing of this exchange
642 * Test method used to forcibly discard next exchange.
644 * @param interceptor exchange interceptor
961 LOG.log(Level.FINE, "Discarding exchange on request "
985 * Get the next message exchange to process, blocking until one becomes
988 * @return next available exchange to process, or {@code null} if no
1018 * Process the next, provided exchange. This is the main processing
1021 * @param exch message exchange to process
1072 for (HTTPExchange exchange : exchanges) {
1074 new HTTPExchange(exchange.getRequest());
1077 for (HTTPExchange exchange : toResend) {
1078 exchanges.add(exchange);
1370 * @return exchange to transmit if a resend is to be performed, or