Uses of Interface
org.eclipse.jetty.util.Attributes
-
Packages that use Attributes Package Description org.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.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.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.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.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 class
AttributesMap
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)
-
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
-