Uses of Class
py4j.GatewayServer

Packages that use GatewayServer
Package
Description
 
  • Uses of GatewayServer in py4j

    Subclasses of GatewayServer in py4j
    Modifier and Type
    Class
    Description
    class 
    This class extends GatewayServer by implementing a new threading model: a thread always use the same connection to the other side so callbacks are executed in the calling thread.
    Methods in py4j that return GatewayServer
    Modifier and Type
    Method
    Description
    GatewayServer.GatewayServerBuilder.build()
    Builds a GatewayServer instance using the provided parameters.