Uses of Interface
org.eclipse.jetty.util.Attributes
Package
Description
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
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)
.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
-
Uses of Attributes in org.eclipse.jetty.ee
Modifier and TypeMethodDescriptionstatic void
WebAppClassLoading.addHiddenClasses
(Attributes attributes, String... patterns) Add a hidden (server) Class pattern to use for all WebAppContexts of a givenServer
.static void
WebAppClassLoading.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
Modifier and TypeClassDescriptionclass
Servlet Context.class
class
A core request wrapper that carries the servlet related request state, which may be used directly by the associatedServletApiRequest
.class
Wrap aServletRequest
as a coreRequest
.static class
-
Uses of Attributes in org.eclipse.jetty.ee10.webapp
-
Uses of Attributes in org.eclipse.jetty.fcgi.server.internal
-
Uses of Attributes in org.eclipse.jetty.http
Modifier 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.static MultiPartFormData.Parts
MultiPartFormData.getParts
(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config) Getmultipart/form-data
MultiPartFormData.Parts
from aContent.Source
, caching the results in anAttributes
.static MultiPartFormData.Parts
MultiPartFormData.getParts
(Attributes attributes) Getmultipart/form-data
MultiPartFormData.Parts
from anAttributes
, typically cached there by calls toMultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)
orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)
static void
MultiPartFormData.onParts
(Content.Source content, Attributes attributes, String contentType, MultiPartConfig config, Promise.Invocable<MultiPartFormData.Parts> promise) Asynchronously getmultipart/form-data
MultiPartFormData.Parts
from aContent.Source
, caching the results in anAttributes
.void
ComplianceViolation.CapturingListener.onRequestBegin
(Attributes request) default void
ComplianceViolation.Listener.onRequestBegin
(Attributes request) A new Request has begun.default void
ComplianceViolation.Listener.onRequestEnd
(Attributes request) A Request has ended. -
Uses of Attributes in org.eclipse.jetty.http.spi
-
Uses of Attributes in org.eclipse.jetty.http2.server.internal
-
Uses of Attributes in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionstatic class
ARequest.Wrapper
used to chain a sequence ofRule
s together.static class
-
Uses of Attributes in org.eclipse.jetty.server
Modifier and TypeInterfaceDescriptioninterface
interface
A context for handling anRequest
.interface
The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).static interface
This interface will be detected by theRequest.ServeAs.wrap(Request, HttpURI)
static method to wrap the request changing its target to a given path.interface
The interface to a generic session associated with a request.Modifier and TypeClassDescriptionclass
AnAbstractConnection
that also implementsConnectionMetaData
with fixed local and remote addresses.static class
static class
ARequest.Wrapper
that separately provides the requestAttributes
.static class
A wrapper forRequest
instances.protected static class
protected class
class
Modifier and TypeMethodDescriptionComponents.getCache()
A map-like object that can be used as a cache (for example, as a cookie cache).Modifier and TypeMethodDescriptionstatic HttpCookie
HttpCookieUtils.checkSameSite
(HttpCookie cookie, Attributes attributes) Check that samesite is set on the cookie.static HttpCookie.SameSite
HttpCookieUtils.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.server.handler
Modifier and TypeClassDescriptionclass
class
class
static class
class
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler.protected class
-
Uses of Attributes in org.eclipse.jetty.server.handler.gzip
-
Uses of Attributes in org.eclipse.jetty.server.internal
-
Uses of Attributes in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
Session A heavy-weight Session object representing an HttpSession. -
Uses of Attributes in org.eclipse.jetty.util
Modifier and TypeClassDescriptionstatic class
AnAttributes
implementation backed by anotherAttributes
instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.static class
AnAttributes
implementation that lazily creates a backing map iff it is actually needed.static class
An Attributes implementation backed by aConcurrentHashMap
.static class
An abstract implementation ofAttributes.Wrapper
that provides a mechanism for synthetic attributes that can be modified or deleted.static class
A Wrapper of attributesclass
Deprecated.Modifier and TypeMethodDescriptionAttributes.Layer.getPersistentAttributes()
Attributes.Wrapper.getWrapped()
static Attributes
Attributes.unwrap
(Attributes attributes) Unwrap allAttributes.Wrapper
s of the attributesModifier and TypeMethodDescriptionvoid
Attributes.Lazy.addAll
(Attributes attributes) void
Attributes.Mapped.addAll
(Attributes attributes) void
AttributesMap.addAll
(Attributes attributes) Deprecated.static boolean
Attributes.equals
(Attributes attributes, Object o) static Enumeration<String>
AttributesMap.getAttributeNamesCopy
(Attributes attrs) Deprecated.AttributesMap.getAttributeNameSetCopy
(Attributes attrs) Deprecated.static int
Attributes.hashCode
(Attributes attributes) 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
.ModifierConstructorDescriptionLayer
(Attributes persistent) Layer
(Attributes persistent, Attributes layer) protected
Synthetic
(Attributes base) Wrapper
(Attributes wrapped) -
Uses of Attributes in org.eclipse.jetty.util.component
Modifier and TypeInterfaceDescriptioninterface
A named runtime environment containing aClassLoader
andAttributes
.Modifier and TypeClassDescriptionclass
An Attributes implementation that holds it's values in an immutableContainerLifeCycle
static class
-
Uses of Attributes in org.eclipse.jetty.websocket.core.server
-
Uses of Attributes in org.eclipse.jetty.websocket.core.server.internal
Modifier and TypeClassDescriptionclass
Upgrade request used for websocket negotiation. -
Uses of Attributes in org.eclipse.jetty.websocket.server
Modifier and TypeInterfaceDescriptioninterface
The HTTP request to upgrade to WebSocket. -
Uses of Attributes in org.eclipse.jetty.websocket.server.internal
MultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)
and/orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)