Package 

Class StunTimeoutEvent

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class StunTimeoutEvent
    extends BaseStunMessageEvent
                        

    The class is used to dispatch events that occur when a STUN transaction expires.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      TransportAddress getLocalAddress() Returns the TransportAddress that the message was supposed to leave from.
      String toString() Returns a String representation of this event, containing the corresponding message, and local address.
      • Methods inherited from class org.ice4j.BaseStunMessageEvent

        getMessage, getStunStack, getTransactionID
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • StunTimeoutEvent

        StunTimeoutEvent(StunStack stunStack, Message message, TransportAddress localAddress, TransactionID transactionID)
        Constructs a StunTimeoutEvent according to the specified message.
        Parameters:
        stunStack - the StunStack to be associated with the new instance
        message - the message itself
        localAddress - the local address that the message was sent from.
        transactionID - the ID of the associated with this event.
    • Method Detail

      • toString

         String toString()

        Returns a String representation of this event, containing the corresponding message, and local address.