Uses of Interface
py4j.Py4JServerConnection
-
Packages that use Py4JServerConnection Package Description py4j py4j.commands -
-
Uses of Py4JServerConnection in py4j
Classes in py4j that implement Py4JServerConnection Modifier and Type Class Description class
ClientServerConnection
class
GatewayConnection
Manage the connection between a Python program and a Gateway.Methods in py4j that return Py4JServerConnection Modifier and Type Method Description protected Py4JServerConnection
GatewayServer. createConnection(Gateway gateway, java.net.Socket socket)
Creates a server connection from a Python call to the Java side.protected Py4JServerConnection
JavaServer. createConnection(Gateway gateway, java.net.Socket socket)
Methods in py4j with parameters of type Py4JServerConnection Modifier and Type Method Description void
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 Py4JServerConnection Modifier and Type Field Description protected Py4JServerConnection
AbstractCommand. connection
Methods in py4j.commands with parameters of type Py4JServerConnection Modifier and Type Method Description void
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)
-