Package org.apache.hc.core5.testing.nio
Class LoggingIOSessionDecorator
- java.lang.Object
-
- org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
-
-
Field Summary
Fields Modifier and Type Field Description static LoggingIOSessionDecorator
INSTANCE
private org.slf4j.Logger
wireLog
-
Constructor Summary
Constructors Modifier Constructor Description private
LoggingIOSessionDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOSession
decorate(IOSession ioSession)
-
-
-
Field Detail
-
INSTANCE
public static final LoggingIOSessionDecorator INSTANCE
-
wireLog
private final org.slf4j.Logger wireLog
-
-