Class LoggingUtils


  • public class LoggingUtils
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.http.impl.nio.DefaultNHttpClientConnection createClientConnection​(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.HttpResponseFactory responseFactory, org.apache.http.nio.util.ByteBufferAllocator allocator, org.apache.http.params.HttpParams params)  
      static org.apache.http.impl.nio.DefaultNHttpServerConnection createServerConnection​(org.apache.http.nio.reactor.IOSession iosession, org.apache.http.HttpRequestFactory requestFactory, org.apache.http.nio.util.ByteBufferAllocator allocator, org.apache.http.params.HttpParams params)  
      static org.apache.http.nio.NHttpClientEventHandler decorate​(org.apache.http.nio.NHttpClientEventHandler handler)  
      static org.apache.http.nio.NHttpServerEventHandler decorate​(org.apache.http.nio.NHttpServerEventHandler handler)  
      static Pattern getSkipLoggingMatcher()  
    • Constructor Detail

      • LoggingUtils

        public LoggingUtils()
    • Method Detail

      • decorate

        public static org.apache.http.nio.NHttpClientEventHandler decorate​(org.apache.http.nio.NHttpClientEventHandler handler)
      • decorate

        public static org.apache.http.nio.NHttpServerEventHandler decorate​(org.apache.http.nio.NHttpServerEventHandler handler)
      • createClientConnection

        public static org.apache.http.impl.nio.DefaultNHttpClientConnection createClientConnection​(org.apache.http.nio.reactor.IOSession iosession,
                                                                                                   org.apache.http.HttpResponseFactory responseFactory,
                                                                                                   org.apache.http.nio.util.ByteBufferAllocator allocator,
                                                                                                   org.apache.http.params.HttpParams params)
      • getSkipLoggingMatcher

        public static Pattern getSkipLoggingMatcher()
      • createServerConnection

        public static org.apache.http.impl.nio.DefaultNHttpServerConnection createServerConnection​(org.apache.http.nio.reactor.IOSession iosession,
                                                                                                   org.apache.http.HttpRequestFactory requestFactory,
                                                                                                   org.apache.http.nio.util.ByteBufferAllocator allocator,
                                                                                                   org.apache.http.params.HttpParams params)