Enum DispatchType

java.lang.Object
java.lang.Enum<DispatchType>
org.apache.tomcat.util.net.DispatchType
All Implemented Interfaces:
Serializable, Comparable<DispatchType>, java.lang.constant.Constable

public enum DispatchType extends Enum<DispatchType>
This enumeration lists the different types of dispatches that request processing can trigger. In this instance, dispatch means re-process this request using the given socket status.