Package org.eclipse.jetty.server
Class AsyncAttributes
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.server.AsyncAttributes
- All Implemented Interfaces:
Attributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes -
Constructor Summary
ConstructorsConstructorDescriptionAsyncAttributes(Attributes attributes, String requestUri, String contextPath, String servletPath, String pathInfo, String queryString) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyAsyncAttributes(Attributes attributes, String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) voidgetAttribute(String key) voidsetAttribute(String key, Object value) Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
getAttributes, removeAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Field Details
-
__ASYNC_PREFIX
- See Also:
-
_requestURI
-
_contextPath
-
_servletPath
-
_pathInfo
-
_queryString
-
-
Constructor Details
-
AsyncAttributes
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfaceAttributes- Overrides:
getAttributein classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes- Overrides:
getAttributeNameSetin classAttributes.Wrapper
-
setAttribute
- Specified by:
setAttributein interfaceAttributes- Overrides:
setAttributein classAttributes.Wrapper
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributesin interfaceAttributes- Overrides:
clearAttributesin classAttributes.Wrapper
-
applyAsyncAttributes
-