- Gateway - Class in py4j
-
A Gateway manages various states: entryPoint, references to objects returned
to a Python program, etc.
- Gateway(Object) - Constructor for class py4j.Gateway
-
- Gateway(Object, CallbackClient) - Constructor for class py4j.Gateway
-
- GATEWAY_SERVER_ID - Static variable in class py4j.GatewayServer
-
- GatewayConnection - Class in py4j
-
Manage the connection between a Python program and a Gateway.
- GatewayConnection(Gateway, Socket) - Constructor for class py4j.GatewayConnection
-
- GatewayConnection(Gateway, Socket, List<Class<? extends Command>>, List<GatewayServerListener>) - Constructor for class py4j.GatewayConnection
-
- GatewayServer - Class in py4j
-
This class enables Python programs to access a Java program.
- GatewayServer(Object) - Constructor for class py4j.GatewayServer
-
Creates a GatewayServer instance with default port (25333), default
address (127.0.0.1), and default timeout value (no timeout).
- GatewayServer(Object, int) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, InetAddress, InetAddress, int, int, List<Class<? extends Command>>) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int, int, List<Class<? extends Command>>) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int, List<Class<? extends Command>>, CallbackClient) - Constructor for class py4j.GatewayServer
-
- GatewayServerListener - Interface in py4j
-
A client can implement this listener to be notified of Gateway events.
- getAddress() - Method in class py4j.CallbackClient
-
- getAddress() - Method in class py4j.GatewayServer
-
- getArgCounter() - Method in class py4j.Gateway
-
- getArrayReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getBaseCommands() - Static method in class py4j.GatewayConnection
-
- getBindings() - Method in class py4j.Gateway
-
- getBoolean(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getBytes(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getCallbackClient() - Method in class py4j.Gateway
-
- getCallbackClient() - Method in class py4j.GatewayServer
-
- getCommandPart() - Method in class py4j.ReturnObject
-
- getConnectTimeout() - Method in class py4j.GatewayServer
-
- getCustomCommands() - Method in class py4j.GatewayServer
-
- getDecimal(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getDecimalReturnObject(Object) - Static method in class py4j.ReturnObject
-
- getDefaultJVMView() - Method in class py4j.Gateway
-
- getDouble(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getEntryPoint() - Method in class py4j.Gateway
-
- getErrorReferenceReturnObject(String) - Static method in class py4j.ReturnObject
-
- getErrorReturnObject() - Static method in class py4j.ReturnObject
-
- getErrorReturnObject(Throwable) - Static method in class py4j.ReturnObject
-
- getId() - Method in class py4j.JVMView
-
- getImportedNames() - Method in class py4j.JVMView
-
Return the current list of imports known to this view.
- getInteger(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getIteratorReturnObject(String) - Static method in class py4j.ReturnObject
-
- getLastImportSearches() - Method in class py4j.JVMView
-
- getListeners() - Method in class py4j.GatewayServer
-
- getListeningPort() - Method in class py4j.GatewayServer
-
- getListReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getLong(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getMapReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getMemberOutputCommand(char) - Static method in class py4j.Protocol
-
- getMemberOutputCommand(char, String) - Static method in class py4j.Protocol
-
- getName() - Method in class py4j.JVMView
-
- getName() - Method in class py4j.ReturnObject
-
- getNextObjectId() - Method in class py4j.Gateway
-
- getNoSuchFieldOutputCommand() - Static method in class py4j.Protocol
-
- getNull(String) - Static method in class py4j.Protocol
-
Method provided for consistency.
- getNullReturnObject() - Static method in class py4j.ReturnObject
-
- getObjCounter() - Method in class py4j.Gateway
-
- getObject(String) - Method in class py4j.Gateway
-
- getObject(String, Gateway) - Static method in class py4j.Protocol
-
- getObjectFromId(String) - Method in class py4j.Gateway
-
- getOutputCommand(ReturnObject) - Static method in class py4j.Protocol
-
- getOutputErrorCommand() - Static method in class py4j.Protocol
-
- getOutputErrorCommand(String) - Static method in class py4j.Protocol
-
- getOutputErrorCommand(Throwable) - Static method in class py4j.Protocol
-
- getOutputVoidCommand() - Static method in class py4j.Protocol
-
- getPort() - Method in class py4j.CallbackClient
-
- getPort() - Method in class py4j.GatewayServer
-
- getPrimitiveObject() - Method in class py4j.ReturnObject
-
- getPrimitiveReturnObject(Object) - Static method in class py4j.ReturnObject
-
- getPrimitiveType(Object) - Static method in class py4j.Protocol
-
- getPythonAddress() - Method in class py4j.GatewayServer
-
- getPythonPort() - Method in class py4j.GatewayServer
-
- getPythonProxy(String, Gateway) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getReadTimeout() - Method in class py4j.GatewayServer
-
- getReference(String, Gateway) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getReferenceReturnObject(String) - Static method in class py4j.ReturnObject
-
- getReflectionEngine() - Method in class py4j.Gateway
-
- getReturnObject(Object) - Method in class py4j.Gateway
-
- getReturnValue(String, Gateway) - Static method in class py4j.Protocol
-
- getRootThrowable(Throwable, boolean) - Static method in class py4j.Protocol
-
- getSequenceId() - Method in class py4j.JVMView
-
Sequence ID for getImportedNames().
- getSetReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getSingleImportsMap() - Method in class py4j.JVMView
-
- getSize() - Method in class py4j.ReturnObject
-
- getSocket() - Method in class py4j.GatewayConnection
-
- getStarImports() - Method in class py4j.JVMView
-
- getString(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getThrowableAsString(Throwable) - Static method in class py4j.Protocol
-
- getVoidReturnObject() - Static method in class py4j.ReturnObject
-