Class ServletAttributes

java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Synthetic
org.eclipse.jetty.ee8.nested.ServletAttributes
All Implemented Interfaces:
org.eclipse.jetty.util.Attributes

public class ServletAttributes extends org.eclipse.jetty.util.Attributes.Synthetic
An implementation of Attributes that supports the standard SSL and async attributes.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes

    org.eclipse.jetty.util.Attributes.Layer, org.eclipse.jetty.util.Attributes.Lazy, org.eclipse.jetty.util.Attributes.Mapped, org.eclipse.jetty.util.Attributes.Synthetic, org.eclipse.jetty.util.Attributes.Wrapper
  • Field Summary

    Fields inherited from class org.eclipse.jetty.util.Attributes.Synthetic

    REMOVED

    Fields inherited from interface org.eclipse.jetty.util.Attributes

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    protected Set<String>
     
    void
    setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString)
     

    Methods inherited from class org.eclipse.jetty.util.Attributes.Synthetic

    clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttribute

    Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper

    equals, getWrapped, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.Attributes

    asAttributeMap
  • Method Details

    • getSyntheticAttribute

      protected Object getSyntheticAttribute(String name)
      Specified by:
      getSyntheticAttribute in class org.eclipse.jetty.util.Attributes.Synthetic
    • getSyntheticNameSet

      protected Set<String> getSyntheticNameSet()
      Specified by:
      getSyntheticNameSet in class org.eclipse.jetty.util.Attributes.Synthetic
    • setAsyncAttributes

      public void setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString)