Package 

Class Indication

  • All Implemented Interfaces:

    
    public class Indication
    extends Message
                        

    An indication descendant of the message class. For example, indication messages is used by TURN protocol to send and receive encapsulated data.

    • 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 setMessageType(char indicationType) Checks whether indicationType is a valid indication type and if yes sets it as the type of this instance.
      • Methods inherited from class org.ice4j.message.Message

        containsAttribute, decode, encode, equals, getAttribute, getAttributeCount, getAttributes, getDataLength, getDataLengthWithoutPadding, getMessageType, getName, getTransactionID, isErrorResponseType, isIndicationType, isRequestType, isResponseType, isSuccessResponseType, putAttribute, removeAttribute, setTransactionID, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setMessageType

         void setMessageType(char indicationType)

        Checks whether indicationType is a valid indication type and if yes sets it as the type of this instance.

        Parameters:
        indicationType - the type to set