Package py4j
Class EchoServer
java.lang.Object
py4j.EchoServer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
static void
void
setServerPort
(int serverPort) void
setTestPort
(int testPort)
-
Field Details
-
TEST_PORT
public static final int TEST_PORT- See Also:
-
SERVER_PORT
public static final int SERVER_PORT- See Also:
-
-
Constructor Details
-
EchoServer
public EchoServer()
-
-
Method Details
-
getTestPort
public int getTestPort() -
setTestPort
public void setTestPort(int testPort) -
getServerPort
public int getServerPort() -
setServerPort
public void setServerPort(int serverPort) -
main
-