Enum ActionCode

java.lang.Object
java.lang.Enum<ActionCode>
org.apache.coyote.ActionCode
All Implemented Interfaces:
Serializable, Comparable<ActionCode>, java.lang.constant.Constable

public enum ActionCode extends Enum<ActionCode>
ActionCodes represent callbacks from the servlet container to the coyote connector. Actions are implemented by ProtocolHandler, using the ActionHook interface.
Author:
Remy Maucherat
See Also: