Uses of Package
py4j

Packages that use py4j
py4j   
 

Classes in py4j used by py4j
AbstractCommand
           Abstract base class for commands.
Command
           This interface must be implemented by all commands.
CommunicationChannel
           A communication channel is responsible for sending commands to the Python side.
CommunicationChannelFactory
           A CommunicationChannelFactory is responsible for managing communication channels: channels are created as needed (e.g., one per concurrent thread) and are closed after a certain time.
Gateway
           A Gateway manages various states: entryPoint, references to objects returned to a Python program, etc.
GatewayServer
           This class enables Python programs to access a Java program.
Py4JException
           Exception raised when an error is encountered while using Py4J.
ReturnObject
           A ReturnObject wraps a value returned by a method.