java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Synthetic
org.eclipse.jetty.ee9.nested.ServletAttributes
- All Implemented Interfaces:
org.eclipse.jetty.util.Attributes
public class ServletAttributes
extends org.eclipse.jetty.util.Attributes.Synthetic
An implementation of Attributes that supports the standard SSL and async attributes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
org.eclipse.jetty.util.Attributes.Layer, org.eclipse.jetty.util.Attributes.Lazy, org.eclipse.jetty.util.Attributes.Mapped, org.eclipse.jetty.util.Attributes.Synthetic, org.eclipse.jetty.util.Attributes.Wrapper -
Field Summary
Fields inherited from class org.eclipse.jetty.util.Attributes.Synthetic
REMOVEDFields inherited from interface org.eclipse.jetty.util.Attributes
NULL -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetSyntheticAttribute(String name) voidsetAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString) Methods inherited from class org.eclipse.jetty.util.Attributes.Synthetic
clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttributeMethods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
equals, getWrapped, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
asAttributeMap
-
Method Details
-
getSyntheticAttribute
-
getSyntheticNameSet
-
setAsyncAttributes
public void setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString)
-