|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Connector is a request listener and response broker.
Method Summary | |
String |
getInterface()
Gets the network interface name. |
int |
getMaxConnections()
Gets the maximum number of connections. |
int |
getMaxIdleTime()
Sets the maximum idle time. |
int |
getPort()
Gets listening port number. |
String |
getProtocol()
Gets the protocol name. |
void |
setInterface(String networkInterface)
Sets the network interface name. |
void |
setMaxConnections(int maxConnects)
Sets the maximum number of connections. |
void |
setMaxIdleTime(int maxIdleTime)
Gets the maximum idle time. |
void |
setPort(int ort)
Sets listening port number. |
void |
setProtocol(String protocol)
Sets the protocol name. |
Method Detail |
public int getPort()
public void setPort(int ort)
public String getProtocol()
public void setProtocol(String protocol)
public String getInterface()
public void setInterface(String networkInterface)
public int getMaxConnections()
public void setMaxConnections(int maxConnects)
public int getMaxIdleTime()
public void setMaxIdleTime(int maxIdleTime)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |