Class EchoPlan


  • public class EchoPlan
    extends Plan
    The echo plan reacts on every message with the same message.
    • Constructor Detail

      • EchoPlan

        public EchoPlan()
    • Method Detail

      • body

        public void body()
        Handle the ping request.
        Specified by:
        body in class Plan