- IMPORT_SUB_COMMAND_NAME - Static variable in class py4j.commands.JVMViewCommand
-
- INDENT - Static variable in class py4j.model.HelpPageGenerator
-
- init(Gateway) - Method in class py4j.commands.AbstractCommand
-
- init(Gateway) - Method in interface py4j.commands.Command
-
Called when a command instance is created and assigned to a connection.
- init(Gateway) - Method in class py4j.commands.DirCommand
-
- init(Gateway) - Method in class py4j.commands.FieldCommand
-
- init(Gateway) - Method in class py4j.commands.JVMViewCommand
-
- init(Gateway) - Method in class py4j.commands.ReflectionCommand
-
- init(Gateway) - Method in class py4j.commands.ShutdownGatewayServerCommand
-
- initCommands(Gateway, List<Class<? extends Command>>) - Method in class py4j.GatewayConnection
-
Override this method to initialize custom commands.
- INT_TO_BYTE - Static variable in class py4j.reflection.TypeConverter
-
- INT_TO_SHORT - Static variable in class py4j.reflection.TypeConverter
-
- INTEGER_TYPE - Static variable in class py4j.Protocol
-
- INVALID_INVOKER - Static variable in class py4j.reflection.MethodInvoker
-
- INVALID_INVOKER_COST - Static variable in class py4j.reflection.MethodInvoker
-
- invoke(String, List<Object>) - Method in class py4j.Gateway
-
Invokes a constructor and returned the constructed object.
- invoke(String, String, List<Object>) - Method in class py4j.Gateway
-
Invokes a method.
- invoke(Object, Object[]) - Method in class py4j.reflection.MethodInvoker
-
- invoke(Object, Method, Object[]) - Method in class py4j.reflection.PythonProxyHandler
-
- invoke(Object, MethodInvoker, Object[]) - Method in class py4j.reflection.ReflectionEngine
-
- invokeConstructor(String, List<Object>) - Method in class py4j.commands.ConstructorCommand
-
- invokeMethod(String, String, List<Object>) - Method in class py4j.commands.AbstractCommand
-
Convenient shortcut to invoke a method dynamically.
- isArray(Object) - Method in class py4j.Gateway
-
- isArray() - Method in class py4j.ReturnObject
-
- isBoolean(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isBoolean(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isByte(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isBytes(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isCharacter(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isDecimal(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isDecimal() - Method in class py4j.ReturnObject
-
- isDecimalObject(Object) - Method in class py4j.Gateway
-
- isDouble(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isDouble(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isEmpty(String) - Static method in class py4j.Protocol
-
- isEnd(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isError(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not null.
- isError() - Method in class py4j.ReturnObject
-
- isFloat(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isInstanceOf(Class<?>, Object) - Static method in class py4j.reflection.TypeUtil
-
Checks if an object is an instance of a given class.
- isInstanceOf(String, Object) - Static method in class py4j.reflection.TypeUtil
-
Checks if an object is an instance of a given class.
- isInteger(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isInteger(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isIterator() - Method in class py4j.ReturnObject
-
- isList(Object) - Method in class py4j.Gateway
-
- isList() - Method in class py4j.ReturnObject
-
- isLong(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isLong(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isMap(Object) - Method in class py4j.Gateway
-
- isMap() - Method in class py4j.ReturnObject
-
- isNull(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isNull() - Method in class py4j.ReturnObject
-
- isNumeric(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isPrimitiveObject(Object) - Method in class py4j.Gateway
-
- isPythonProxy(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isReference(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isReference() - Method in class py4j.ReturnObject
-
- isSet(Object) - Method in class py4j.Gateway
-
- isSet() - Method in class py4j.ReturnObject
-
- isShort(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- isStarted() - Method in class py4j.Gateway
-
- isString(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- isVoid() - Method in class py4j.reflection.MethodInvoker
-
- isVoid() - Method in class py4j.ReturnObject
-
- ITERATOR_TYPE - Static variable in class py4j.Protocol
-