Package py4j

Interface Py4JServerConnection

All Known Implementing Classes:
ClientServerConnection, GatewayConnection

public interface Py4JServerConnection
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
    shutdown(boolean reset)
     
  • Method Details

    • getSocket

      Socket getSocket()
      Returns:
      The socket used by this gateway connection.
    • shutdown

      void shutdown()
    • shutdown

      void shutdown(boolean reset)