867868869870871872873874875876877
ListenHandle handle = listenEndpoint.listen( new RequestDispatcher() { public void dispatch(InboundRequest ir) { } }); ListenCookie cookie = handle.getCookie(); handle.close(); return cookie; } }); } catch (Exception e) {