Record Class HttpChannel.IdleTimeoutTask

java.lang.Object
java.lang.Record
org.eclipse.jetty.server.HttpChannel.IdleTimeoutTask
Record Components:
action - the idle timeout action to perform
handlingRequest - whether the request is being handled
Enclosing interface:
HttpChannel

public static record HttpChannel.IdleTimeoutTask(Runnable action, boolean handlingRequest) extends Record

Holds the action to perform in case of idle timeout, and whether the HTTP request is being handled when the idle timeout occurs.