- PACKAGE_TYPE - Static variable in class py4j.Protocol
-
- periodicCleanup() - Method in class py4j.CallbackClient
-
Closes communication channels that have not been used for a time
specified at the creation of the callback client.
- ping1(IPong) - Method in interface py4j.examples.IPing
-
- ping2(IPong) - Method in interface py4j.examples.IPing
-
- ping3(IPong) - Method in interface py4j.examples.IPing
-
- PingPong - Class in py4j.examples
-
- PingPong() - Constructor for class py4j.examples.PingPong
-
- PingPong(boolean) - Constructor for class py4j.examples.PingPong
-
- pong1(IPing) - Method in interface py4j.examples.IPong
-
- pong1(IPing) - Method in class py4j.examples.PingPong
-
- pong2(IPing) - Method in interface py4j.examples.IPong
-
- pong2(IPing) - Method in class py4j.examples.PingPong
-
- pong3(IPing) - Method in interface py4j.examples.IPong
-
- pong3(IPing) - Method in class py4j.examples.PingPong
-
- pop() - Method in class py4j.examples.Stack
-
- port - Variable in class py4j.CallbackClient
-
- PREFIX - Static variable in class py4j.model.HelpPageGenerator
-
- PREFIX_INDENT - Static variable in class py4j.model.HelpPageGenerator
-
- PREFIX_SEPARATOR - Static variable in class py4j.model.HelpPageGenerator
-
- processSocket(Socket) - Method in class py4j.GatewayServer
-
- protected_method() - Method in class py4j.examples.ExampleClass
-
- Protocol - Class in py4j
-
This class defines the protocol used to communicate between two virtual
machines (e.g., Python and Java).
- Protocol() - Constructor for class py4j.Protocol
-
- ProtocolTest - Class in py4j
-
- ProtocolTest() - Constructor for class py4j.ProtocolTest
-
- ProxyTest - Class in py4j
-
- ProxyTest() - Constructor for class py4j.ProxyTest
-
- push(String) - Method in class py4j.examples.Stack
-
- pushAll(List<String>) - Method in class py4j.examples.Stack
-
- putNewObject(Object) - Method in class py4j.Gateway
-
Adds a new object to the gateway bindings and return the generated ID.
- putObject(String, Object) - Method in class py4j.Gateway
-
- py4j - package py4j
-
- py4j.commands - package py4j.commands
-
- py4j.examples - package py4j.examples
-
- py4j.model - package py4j.model
-
- py4j.reflection - package py4j.reflection
-
- PY4J_LOGGER - Static variable in class py4j.GatewayServer
-
- Py4JClass - Class in py4j.model
-
Model of a Java class used to create a help page.
- Py4JClass(String, String, String, List<String>, List<Py4JMethod>, List<Py4JField>, List<Py4JClass>) - Constructor for class py4j.model.Py4JClass
-
- Py4JClientConnection - Interface in py4j
-
- Py4JException - Exception in py4j
-
Exception raised when an error is encountered while using Py4J.
- Py4JException() - Constructor for exception py4j.Py4JException
-
- Py4JException(String) - Constructor for exception py4j.Py4JException
-
- Py4JException(String, Throwable) - Constructor for exception py4j.Py4JException
-
- Py4JException(Throwable) - Constructor for exception py4j.Py4JException
-
- Py4JField - Class in py4j.model
-
Model of a Java field used to create a help page.
- Py4JField(String, String, String, String) - Constructor for class py4j.model.Py4JField
-
- Py4JJavaException - Exception in py4j
-
Exception raised when an exception is thrown in the client code.
- Py4JJavaException() - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(String) - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(String, Throwable) - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(Throwable) - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaServer - Interface in py4j
-
Interface that describes the operations a server must support to receive
requests from the Python side.
- Py4JMember - Class in py4j.model
-
Model of a Java member (class, method, or field) used to create a help page.
- Py4JMember(String, String) - Constructor for class py4j.model.Py4JMember
-
- Py4JMethod - Class in py4j.model
-
Model of a Java method used to create a help page.
- Py4JMethod(String, String, List<String>, List<String>, String, String) - Constructor for class py4j.model.Py4JMethod
-
- Py4JNetworkException - Exception in py4j
-
Exception raised when a network error is encountered while using Py4J.
- Py4JNetworkException() - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(Py4JNetworkException.ErrorTime) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String, Py4JNetworkException.ErrorTime) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String, Throwable) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String, Throwable, Py4JNetworkException.ErrorTime) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(Throwable) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException.ErrorTime - Enum in py4j
-
- Py4JPythonClient - Interface in py4j
-
Interface that describes the operations a client must support to make
requests to the Python side.
- Py4JPythonClientPerThread - Interface in py4j
-
- Py4JServerConnection - Interface in py4j
-
- PYTHON_INFINITY - Static variable in class py4j.Protocol
-
- PYTHON_NAN - Static variable in class py4j.Protocol
-
- PYTHON_NEGATIVE_INFINITY - Static variable in class py4j.Protocol
-
- PYTHON_PROXY_TYPE - Static variable in class py4j.Protocol
-
- pythonAddress(InetAddress) - Method in class py4j.ClientServer.ClientServerBuilder
-
- pythonAddress - Variable in class py4j.ClientServer
-
- pythonClient - Variable in class py4j.ClientServer
-
- pythonClient - Variable in class py4j.ClientServerConnection
-
- PythonClient - Class in py4j
-
Subclass of CallbackClient that implements the new threading model,
ensuring that each thread uses its own connection.
- PythonClient(Gateway, List<Class<? extends Command>>, int, InetAddress, long, TimeUnit, SocketFactory, Py4JJavaServer) - Constructor for class py4j.PythonClient
-
- PythonClient(Gateway, List<Class<? extends Command>>, int, InetAddress, long, TimeUnit, SocketFactory, Py4JJavaServer, boolean, int) - Constructor for class py4j.PythonClient
-
- pythonPort(int) - Method in class py4j.ClientServer.ClientServerBuilder
-
- pythonPort - Variable in class py4j.ClientServer
-
- PythonProxyHandler - Class in py4j.reflection
-
A PythonProxyHandler is used in place of a Python object.
- PythonProxyHandler(String, Gateway) - Constructor for class py4j.reflection.PythonProxyHandler
-
- PythonTestClient - Class in py4j
-
- PythonTestClient() - Constructor for class py4j.PythonTestClient
-