Uses of Interface
org.eclipse.jetty.util.Attributes
-
Packages that use Attributes Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.quickstart org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Attributes in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement Attributes Modifier and Type Class Description class
AntWebAppContext
Extension 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 Modifier and Type Class Description class
HttpConversation
-
Uses of Attributes in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type Attributes Modifier and Type Method Description Authentication.Result
Authentication. 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 Attributes Modifier and Type Method Description Authentication.Result
BasicAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
DigestAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
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 Attributes Modifier and Type Class Description class
HttpSpiContextHandler
Jetty handler that bridges requests toHttpHandler
. -
Uses of Attributes in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement Attributes Modifier and Type Class Description class
JettyWebAppContext
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of Attributes in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Attributes Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of Attributes in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Attributes Modifier and Type Class Description static class
ProxyConnectionFactory.ProxyEndPoint
class
Server
Jetty HTTP Servlet Server.class
ServletAttributes
Methods in org.eclipse.jetty.server that return Attributes Modifier and Type Method Description Attributes
Request. getAttributes()
Methods in org.eclipse.jetty.server with parameters of type Attributes Modifier and Type Method Description void
Request. setAttributes(Attributes attributes)
-
Uses of Attributes in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Attributes Modifier and Type Class Description class
ContextHandler
ContextHandler.class
ContextHandler.Context
Context.static class
ContextHandler.StaticContext
A simple implementation of ServletContext that is used when there is no ContextHandler.class
MovedContextHandler
Moved ContextHandler.Methods in org.eclipse.jetty.server.handler that return Attributes Modifier and Type Method Description Attributes
ContextHandler. getAttributes()
Methods in org.eclipse.jetty.server.handler with parameters of type Attributes Modifier and Type Method Description void
ContextHandler. setAttributes(Attributes attributes)
-
Uses of Attributes in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Attributes Modifier and Type Class Description class
ServletContextHandler
Servlet Context.class
ServletContextHandler.Context
-
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Attributes Modifier and Type Class Description static class
Attributes.Wrapper
class
AttributesMap
Fields in org.eclipse.jetty.util declared as Attributes Modifier and Type Field Description protected Attributes
Attributes.Wrapper. _attributes
Methods in org.eclipse.jetty.util that return Attributes Modifier and Type Method Description Attributes
Attributes.Wrapper. getAttributes()
static Attributes
Attributes. unwrap(Attributes attributes)
Methods in org.eclipse.jetty.util with parameters of type Attributes Modifier and Type Method Description void
AttributesMap. addAll(Attributes attributes)
static java.util.Enumeration<java.lang.String>
AttributesMap. getAttributeNamesCopy(Attributes attrs)
static Attributes
Attributes. unwrap(Attributes attributes)
Constructors in org.eclipse.jetty.util with parameters of type Attributes Constructor Description Wrapper(Attributes attributes)
-
Uses of Attributes in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Attributes Modifier and Type Class Description class
AttributeContainerMap
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 Attributes Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.class
WebAppContext.Context
-