Uses of Interface
org.eclipse.jetty.util.Attributes
Packages that use Attributes
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Http : Tools for Http processing
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
-
Uses of Attributes in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client 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).BasicAuthentication.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.client.transport
Classes in org.eclipse.jetty.client.transport that implement Attributes -
Uses of Attributes in org.eclipse.jetty.ee
Methods in org.eclipse.jetty.ee with parameters of type AttributesModifier and TypeMethodDescriptionstatic voidWebAppClassLoading.addHiddenClasses(Attributes attributes, String... patterns) Add a hidden (server) Class pattern to use for all WebAppContexts of a givenServer.static voidWebAppClassLoading.addProtectedClasses(Attributes attributes, String... patterns) Add a protected (system) Class pattern to use for all WebAppContexts of a givenServer. -
Uses of Attributes in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement AttributesModifier and TypeClassDescriptionclassServlet Context.classclassA core request wrapper that carries the servlet related request state, which may be used directly by the associatedServletApiRequest.classWrap aServletRequestas a coreRequest.static classMethods in org.eclipse.jetty.ee10.servlet that return Attributes -
Uses of Attributes in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Attributes -
Uses of Attributes in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement AttributesModifier and TypeClassDescriptionclassContextHandler.classstatic classclassAn implementation of Attributes that supports the standard SSL and async attributes.classWrap aServletRequestas a coreRequest.static classMethods in org.eclipse.jetty.ee8.nested that return AttributesMethods in org.eclipse.jetty.ee8.nested with parameters of type AttributesModifier and TypeMethodDescriptionvoidContextHandler.setAttributes(Attributes attributes) voidRequest.setAttributes(Attributes attributes) Set the attributes for the request. -
Uses of Attributes in org.eclipse.jetty.ee8.servlet
Classes in org.eclipse.jetty.ee8.servlet that implement AttributesMethods in org.eclipse.jetty.ee8.servlet that return Attributes -
Uses of Attributes in org.eclipse.jetty.ee8.webapp
Classes in org.eclipse.jetty.ee8.webapp that implement AttributesMethods in org.eclipse.jetty.ee8.webapp with parameters of type AttributesModifier and TypeMethodDescriptionstatic voidWebAppContext.addServerClasses(Attributes attributes, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebAppContext.addSystemClasses(Attributes attributes, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Attributes in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement AttributesModifier and TypeClassDescriptionclassContextHandler.classstatic classclassAn implementation of Attributes that supports the standard SSL and async attributes.classWrap aServletRequestas a coreRequest.static classMethods in org.eclipse.jetty.ee9.nested that return AttributesMethods in org.eclipse.jetty.ee9.nested with parameters of type AttributesModifier and TypeMethodDescriptionvoidContextHandler.setAttributes(Attributes attributes) voidRequest.setAttributes(Attributes attributes) Set the attributes for the request. -
Uses of Attributes in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement AttributesMethods in org.eclipse.jetty.ee9.servlet that return Attributes -
Uses of Attributes in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement AttributesMethods in org.eclipse.jetty.ee9.webapp with parameters of type AttributesModifier and TypeMethodDescriptionstatic voidWebAppContext.addServerClasses(Attributes attributes, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version.static voidWebAppContext.addSystemClasses(Attributes attributes, String... patterns) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Attributes in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http with parameters of type AttributesModifier and TypeMethodDescriptionMultiPartFormData.from(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.from(Attributes attributes, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.from(Attributes attributes, MultiPartCompliance compliance, ComplianceViolation.Listener listener, String boundary, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>> parse) Deprecated, for removal: This API element is subject to removal in a future version.MultiPartFormData.get(Attributes attributes) Deprecated, for removal: This API element is subject to removal in a future version.useMultiPartFormData.getParts(Attributes)insteadstatic MultiPartFormData.PartsMultiPartFormData.getParts(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Getmultipart/form-dataMultiPartFormData.Partsfrom aContent.Source, caching the results in anAttributes.static MultiPartFormData.PartsMultiPartFormData.getParts(Attributes attributes) Getmultipart/form-dataMultiPartFormData.Partsfrom anAttributes, typically cached there by calls toMultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)static voidMultiPartFormData.onParts(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config, Promise.Invocable<MultiPartFormData.Parts> promise) Asynchronously getmultipart/form-dataMultiPartFormData.Partsfrom aContent.Source, caching the results in anAttributes.voidComplianceViolation.CapturingListener.onRequestBegin(Attributes request) default voidComplianceViolation.Listener.onRequestBegin(Attributes request) A new Request has begun.default voidComplianceViolation.Listener.onRequestEnd(Attributes request) A Request has ended. -
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.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement AttributesModifier and TypeClassDescriptionstatic classARequest.Wrapperused to chain a sequence ofRules together.static class -
Uses of Attributes in org.eclipse.jetty.server
Subinterfaces of Attributes in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptioninterfaceinterfaceA context for handling anRequest.interfaceThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).static interfaceThis interface will be detected by theRequest.ServeAs.wrap(Request, HttpURI)static method to wrap the request changing its target to a given path.interfaceThe interface to a generic session associated with a request.Classes in org.eclipse.jetty.server that implement AttributesModifier and TypeClassDescriptionclassAnAbstractConnectionthat also implementsConnectionMetaDatawith fixed local and remote addresses.static classstatic classARequest.Wrapperthat separately provides the requestAttributes.static classA wrapper forRequestinstances.protected static classprotected classclassMethods in org.eclipse.jetty.server that return AttributesModifier and TypeMethodDescriptionComponents.getCache()A map-like object that can be used as a cache (for example, as a cookie cache).Methods in org.eclipse.jetty.server with parameters of type AttributesModifier and TypeMethodDescriptionstatic HttpCookieHttpCookieUtils.checkSameSite(HttpCookie cookie, Attributes attributes) Check that samesite is set on the cookie.static HttpCookie.SameSiteHttpCookieUtils.getSameSiteDefault(Attributes contextAttributes) Get the default value for SameSite cookie attribute, if one has been set for the given context.Constructors 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 TypeClassDescriptionclassclassclassstatic classclassAContextHandlerwith a childHandlerthat redirects to a configurable URI.static classUtility class to create a ContextHandler containing a ResourceHandler.protected class -
Uses of Attributes in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Attributes -
Uses of Attributes in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement AttributesModifier and TypeClassDescriptionclassSession A heavy-weight Session object representing an HttpSession. -
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement AttributesModifier and TypeClassDescriptionstatic classAnAttributesimplementation backed by anotherAttributesinstance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.static classAnAttributesimplementation that lazily creates a backing map iff it is actually needed.static classAn Attributes implementation backed by aConcurrentHashMap.static classAn abstract implementation ofAttributes.Wrapperthat provides a mechanism for synthetic attributes that can be modified or deleted.static classA Wrapper of attributesclassDeprecated.Fields in org.eclipse.jetty.util declared as AttributesMethods in org.eclipse.jetty.util that return AttributesModifier and TypeMethodDescriptionAttributes.Layer.getPersistentAttributes()Attributes.Wrapper.getWrapped()static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesMethods in org.eclipse.jetty.util with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributes.Lazy.addAll(Attributes attributes) voidAttributes.Mapped.addAll(Attributes attributes) voidAttributesMap.addAll(Attributes attributes) Deprecated.static booleanAttributes.equals(Attributes attributes, Object o) static Enumeration<String> AttributesMap.getAttributeNamesCopy(Attributes attrs) Deprecated.AttributesMap.getAttributeNameSetCopy(Attributes attrs) Deprecated.static intAttributes.hashCode(Attributes attributes) 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 AttributesModifierConstructorDescriptionLayer(Attributes persistent) Layer(Attributes persistent, Attributes layer) protectedSynthetic(Attributes base) Wrapper(Attributes wrapped) -
Uses of Attributes in org.eclipse.jetty.util.component
Subinterfaces of Attributes in org.eclipse.jetty.util.componentModifier and TypeInterfaceDescriptioninterfaceA named runtime environment containing aClassLoaderandAttributes.Classes in org.eclipse.jetty.util.component that implement AttributesModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCyclestatic classConstructors in org.eclipse.jetty.util.component with parameters of type Attributes -
Uses of Attributes in org.eclipse.jetty.websocket.core.server
Subinterfaces of Attributes in org.eclipse.jetty.websocket.core.serverMethods in org.eclipse.jetty.websocket.core.server with parameters of type Attributes -
Uses of Attributes in org.eclipse.jetty.websocket.server
Subinterfaces of Attributes in org.eclipse.jetty.websocket.serverModifier and TypeInterfaceDescriptioninterfaceThe HTTP request to upgrade to WebSocket.
WebAppClassLoading.addProtectedClasses(Server, String...)