Uses of Interface
py4j.Py4JJavaServer
Packages that use Py4JJavaServer
-
Uses of Py4JJavaServer in py4j
Classes in py4j that implement Py4JJavaServerModifier 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.Fields in py4j declared as Py4JJavaServerModifier and TypeFieldDescriptionprotected final Py4JJavaServer
ClientServer.javaServer
protected final Py4JJavaServer
ClientServerConnection.javaServer
protected Py4JJavaServer
PythonClient.javaServer
Methods in py4j that return Py4JJavaServerModifier and TypeMethodDescriptionprotected Py4JJavaServer
ClientServer.createJavaServer
(Object entryPoint, Py4JPythonClientPerThread pythonClient) ClientServer.getJavaServer()
Py4JPythonClientPerThread.getJavaServer()
PythonClient.getJavaServer()
Methods in py4j with parameters of type Py4JJavaServerModifier and TypeMethodDescriptionvoid
Py4JPythonClientPerThread.setJavaServer
(Py4JJavaServer javaServer) void
PythonClient.setJavaServer
(Py4JJavaServer javaServer) Constructors in py4j with parameters of type Py4JJavaServerModifierConstructorDescriptionClientServerConnection
(Gateway gateway, Socket socket, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout) ClientServerConnection
(Gateway gateway, Socket socket, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout, String authToken) PythonClient
(Gateway gateway, List<Class<? extends Command>> customCommands, int pythonPort, InetAddress pythonAddress, long minConnectionTime, TimeUnit minConnectionTimeUnit, SocketFactory socketFactory, Py4JJavaServer javaServer) PythonClient
(Gateway gateway, List<Class<? extends Command>> customCommands, int pythonPort, InetAddress pythonAddress, long minConnectionTime, TimeUnit minConnectionTimeUnit, SocketFactory socketFactory, Py4JJavaServer javaServer, boolean enableMemoryManagement, int readTimeout) PythonClient
(Gateway gateway, List<Class<? extends Command>> customCommands, int pythonPort, InetAddress pythonAddress, long minConnectionTime, TimeUnit minConnectionTimeUnit, SocketFactory socketFactory, Py4JJavaServer javaServer, boolean enableMemoryManagement, int readTimeout, String authToken)