Interface Attributes

All Known Implementing Classes:
AttributeContainerMap, Attributes.Wrapper, AttributesMap, ContextHandler, ContextHandler.Context, ContextHandler.StaticContext, HttpConversation, MovedContextHandler, ProxyConnectionFactory.ProxyEndPoint, Server, ServletAttributes, ServletContextHandler, ServletContextHandler.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.
  • Method Details

    • removeAttribute

      void removeAttribute(String name)
      Deprecated.
    • setAttribute

      void setAttribute(String name, Object attribute)
      Deprecated.
    • getAttribute

      Object getAttribute(String name)
      Deprecated.
    • getAttributeNameSet

      Set<String> getAttributeNameSet()
      Deprecated.
    • getAttributeNames

      default Enumeration<String> getAttributeNames()
      Deprecated.
    • clearAttributes

      void clearAttributes()
      Deprecated.
    • unwrap

      static Attributes unwrap(Attributes attributes)
      Deprecated.