Searched refs:getInvocationHandler (Results 1 – 11 of 11) sorted by relevance
184 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);191 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock);
82 && equals(Proxy.getInvocationHandler(arg)); in invoke()
435 && Proxy.getInvocationHandler(obj) instanceof TypeVariableInvocationHandler) { in equals()437 (TypeVariableInvocationHandler) Proxy.getInvocationHandler(obj); in equals()
147 return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()
49 assertEquals(Proxy.getInvocationHandler(proxy).toString(), proxy.toString()); in testToString()
669 assertSame(fakeHandler, ProxyBuilder.getInvocationHandler(proxy)); in testGetInvocationHandler_NormalOperation()674 ProxyBuilder.getInvocationHandler(new Object()); in testGetInvocationHandler_NotAProxy()
395 (JettyNegoProvider) Proxy.getInvocationHandler(getMethod.invoke(null, socket)); in getSelectedProtocol()
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
537 (JettyNegoProvider) Proxy.getInvocationHandler(getMethod.invoke(null, socket)); in getSelectedProtocol()
394 public static InvocationHandler getInvocationHandler(Object instance) { in getInvocationHandler() method in ProxyBuilder
1812 if (proxy instanceof Proxy) return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()