Class ConnectionHelloType


  • public class ConnectionHelloType
    extends java.lang.Object
    • Constructor Detail

      • ConnectionHelloType

        public ConnectionHelloType()
        no-argument constructor for serialization/deserialization, stores information of a SME_HELLO message
      • ConnectionHelloType

        public ConnectionHelloType​(ConnectionHelloPhaseType phase,
                                   java.lang.Integer waiting,
                                   java.lang.Boolean prolongationRequest)
        for convenience
        Parameters:
        phase - can not be null
        waiting - can be null
        prolongationRequest - can be null
    • Method Detail

      • getWaiting

        public java.lang.Integer getWaiting()
      • setWaiting

        public void setWaiting​(java.lang.Integer waiting)
      • getProlongationRequest

        public java.lang.Boolean getProlongationRequest()
      • setProlongationRequest

        public void setProlongationRequest​(java.lang.Boolean prolongationRequest)