Class LoggingBasicConnection

    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingBasicConnection​(java.util.function.Supplier<java.lang.String> logPrefix, org.slf4j.Logger log, BasicConnection delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void sendMsg​(byte[] msg)  
      • Methods inherited from class java.lang.Object

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

      • LoggingBasicConnection

        public LoggingBasicConnection​(java.util.function.Supplier<java.lang.String> logPrefix,
                                      org.slf4j.Logger log,
                                      BasicConnection delegate)