Overview
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
O
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
callHello(IHello)
- Method in class py4j.examples.
ExampleClass
callHello2(IHello)
- Method in class py4j.examples.
ExampleClass
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.
createConnection(Gateway, Socket)
- Method in class py4j.
GatewayServer
Overview
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
O
P
Q
R
S
T
U
V
W