CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/CHANGES.rst
docs/README.rst
docs/advanced_topics.rst
docs/changelog.rst
docs/conf.py
docs/faq.rst
docs/getting_started.rst
docs/index-py4j-web.rst
docs/index.rst
docs/py4j_java_gateway.rst
docs/py4j_signals.rst
docs/_static/.keep
docs/_templates/.keep
src/jt/__init__.py
src/jt/py4j.cfg
src/jt/py4j/__about__.py
src/jt/py4j/__config__.py
src/jt/py4j/__init__.py
src/jt/py4j/version.py
src/jt/py4j/_java/__init__.py
src/jt/py4j/_java/class2py.py
src/jtypes.py4j.egg-info/PKG-INFO
src/jtypes.py4j.egg-info/SOURCES.txt
src/jtypes.py4j.egg-info/dependency_links.txt
src/jtypes.py4j.egg-info/namespace_packages.txt
src/jtypes.py4j.egg-info/requires.txt
src/jtypes.py4j.egg-info/top_level.txt
src/jtypes.py4j.egg-info/zip-safe
tests/__init__.py
tests/__main__.py
tests/benchmark1.py
tests/py4j_callback_example.py
tests/py4j_callback_example2.py
tests/py4j_callback_listener_example.py
tests/py4j_example.py
tests/run.py
tests/java/classes/p1/AnObject$InternalClass.class
tests/java/classes/p1/AnObject.class
tests/java/classes/p1/AnObject2.class
tests/java/classes/p1/AnObject3.class
tests/java/classes/p1/AnObject4.class
tests/java/classes/p1/Cat$SmallCat.class
tests/java/classes/p1/Cat.class
tests/java/classes/p1/p2/Animal.class
tests/java/classes/py4j/Base64.class
tests/java/classes/py4j/Base64Test.class
tests/java/classes/py4j/BufferGatewayTest.class
tests/java/classes/py4j/CallbackClient$1.class
tests/java/classes/py4j/CallbackClient.class
tests/java/classes/py4j/CallbackConnection.class
tests/java/classes/py4j/ClientServer$1.class
tests/java/classes/py4j/ClientServer$ClientServerBuilder.class
tests/java/classes/py4j/ClientServer.class
tests/java/classes/py4j/ClientServerConnection.class
tests/java/classes/py4j/ClientServerTest.class
tests/java/classes/py4j/DefaultApplication.class
tests/java/classes/py4j/DefaultGatewayServerListener.class
tests/java/classes/py4j/EchoClient.class
tests/java/classes/py4j/EchoClientTest.class
tests/java/classes/py4j/EchoServer$1.class
tests/java/classes/py4j/EchoServer$2.class
tests/java/classes/py4j/EchoServer.class
tests/java/classes/py4j/EchoServerTest.class
tests/java/classes/py4j/Gateway.class
tests/java/classes/py4j/GatewayConnection.class
tests/java/classes/py4j/GatewayServer$1.class
tests/java/classes/py4j/GatewayServer$GatewayServerBuilder.class
tests/java/classes/py4j/GatewayServer.class
tests/java/classes/py4j/GatewayServerListener.class
tests/java/classes/py4j/GatewayServerTest.class
tests/java/classes/py4j/GatewayTest.class
tests/java/classes/py4j/IHello.class
tests/java/classes/py4j/InstrGatewayTest.class
tests/java/classes/py4j/InterfaceEntry.class
tests/java/classes/py4j/JVMView.class
tests/java/classes/py4j/JavaServer.class
tests/java/classes/py4j/NetworkUtil.class
tests/java/classes/py4j/Protocol.class
tests/java/classes/py4j/ProtocolTest.class
tests/java/classes/py4j/ProxyTest.class
tests/java/classes/py4j/Py4JAuthenticationException.class
tests/java/classes/py4j/Py4JClientConnection.class
tests/java/classes/py4j/Py4JException.class
tests/java/classes/py4j/Py4JJavaException.class
tests/java/classes/py4j/Py4JJavaServer.class
tests/java/classes/py4j/Py4JNetworkException$ErrorTime.class
tests/java/classes/py4j/Py4JNetworkException.class
tests/java/classes/py4j/Py4JPythonClient.class
tests/java/classes/py4j/Py4JPythonClientPerThread.class
tests/java/classes/py4j/Py4JServerConnection.class
tests/java/classes/py4j/PythonClient.class
tests/java/classes/py4j/PythonTestClient.class
tests/java/classes/py4j/ReturnObject.class
tests/java/classes/py4j/StringUtil.class
tests/java/classes/py4j/StringUtilTest.class
tests/java/classes/py4j/TestListener.class
tests/java/classes/py4j/commands/AbstractCommand.class
tests/java/classes/py4j/commands/ArrayCommand.class
tests/java/classes/py4j/commands/ArrayCommandTest.class
tests/java/classes/py4j/commands/AuthCommand.class
tests/java/classes/py4j/commands/CallCommand.class
tests/java/classes/py4j/commands/CallCommandTest.class
tests/java/classes/py4j/commands/Command.class
tests/java/classes/py4j/commands/ConstructorCommand.class
tests/java/classes/py4j/commands/ConstructorCommandTest.class
tests/java/classes/py4j/commands/DirCommand.class
tests/java/classes/py4j/commands/DirCommandTest$JvmViewRet.class
tests/java/classes/py4j/commands/DirCommandTest.class
tests/java/classes/py4j/commands/ExceptionCommand.class
tests/java/classes/py4j/commands/ExceptionCommandTest.class
tests/java/classes/py4j/commands/FieldCommand.class
tests/java/classes/py4j/commands/FieldCommandTest.class
tests/java/classes/py4j/commands/HelpPageCommand.class
tests/java/classes/py4j/commands/HelpPageCommandTest.class
tests/java/classes/py4j/commands/JVMViewCommand.class
tests/java/classes/py4j/commands/JVMViewCommandTest.class
tests/java/classes/py4j/commands/ListCommand.class
tests/java/classes/py4j/commands/ListCommandTest.class
tests/java/classes/py4j/commands/MemoryCommand.class
tests/java/classes/py4j/commands/MemoryCommandTest.class
tests/java/classes/py4j/commands/ReflectionCommand.class
tests/java/classes/py4j/commands/ReflectionCommandTest.class
tests/java/classes/py4j/commands/ShutdownGatewayServerCommand.class
tests/java/classes/py4j/commands/StreamCommand.class
tests/java/classes/py4j/examples/AdditionApplication.class
tests/java/classes/py4j/examples/BufferGenerator.class
tests/java/classes/py4j/examples/BytesOperator.class
tests/java/classes/py4j/examples/Enum2.class
tests/java/classes/py4j/examples/EnumExample$InnerClass.class
tests/java/classes/py4j/examples/EnumExample$MyEnum.class
tests/java/classes/py4j/examples/EnumExample.class
tests/java/classes/py4j/examples/ExampleApplication$ExampleIPv6Application.class
tests/java/classes/py4j/examples/ExampleApplication$ExampleNoMemManagementApplication.class
tests/java/classes/py4j/examples/ExampleApplication$ExamplePythonEntryPointApplication.class
tests/java/classes/py4j/examples/ExampleApplication$ExampleShortTimeoutApplication.class
tests/java/classes/py4j/examples/ExampleApplication.class
tests/java/classes/py4j/examples/ExampleClass$StaticClass.class
tests/java/classes/py4j/examples/ExampleClass.class
tests/java/classes/py4j/examples/ExampleEntryPoint.class
tests/java/classes/py4j/examples/ExampleListener.class
tests/java/classes/py4j/examples/ExampleSSLApplication.class
tests/java/classes/py4j/examples/ExampleWithField.class
tests/java/classes/py4j/examples/IHello.class
tests/java/classes/py4j/examples/IHelloObject.class
tests/java/classes/py4j/examples/IPing.class
tests/java/classes/py4j/examples/IPong.class
tests/java/classes/py4j/examples/IReturnConverter.class
tests/java/classes/py4j/examples/InterfaceA.class
tests/java/classes/py4j/examples/InterfaceB.class
tests/java/classes/py4j/examples/InterfaceExample.class
tests/java/classes/py4j/examples/InterfaceNone.class
tests/java/classes/py4j/examples/ListPrinter.class
tests/java/classes/py4j/examples/ListenerApplication.class
tests/java/classes/py4j/examples/MultiClientServer$EntryPoint$1.class
tests/java/classes/py4j/examples/MultiClientServer$EntryPoint$2.class
tests/java/classes/py4j/examples/MultiClientServer$EntryPoint$3.class
tests/java/classes/py4j/examples/MultiClientServer$EntryPoint.class
tests/java/classes/py4j/examples/MultiClientServer$SharedRunnable.class
tests/java/classes/py4j/examples/MultiClientServer.class
tests/java/classes/py4j/examples/MultiClientServerGetThreadId.class
tests/java/classes/py4j/examples/Operator.class
tests/java/classes/py4j/examples/OperatorExample$1.class
tests/java/classes/py4j/examples/OperatorExample.class
tests/java/classes/py4j/examples/OperatorExampleTest.class
tests/java/classes/py4j/examples/PingPong.class
tests/java/classes/py4j/examples/ReturnerExample.class
tests/java/classes/py4j/examples/SingleThreadApplication$SingleThreadShortTimeoutApplication.class
tests/java/classes/py4j/examples/SingleThreadApplication.class
tests/java/classes/py4j/examples/SingleThreadClientApplication.class
tests/java/classes/py4j/examples/SingleThreadClientGCApplication.class
tests/java/classes/py4j/examples/Stack.class
tests/java/classes/py4j/examples/StackEntryPoint.class
tests/java/classes/py4j/examples/TestNoneApplication.class
tests/java/classes/py4j/examples/UTFExample.class
tests/java/classes/py4j/instrumented/InstrCallbackClient.class
tests/java/classes/py4j/instrumented/InstrCallbackConnection.class
tests/java/classes/py4j/instrumented/InstrClientServer.class
tests/java/classes/py4j/instrumented/InstrClientServerConnection.class
tests/java/classes/py4j/instrumented/InstrGatewayConnection.class
tests/java/classes/py4j/instrumented/InstrGatewayServer.class
tests/java/classes/py4j/instrumented/InstrJavaServer.class
tests/java/classes/py4j/instrumented/InstrPythonClient.class
tests/java/classes/py4j/instrumented/InstrumentedApplication.class
tests/java/classes/py4j/instrumented/InstrumentedClientServerApplication.class
tests/java/classes/py4j/instrumented/InstrumentedObject.class
tests/java/classes/py4j/instrumented/MetricRegistry.class
tests/java/classes/py4j/model/HelpPageGenerator.class
tests/java/classes/py4j/model/ModelTester.class
tests/java/classes/py4j/model/Py4JClass.class
tests/java/classes/py4j/model/Py4JField.class
tests/java/classes/py4j/model/Py4JMember.class
tests/java/classes/py4j/model/Py4JMethod.class
tests/java/classes/py4j/reflection/ATest.class
tests/java/classes/py4j/reflection/BTest.class
tests/java/classes/py4j/reflection/CTest.class
tests/java/classes/py4j/reflection/ClassLoadingStrategy.class
tests/java/classes/py4j/reflection/CurrentThreadClassLoadingStrategy.class
tests/java/classes/py4j/reflection/DTest.class
tests/java/classes/py4j/reflection/I0Test.class
tests/java/classes/py4j/reflection/I1Test.class
tests/java/classes/py4j/reflection/I2Test.class
tests/java/classes/py4j/reflection/I3Test.class
tests/java/classes/py4j/reflection/J0Test.class
tests/java/classes/py4j/reflection/LRUCache.class
tests/java/classes/py4j/reflection/MethodDescriptor.class
tests/java/classes/py4j/reflection/MethodDescriptorTest.class
tests/java/classes/py4j/reflection/MethodInvoker$1.class
tests/java/classes/py4j/reflection/MethodInvoker.class
tests/java/classes/py4j/reflection/MethodInvokerTest$1.class
tests/java/classes/py4j/reflection/MethodInvokerTest$2.class
tests/java/classes/py4j/reflection/MethodInvokerTest$3.class
tests/java/classes/py4j/reflection/MethodInvokerTest$4.class
tests/java/classes/py4j/reflection/MethodInvokerTest.class
tests/java/classes/py4j/reflection/PythonProxyHandler.class
tests/java/classes/py4j/reflection/ReflectionEngine$1.class
tests/java/classes/py4j/reflection/ReflectionEngine.class
tests/java/classes/py4j/reflection/ReflectionEngineTest.class
tests/java/classes/py4j/reflection/ReflectionUtil.class
tests/java/classes/py4j/reflection/ReflectionUtilTest.class
tests/java/classes/py4j/reflection/RootClassLoadingStrategy.class
tests/java/classes/py4j/reflection/TestEngine.class
tests/java/classes/py4j/reflection/TestEngine2.class
tests/java/classes/py4j/reflection/TestEngine3.class
tests/java/classes/py4j/reflection/TestInterface.class
tests/java/classes/py4j/reflection/TestInvoker.class
tests/java/classes/py4j/reflection/TypeConverter.class
tests/java/classes/py4j/reflection/TypeConverterTest.class
tests/java/classes/py4j/reflection/TypeUtil.class
tests/java/classes/py4j/reflection/TypeUtilTest.class
tests/java/classes/py4j/reflection/VTest.class
tests/java/classes/py4j/reflection/WTest.class
tests/java/classes/py4j/reflection/XTest.class
tests/java/classes/py4j/reflection/YTest.class
tests/java/classes/py4j/reflection/ZTest.class
tests/java/lib/junit-4.11.jar
tests/java/p1/AnObject.java
tests/java/p1/AnObject2.java
tests/java/p1/AnObject3.java
tests/java/p1/AnObject4.java
tests/java/p1/Cat.java
tests/java/p1/p2/Animal.java
tests/java/py4j/Base64Test.java
tests/java/py4j/BufferGatewayTest.java
tests/java/py4j/ClientServerTest.java
tests/java/py4j/EchoClient.java
tests/java/py4j/EchoClientTest.java
tests/java/py4j/EchoServer.java
tests/java/py4j/EchoServerTest.java
tests/java/py4j/GatewayServerTest.java
tests/java/py4j/GatewayTest.java
tests/java/py4j/InstrGatewayTest.java
tests/java/py4j/ProtocolTest.java
tests/java/py4j/ProxyTest.java
tests/java/py4j/PythonTestClient.java
tests/java/py4j/StringUtilTest.java
tests/java/py4j/commands/ArrayCommandTest.java
tests/java/py4j/commands/CallCommandTest.java
tests/java/py4j/commands/ConstructorCommandTest.java
tests/java/py4j/commands/DirCommandTest.java
tests/java/py4j/commands/ExceptionCommandTest.java
tests/java/py4j/commands/FieldCommandTest.java
tests/java/py4j/commands/HelpPageCommandTest.java
tests/java/py4j/commands/JVMViewCommandTest.java
tests/java/py4j/commands/ListCommandTest.java
tests/java/py4j/commands/MemoryCommandTest.java
tests/java/py4j/commands/ReflectionCommandTest.java
tests/java/py4j/examples/AdditionApplication.java
tests/java/py4j/examples/BufferGenerator.java
tests/java/py4j/examples/BytesOperator.java
tests/java/py4j/examples/Enum2.java
tests/java/py4j/examples/EnumExample.java
tests/java/py4j/examples/ExampleApplication.java
tests/java/py4j/examples/ExampleClass.java
tests/java/py4j/examples/ExampleEntryPoint.java
tests/java/py4j/examples/ExampleListener.java
tests/java/py4j/examples/ExampleSSLApplication.java
tests/java/py4j/examples/ExampleWithField.java
tests/java/py4j/examples/IHello.java
tests/java/py4j/examples/IHelloObject.java
tests/java/py4j/examples/IPing.java
tests/java/py4j/examples/IPong.java
tests/java/py4j/examples/IReturnConverter.java
tests/java/py4j/examples/InterfaceA.java
tests/java/py4j/examples/InterfaceB.java
tests/java/py4j/examples/InterfaceExample.java
tests/java/py4j/examples/InterfaceNone.java
tests/java/py4j/examples/ListPrinter.java
tests/java/py4j/examples/ListenerApplication.java
tests/java/py4j/examples/MultiClientServer.java
tests/java/py4j/examples/MultiClientServerGetThreadId.java
tests/java/py4j/examples/Operator.java
tests/java/py4j/examples/OperatorExample.java
tests/java/py4j/examples/OperatorExampleTest.java
tests/java/py4j/examples/PingPong.java
tests/java/py4j/examples/ReturnerExample.java
tests/java/py4j/examples/SingleThreadApplication.java
tests/java/py4j/examples/SingleThreadClientApplication.java
tests/java/py4j/examples/SingleThreadClientGCApplication.java
tests/java/py4j/examples/Stack.java
tests/java/py4j/examples/StackEntryPoint.java
tests/java/py4j/examples/TestNoneApplication.java
tests/java/py4j/examples/UTFExample.java
tests/java/py4j/instrumented/InstrCallbackClient.java
tests/java/py4j/instrumented/InstrCallbackConnection.java
tests/java/py4j/instrumented/InstrClientServer.java
tests/java/py4j/instrumented/InstrClientServerConnection.java
tests/java/py4j/instrumented/InstrGatewayConnection.java
tests/java/py4j/instrumented/InstrGatewayServer.java
tests/java/py4j/instrumented/InstrJavaServer.java
tests/java/py4j/instrumented/InstrPythonClient.java
tests/java/py4j/instrumented/InstrumentedApplication.java
tests/java/py4j/instrumented/InstrumentedClientServerApplication.java
tests/java/py4j/instrumented/InstrumentedObject.java
tests/java/py4j/instrumented/MetricRegistry.java
tests/java/py4j/model/ModelTester.java
tests/java/py4j/reflection/MethodDescriptorTest.java
tests/java/py4j/reflection/MethodInvokerTest.java
tests/java/py4j/reflection/ReflectionEngineTest.java
tests/java/py4j/reflection/ReflectionUtilTest.java
tests/java/py4j/reflection/TypeConverterTest.java
tests/java/py4j/reflection/TypeUtilTest.java
tests/java/resources/selfsigned.jks
tests/python/__init__.py
tests/python/byte_string_test.py
tests/python/client_server_test.py
tests/python/finalizer_test.py
tests/python/instrumented.py
tests/python/java_array_test.py
tests/python/java_callback_test.py
tests/python/java_dir_test.py
tests/python/java_gateway_test.py
tests/python/java_gateway_test.py.my_
tests/python/java_help_test.py
tests/python/java_list_test.py
tests/python/java_map_test.py
tests/python/java_set_test.py
tests/python/java_tls_test.py
tests/python/memory_leak_test.py
tests/python/multithreadtest.py
tests/python/py4j_callback_recursive_example.py
tests/python/py4j_signals_test.py
tests/python/selfsigned.pem
tests/python/signals_test.py