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.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 classAntWebAppContextExtension 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 classHttpConversation -
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.ResultAuthentication. 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). -
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.ResultBasicAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)Authentication.ResultDigestAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)Authentication.ResultSPNEGOAuthentication. 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 classHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of Attributes in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement Attributes Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of Attributes in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Attributes Modifier and Type Class Description (package private) classAsyncAttributesprivate classDispatcher.ForwardAttributesprivate classDispatcher.IncludeAttributesstatic classProxyConnectionFactory.ProxyEndPointprivate static classProxyCustomizer.ProxyAttributesprivate classSecureRequestCustomizer.SslAttributesclassServerJetty HTTP Servlet Server.classServletAttributesFields in org.eclipse.jetty.server declared as Attributes Modifier and Type Field Description private AttributesRequest. _attributesprivate AttributesServletAttributes. _attributesMethods in org.eclipse.jetty.server that return Attributes Modifier and Type Method Description AttributesRequest. getAttributes()private AttributesServletAttributes. getAttributes()Methods in org.eclipse.jetty.server with parameters of type Attributes Modifier and Type Method Description static voidAsyncAttributes. applyAsyncAttributes(Attributes attributes, java.lang.String requestURI, java.lang.String contextPath, java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString)voidRequest. setAttributes(Attributes attributes)Constructors in org.eclipse.jetty.server with parameters of type Attributes Constructor Description AsyncAttributes(Attributes attributes, java.lang.String requestUri, java.lang.String contextPath, java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString)ForwardAttributes(Attributes attributes)IncludeAttributes(Attributes attributes)ProxyAttributes(java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, Attributes attributes)SslAttributes(Request request, javax.net.ssl.SSLSession sslSession, 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 classContextHandlerContextHandler.classContextHandler.ContextContext.static classContextHandler.StaticContextA simple implementation of ServletContext that is used when there is no ContextHandler.classMovedContextHandlerMoved ContextHandler.Methods in org.eclipse.jetty.server.handler that return Attributes Modifier and Type Method Description AttributesContextHandler. getAttributes()Methods in org.eclipse.jetty.server.handler with parameters of type Attributes Modifier and Type Method Description voidContextHandler. 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 classServletContextHandlerServlet Context.classServletContextHandler.Context -
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Attributes Modifier and Type Class Description static classAttributes.WrapperclassAttributesMapFields in org.eclipse.jetty.util declared as Attributes Modifier and Type Field Description protected AttributesAttributes.Wrapper. _attributesMethods in org.eclipse.jetty.util that return Attributes Modifier and Type Method Description AttributesAttributes.Wrapper. getAttributes()static AttributesAttributes. unwrap(Attributes attributes)Methods in org.eclipse.jetty.util with parameters of type Attributes Modifier and Type Method Description voidAttributesMap. addAll(Attributes attributes)static java.util.Enumeration<java.lang.String>AttributesMap. getAttributeNamesCopy(Attributes attrs)static AttributesAttributes. 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 classAttributeContainerMapAn 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 classWebAppContextWeb Application Context Handler.classWebAppContext.Context
-