JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
Q
R
S
T
U
V
W
C
CallbackClient
- Class in
py4j
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.
CallbackClient(int)
- Constructor for class py4j.
CallbackClient
CallbackClient(int, InetAddress)
- Constructor for class py4j.
CallbackClient
CallbackClient(int, InetAddress, long, TimeUnit)
- Constructor for class py4j.
CallbackClient
CallbackConnection
- Class in
py4j
Default implementation of the CommunicationChannel interface using TCP sockets.
CallbackConnection(int, InetAddress)
- Constructor for class py4j.
CallbackConnection
CLASS_TYPE
- Static variable in class py4j.
Protocol
clearImports()
- Method in class py4j.
JVMView
closeConnection()
- Method in class py4j.
Gateway
Called when a connection is closed.
commands
- Variable in class py4j.
GatewayConnection
connectionError(Exception)
- Method in class py4j.
DefaultGatewayServerListener
connectionError(Exception)
- Method in interface py4j.
GatewayServerListener
connectionStarted(GatewayConnection)
- Method in class py4j.
DefaultGatewayServerListener
connectionStarted(GatewayConnection)
- Method in interface py4j.
GatewayServerListener
connectionStopped(GatewayConnection)
- Method in class py4j.
DefaultGatewayServerListener
connectionStopped(GatewayConnection)
- Method in class py4j.
GatewayServer
connectionStopped(GatewayConnection)
- Method in interface py4j.
GatewayServerListener
createConnection(Gateway, Socket)
- Method in class py4j.
GatewayServer
A
B
C
D
E
F
G
I
J
L
M
N
P
Q
R
S
T
U
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes