Class PythonProxyHandler

java.lang.Object
py4j.reflection.PythonProxyHandler
All Implemented Interfaces:
InvocationHandler

public class PythonProxyHandler extends Object implements InvocationHandler

A PythonProxyHandler is used in place of a Python object. Python programs can send Python objects that implements a Java interface to the JVM: these Python objects are represented by dynamic proxies with a PythonProxyHandler.

Author:
Barthelemy Dagenais