Package py4j
Class EchoServer
- java.lang.Object
-
- py4j.EchoServer
-
public class EchoServer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
SERVER_PORT
static int
TEST_PORT
-
Constructor Summary
Constructors Constructor Description EchoServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getServerPort()
int
getTestPort()
static void
main(java.lang.String[] args)
void
setServerPort(int serverPort)
void
setTestPort(int testPort)
-
-
-
Field Detail
-
TEST_PORT
public static final int TEST_PORT
- See Also:
- Constant Field Values
-
SERVER_PORT
public static final int SERVER_PORT
- See Also:
- Constant Field Values
-
-