Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
G
gateway
- Variable in class py4j.
AbstractCommand
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, List<Class<? extends Command>>)
- Constructor for class py4j.
GatewayConnection
GatewayConnection(Gateway, Socket)
- Constructor for class py4j.
GatewayConnection
GatewayServer
- Class in
py4j
This class enables Python programs to access a Java program.
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
GatewayServer(Object)
- Constructor for class py4j.
GatewayServer
Creates a GatewayServer instance with default port (25333), default address (localhost), and default timeout value (no timeout).
GatewayServer(Object, int)
- Constructor for class py4j.
GatewayServer
GET_MEMBER_SUB_COMMAND_NAME
- Static variable in class py4j.
ReflectionCommand
GET_UNKNOWN_SUB_COMMAND_NAME
- Static variable in class py4j.
ReflectionCommand
getArgCounter()
- Method in class py4j.
Gateway
getArguments(BufferedReader)
- Method in class py4j.
AbstractCommand
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.
getCallbackClient()
- Method in class py4j.
Gateway
getCallbackClient()
- Method in class py4j.
GatewayServer
getCommandName()
- Method in class py4j.
AbstractCommand
getCommandName()
- Method in interface py4j.
Command
getCommandPart()
- Method in class py4j.
ReturnObject
getConnectTimeout()
- Method in class py4j.
GatewayServer
getDouble(String)
- Static method in class py4j.
Protocol
Assumes that commandPart is
not
empty.
getEntryPoint()
- Method in class py4j.
Gateway
getErrorReturnObject()
- Static method in class py4j.
ReturnObject
getErrorReturnObject(Throwable)
- Static method in class py4j.
ReturnObject
getErrorReturnObject(String)
- Static method in class py4j.
ReturnObject
getField1()
- Method in class py4j.examples.
ExampleClass
getIntArray()
- Method in class py4j.examples.
ExampleClass
getInteger(String)
- Static method in class py4j.
Protocol
Assumes that commandPart is
not
empty.
getInternalList()
- Method in class py4j.examples.
Stack
getIteratorReturnObject(String)
- Static method in class py4j.
ReturnObject
getList(int)
- Method in class py4j.examples.
ExampleClass
getListAsString(List<?>)
- Method in class py4j.examples.
ListPrinter
getListReturnObject(String, int)
- Static method in class py4j.
ReturnObject
getMapReturnObject(String, int)
- Static method in class py4j.
ReturnObject
getMemberOutputCommand(char)
- Static method in class py4j.
Protocol
getName()
- Method in class py4j.
ReturnObject
getNewExample()
- Method in class py4j.examples.
ExampleEntryPoint
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
getPrimitiveObject()
- Method in class py4j.
ReturnObject
getPrimitiveReturnObject(Object)
- Static method in class py4j.
ReturnObject
getPrimitiveType(Object)
- Static method in class py4j.
Protocol
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
getSetReturnObject(String, int)
- Static method in class py4j.
ReturnObject
getSize()
- Method in class py4j.
ReturnObject
getStack()
- Method in class py4j.examples.
StackEntryPoint
getString(String)
- Static method in class py4j.
Protocol
Assumes that commandPart is
not
empty.
getStringArguments(BufferedReader)
- Method in class py4j.
AbstractCommand
getStringArray()
- Method in class py4j.examples.
ExampleClass
getStringBuffer()
- Method in class py4j.examples.
BufferGenerator
getThrowableAsString(Throwable)
- Static method in class py4j.
Protocol
getVoidReturnObject()
- Static method in class py4j.
ReturnObject
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W