Class LogTrafficListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(Command inboundCommand)
      Notified for each inbound Command.
      protected boolean shouldLog​(Command command)  
      void write​(Command outboundCommand)
      Notified for each outbound Command.
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • LogTrafficListener

        public LogTrafficListener()