Skip navigation links
A B C D E G I K O S T 

A

autoStartJavaServer - Variable in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 

B

BasePy4JPlugin<T> - Class in org.openksavi.sponge.py4j
Base, abstract Sponge plugin that provides integration with CPython using Py4J.
BasePy4JPlugin() - Constructor for class org.openksavi.sponge.py4j.BasePy4JPlugin
 
BasePy4JPlugin(String) - Constructor for class org.openksavi.sponge.py4j.BasePy4JPlugin
 
build(ClientServer.ClientServerBuilder) - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
build(GatewayServer.GatewayServerBuilder) - Method in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 

C

ClientServerPy4JPlugin<T> - Class in org.openksavi.sponge.py4j
Sponge plugin that provides integration with CPython using Py4J ClientServer.
ClientServerPy4JPlugin() - Constructor for class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
ClientServerPy4JPlugin(String) - Constructor for class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
createSslContext() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 

D

DEFAULT_NAME - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
DEFAULT_PYTHON_EXECUTABLE - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 

E

ENV_PY4J_AUTH_TOKEN - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
ENV_PY4J_JAVA_PORT - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
ENV_PY4J_PYTHON_PORT - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
executePythonScript() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 

G

GatewayServerPy4JPlugin<T> - Class in org.openksavi.sponge.py4j
Sponge plugin that provides integration with CPython using Py4J GatewayServer.
GatewayServerPy4JPlugin() - Constructor for class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 
GatewayServerPy4JPlugin(String) - Constructor for class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 
getAuthToken() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getAutoStartJavaServer() - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
getFacade() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getFacadeInterfaceName() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getJavaPort() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getPythonPort() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getPythonScriptConfiguration() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getScriptProcess() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getSecurity() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
getServer() - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
getServer() - Method in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 

I

isGenerateAuthToken() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
isPythonScriptBeforeStartup() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
isRandomPorts() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 

K

killPythonScript() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 

O

onConfigure(Configuration) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
onConfigure(Configuration) - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
onShutdown() - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
onShutdown() - Method in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 
onStartup() - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
onStartup() - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
onStartup() - Method in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 
org.openksavi.sponge.py4j - package org.openksavi.sponge.py4j
Py4J support.

S

server - Variable in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
server - Variable in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 
setAuthToken(String) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setAutoStartJavaServer(Boolean) - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
setFacade(T) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setFacadeInterfaceName(String) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setGenerateAuthToken(boolean) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setJavaPort(int) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setPythonPort(int) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setPythonScriptBeforeStartup(boolean) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setPythonScriptConfiguration(ProcessConfiguration) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setRandomPorts(boolean) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setSecurity(SslConfiguration) - Method in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
setServer(ClientServer) - Method in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
setServer(GatewayServer) - Method in class org.openksavi.sponge.py4j.GatewayServerPy4JPlugin
 

T

TAG_AUTH_TOKEN - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_AUTO_START_JAVA_SERVER - Static variable in class org.openksavi.sponge.py4j.ClientServerPy4JPlugin
 
TAG_FACADE_INTERFACE - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_GENERATE_AUTH_TOKEN - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_JAVA_PORT - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_PYTHON_PORT - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_PYTHON_SCRIPT - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_PYTHON_SCRIPT_BEFORE_STARTUP - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_RANDOM_PORTS - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
TAG_SECURITY - Static variable in class org.openksavi.sponge.py4j.BasePy4JPlugin
 
A B C D E G I K O S T 
Skip navigation links

Copyright © 2016–2019 Softelnet. All rights reserved.