- cacheSize - Static variable in class py4j.reflection.ReflectionEngine
-
- CALL_COMMAND_NAME - Static variable in class py4j.commands.CallCommand
-
- CALL_PROXY_COMMAND_NAME - Static variable in class py4j.reflection.PythonProxyHandler
-
- 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.commands
-
A CallCommand is responsible for parsing a call command and calling the
method on the target object.
- CallCommand() - Constructor for class py4j.commands.CallCommand
-
- CHAR_CONVERTER - Static variable in class py4j.reflection.TypeConverter
-
- 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.
- Command - Interface in py4j.commands
-
This interface must be implemented by all commands.
- commandName - Variable in class py4j.commands.AbstractCommand
-
- commands - Variable in class py4j.GatewayConnection
-
- compareTo(Py4JMember) - Method in class py4j.model.Py4JMember
-
- computeCharacterConversion(Class<?>, Class<?>, List<TypeConverter>) - Static method in class py4j.reflection.TypeUtil
-
- computeDistance(Class<?>, Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- computeNumericConversion(Class<?>, Class<?>, List<TypeConverter>) - Static method in class py4j.reflection.TypeUtil
-
- 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
-
- CONSTRUCTOR_COMMAND_NAME - Static variable in class py4j.commands.ConstructorCommand
-
- ConstructorCommand - Class in py4j.commands
-
A ConstructorCommand is responsible for calling the constructors of a Java
class.
- ConstructorCommand() - Constructor for class py4j.commands.ConstructorCommand
-
- convert(Object) - Method in class py4j.reflection.TypeConverter
-
- CREATE_VIEW_SUB_COMMAND_NAME - Static variable in class py4j.commands.JVMViewCommand
-
- createArray(String, int[]) - Method in class py4j.reflection.ReflectionEngine
-
- createConnection(Gateway, Socket) - Method in class py4j.GatewayServer
-