Package py4j

Interface Py4JClientConnection

All Known Implementing Classes:
CallbackConnection, ClientServerConnection

public interface Py4JClientConnection
  • Method Details

    • sendCommand

      String sendCommand(String command)
    • sendCommand

      String sendCommand(String command, boolean blocking)
    • shutdown

      void shutdown()
    • shutdown

      void shutdown(boolean reset)
    • start

      void start() throws IOException
      Throws:
      IOException
    • setUsed

      void setUsed(boolean used)
    • wasUsed

      boolean wasUsed()