|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller interface for socket cache.
Method Summary | |
boolean |
getBlocking()
Returns the blocking parameter value. |
int |
getNbMaxSocket()
Returns the number of maximum open sockets. |
void |
setBlocking(boolean blocking)
Sets the blocking property of this IPSocketManager. |
void |
setNbMaxSocket(int nbMaxSocket)
Sets the nbMaxSocket attribute value. |
Method Detail |
public int getNbMaxSocket()
nbMaxSocket
attribute value.public void setNbMaxSocket(int nbMaxSocket)
nbMaxSocket
attribute value.
nbMaxSocket
- the new nbMaxSocket
attribute value.public void setBlocking(boolean blocking)
true
then the manager waits if the required socket is in
use. Otherwise, it raises an exeption.
blocking
- the boolean value to set.public boolean getBlocking()
setBlocking(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |