Package py4j

Class PythonTestClient

java.lang.Object
py4j.PythonTestClient
All Implemented Interfaces:
Runnable

public class PythonTestClient extends Object implements Runnable
  • Field Details

    • lastProxyMessage

      public volatile String lastProxyMessage
    • lastReturnMessage

      public volatile String lastReturnMessage
    • nextProxyReturnMessage

      public volatile String nextProxyReturnMessage
  • Constructor Details

    • PythonTestClient

      public PythonTestClient()
  • Method Details

    • startProxy

      public void startProxy()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • stopProxy

      public void stopProxy()
    • sendMesage

      public void sendMesage(String message)