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 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.spi
Classes in org.eclipse.jetty.http.spi that implement AttributesModifier and TypeClassDescriptionclassJetty handler that bridges requests toHttpHandler. -
Uses of Attributes in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart 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.classMethods in org.eclipse.jetty.server that return AttributesMethods in org.eclipse.jetty.server with parameters of type Attributes -
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.class -
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement AttributesFields 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) Methods 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) 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