Uses of Class
py4j.DefaultGatewayServerListener
Packages that use DefaultGatewayServerListener
-
Uses of DefaultGatewayServerListener in py4j
Subclasses of DefaultGatewayServerListener in py4jModifier and TypeClassDescriptionclass
This class enables Python programs to access a Java program.class
This class extends GatewayServer by implementing a new threading model: a thread always use the same connection to the other side so callbacks are executed in the calling thread.