Package 

Class AbstractResponseCollector

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      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.
      • Methods inherited from class org.ice4j.ResponseCollector

        processResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.