Class LoggingIOSessionDecorator

  • All Implemented Interfaces:
    org.apache.hc.core5.function.Decorator<org.apache.hc.core5.reactor.IOSession>

    final class LoggingIOSessionDecorator
    extends java.lang.Object
    implements org.apache.hc.core5.function.Decorator<org.apache.hc.core5.reactor.IOSession>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.hc.core5.reactor.IOSession decorate​(org.apache.hc.core5.reactor.IOSession ioSession)  
      • Methods inherited from class java.lang.Object

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

      • LoggingIOSessionDecorator

        private LoggingIOSessionDecorator()
    • Method Detail

      • decorate

        public org.apache.hc.core5.reactor.IOSession decorate​(org.apache.hc.core5.reactor.IOSession ioSession)
        Specified by:
        decorate in interface org.apache.hc.core5.function.Decorator<org.apache.hc.core5.reactor.IOSession>