122123124125126127128129130
ConnectionHelper.setKeepAliveConnection(am, true); testInterceptors(bus); // oneway am.deliver("This is a test"); am.deliver("This is another test"); } }
123124125126127128129130
125126127128129130131132133
126127128129130131132133
125126127128129130131132133134
ConnectionHelper.setKeepAliveConnection(am, true); testInterceptors(bus); // oneway am.deliver("This is a test"); am.deliver("This is another test"); bus.shutdown(true); } }
126127128129130131132133134