setTimeout

 

public void setTimeout(long timeout);

Sets the timeout value.

Parameters

  • timeout - the time out value in milliseconds. Connections which have been unused for this length of time are destroyed.


uj15660_