public class Connector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxIdleTime |
private int |
port |
Constructor and Description |
---|
Connector() |
Connector(int port,
int maxIdleTime) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxIdleTime() |
int |
getPort() |
void |
setMaxIdleTime(int maxIdleTime) |
void |
setPort(int port) |