Module org.elasticsearch.security
Class SecurityTransportExceptionHandler
java.lang.Object
org.elasticsearch.xpack.core.security.transport.SecurityTransportExceptionHandler
- All Implemented Interfaces:
BiConsumer<TcpChannel,Exception>
public final class SecurityTransportExceptionHandler
extends Object
implements BiConsumer<TcpChannel,Exception>
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityTransportExceptionHandler(org.apache.logging.log4j.Logger logger, Lifecycle lifecycle, BiConsumer<TcpChannel, Exception> fallback) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
SecurityTransportExceptionHandler
public SecurityTransportExceptionHandler(org.apache.logging.log4j.Logger logger, Lifecycle lifecycle, BiConsumer<TcpChannel, Exception> fallback)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<TcpChannel,Exception>
-