Package org.eclipse.jetty.util
Interface Attributes
-
- All Known Implementing Classes:
AttributeContainerMap,Attributes.Wrapper,AttributesMap,ContextHandler,ContextHandler.Context,ContextHandler.StaticContext,HttpConversation,MovedContextHandler,ProxyConnectionFactory.ProxyEndPoint,Server,ServletAttributes,ServletContextHandler,ServletContextHandler.Context,WebAppContext,WebAppContext.Context
@Deprecated(since="2021-05-27") public interface Attributes
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Attributes. Interface commonly used for storing attributes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAttributes.WrapperDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description voidclearAttributes()Deprecated.ObjectgetAttribute(String name)Deprecated.default Enumeration<String>getAttributeNames()Deprecated.Set<String>getAttributeNameSet()Deprecated.voidremoveAttribute(String name)Deprecated.voidsetAttribute(String name, Object attribute)Deprecated.static Attributesunwrap(Attributes attributes)Deprecated.
-
-
-
Method Detail
-
removeAttribute
void removeAttribute(String name)
Deprecated.
-
getAttributeNames
default Enumeration<String> getAttributeNames()
Deprecated.
-
clearAttributes
void clearAttributes()
Deprecated.
-
unwrap
static Attributes unwrap(Attributes attributes)
Deprecated.
-
-