Package py4j

Interface Summary
Command This interface must be implemented by all commands.
 

Class Summary
AbstractCommand  
Argument  
CallCommand Responsible for parsing a call command and calling the method on the target object.
ConstructorCommand  
FieldCommand  
Gateway A Gateway is manages various states: entryPoint, references to objects returned to a Python program, etc.
GatewayConnection Manage the connection between a Python program and a Gateway.
GatewayServer This class enables Python programs to access a Java program.
HelpPageCommand  
ListCommand  
MemoryCommand  
NetworkUtil  
Protocol This class defines the protocol used to communicate between two virtual machines (e.g., Python and Java).
ReflectionCommand  
ReturnObject A ReturnObject wraps a value returned by a method.
ShutdownGatewayServerCommand  
StringUtil  
 

Exception Summary
Py4JException