Searched refs:_pipeline (Results 1 – 3 of 3) sorted by relevance
266 _pipeline = null; in handle()267 if (_pipeline!=null) in handle()268 _destination.send(_pipeline); in handle()269 _pipeline = null; in handle()276 if (_pipeline!=null) in handle()279 _destination.send(_pipeline); in handle()281 _exchange=_pipeline; in handle()282 _pipeline=null; in handle()
217 if (_pipeline!=null) in handle()219 _destination.send(_pipeline); in handle()221 _pipeline = null; in handle()228 if (_pipeline!=null) in handle()231 _destination.send(_pipeline); in handle()233 _exchange=_pipeline; in handle()234 _pipeline=null; in handle()
67 protected HttpExchange _pipeline; field in AbstractHttpConnection107 if (_pipeline != null) in send()109 _pipeline = ex; in send()