Interface TimeoutHandler
-
public interface TimeoutHandlerHandler, which processes suspendedResponsetimeout and is able to either confirm it or reset.- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonTimeout(Response response)Method is called, when suspendedResponsetimeout expired.
-
-
-
Method Detail
-
onTimeout
boolean onTimeout(Response response)
-
-