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 (package private) class
AsyncAttributes
private class
Dispatcher.ForwardAttributes
private class
Dispatcher.IncludeAttributes
static class
ProxyConnectionFactory.ProxyEndPoint
private static class
ProxyCustomizer.ProxyAttributes
private class
SecureRequestCustomizer.SslAttributes
class
Server
Jetty HTTP Servlet Server.class
ServletAttributes
Fields in org.eclipse.jetty.server declared as Attributes Modifier and Type Field Description private Attributes
Request. _attributes
private Attributes
ServletAttributes. _attributes
Methods in org.eclipse.jetty.server that return Attributes Modifier and Type Method Description Attributes
Request. getAttributes()
private Attributes
ServletAttributes. getAttributes()
Methods in org.eclipse.jetty.server with parameters of type Attributes Modifier and Type Method Description static void
AsyncAttributes. applyAsyncAttributes(Attributes attributes, java.lang.String requestURI, java.lang.String contextPath, java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString)
void
Request. 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 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
-