Package py4j.reflection
Class PythonProxyHandler
java.lang.Object
py4j.reflection.PythonProxyHandler
- All Implemented Interfaces:
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
-
Field Details
-
CALL_PROXY_COMMAND_NAME
- See Also:
-
GARBAGE_COLLECT_PROXY_COMMAND_NAME
- See Also:
-
-
Constructor Details
-
PythonProxyHandler
-
-
Method Details