Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
C
CALL_COMMAND_NAME
- Static variable in class py4j.
CallCommand
CallCommand
- Class in
py4j
A CallCommand is responsible for parsing a call command and calling the method on the target object.
CallCommand()
- Constructor for class py4j.
CallCommand
callHello(IHello)
- Method in class py4j.examples.
ExampleClass
callHello2(IHello)
- Method in class py4j.examples.
ExampleClass
CLASS_TYPE
- Static variable in class py4j.
Protocol
closeConnection()
- Method in class py4j.
Gateway
Called when a connection is closed.
Command
- Interface in
py4j
This interface must be implemented by all commands.
CommunicationChannel
- Interface in
py4j
A communication channel is responsible for sending commands to the Python side.
CommunicationChannelFactory
- Class in
py4j
A CommunicationChannelFactory is responsible for managing communication channels: channels are created as needed (e.g., one per concurrent thread) and are closed after a certain time.
CommunicationChannelFactory(int)
- Constructor for class py4j.
CommunicationChannelFactory
CommunicationChannelFactory(int, InetAddress)
- Constructor for class py4j.
CommunicationChannelFactory
CommunicationChannelFactory(int, InetAddress, long, TimeUnit)
- Constructor for class py4j.
CommunicationChannelFactory
CONSTRUCTOR_COMMAND_NAME
- Static variable in class py4j.
ConstructorCommand
ConstructorCommand
- Class in
py4j
A ConstructorCommand is responsible for calling the constructors of a Java class.
ConstructorCommand()
- Constructor for class py4j.
ConstructorCommand
createConnection(GatewayServer, 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
H
I
L
M
N
O
P
Q
R
S
T
U
V
W