Uses of Package
py4j

Packages that use py4j
py4j   
 

Classes in py4j used by py4j
CallbackClient
           A CallbackClient 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.
GatewayServerListener
           A client can implement this listener to be notified of Gateway events.
JVMView
           A JVM view keeps track of imports and import searches.
Py4JException
           Exception raised when an error is encountered while using Py4J.
Py4JNetworkException
           Exception raised when a network error is encountered while using Py4J.
ReturnObject
           A ReturnObject wraps a value returned by a method.