Uses of Interface
org.eclipse.jetty.util.Attributes
Packages that use Attributes
Package
Description
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.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.server
Classes in org.eclipse.jetty.server that implement AttributesModifier and TypeClassDescription(package private) class
private class
private class
static class
private static class
private class
class
Jetty HTTP Servlet Server.class
Fields in org.eclipse.jetty.server declared as AttributesModifier and TypeFieldDescriptionprivate Attributes
Request._attributes
private final Attributes
ServletAttributes._attributes
Methods in org.eclipse.jetty.server that return AttributesModifier and TypeMethodDescriptionRequest.getAttributes()
private Attributes
ServletAttributes.getAttributes()
Methods in org.eclipse.jetty.server with parameters of type AttributesModifier and TypeMethodDescriptionstatic void
AsyncAttributes.applyAsyncAttributes
(Attributes attributes, String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) void
Request.setAttributes
(Attributes attributes) Constructors in org.eclipse.jetty.server with parameters of type AttributesModifierConstructorDescriptionAsyncAttributes
(Attributes attributes, String requestUri, String contextPath, String servletPath, String pathInfo, String queryString) (package private)
ForwardAttributes
(Attributes attributes) (package private)
IncludeAttributes
(Attributes attributes) private
ProxyAttributes
(InetSocketAddress remoteAddress, InetSocketAddress localAddress, Attributes attributes) SslAttributes
(Request request, SSLSession sslSession, Attributes attributes) -
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
-
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 Attributes
Attributes.unwrap
(Attributes attributes) Methods 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) 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