Package io.undertow.util
Class ClosingChannelExceptionHandler<T extends Channel>
java.lang.Object
io.undertow.util.ClosingChannelExceptionHandler<T>
- All Implemented Interfaces:
EventListener
,org.xnio.ChannelExceptionHandler<T>
public class ClosingChannelExceptionHandler<T extends Channel>
extends Object
implements org.xnio.ChannelExceptionHandler<T>
Channel exception handler that closes the channel, logs a debug level
message and closes arbitrary other resources.
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary