Uses of Interface
py4j.Py4JServerConnection
Packages that use Py4JServerConnection
-
Uses of Py4JServerConnection in py4j
Classes in py4j that implement Py4JServerConnectionModifier and TypeClassDescriptionclass
class
Manage the connection between a Python program and a Gateway.Methods in py4j that return Py4JServerConnectionModifier and TypeMethodDescriptionprotected Py4JServerConnection
GatewayServer.createConnection
(Gateway gateway, Socket socket) Creates a server connection from a Python call to the Java side.protected Py4JServerConnection
JavaServer.createConnection
(Gateway gateway, Socket socket) Methods in py4j with parameters of type Py4JServerConnectionModifier and TypeMethodDescriptionvoid
DefaultGatewayServerListener.connectionStarted
(Py4JServerConnection gatewayConnection) void
GatewayServerListener.connectionStarted
(Py4JServerConnection gatewayConnection) void
PythonClient.connectionStarted
(Py4JServerConnection gatewayConnection) void
DefaultGatewayServerListener.connectionStopped
(Py4JServerConnection gatewayConnection) void
GatewayServer.connectionStopped
(Py4JServerConnection gatewayConnection) void
GatewayServerListener.connectionStopped
(Py4JServerConnection gatewayConnection) void
PythonClient.connectionStopped
(Py4JServerConnection gatewayConnection) protected void
GatewayServer.fireConnectionStarted
(Py4JServerConnection gatewayConnection) -
Uses of Py4JServerConnection in py4j.commands
Fields in py4j.commands declared as Py4JServerConnectionMethods in py4j.commands with parameters of type Py4JServerConnectionModifier and TypeMethodDescriptionvoid
AbstractCommand.init
(Gateway gateway, Py4JServerConnection connection) void
Command.init
(Gateway gateway, Py4JServerConnection connection) Called when a command instance is created and assigned to a connection.void
DirCommand.init
(Gateway gateway, Py4JServerConnection connection) void
FieldCommand.init
(Gateway gateway, Py4JServerConnection connection) void
JVMViewCommand.init
(Gateway gateway, Py4JServerConnection connection) void
ReflectionCommand.init
(Gateway gateway, Py4JServerConnection connection) void
ShutdownGatewayServerCommand.init
(Gateway gateway, Py4JServerConnection connection)