Class AnswerPlan


  • public class AnswerPlan
    extends Plan
    A plan thats sends one or more answers to a request.
    • Field Detail

      • num

        protected int num
        The number of answers to send.
      • delay

        protected long delay
        The delay between the answers.
    • Constructor Detail

      • AnswerPlan

        public AnswerPlan()
    • Method Detail

      • body

        public void body()
        Create an answer plan.
        Specified by:
        body in class Plan
        Parameters:
        num - The number of answers to send.
        delay - The delay between the answers.