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 TypeClassDescriptionclass
Extension 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.Result
that 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.SameSite
HttpCookie.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 class
class
Jetty HTTP Servlet Server.class
An 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 TypeMethodDescriptionvoid
Request.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 TypeClassDescriptionclass
ContextHandler.class
Context.static class
A simple implementation of ServletContext that is used when there is no ContextHandler.class
Moved 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 TypeClassDescriptionclass
Servlet Context.class
Methods 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 class
A Wrapper of attributesclass
Fields in org.eclipse.jetty.util declared as AttributesMethods in org.eclipse.jetty.util that return AttributesModifier and TypeMethodDescriptionAttributes.Wrapper.getAttributes()
static Attributes
Attributes.unwrap
(Attributes attributes) Unwrap allAttributes.Wrapper
s of the attributesMethods in org.eclipse.jetty.util with parameters of type AttributesModifier and TypeMethodDescriptionvoid
AttributesMap.addAll
(Attributes attributes) static Enumeration<String>
AttributesMap.getAttributeNamesCopy
(Attributes attrs) static Attributes
Attributes.unwrap
(Attributes attributes) Unwrap allAttributes.Wrapper
s 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Web Application Context Handler.class