Class ServletAttributes

java.lang.Object
org.eclipse.jetty.server.ServletAttributes
All Implemented Interfaces:
Attributes

public class ServletAttributes extends Object implements Attributes
An implementation of Attributes that supports the standard async attributes. This implementation delegates to an internal AttributesMap instance, which can optionally be wrapped with a AsyncAttributes instance. This allows async attributes to be applied underneath any other attribute wrappers.