Reactor.setTimeout

The value the reactor will use for {@link Selector#select(long)} that is called as part of {@link #process()}.

@param timeout a timeout value in milliseconds, to associate with this instance of the reactor. This can be retrieved using the {@link #getTimeout()} method

interface Reactor
void
setTimeout
(
long timeout
)

Meta