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

I

IHello - Interface in py4j.examples
 
init(Gateway) - Method in class py4j.AbstractCommand
 
init(Gateway) - Method in interface py4j.Command
Called when a command instance is created and assigned to a connection.
init(Gateway) - Method in class py4j.FieldCommand
 
init(Gateway) - Method in class py4j.ReflectionCommand
 
init(Gateway) - Method in class py4j.ShutdownGatewayServerCommand
 
initCommands(Gateway, List<Class<? extends Command>>) - Method in class py4j.GatewayConnection
Override this method to initialize custom commands.
INTEGER_TYPE - Static variable in class py4j.Protocol
 
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.
invokeConstructor(String, List<Object>) - Method in class py4j.ConstructorCommand
 
invokeMethod(String, String, List<Object>) - Method in class py4j.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.
isDouble(String) - Static method in class py4j.Protocol
Assumes that commandPart is not empty.
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
 
isInteger(String) - Static method in class py4j.Protocol
Assumes that commandPart is not empty.
isIterator() - Method in class py4j.ReturnObject
 
isList(Object) - Method in class py4j.Gateway
 
isList() - Method in class py4j.ReturnObject
 
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
 
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
 
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.ReturnObject
 
ITERATOR_TYPE - Static variable in class py4j.Protocol
 

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