Uses of Class
org.eclipse.jetty.util.Attributes.Wrapper
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Util : Common Utility Classes
-
Uses of Attributes.Wrapper in org.eclipse.jetty.ee10.servlet
-
Uses of Attributes.Wrapper in org.eclipse.jetty.server
-
Uses of Attributes.Wrapper in org.eclipse.jetty.server.handler
-
Uses of Attributes.Wrapper in org.eclipse.jetty.util
Modifier and TypeClassDescriptionstatic class
AnAttributes
implementation backed by anotherAttributes
instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.static class
An abstract implementation ofAttributes.Wrapper
that provides a mechanism for synthetic attributes that can be modified or deleted.Modifier and TypeMethodDescriptionstatic <T extends Attributes.Wrapper>
TAttributes.unwrap
(Attributes attributes, Class<T> target) Unwrap attributes to a specific attributeAttributes.Wrapper
.