Package py4j
Interface Py4JClientConnection
- All Known Implementing Classes:
CallbackConnection
,ClientServerConnection
public interface Py4JClientConnection
-
Method Summary
-
Method Details
-
sendCommand
-
sendCommand
-
shutdown
void shutdown() -
shutdown
void shutdown(boolean reset) -
start
- Throws:
IOException
-
setUsed
void setUsed(boolean used) -
wasUsed
boolean wasUsed()
-