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
P
Q
R
S
T
U
V
G
gateway
- Variable in class py4j.
AbstractCommand
Gateway
- Class in
py4j
A Gateway is manages various states: entryPoint, references to objects returned to a Python program, etc.
Gateway(Object)
- Constructor for class py4j.
Gateway
Gateway(Object, boolean)
- Constructor for class py4j.
Gateway
GatewayConnection
- Class in
py4j
Manage the connection between a Python program and a Gateway.
GatewayConnection(GatewayServer, 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, boolean)
- 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
getBindings()
- Method in class py4j.
Gateway
getBoolean(String)
- Static method in class py4j.
Protocol
Assumes that commandPart is
not
empty.
getConnect_timeout()
- 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
getField1()
- Method in class py4j.examples.
ExampleClass
getHelpPages()
- Method in class py4j.
Gateway
getInteger(String)
- Static method in class py4j.
Protocol
Assumes that commandPart is
not
empty.
getInternalList()
- Method in class py4j.examples.
Stack
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
getMethodNames(Object)
- Method in class py4j.
Gateway
getMethodNamesAsString(Object)
- Method in class py4j.
Gateway
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
getObject(String)
- 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
getOutputVoidCommand()
- Static method in class py4j.
Protocol
getPrimitiveObject()
- Method in class py4j.
ReturnObject
getPrimitiveReturnObject(Object)
- Static method in class py4j.
ReturnObject
getRead_timeout()
- Method in class py4j.
GatewayServer
getReference(String)
- 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
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.
getStringBuffer()
- Method in class py4j.examples.
BufferGenerator
getValue()
- Method in class py4j.
Argument
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
P
Q
R
S
T
U
V