Searched refs:handlerImpl (Results 1 – 2 of 2) sorted by relevance
114 + HandlerImpl handlerImpl = (HandlerImpl) proxy.getProxyHandler();115 + Core core = handlerImpl.getCore();116 + int version = handlerImpl.getVersion();118 + Router router = new RouterImpl(handlerImpl.passHandle());
458 HandlerImpl handlerImpl = (HandlerImpl) proxy.getProxyHandler(); in buildThreadSafeProxy() local459 Core core = handlerImpl.getCore(); in buildThreadSafeProxy()460 int version = handlerImpl.getVersion(); in buildThreadSafeProxy()462 Router router = new RouterImpl(handlerImpl.passHandle()); in buildThreadSafeProxy()