public class LoggingUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_LOG_ID |
static String |
HEADER_LOG_ID |
static String |
WIRE_LOG_ID |
Constructor and Description |
---|
LoggingUtils() |
Modifier and Type | Method and 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() |
public static final String HEADER_LOG_ID
public static final String WIRE_LOG_ID
public static final String ACCESS_LOG_ID
public static org.apache.http.nio.NHttpClientEventHandler decorate(org.apache.http.nio.NHttpClientEventHandler handler)
public static org.apache.http.nio.NHttpServerEventHandler decorate(org.apache.http.nio.NHttpServerEventHandler handler)
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)
public static Pattern getSkipLoggingMatcher()
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)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.