Uses of Interface
py4j.Py4JPythonClient
Packages that use Py4JPythonClient
-
Uses of Py4JPythonClient in py4j
Subinterfaces of Py4JPythonClient in py4jClasses in py4j that implement Py4JPythonClientModifier and TypeClassDescriptionclass
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.class
Subclass of CallbackClient that implements the new threading model, ensuring that each thread uses its own connection.Methods in py4j that return Py4JPythonClientModifier and TypeMethodDescriptionCallbackClient.copyWith
(InetAddress pythonAddress, int pythonPort) Creates a callback client which connects to the given address and port, but retains all the other settings (like theCallbackClient.minConnectionTime
and theCallbackClient.socketFactory
.Py4JPythonClient.copyWith
(InetAddress pythonAddress, int pythonPort) Creates a callback client which connects to the given address and port, but retains all the other settings (like the minConnectionTime and the socketFactory).PythonClient.copyWith
(InetAddress pythonAddress, int pythonPort) Gateway.getCallbackClient()
GatewayServer.getCallbackClient()
ClientServer.getPythonClient()
Constructors in py4j with parameters of type Py4JPythonClientModifierConstructorDescriptionGateway
(Object entryPoint, Py4JPythonClient cbClient) GatewayServer
(Object entryPoint, int port, int connectTimeout, int readTimeout, List<Class<? extends Command>> customCommands, Py4JPythonClient cbClient) GatewayServer
(Object entryPoint, int port, InetAddress address, int connectTimeout, int readTimeout, List<Class<? extends Command>> customCommands, Py4JPythonClient cbClient) GatewayServer
(Object entryPoint, int port, InetAddress address, int connectTimeout, int readTimeout, List<Class<? extends Command>> customCommands, Py4JPythonClient cbClient, ServerSocketFactory sSocketFactory)