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 String
private String
private String
private String
private String
private String
Fields 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 void
applyAsyncAttributes
(Attributes attributes, String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) void
getAttribute
(String key) void
setAttribute
(String key, Object value) Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
getAttributes, removeAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-
setAttribute
- Specified by:
setAttribute
in interfaceAttributes
- Overrides:
setAttribute
in classAttributes.Wrapper
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributes
in interfaceAttributes
- Overrides:
clearAttributes
in classAttributes.Wrapper
-
applyAsyncAttributes
-