public interface Py4JClientConnection
| Modifier and Type | Method and Description |
|---|---|
String |
sendCommand(String command) |
String |
sendCommand(String command,
boolean blocking) |
void |
setUsed(boolean used) |
void |
shutdown() |
void |
shutdown(boolean reset) |
void |
start() |
boolean |
wasUsed() |
void shutdown()
void shutdown(boolean reset)
void start()
throws IOException
IOExceptionvoid setUsed(boolean used)
boolean wasUsed()
Copyright © 2018. All rights reserved.