Class SimpleReply


  • public class SimpleReply
    extends Reply
    Author:
    havardpe
    • Constructor Detail

      • SimpleReply

        public SimpleReply​(java.lang.String value)
    • Method Detail

      • getType

        public int getType()
        Description copied from class: Routable
        Returns the type of this routable. The id '0' is reserved for the EmptyReply class. Other ids must be defined by the application protocol.
        Specified by:
        getType in class Routable
      • getProtocol

        public com.yahoo.text.Utf8String getProtocol()
        Description copied from class: Routable
        Return the name of the protocol that defines this routable. This must be implemented by all inheriting classes, and should then return the result of Protocol.getName() of its protocol.
        Specified by:
        getProtocol in class Routable
        Returns:
        the name of the protocol defining this message.
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)