Uses of Interface
org.eclipse.jetty.util.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
Modifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment. -
Uses of Attributes in org.eclipse.jetty.client
-
Uses of Attributes in org.eclipse.jetty.client.api
Modifier 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
Modifier 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
Modifier 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
-
Uses of Attributes in org.eclipse.jetty.server
Modifier and TypeClassDescriptionstatic class
class
Jetty HTTP Servlet Server.class
An implementation of Attributes that supports the standard async attributes.Modifier and TypeMethodDescriptionvoid
Request.setAttributes
(Attributes attributes) Set the attributes for the request. -
Uses of Attributes in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
ContextHandler.class
Context.static class
A simple implementation of ServletContext that is used when there is no ContextHandler.class
Moved ContextHandler. -
Uses of Attributes in org.eclipse.jetty.servlet
Modifier and TypeClassDescriptionclass
Servlet Context.class
-
Uses of Attributes in org.eclipse.jetty.util
Modifier and TypeClassDescriptionstatic class
A Wrapper of attributesclass
Modifier and TypeMethodDescriptionAttributes.Wrapper.getAttributes()
static Attributes
Attributes.unwrap
(Attributes attributes) Unwrap allAttributes.Wrapper
s of the 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
. -
Uses of Attributes in org.eclipse.jetty.util.component
Modifier and TypeClassDescriptionclass
An Attributes implementation that holds it's values in an immutableContainerLifeCycle
-
Uses of Attributes in org.eclipse.jetty.webapp
Modifier and TypeClassDescriptionclass
Web Application Context Handler.class