Package org.eclipse.jetty.util
Class AttributesMap
java.lang.Object
org.eclipse.jetty.util.AttributesMap
- All Implemented Interfaces:
Attributes,Dumpable
- Direct Known Subclasses:
ContextHandler.StaticContext,HttpConversation,ProxyConnectionFactory.ProxyEndPoint
@Deprecated(since="2021-05-27")
public class AttributesMap
extends Object
implements Attributes, Dumpable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.WrapperNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(Attributes attributes) Deprecated.voidDeprecated.dump()Deprecated.voiddump(Appendable out, String indent) Deprecated.Dump this object (and children) into an Appendable using the provided indent after any new lines.getAttribute(String name) Deprecated.Deprecated.Deprecated.static Enumeration<String> getAttributeNamesCopy(Attributes attrs) Deprecated.Deprecated.voidremoveAttribute(String name) Deprecated.voidsetAttribute(String name, Object attribute) Deprecated.intsize()Deprecated.toString()Deprecated.
-
Constructor Details
-
AttributesMap
public AttributesMap()Deprecated. -
AttributesMap
Deprecated.
-
-
Method Details
-
removeAttribute
Deprecated.- Specified by:
removeAttributein interfaceAttributes
-
setAttribute
Deprecated.- Specified by:
setAttributein interfaceAttributes
-
getAttribute
Deprecated.- Specified by:
getAttributein interfaceAttributes
-
getAttributeNames
Deprecated.- Specified by:
getAttributeNamesin interfaceAttributes
-
getAttributeNameSet
Deprecated.- Specified by:
getAttributeNameSetin interfaceAttributes
-
getAttributeEntrySet
Deprecated. -
getAttributeNamesCopy
Deprecated. -
clearAttributes
public void clearAttributes()Deprecated.- Specified by:
clearAttributesin interfaceAttributes
-
size
public int size()Deprecated. -
toString
Deprecated. -
addAll
Deprecated. -
dump
Deprecated. -
dump
Deprecated.Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-