-
- All Implemented Interfaces:
-
org.ice4j.ResponseCollector
public abstract class AbstractResponseCollector implements ResponseCollector
-
-
Method Summary
Modifier and Type Method Description voidprocessTimeout(StunTimeoutEvent event)Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered. voidprocessUnreachable(StunFailureEvent event)Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered. -
-
Method Detail
-
processTimeout
void processTimeout(StunTimeoutEvent event)
Notifies this collector that no response had been received after repeated retransmissions of the original request (as described by rfc3489) and that the request should be considered unanswered.
- Parameters:
event- the StunTimeoutEvent containing a reference to the transaction that has just failed.
-
processUnreachable
void processUnreachable(StunFailureEvent event)
Notifies this collector that the destination of the request has been determined to be unreachable and that the request should be considered unanswered.
- Parameters:
event- the StunFailureEvent containing the PortUnreachableException that has just occurred.
-
-
-
-