Uses of Interface
org.eclipse.jetty.util.Attributes
Packages that use Attributes
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Modular Web Application Support
-
Uses of Attributes in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement AttributesModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment. -
Uses of Attributes in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Attributes -
Uses of Attributes in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type AttributesModifier and TypeMethodDescriptionAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) Executes the authentication mechanism for the given request, returning aAuthentication.Resultthat can be used to actually authenticate the request viaAuthentication.Result.apply(Request). -
Uses of Attributes in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util with parameters of type AttributesModifier and TypeMethodDescriptionBasicAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) DigestAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) SPNEGOAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) -
Uses of Attributes in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http with parameters of type AttributesModifier and TypeMethodDescriptionstatic HttpCookie.SameSiteHttpCookie.getSameSiteDefault(Attributes contextAttributes) Get the default value for SameSite cookie attribute, if one has been set for the given context. -
Uses of Attributes in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Attributes -
Uses of Attributes in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement AttributesModifier and TypeClassDescriptionstatic classclassJetty HTTP Servlet Server.classAn implementation of Attributes that supports the standard async attributes.Methods in org.eclipse.jetty.server that return AttributesMethods in org.eclipse.jetty.server with parameters of type AttributesModifier and TypeMethodDescriptionvoidRequest.setAttributes(Attributes attributes) Set the attributes for the request. -
Uses of Attributes in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement AttributesModifier and TypeClassDescriptionclassContextHandler.classContext.static classA simple implementation of ServletContext that is used when there is no ContextHandler.classMoved ContextHandler.Methods in org.eclipse.jetty.server.handler that return AttributesMethods in org.eclipse.jetty.server.handler with parameters of type Attributes -
Uses of Attributes in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement AttributesModifier and TypeClassDescriptionclassServlet Context.classMethods in org.eclipse.jetty.servlet that return Attributes -
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement AttributesModifier and TypeClassDescriptionstatic classA Wrapper of attributesclassFields in org.eclipse.jetty.util declared as AttributesMethods in org.eclipse.jetty.util that return AttributesModifier and TypeMethodDescriptionAttributes.Wrapper.getAttributes()static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesMethods in org.eclipse.jetty.util with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributesMap.addAll(Attributes attributes) static Enumeration<String>AttributesMap.getAttributeNamesCopy(Attributes attrs) static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesstatic <T extends Attributes.Wrapper>
TAttributes.unwrap(Attributes attributes, Class<T> target) Unwrap attributes to a specific attributeAttributes.Wrapper.Constructors in org.eclipse.jetty.util with parameters of type Attributes -
Uses of Attributes in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement AttributesModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycle -
Uses of Attributes in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement AttributesModifier and TypeClassDescriptionclassWeb Application Context Handler.class