Uses of Class
py4j.Py4JNetworkException
-
Packages that use Py4JNetworkException Package Description py4j -
-
Uses of Py4JNetworkException in py4j
Methods in py4j with parameters of type Py4JNetworkException Modifier and Type Method Description protected boolean
CallbackClient. shouldRetrySendCommand(Py4JClientConnection cc, Py4JNetworkException pne)
protected boolean
PythonClient. shouldRetrySendCommand(Py4JClientConnection cc, Py4JNetworkException pne)
Methods in py4j that throw Py4JNetworkException Modifier and Type Method Description protected void
GatewayServer. startSocket()
Starts the ServerSocket.
-