Searched refs:getInvocationHandler (Results 1 – 9 of 9) sorted by relevance
85 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock); in getInvocationHandlerAdapter()92 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock); in getInvocationHandlerAdapter()
68 public static InvocationHandler getInvocationHandler(Object proxy) { in getInvocationHandler() method in Proxy
239 InvocationHandler ih = Proxy.getInvocationHandler(obj); in checkEquals()
505 assertSame(fakeHandler, ProxyBuilder.getInvocationHandler(proxy)); in testGetInvocationHandler_NormalOperation()510 ProxyBuilder.getInvocationHandler(new Object()); in testGetInvocationHandler_NotAProxy()
321 (JettyNpnProvider) Proxy.getInvocationHandler(getMethod.invoke(null, socket)); in getNpnSelectedProtocol()
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
1157 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);1175 InvocationHandler invocationHandler = Proxy.getInvocationHandler(methodHandler);
322 public static InvocationHandler getInvocationHandler(Object instance) { in getInvocationHandler() method in ProxyBuilder
1460 if (proxy instanceof Proxy) return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()