Class Request.AttributesWrapper

java.lang.Object
org.eclipse.jetty.server.Request.Wrapper
org.eclipse.jetty.server.Request.AttributesWrapper
All Implemented Interfaces:
org.eclipse.jetty.io.Content.Source, Request, org.eclipse.jetty.util.Attributes
Direct Known Subclasses:
ErrorHandler.ErrorRequest, SecureRequestCustomizer.SecureRequestWithSslSessionData
Enclosing interface:
Request

public static class Request.AttributesWrapper extends Request.Wrapper

A Request.Wrapper that separately provides the request Attributes.

The provided Attributes should be an Attributes.Wrapper over the request.

  • Constructor Details

    • AttributesWrapper

      public AttributesWrapper(Request wrapped, org.eclipse.jetty.util.Attributes attributes)
      Parameters:
      wrapped - the request to wrap
      attributes - the provided request attributes, typically a Attributes.Wrapper over the request
  • Method Details