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
 
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
 
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.
commandName - Variable in class py4j.AbstractCommand
 
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(Gateway, Socket) - Method in class py4j.GatewayServer
 

A B C D E F G H I L M N O P Q R S T U V W