A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

abort() - Method in interface org.eclipse.jetty.client.api.Request
Attempts to abort the send of this request.
abort() - Method in interface org.eclipse.jetty.client.api.Response
Attempts to abort the send of this request.
abort(HttpResponse) - Method in class org.eclipse.jetty.client.HttpConnection
 
abort() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
abort() - Method in class org.eclipse.jetty.client.HttpExchange
 
abort() - Method in class org.eclipse.jetty.client.HttpRequest
 
abort() - Method in class org.eclipse.jetty.client.HttpResponse
 
abort() - Method in class org.eclipse.jetty.http.HttpGenerator
 
abort() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
abort() - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
aborted() - Method in interface org.eclipse.jetty.client.api.Request
 
aborted() - Method in class org.eclipse.jetty.client.HttpRequest
 
AbstractCallbackHandler - Class in org.eclipse.jetty.plus.jaas.callback
 
AbstractCallbackHandler() - Constructor for class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
AbstractCompressedStream - Class in org.eclipse.jetty.servlets.gzip
Skeletal implementation of a CompressedStream.
AbstractCompressedStream(String, HttpServletRequest, HttpServletResponse, long, int, int) - Constructor for class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Instantiates a new compressed stream.
AbstractConfiguration - Class in org.eclipse.jetty.webapp
 
AbstractConfiguration() - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
 
AbstractConnection - Class in org.eclipse.jetty.io
A convenience base implementation of Connection.
AbstractConnection(EndPoint, Executor) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnection(EndPoint, Executor, boolean) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnectionFactory - Class in org.eclipse.jetty.server
 
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnector - Class in org.eclipse.jetty.server
An abstract implementation of Connector that provides a ConnectionFactory mechanism for creating Connection instances for various protocols (HTTP, SSL, SPDY, etc).
AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
 
AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
 
AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
AbstractDatabaseLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
AbstractDatabaseLoginModule Abstract base class for LoginModules that interact with a database to retrieve authentication and authorization information.
AbstractDatabaseLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.AbstractDatabaseLoginModule
 
AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
DiscoverableAnnotationHandler
AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
AbstractDiscoverableAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
AbstractEndPoint - Class in org.eclipse.jetty.io
 
AbstractEndPoint(Scheduler, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
 
AbstractHandler - Class in org.eclipse.jetty.server.handler
AbstractHandler.
AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
 
AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
Abstract Handler Container.
AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
AbstractLeakPreventer Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).
AbstractLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
AbstractLifeCycle - Class in org.eclipse.jetty.util.component
Basic implementation of the life cycle interface for components.
AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
 
AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
 
AbstractLifeCycle.AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
AbstractLogger - Class in org.eclipse.jetty.util.log
Abstract Logger.
AbstractLogger() - Constructor for class org.eclipse.jetty.util.log.AbstractLogger
 
AbstractLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
AbstractLoginModule Abstract base class for all LoginModules.
AbstractLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
AbstractLoginModule.JAASUserInfo - Class in org.eclipse.jetty.plus.jaas.spi
 
AbstractLoginModule.JAASUserInfo(UserInfo) - Constructor for class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
AbstractNetworkConnector - Class in org.eclipse.jetty.server
An abstract Network Connector.
AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
 
AbstractRestServlet - Class in org.eclipse.jetty.example.asyncrest
Abstract Servlet implementation class AsyncRESTServlet.
AbstractRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
AbstractSession - Class in org.eclipse.jetty.server.session
Implements HttpSession from the javax.servlet package.
AbstractSession(AbstractSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
 
AbstractSession(AbstractSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
 
AbstractSessionIdManager - Class in org.eclipse.jetty.server.session
 
AbstractSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionManager - Class in org.eclipse.jetty.server.session
An Abstract implementation of SessionManager.
AbstractSessionManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager
 
AbstractSessionManager.SessionIf - Interface in org.eclipse.jetty.server.session
Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
AbstractSessionManagerMBean - Class in org.eclipse.jetty.server.session.jmx
 
AbstractSessionManagerMBean(Object) - Constructor for class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
AbstractWebSocketConnection - Class in org.eclipse.jetty.websocket.core.io
Provides the implementation of WebSocketConnection within the framework of the new Connection framework of jetty-io
AbstractWebSocketConnection(EndPoint, Executor, Scheduler, WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
 
accept(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a channel to perform non-blocking read/write operations.
accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
 
accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
AcceptHash - Class in org.eclipse.jetty.websocket.core.protocol
Logic for working with the Sec-WebSocket-Key and Sec-WebSocket-Accept headers.
AcceptHash() - Constructor for class org.eclipse.jetty.websocket.core.protocol.AcceptHash
 
acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
access(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
access(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Entry to session.
access(HttpSession, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is first accessed by a request.
ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
acquire() - Method in class org.eclipse.jetty.client.HttpDestination
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Requests a ByteBuffer of the given size.
acquire(int, boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
add(Edge) - Method in class org.eclipse.jetty.deploy.graph.Path
 
add(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
add(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
Add fields from another HttpFields instance.
add(Injection) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
add(LifeCycleCallback) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Add a Callback to the list of callbacks.
add(RunAs) - Method in class org.eclipse.jetty.plus.annotation.RunAsCollection
 
add(String, IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Helper method to parse the new entry and add it to the specified address pattern map.
add(Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(E) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
add(String, String) - Method in class org.eclipse.jetty.util.Fields
Adds the given value to a field with the given name, creating a Fields.Field is none exists for the given name.
add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Throwable) - Method in exception org.eclipse.jetty.util.MultiException
 
add(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Add value to multi valued entry.
add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
add(String) - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
addActiveOption(String) - Method in class org.eclipse.jetty.start.Config
 
addAfterOthers(Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
 
addAllValues(MultiMap<V>) - Method in class org.eclipse.jetty.util.MultiMap
Merge values.
addAnnotatedTypeName(String) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
A class has been found that has an annotation of interest to this initializer.
addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
addApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Receive an app for processing.
addApplicableTypeName(String) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
addAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
addArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Add a simple argument to the command line.
addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of an array to a LazyList
addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
addAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
 
addBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, detecting whether to manage it or not.
addBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, explicitly managing it or not.
addBean(Object, ContainerLifeCycle.Managed) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
addBeforeOthers(Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
addBinding(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Add a name to object binding to this Context.
addBindings(AppLifeCycle.Binding[]) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a blacklist entry to an existing handler configuration
addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
addClassName(String) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
addClassPath(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
Parse the classpath ourselves to be able to filter things.
addClasspath(String) - Method in class org.eclipse.jetty.start.Classpath
 
addClassPath(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
addClassPath(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
addClassThatIdentifiesAJarThatMustBeRejected(Class<?>) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
addClassThatIdentifiesAJarThatMustBeRejected(String) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
addClient(WebSocketClient) - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addComponent(String) - Method in class org.eclipse.jetty.start.Classpath
 
addComponent(File) - Method in class org.eclipse.jetty.start.Classpath
 
addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.security.ConstraintAware
Add a Constraint Mapping.
addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
addContainerJar(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
Add a ContentHandler.
addContext(Bundle, String, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
addContext(String, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Add a context handler.
addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.continuation.Continuation
Add a ContinuationListener.
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.server.HttpChannelState
 
addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a named class or interface.
addCookie(Destination, HttpCookie) - Method in interface org.eclipse.jetty.client.api.CookieStore
Adds the given cookie to this store for the given destination.
addCookie(Destination, HttpCookie) - Method in class org.eclipse.jetty.client.HttpCookieStore
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
 
addCustomizer(HttpChannelConfig.Customizer) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
addDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addDecorator(ServletContextHandler.Decorator) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
 
addDiscoveredAnnotation(Resource, DiscoveredAnnotation) - Method in class org.eclipse.jetty.webapp.MetaData
 
addDiscoveredAnnotations(List<DiscoveredAnnotation>) - Method in class org.eclipse.jetty.webapp.MetaData
Annotations not associated with a WEB-INF/lib fragment jar.
addDiscoveredAnnotations(Resource, List<DiscoveredAnnotation>) - Method in class org.eclipse.jetty.webapp.MetaData
 
addEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addEqualsArg(String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Similar to CommandLineBuilder.addArg(String) but concats both name + value with an "=" sign, quoting were needed, and excluding the "=" portion if the value is undefined or empty.
addErrorPage(Class<? extends Throwable>, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
Add Error Page mapping for an exception class This method is called as a result of an exception-type element in a web.xml file or may be called directly
addErrorPage(String, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
Add Error Page mapping for an exception class This method is called as a result of an exception-type element in a web.xml file or may be called directly
addErrorPage(int, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
Add Error Page mapping for a status code.
addErrorPage(int, int, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
Add Error Page mapping for a status code range.
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add a context event listeners.
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
Adds an event listener for session-related events.
addEventListener(EventListener) - Method in class org.eclipse.jetty.webapp.WebAppContext
Add EventListener Conveniance method that calls WebAppContext.setEventListeners(EventListener[])
addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
addExtensions(String...) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
addExtensions(String...) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
addExtensions(String...) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFilter(FilterConnection.Filter) - Method in class org.eclipse.jetty.io.FilterConnection
 
addFilter(FilterConnection.Filter) - Method in class org.eclipse.jetty.server.FilterConnectionFactory
 
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
conveniance method to add a filter
addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
convenience method to add a filter
addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
convenience method to add a filter
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
convenience method to add a filter and mapping
addFilter(FilterHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a preconstructed FilterHolder
addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a preconstructed FilterMapping
addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
addFilters(Connector, FilterConnection) - Method in class org.eclipse.jetty.server.FilterConnectionFactory
 
addFilterWithMapping(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(Class<? extends Filter>, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFragment(Resource, Resource) - Method in class org.eclipse.jetty.webapp.MetaData
Add a web-fragment.xml
addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
addHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
addHeader(String, String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
addHeader(String, String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
addHeader(String, String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
addIncludeCoda(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
addIncludePrelude(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleTrackerCustomizer
A bundle is being added to the BundleTracker.
addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Iterate over the <injection-target> entries for a node
addInput(String) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addJars(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
Add elements to the class path for the context from the jar and zip files found in the specified resource.
addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
 
addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addListener(Connection.Listener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
addListener(Connection.Listener) - Method in interface org.eclipse.jetty.io.Connection
 
addListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
 
addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.HttpChannelState
 
addListener(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addListener(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addListener(Session.Listener) - Method in interface org.eclipse.jetty.spdy.api.Session
Registers the given listener to be notified of session events.
addListener(Parser.Listener) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
addListener(Session.Listener) - Method in class org.eclipse.jetty.spdy.StandardSession
 
addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Add an added/removed/changed listener
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
addMapping(String...) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
 
addMember(Principal) - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
Set a mime mapping
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addNoOthers(Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
addOthers() - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
addOverride(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
addOverrideDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
addParams(Class<?>...) - Method in class org.eclipse.jetty.websocket.core.io.event.ParamList
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.Resource
Returns the resource contained inside the current resource with the given name.
addPath(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the resource contained inside the current resource with the given name
addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two URI path segments.
addPattern(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
Parse a classpath pattern string and appending the result to the existing configuration.
addRawArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Add a simple argument to the command line.
addRequestProperty(String, String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
addRequestProxyHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
addResource(WebAppContext, String, Resource) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
addResponseProxyHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
addRewriteRule(String, String) - Method in class org.eclipse.jetty.rewrite.handler.LegacyRule
Add a path rewriting rule
addRole(String) - Method in interface org.eclipse.jetty.security.ConstraintAware
Add a Role definition.
addRole(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
addRole(String) - Method in class org.eclipse.jetty.security.RoleInfo
 
addRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
delegate for ServletContext.declareRole method
addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Add a Rule
addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Add a Rule
addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
 
addScannerListener(Scanner.Listener) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
addServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
conveniance method to add a servlet.
addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
conveniance method to add a servlet.
addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
conveniance method to add a servlet.
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addServlet(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a pre-constructed ServletHolder.
addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a pre-constructed ServletMapping.
addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
addServletWithMapping(String, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a servlet.
addServletWithMapping(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
conveniance method to add a servlet.
addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
conveniance method to add a servlet.
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Add the session Registers the session with this manager and registers the session ID with the sessionIDManager;
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Add a newly created session to our in-memory list for this node and persist it.
addSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Add a session to the list of known sessions for a given ID.
addSetCookie(HttpCookie) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
addToArray(T[], T, Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to an array
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Add an environment setting to this Context
addUnsafe(E) - Method in class org.eclipse.jetty.util.ArrayQueue
Add without synchronization or bounds checking
addUrlPattern(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
addValue(AnnotationParser.Value) - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
addValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addValues(String, V[]) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Either set virtual hosts or add to an existing set of virtual hosts.
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.servlet.ServletTester
 
addWebInfJar(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
addWelcomeFiles(WebAppContext, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a whitelist entry to an existing handler configuration
agent() - Method in interface org.eclipse.jetty.client.api.Request
 
agent(String) - Method in interface org.eclipse.jetty.client.api.Request
 
agent() - Method in class org.eclipse.jetty.client.HttpRequest
 
agent(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
Construct KeyManager instance
AliasedX509KeyManager - Class in org.eclipse.jetty.util.ssl
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509KeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
Construct KeyManager instance
ALL - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
 
allocate(int) - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
allocate(int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.webapp.MetaData
 
ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
alwaysDispatchCompletion() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
AnnotatedEventDriver - Class in org.eclipse.jetty.websocket.core.io.event
Handler for Annotated User WebSocket objects.
AnnotatedEventDriver(WebSocketPolicy, Object, EventMethods) - Constructor for class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
AnnotationConfiguration - Class in org.eclipse.jetty.annotations
Configuration for Annotations
AnnotationConfiguration() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration
 
AnnotationConfiguration - Class in org.eclipse.jetty.osgi.annotations
Extend the AnnotationConfiguration to support OSGi: Look for annotations inside WEB-INF/lib and also in the fragments and required bundles.
AnnotationConfiguration() - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
AnnotationDecorator - Class in org.eclipse.jetty.annotations
WebAppDecoratorWrapper
AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationDecorator
 
AnnotationIntrospector - Class in org.eclipse.jetty.annotations
AnnotationIntrospector
AnnotationIntrospector() - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector
 
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.annotations
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.annotations
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
AnnotationParser - Class in org.eclipse.jetty.annotations
AnnotationParser Use asm to scan classes for annotations.
AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
 
AnnotationParser - Class in org.eclipse.jetty.osgi.annotations
 
AnnotationParser() - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
AnnotationParser.ClassHandler - Interface in org.eclipse.jetty.annotations
ClassHandler Responds to finding a Class
AnnotationParser.DiscoverableAnnotationHandler - Interface in org.eclipse.jetty.annotations
DiscoverableAnnotationHandler Processes an annotation when it is discovered on a class.
AnnotationParser.FieldHandler - Interface in org.eclipse.jetty.annotations
FieldHandler Responds to finding a Field
AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
Handler Signature for all handlers that respond to parsing class files.
AnnotationParser.ListValue - Class in org.eclipse.jetty.annotations
 
AnnotationParser.ListValue(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
AnnotationParser.MethodHandler - Interface in org.eclipse.jetty.annotations
MethodHandler Responds to finding a Method
AnnotationParser.MyAnnotationVisitor - Class in org.eclipse.jetty.annotations
MyAnnotationVisitor ASM Visitor for Annotations
AnnotationParser.MyAnnotationVisitor(String, List<AnnotationParser.Value>) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
 
AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
MyClassVisitor ASM visitor for a class.
AnnotationParser.MyClassVisitor() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
AnnotationParser.SimpleValue - Class in org.eclipse.jetty.annotations
 
AnnotationParser.SimpleValue(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
 
AnnotationParser.Value - Class in org.eclipse.jetty.annotations
 
AnnotationParser.Value(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.Value
 
ANY_ROLE - Static variable in class org.eclipse.jetty.util.security.Constraint
 
App - Class in org.eclipse.jetty.deploy
The information about an App that is managed by the DeploymentManager
App(DeploymentManager, AppProvider, String) - Constructor for class org.eclipse.jetty.deploy.App
Create an App with specified Origin ID and archivePath
App(DeploymentManager, AppProvider, String, ContextHandler) - Constructor for class org.eclipse.jetty.deploy.App
Create an App with specified Origin ID and archivePath
AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.
AppContextLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
append(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Append object as JSON to string buffer.
append(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
 
append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append substring to StringBuilder
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(FrameBytes<?>) - Method in class org.eclipse.jetty.websocket.core.io.FrameQueue
 
append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
appendArray(StringBuffer, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendArray(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendBoolean(StringBuffer, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
appendJSON(StringBuffer, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendJSON(Appendable, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendJSON(Appendable, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendJSON(Appendable, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendMap(StringBuffer, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendMap(Appendable, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendMessage(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.core.io.message.MessageAppender
Append the payload to the message.
appendMessage(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.message.MessageInputStream
 
appendMessage(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.message.MessageReader
 
appendMessage(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.message.SimpleBinaryMessage
 
appendMessage(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.message.SimpleTextMessage
 
appendNull(StringBuffer) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNumber(StringBuffer, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendString(StringBuffer, String) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
APPID_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
AppLifeCycle - Class in org.eclipse.jetty.deploy
The lifecycle of an App in the DeploymentManager.
AppLifeCycle() - Constructor for class org.eclipse.jetty.deploy.AppLifeCycle
 
AppLifeCycle.Binding - Interface in org.eclipse.jetty.deploy
 
apply() - Method in class org.eclipse.jetty.annotations.WebFilterAnnotation
 
apply() - Method in class org.eclipse.jetty.annotations.WebListenerAnnotation
 
apply() - Method in class org.eclipse.jetty.annotations.WebServletAnnotation
 
apply(Request) - Method in interface org.eclipse.jetty.client.api.Authentication.Result
Applies the authentication result to the given request.
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Invokes this method when a match found.
apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
Apply the rule to the request
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
Apply the rule to the request
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
Apply this rule to the request/response pair.
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Process the contained rules (called by matchAndApply)
apply(Stream, Fields, Fields) - Method in interface org.eclipse.jetty.spdy.server.http.PushStrategy
Applies the SPDY push logic for the primary resource.
apply(Stream, Fields, Fields) - Method in class org.eclipse.jetty.spdy.server.http.PushStrategy.None
 
apply(Stream, Fields, Fields) - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
applyMetaInfContextXml(Bundle, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
applyURI(Request, String, String) - Method in interface org.eclipse.jetty.rewrite.handler.Rule.ApplyURI
 
AppProvider - Interface in org.eclipse.jetty.deploy
Object responsible for providing Apps to the DeploymentManager
ArrayByteBufferPool - Class in org.eclipse.jetty.io
 
ArrayByteBufferPool() - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
 
ArrayByteBufferPool(int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
 
ArrayByteBufferPool.Bucket - Class in org.eclipse.jetty.io
 
ArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by circular array.
ArrayQueue() - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int, Object) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayUtil - Class in org.eclipse.jetty.util
 
ArrayUtil() - Constructor for class org.eclipse.jetty.util.ArrayUtil
 
asBuffer() - Method in enum org.eclipse.jetty.http.HttpMethod
 
asBuffer() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
asByteBuffer() - Method in enum org.eclipse.jetty.http.HttpScheme
 
asByteBuffer(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
asByteBuffer() - Method in class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
asBytes(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
asCanonicalName(Type) - Static method in class org.eclipse.jetty.annotations.Util
 
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asFrame() - Method in class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Array to List.
asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
assertContains(String, String) - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
assertFrameValid(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
assertNotContains(String, String) - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
assertValid() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
assertValidBinaryMessageSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
assertValidPayloadLength(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
assertValidTextMessageSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
associate(UserIdentity) - Method in class org.eclipse.jetty.security.DefaultIdentityService
If there are roles refs present in the scope, then wrap the UserIdentity with one that uses the role references in the UserIdentity.isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)
associate(UserIdentity) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a user identity with the current thread.
associate(IStream) - Method in interface org.eclipse.jetty.spdy.IStream
Associate the given IStream to this IStream.
associate(IStream) - Method in class org.eclipse.jetty.spdy.StandardStream
 
asString() - Method in class org.eclipse.jetty.http.HttpCookie
 
asString() - Method in enum org.eclipse.jetty.http.HttpHeader
 
asString() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
asString() - Method in enum org.eclipse.jetty.http.HttpMethod
 
asString() - Method in enum org.eclipse.jetty.http.HttpScheme
 
asString() - Method in enum org.eclipse.jetty.http.HttpVersion
 
asString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
asString(String, boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
ASYNC - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
AsyncRestServlet - Class in org.eclipse.jetty.example.asyncrest
Servlet implementation class AsyncRESTServlet.
AsyncRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
 
Atomics - Class in org.eclipse.jetty.util
 
attribute(String, Object) - Method in interface org.eclipse.jetty.client.api.Request
 
attribute(String, Object) - Method in class org.eclipse.jetty.client.HttpRequest
 
ATTRIBUTE - Static variable in interface org.eclipse.jetty.continuation.Continuation
 
attributes() - Method in interface org.eclipse.jetty.client.api.Request
 
attributes() - Method in class org.eclipse.jetty.client.HttpRequest
 
Attributes - Interface in org.eclipse.jetty.util
Attributes.
AttributesMap - Class in org.eclipse.jetty.util
AttributesMap.
AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(Map<String, Object>) - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
 
authenticate(Request, ContentResponse, String, Attributes) - Method in interface org.eclipse.jetty.client.api.Authentication
Executes the authentication mechanism for the given request, returning a Authentication.Result that can be used to actually authenticate the request via Authentication.Result.apply(Request).
authenticate(Request, ContentResponse, String, Attributes) - Method in class org.eclipse.jetty.client.util.BasicAuthentication
 
authenticate(Request, ContentResponse, String, Attributes) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
 
authenticate(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(Object) - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
authenticate(Object) - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
authenticate(Object) - Method in interface org.eclipse.jetty.security.MappedLoginService.UserPrincipal
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate and possibly send a challenge.
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
Authentication - Interface in org.eclipse.jetty.client.api
Authentication represents a mechanism to authenticate requests for protected resources.
Authentication - Interface in org.eclipse.jetty.server
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.server
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.server
A deferred authentication with methods to progress the authentication process.
Authentication.Failure - Interface in org.eclipse.jetty.server
An Authentication Failure has been sent.
Authentication.ResponseSent - Interface in org.eclipse.jetty.server
Authentication Response sent state.
Authentication.Result - Interface in org.eclipse.jetty.client.api
Result holds the information needed to authenticate a Request via Authentication.Result.apply(Request).
Authentication.SendSuccess - Interface in org.eclipse.jetty.server
 
Authentication.User - Interface in org.eclipse.jetty.server
A successful Authentication with User information.
Authentication.Wrapped - Interface in org.eclipse.jetty.server
A wrapped authentication with methods provide the wrapped request/response for use by the application
AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
 
AuthenticationProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
AuthenticationStore - Interface in org.eclipse.jetty.client.api
Authenticator - Interface in org.eclipse.jetty.security
Authenticator Interface
Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.security
Authenticator Configuration
Authenticator.Factory - Interface in org.eclipse.jetty.security
Authenticator Factory
available() - Method in class org.eclipse.jetty.server.HttpInput
 
available() - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
available() - Method in class org.eclipse.jetty.spdy.api.BytesDataInfo
 
available() - Method in class org.eclipse.jetty.spdy.api.DataInfo
Returns the available content bytes that can be read via DataInfo.readInto(ByteBuffer).
await(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.
AWTLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 

B

B64Code - Class in org.eclipse.jetty.util
Fast B64 Encoder/Decoder as described in RFC 1421.
B64Code() - Constructor for class org.eclipse.jetty.util.B64Code
 
BAD_DATA - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
badMessage(int, String) - Method in class org.eclipse.jetty.client.HttpReceiver
 
badMessage(int, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
badMessage(int, String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpChannel
 
badMessage(int, String) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
BadPayloadException - Exception in org.eclipse.jetty.websocket.core.api
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.
BadPayloadException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.BadPayloadException
 
BadPayloadException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.BadPayloadException
 
BadPayloadException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.BadPayloadException
 
BaseConnection - Interface in org.eclipse.jetty.websocket.core.api
Base Connection concepts
BaseConnection.State - Enum in org.eclipse.jetty.websocket.core.api
 
BaseConnection.SuspendToken - Interface in org.eclipse.jetty.websocket.core.api
Connection suspend token
BASETEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
BasicAuthentication - Class in org.eclipse.jetty.client.util
 
BasicAuthentication(String, String, String, String) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication
 
BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
 
BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
beanAdded(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
beanRemoved(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
begin() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod.Process
 
BINARY - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Binary Frame
binary() - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
binary(byte[]) - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
bind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
bind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Bind a name to an object
bind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Bind a name (as a String) to an object
bind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
Called by NamingContext.addBinding(Name, Object) when adding a binding.
bind(Context, String, Object) - Static method in class org.eclipse.jetty.jndi.NamingUtil
Bind an object to a context ensuring all sub-contexts are created if necessary
bindEntry(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Bind a resource with the given name from web.xml of the given type with a jndi resource from either the server or the webapp's naming environment.
bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
 
BindingEnumeration - Class in org.eclipse.jetty.jndi
BindingEnumeration
BindingEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.BindingEnumeration
 
bindingLogin(String, Object) - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
binding authentication check This method of authentication works only if the user branch of the DIT (ldap tree) has an ACI (access control instruction) that allow the access to any user or at least for the user that logs in.
bindMessageDestinationRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
 
bindResourceEnvRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
 
bindResourceRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Bind a resource reference.
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Link
 
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Add a java:comp/env binding for the object represented by this NamingEntry, but bind it as the name supplied
bindToENC(Object, String, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Link a name in a webapp's java:/comp/evn namespace to a pre-existing resource.
bindToENC() - Static method in class org.eclipse.jetty.plus.jndi.Transaction
 
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Transaction
Allow other bindings of UserTransaction.
bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
If value implements HttpSessionBindingListener, call valueBound()
blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
 
BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by a circular array.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a fixed size partially blocking Queue
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing limited partially blocking Queue.
BlockingResponseListener - Class in org.eclipse.jetty.client.util
 
BlockingResponseListener() - Constructor for class org.eclipse.jetty.client.util.BlockingResponseListener
 
BODY - Static variable in class org.eclipse.jetty.embedded.ManyContexts
 
BufferingResponseListener - Class in org.eclipse.jetty.client.util
Implementation of Response.Listener that buffers the content up to a maximum length specified to the constructors.
BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
Creates an instance with a default maximum length of 2 MiB.
BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
Creates an instance with the given maximum length
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
BufferUtil - Class in org.eclipse.jetty.util
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
 
build(Method, Class<? extends Annotation>, ParamList...) - Static method in exception org.eclipse.jetty.websocket.core.io.event.InvalidSignatureException
 
BUNDLE_CLASS_LOADER_HELPER - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
By default set to: DefaultBundleClassLoaderHelper.
BUNDLE_FILE_LOCATOR_HELPER - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
By default set to: DefaultBundleClassLoaderHelper.
BundleClassLoaderHelper - Interface in org.eclipse.jetty.osgi.boot.utils
Is there a clean OSGi way to go from the Bundle object to the classloader of the Bundle ? You can certainly take a class inside the bundle and get the bundle's classloader that way.
BundleFileLocatorHelper - Interface in org.eclipse.jetty.osgi.boot.utils
From a bundle to its location on the filesystem.
ByteArrayEndPoint - Class in org.eclipse.jetty.io
ByteArrayEndPoint.
ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, ByteBuffer, ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
Byte Array ISO 8859 writer.
ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteBufferContentProvider - Class in org.eclipse.jetty.client.util
 
ByteBufferContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
ByteBufferDataInfo - Class in org.eclipse.jetty.spdy.api
Specialized DataInfo for ByteBuffer content.
ByteBufferDataInfo(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
ByteBufferDataInfo(ByteBuffer, boolean, boolean) - Constructor for class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
ByteBufferHttpInput - Class in org.eclipse.jetty.server
An implementation of HttpInput using ByteBuffer as items.
ByteBufferHttpInput() - Constructor for class org.eclipse.jetty.server.ByteBufferHttpInput
 
ByteBufferPool - Interface in org.eclipse.jetty.io
A ByteBuffer pool.
BytesContentProvider - Class in org.eclipse.jetty.client.util
 
BytesContentProvider(byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
 
BytesDataInfo - Class in org.eclipse.jetty.spdy.api
Specialized DataInfo for byte array content.
BytesDataInfo(byte[], boolean) - Constructor for class org.eclipse.jetty.spdy.api.BytesDataInfo
 
BytesDataInfo(byte[], int, int, boolean) - Constructor for class org.eclipse.jetty.spdy.api.BytesDataInfo
 

C

CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeaderValue
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpScheme
 
CACHE - Static variable in enum org.eclipse.jetty.http.HttpVersion
 
CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
 
CACHED_INFO_ATTR - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The name of the SSLSession attribute that will contain any cached information.
cacheInvalidate(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A method that can be implemented in subclasses to support distributed caching of sessions.
call(T) - Method in class org.eclipse.jetty.util.ForkInvoker
Executes the direct, non-forked, invocation
call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
call(Object, Object...) - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
callback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 
Callback<C> - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
callback - Variable in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
Callback.Empty<C> - Class in org.eclipse.jetty.util
Empty implementation of Callback
Callback.Empty() - Constructor for class org.eclipse.jetty.util.Callback.Empty
 
callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
callPostConstructCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Call the method, if one exists, that is annotated with PostConstruct or with <post-construct> in web.xml
callPreDestroyCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Call the method, if one exists, that is annotated with PreDestroy or with <pre-destroy> in web.xml
callStartup(WebAppContext) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
cancel(boolean) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
cancel() - Method in class org.eclipse.jetty.server.HttpChannelState
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
 
cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
 
cancel() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Cancel the task.
cancelAll() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
cancelTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a cananonical form.
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
CARRIAGE_RETURN - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CASE_INSENSTIVE - Static variable in class org.eclipse.jetty.util.StringMap
 
CertificateUtils - Class in org.eclipse.jetty.util.security
 
CertificateUtils() - Constructor for class org.eclipse.jetty.util.security.CertificateUtils
 
CertificateValidator - Class in org.eclipse.jetty.util.security
Convenience class to handle validation of certificates, aliases and keystores Allows specifying Certificate Revocation List (CRL), as well as enabling CRL Distribution Points Protocol (CRLDP) certificate extension support, and also enabling On-Line Certificate Status Protocol (OCSP) support.
CertificateValidator(KeyStore, Collection<? extends CRL>) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
creates an instance of the certificate validator
CGI - Class in org.eclipse.jetty.servlets
CGI Servlet.
CGI() - Constructor for class org.eclipse.jetty.servlets.CGI
 
CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
changeSessionId() - Method in class org.eclipse.jetty.server.Request
 
ChannelEndPoint - Class in org.eclipse.jetty.io
Channel End Point.
ChannelEndPoint(Scheduler, SocketChannel) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint
 
check(Object) - Method in class org.eclipse.jetty.util.security.Credential
Check a credential
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
 
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
check(Object) - Method in class org.eclipse.jetty.util.security.Password
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
 
checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkCredential(Object) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
checkCredential(Object) - Method in class org.eclipse.jetty.plus.jaas.spi.UserInfo
 
checkError() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
 
checkIdleTimeout() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
checkKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Check KeyStore Configuration.
checkManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkNotStarted() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Check if the lifecycle has been started and throw runtime exception
checkNPNAvailable() - Static method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Look for a requested session ID in cookies and URI parameters
checkRole(String, Principal, Group) - Method in interface org.eclipse.jetty.plus.jaas.RoleCheckPolicy
Check if a role is either a runAsRole or in a set of roles
checkRole(String, Principal, Group) - Method in class org.eclipse.jetty.plus.jaas.StrictRoleCheckPolicy
 
checkSecurity(Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkServletType() - Method in class org.eclipse.jetty.servlet.ServletHolder
Check to ensure class of servlet is acceptable.
checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkValid() - Method in class org.eclipse.jetty.server.session.AbstractSession
asserts that the session is valid
checkValid() - Method in class org.eclipse.jetty.server.session.HashedSession
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.SecurityHandler
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
The name of the custom implementation for this interface in a fragment.
CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
The name of the custom implementation for this interface in a fragment.
CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.WebappRegistrationCustomizer
we could do something a lot more pluggable with a custom header in the manifest or some customer declarative services let's keep it simple for now.
ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
ClassInheritanceHandler() - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
ClassInheritanceHandler(MultiMap) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
ClassLoaderDump - Class in org.eclipse.jetty.server
 
ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
 
ClassNameResolver - Interface in org.eclipse.jetty.annotations
 
Classpath - Class in org.eclipse.jetty.start
Class to handle CLASSPATH construction
Classpath() - Constructor for class org.eclipse.jetty.start.Classpath
 
Classpath(String) - Constructor for class org.eclipse.jetty.start.Classpath
 
ClasspathPattern - Class in org.eclipse.jetty.webapp
ClasspathPattern performs sequential pattern matching of a class name against an internal array of classpath pattern entries.
ClasspathPattern() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
ClasspathPattern(String[]) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
ClasspathPattern(String) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
cleanUp() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
Only remove tmp files.
clear() - Method in interface org.eclipse.jetty.client.api.CookieStore
Removes all the cookies from this store.
clear() - Method in class org.eclipse.jetty.client.HttpCookieStore
 
clear() - Method in class org.eclipse.jetty.http.HttpFields
Clear the header.
clear() - Method in class org.eclipse.jetty.http.HttpURI
 
clear() - Method in class org.eclipse.jetty.http.PathMap
 
clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
clear() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
clear(HttpServletRequest) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
clear(HttpServletRequest) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
clear() - Method in class org.eclipse.jetty.spdy.api.Settings
 
clear() - Method in class org.eclipse.jetty.util.ArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in flush mode.
clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
clear() - Method in class org.eclipse.jetty.util.Fields
Empties this Fields instance from all fields
clear() - Method in class org.eclipse.jetty.util.StringMap
 
clear() - Method in class org.eclipse.jetty.webapp.MetaData
Empty ready for reuse
clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
CLEAR_PERSISTED - Static variable in class org.eclipse.jetty.spdy.api.SettingsInfo
 
clearAttributes() - Method in class org.eclipse.jetty.client.HttpConversation
 
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
 
clearAuthenticationResults() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Removes all authentication results stored
clearAuthenticationResults() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
clearAuthentications() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Removes all Authentications stored
clearAuthentications() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
clearEventListeners() - Method in interface org.eclipse.jetty.server.SessionManager
Removes all event listeners for session-related events.
clearHandlers() - Method in class org.eclipse.jetty.annotations.AnnotationParser
Remove all registered handlers
clearObject() - Method in class org.eclipse.jetty.plus.jaas.callback.ObjectCallback
 
clearPassword() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
clearPassword() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
clearProperties() - Static method in class org.eclipse.jetty.start.Config
 
clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in fill mode.
ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
 
ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client.internal
Allowing a generate from a UpgradeRequest
ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
ClientUpgradeResponse - Class in org.eclipse.jetty.websocket.client.internal
 
ClientUpgradeResponse() - Constructor for class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
clone() - Method in class org.eclipse.jetty.jndi.NamingContext
Clone this NamingContext
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
clone() - Method in class org.eclipse.jetty.util.security.Constraint
 
clone() - Method in class org.eclipse.jetty.util.UrlEncoded
 
CloneConfiguration - Class in org.eclipse.jetty.webapp
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
cloneConfigure(WebAppContext, WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
Clone configuration instance.
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
clonePolicy() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
close() - Method in interface org.eclipse.jetty.client.api.Connection
 
close() - Method in class org.eclipse.jetty.client.HttpConnection
 
close() - Method in class org.eclipse.jetty.client.HttpDestination
 
close() - Method in class org.eclipse.jetty.http.HttpParser
 
close() - Method in class org.eclipse.jetty.io.AbstractConnection
 
close() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
close() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
close() - Method in interface org.eclipse.jetty.io.Connection
Performs a logical close of this connection.
close() - Method in interface org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint
close() - Method in class org.eclipse.jetty.io.FilterConnection
 
close() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
close() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
close() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
close() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Close the stream.
close() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
close() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
close() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
close() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
close() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
close() - Method in class org.eclipse.jetty.jndi.NamingContext
Do nothing
close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
close() - Method in class org.eclipse.jetty.server.HttpOutput
 
close() - Method in class org.eclipse.jetty.server.HttpWriter
 
close() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
close() - Method in interface org.eclipse.jetty.server.NetworkConnector
Performs the activities needed to close the network communication (for example, to stop accepting network connections).
close() - Method in class org.eclipse.jetty.server.ServerConnector
 
close() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
close() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
close(boolean) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
close(boolean) - Method in interface org.eclipse.jetty.spdy.Controller
 
close() - Method in class org.eclipse.jetty.spdy.StandardSession
 
close(Closeable) - Static method in class org.eclipse.jetty.start.Main
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close(InputStream) - Static method in class org.eclipse.jetty.util.IO
closes an input stream, and logs exceptions
close(Reader) - Static method in class org.eclipse.jetty.util.IO
closes a reader, and logs exceptions
close(Writer) - Static method in class org.eclipse.jetty.util.IO
closes a writer, and logs exceptions
close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
closes an output stream, and logs exceptions
close() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiPartWriter
End the current part.
close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
close() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Send a websocket Close frame, StatusCode.NORMAL, without a reason.
close(int, String) - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Send a websocket Close frame, with status code.
close() - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketWriter
 
close() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
close(int, String) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
close() - Method in class org.eclipse.jetty.websocket.core.io.message.MessageInputStream
 
close() - Method in class org.eclipse.jetty.websocket.core.io.message.MessageReader
 
close() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
close(int, String) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
CLOSE - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Close Frame
CloseableDoSFilter - Class in org.eclipse.jetty.servlets
Closeable DoS Filter.
CloseableDoSFilter() - Constructor for class org.eclipse.jetty.servlets.CloseableDoSFilter
 
closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.CloseableDoSFilter
 
closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
Takes drastic measures to return this response and stop this thread.
closeConnections() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
closed(EndPoint) - Method in class org.eclipse.jetty.io.FilterConnection.DebugFilter
 
closed(EndPoint) - Method in class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
closed(EndPoint) - Method in interface org.eclipse.jetty.io.FilterConnection.Filter
Callback method invoked when a connection to a remote client has been closed.
closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
closed(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
CloseException - Exception in org.eclipse.jetty.websocket.core.api
 
CloseException(int, String) - Constructor for exception org.eclipse.jetty.websocket.core.api.CloseException
 
CloseException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.CloseException
 
CloseException(int, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.CloseException
 
closeIfAllContentWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
closeIfAllContentWritten(long) - Method in class org.eclipse.jetty.server.Response
 
CloseInfo - Class in org.eclipse.jetty.websocket.core.protocol
 
CloseInfo() - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseInfo(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseInfo(int) - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseInfo(int, String) - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseInfo(WebSocketFrame) - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseInfo(WebSocketFrame, boolean) - Constructor for class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
CloseReasonValidator - Class in org.eclipse.jetty.websocket.core.io.payload
Validate UTF8 correctness for OpCode.CLOSE Reason message.
CloseReasonValidator() - Constructor for class org.eclipse.jetty.websocket.core.io.payload.CloseReasonValidator
 
code() - Method in enum org.eclipse.jetty.spdy.api.Settings.Flag
 
code() - Method in class org.eclipse.jetty.spdy.api.Settings.ID
 
collectFragmentsAndRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Returns the fragments and the required-bundles.
collectRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
A simplistic but good enough parser for the Require-Bundle header.
COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
combine(RoleInfo) - Method in class org.eclipse.jetty.security.RoleInfo
 
combine(UserDataConstraint) - Method in enum org.eclipse.jetty.security.UserDataConstraint
 
CommandLineBuilder - Class in org.eclipse.jetty.start
 
CommandLineBuilder(String) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
 
commit() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
commit() - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
commitResponse(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpChannel
 
committed(Request) - Method in class org.eclipse.jetty.client.HttpSender
 
compact(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Compact the buffer
compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a compact form.
compare(File, File) - Method in class org.eclipse.jetty.start.FilenameComparator
 
compare(Version) - Method in class org.eclipse.jetty.start.Version
Compares with other version.
compareTo(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHolder
Comparitor by init order.
complete(HttpExchange, boolean) - Method in class org.eclipse.jetty.client.HttpConnection
 
complete() - Method in class org.eclipse.jetty.client.HttpConversation
 
complete() - Method in interface org.eclipse.jetty.continuation.Continuation
Complete a suspended request.
complete() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
complete() - Method in class org.eclipse.jetty.server.HttpChannelState
 
complete() - Method in class org.eclipse.jetty.server.Response
 
complete() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
complete(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
complete() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Exit from session
complete(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is last accessed by a request.
complete() - Method in interface org.eclipse.jetty.spdy.StandardSession.FrameBytes
 
complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
complete(FrameBytes<C>) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
completed() - Method in class org.eclipse.jetty.server.HttpChannelState
 
completed() - Method in class org.eclipse.jetty.server.HttpConnection
 
completed() - Method in interface org.eclipse.jetty.server.HttpTransport
 
completed() - Method in class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
 
completed(StandardSession.FrameBytes) - Method in class org.eclipse.jetty.spdy.StandardSession
 
completed(C) - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation completes.
completed(C) - Method in class org.eclipse.jetty.util.Callback.Empty
 
completed(C) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
completed(C) - Method in class org.eclipse.jetty.util.FutureCallback
 
completed(UpgradeResponse) - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
completed(String) - Method in class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection.SendUpgradeRequest
 
completed(C) - Method in class org.eclipse.jetty.websocket.core.io.ControlFrameBytes
 
completed(C) - Method in class org.eclipse.jetty.websocket.core.io.DataFrameBytes
 
completed(C) - Method in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
completed(String) - Method in class org.eclipse.jetty.websocket.server.callbacks.WebSocketOpenCallback
 
completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
Complete a write that has not completed and that called WriteFlusher.onIncompleteFlushed() to request a call to this method when a call to EndPoint.flush(ByteBuffer...) is likely to be able to progress.
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
composeName(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
composeName(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Join two names together.
composeName(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
Join two names together.
compress(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Compressor
 
compress(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardCompressor
 
compress() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod
 
compress() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.DeflateCompressionMethod
 
CompressedResponseWrapper - Class in org.eclipse.jetty.servlets.gzip
 
CompressedResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
CompressionDictionary - Class in org.eclipse.jetty.spdy
 
CompressionDictionary() - Constructor for class org.eclipse.jetty.spdy.CompressionDictionary
 
CompressionFactory - Interface in org.eclipse.jetty.spdy
 
CompressionFactory.Compressor - Interface in org.eclipse.jetty.spdy
 
CompressionFactory.Decompressor - Interface in org.eclipse.jetty.spdy
 
CompressionMethod - Interface in org.eclipse.jetty.websocket.core.extensions.compress
Compression Method
CompressionMethod.Process - Interface in org.eclipse.jetty.websocket.core.extensions.compress
 
ConcatServlet - Class in org.eclipse.jetty.servlets
Concatenation Servlet This servlet may be used to concatenate multiple resources into a single response.
ConcatServlet() - Constructor for class org.eclipse.jetty.servlets.ConcatServlet
 
ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
 
ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
 
condensePackageString(String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
Condenses a classname by stripping down the package name to just the first character of each package name segment.Configured
condition() - Method in class org.eclipse.jetty.util.ForkInvoker
Subclasses should override this method returning true if they want #invoke(T) to call #fork(T).
Config - Class in org.eclipse.jetty.start
It allows an application to be started with the command "java -jar start.jar".
Config() - Constructor for class org.eclipse.jetty.start.Config
 
Configuration - Interface in org.eclipse.jetty.webapp
Base Class for WebApplicationContext Configuration.
ConfigurationManager - Interface in org.eclipse.jetty.deploy
ConfigurationManager Type for allow injection of property values for replacement in jetty xml files during deployment.
ConfigurationProcessor - Interface in org.eclipse.jetty.xml
A ConfigurationProcessor for non XmlConfiguration format files.
ConfigurationProcessorFactory - Interface in org.eclipse.jetty.xml
 
configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
configure(SocketChannel) - Method in class org.eclipse.jetty.client.HttpClient
 
configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
configure(Object) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
 
configure() - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
Return a configured bean.
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
 
configure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
Configure WebApp.
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
Configure Apply web-jetty.xml configuration
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
 
configure() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
Process web-default.xml, web.xml, override-web.xml
configure(WebSocketServerFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
configure(WebSocketServerFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler.Simple
 
configure(WebSocketServerFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketServlet
 
configure(Object) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure() - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script to the given object.
configure() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script.
configureCallbacks() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
configurePolicy(WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Initialize or update the RoleInfo from the constraint
configureWebappClassLoader(Bundle, ContextHandler, OSGiWebappClassLoader, String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
Configure a classloader onto the context.
configureWebAppContext(ContextHandler, Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
Applies the properties of WebAppDeployer as defined in jetty.xml.
configureWrappedResponse(CompressedResponseWrapper) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
connect(SocketChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a channel to perform a non-blocking connect.
connect() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
connect(InetSocketAddress, SessionFrameListener) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
connect(URI) - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
connect(URI) - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
(re)Connect to database with parameters setup by loadConfig()
Connection - Interface in org.eclipse.jetty.client.api
Connection represent a connection to a Destination and allow applications to send requests via Connection.send(Request, Response.Listener).
Connection - Interface in org.eclipse.jetty.io
A Connection is associated to an EndPoint so that I/O events happening on the EndPoint can be processed by the Connection.
connection - Variable in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
Connection.Listener - Interface in org.eclipse.jetty.io
 
Connection.Listener.Empty - Class in org.eclipse.jetty.io
 
Connection.Listener.Empty() - Constructor for class org.eclipse.jetty.io.Connection.Listener.Empty
 
connectionClosed(Connection) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is closed.
connectionClosed(long, int, int) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
ConnectionFactory - Interface in org.eclipse.jetty.server
Factory for Connections.
connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.client.HttpClient.ClientSelectorManager
 
connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a non-blocking connect cannot be completed.
ConnectionManager - Class in org.eclipse.jetty.websocket.client.internal
Internal Connection/Client Manager used to track active clients, their physical vs virtual connection information, and provide some means to create new physical or virtual connections.
ConnectionManager(ByteBufferPool, Executor, Scheduler, SslContextFactory, WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
connectionOpened(Connection) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is opened.
connectionOpened() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
connectionUpgraded(int, int) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
Connector - Interface in org.eclipse.jetty.server
A Connector accept connections and data from remote peers, and allows applications to send data to remote peers, by setting up the machinery needed to handle such tasks.
ConnectorServer - Class in org.eclipse.jetty.jmx
AbstractLifeCycle wrapper for JMXConnector Server
ConnectorServer(JMXServiceURL, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
Constructs connector server
ConnectorServer(JMXServiceURL, Map<String, ?>, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
Constructs connector server
ConnectorStatistics - Class in org.eclipse.jetty.server
 
ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
 
connectPhysical(DefaultWebSocketClient) - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
connectVirtual(WebSocketClient) - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
Constraint - Class in org.eclipse.jetty.util.security
Describe an auth and/or data constraint.
Constraint() - Constructor for class org.eclipse.jetty.util.security.Constraint
Constructor.
Constraint(String, String) - Constructor for class org.eclipse.jetty.util.security.Constraint
Conveniance Constructor.
ConstraintAware - Interface in org.eclipse.jetty.security
 
ConstraintMapping - Class in org.eclipse.jetty.security
 
ConstraintMapping() - Constructor for class org.eclipse.jetty.security.ConstraintMapping
 
ConstraintSecurityHandler - Class in org.eclipse.jetty.security
Handler to enforce SecurityConstraints.
ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.security.ConstraintSecurityHandler
 
constraintsExist(List<ServletMapping>, List<ConstraintMapping>) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Check if there are already elements defined that match the url-patterns for the servlet.
construct(Class<?>, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
construct(Class<?>, Object[], Map<String, Object>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
consume(int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
Consumes the given number of bytes from this DataInfo.
consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
 
consumed() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
consumeInto(ByteBuffer) - Method in class org.eclipse.jetty.spdy.api.DataInfo
Reads and consumes the content bytes of this DataInfo into the given ByteBuffer.
consumeInto(byte[], int, int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
Reads and consumes the content bytes of this DataInfo into the given byte array, starting from index offset for length bytes.
Container - Interface in org.eclipse.jetty.util.component
 
Container.InheritedListener - Interface in org.eclipse.jetty.util.component
Inherited Listener.
Container.Listener - Interface in org.eclipse.jetty.util.component
A listener for Container events.
CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
ContainerInitializer - Class in org.eclipse.jetty.plus.annotation
 
ContainerInitializer() - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.annotations
ContainerInitializerAnnotationHandler Discovers classes that contain the specified annotation, either at class or method level.
ContainerInitializerAnnotationHandler(ContainerInitializer, Class) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
ContainerLifeCycle - Class in org.eclipse.jetty.util.component
An AggregateLifeCycle is an LifeCycle implementation for a collection of contained beans.
ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(String) - Method in class org.eclipse.jetty.http.HttpFields.Field
 
contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
containsHeader(String) - Method in class org.eclipse.jetty.server.Response
 
containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsKey(Object) - Method in class org.eclipse.jetty.util.StringMap
 
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Return whether the path matches any entries in the PathMap, excluding the default entry
containsSameFieldName(Field, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSameMethodSignature(Method, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSimpleValue(V) - Method in class org.eclipse.jetty.util.MultiMap
Test for a specific single value in the map.
content() - Method in interface org.eclipse.jetty.client.api.ContentResponse
 
content() - Method in interface org.eclipse.jetty.client.api.Request
 
content(ContentProvider) - Method in interface org.eclipse.jetty.client.api.Request
 
content() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
content(ByteBuffer) - Method in class org.eclipse.jetty.client.HttpReceiver
 
content() - Method in class org.eclipse.jetty.client.HttpRequest
 
content(ContentProvider) - Method in class org.eclipse.jetty.client.HttpRequest
 
content(T) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
content(T) - Method in class org.eclipse.jetty.server.HttpChannel
 
content(T) - Method in class org.eclipse.jetty.server.HttpInput
 
content(ByteBuffer) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
CONTENT_TYPE_SUFFIX - Static variable in class org.eclipse.jetty.servlets.MultiPartFilter
 
contentAsString() - Method in interface org.eclipse.jetty.client.api.ContentResponse
 
contentAsString() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
ContentDecoder - Interface in org.eclipse.jetty.client
ContentDecoder decodes content bytes of a response.
ContentDecoder.Factory - Class in org.eclipse.jetty.client
Factory for ContentDecoders; subclasses must implement ContentDecoder.Factory.newContentDecoder().
ContentDecoder.Factory(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
 
ContentProvider - Interface in org.eclipse.jetty.client.api
ContentProvider provides a repeatable source of request content.
ContentResponse - Interface in org.eclipse.jetty.client.api
A specialized Response that can hold a limited content in memory.
context - Variable in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.annotations.ServletContainerInitializerListener
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
 
ContextFactory - Class in org.eclipse.jetty.jndi
ContextFactory.java This is an object factory that produces a jndi naming context based on a classloader.
ContextFactory() - Constructor for class org.eclipse.jetty.jndi.ContextFactory
 
contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
 
ContextHandler - Class in org.eclipse.jetty.server.handler
ContextHandler.
ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
 
ContextHandler.Context - Class in org.eclipse.jetty.server.handler
Context.
ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
ContextHandlerCollection.
ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.annotations.ServletContainerInitializerListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
 
Continuation - Interface in org.eclipse.jetty.continuation
Continuation.
CONTINUATION - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Continuation Frame
ContinuationBase - Class in org.eclipse.jetty.continuation.test
 
ContinuationBase() - Constructor for class org.eclipse.jetty.continuation.test.ContinuationBase
 
ContinuationFilter - Class in org.eclipse.jetty.continuation
ContinuationFilter must be applied to servlet paths that make use of the asynchronous features provided by Continuation APIs, but that are deployed in servlet containers that are a compliant Servlet 3.0 container.
ContinuationFilter() - Constructor for class org.eclipse.jetty.continuation.ContinuationFilter
 
ContinuationFilter.FilteredContinuation - Interface in org.eclipse.jetty.continuation
 
ContinuationListener - Interface in org.eclipse.jetty.continuation
A Continuation Listener
ContinuationSupport - Class in org.eclipse.jetty.continuation
ContinuationSupport.
ContinuationSupport() - Constructor for class org.eclipse.jetty.continuation.ContinuationSupport
 
ContinuationThrowable - Error in org.eclipse.jetty.continuation
ContinuationThrowable
ContinuationThrowable() - Constructor for error org.eclipse.jetty.continuation.ContinuationThrowable
 
continue100(int) - Method in class org.eclipse.jetty.server.HttpChannel
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
ContinueProtocolHandler - Class in org.eclipse.jetty.client
 
ContinueProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler
 
control(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.Generator
 
control(IStream, ControlFrame, long, TimeUnit, Callback<C>, C) - Method in interface org.eclipse.jetty.spdy.ISession
 
control(IStream, ControlFrame, long, TimeUnit, Callback<C>, C) - Method in class org.eclipse.jetty.spdy.StandardSession
 
ControlFrame - Class in org.eclipse.jetty.spdy.frames
 
ControlFrame(short, ControlFrameType, byte) - Constructor for class org.eclipse.jetty.spdy.frames.ControlFrame
 
ControlFrameBodyParser - Class in org.eclipse.jetty.spdy.parser
 
ControlFrameBodyParser() - Constructor for class org.eclipse.jetty.spdy.parser.ControlFrameBodyParser
 
ControlFrameBytes<C> - Class in org.eclipse.jetty.websocket.core.io
 
ControlFrameBytes(AbstractWebSocketConnection, Callback<C>, C, WebSocketFrame) - Constructor for class org.eclipse.jetty.websocket.core.io.ControlFrameBytes
 
ControlFrameGenerator - Class in org.eclipse.jetty.spdy.generator
 
ControlFrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.ControlFrameGenerator
 
ControlFrameParser - Class in org.eclipse.jetty.spdy.parser
 
ControlFrameParser(CompressionFactory.Decompressor) - Constructor for class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
ControlFrameType - Enum in org.eclipse.jetty.spdy.frames
 
Controller<T> - Interface in org.eclipse.jetty.spdy
 
conversation() - Method in interface org.eclipse.jetty.client.api.Request
 
conversation() - Method in interface org.eclipse.jetty.client.api.Response
 
conversation() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
conversation() - Method in class org.eclipse.jetty.client.HttpExchange
 
conversation() - Method in class org.eclipse.jetty.client.HttpRequest
 
conversation() - Method in class org.eclipse.jetty.client.HttpResponse
 
convertCredentialJettyToLdap(String) - Static method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
convertCredentialLdapToJetty(String) - Static method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertIdentifier(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
convertTo(Class, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
 
convertType(Type) - Static method in class org.eclipse.jetty.annotations.Util
 
convertTypes(String) - Static method in class org.eclipse.jetty.annotations.Util
 
convertTypes(Type[]) - Static method in class org.eclipse.jetty.annotations.Util
 
CookieCutter - Class in org.eclipse.jetty.server
Cookie parser
CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
 
CookiePatternRule - Class in org.eclipse.jetty.rewrite.handler
Sets the cookie in the response whenever the rule finds a match.
CookiePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
CookieStore - Interface in org.eclipse.jetty.client.api
A store for HTTP cookies that offers methods to match cookies for a given destination and path.
copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copy(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer, long) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy files or directories
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyThread(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copyThread(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception in own thread
copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
count() - Method in class org.eclipse.jetty.start.Classpath
 
CounterStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
 
countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
Not implemented.
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
createAnnotationParser() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
createAnnotationParser() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
This parser scans the bundles using the OSGi APIs instead of assuming a jar.
createApp(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
Called by the Scanner.DiscreteListener to create a new App object.
createApp(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Called by the scanner of the context files directory.
createBundleManifest(Manifest, URL, JarFile) - Static method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarBundleManifestGenerator
 
createClassNameResolver(WebAppContext) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Returns the same classname resolver than for the webInfjar scanner
createClassNameResolver(WebAppContext, boolean, boolean, boolean, boolean) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
createConnector(boolean) - Method in class org.eclipse.jetty.servlet.ServletTester
Create a port based connector.
createConstraint() - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(Constraint) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create a security constraint
createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
createContextHandler(App) - Method in interface org.eclipse.jetty.deploy.AppProvider
Create a ContextHandler for an App
createContextHandler(App) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
createContextHandler(ContextHandler, Bundle, File, String, String, String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
createContextHandler(ContextHandler, Bundle, InputStream, String, String, String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Returns the ContextHandler that was created by WebappRegistractionHelper
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
createFile() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
createLibEtcClassLoader(File, Server, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
createLibExtClassLoader(List<File>, List<URL>, Server, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.HttpChannelState
 
createListener(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
createLocalConnector() - Method in class org.eclipse.jetty.servlet.ServletTester
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
createStream() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Create the stream fitting to the underlying compression type.
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Create a context as a child of this one
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Create a Context as a child of this one
createWebappClassLoader(Bundle) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
No matter what the type of webapp, we create a WebappClassLoader.
createWebSocket(UpgradeRequest, UpgradeResponse) - Method in interface org.eclipse.jetty.websocket.server.WebSocketCreator
Create a websocket from the incoming request.
createWebSocket(UpgradeRequest, UpgradeResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
Default Creator logic
createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.IncludableGzipFilter
 
Credential - Class in org.eclipse.jetty.util.security
Credentials.
Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
 
Credential.Crypt - Class in org.eclipse.jetty.util.security
Unix Crypt Credentials
Credential.MD5 - Class in org.eclipse.jetty.util.security
MD5 Credentials
CredentialBodyParser - Class in org.eclipse.jetty.spdy.parser
 
CredentialBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.CredentialBodyParser
 
CredentialBodyParser.State - Enum in org.eclipse.jetty.spdy.parser
 
CredentialFrame - Class in org.eclipse.jetty.spdy.frames
 
CredentialFrame(short, short, byte[], Certificate[]) - Constructor for class org.eclipse.jetty.spdy.frames.CredentialFrame
 
CredentialGenerator - Class in org.eclipse.jetty.spdy.generator
 
CredentialGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.CredentialGenerator
 
credentialLogin(Object) - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
password supplied authentication check
CRLF - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CRLF - Static variable in class org.eclipse.jetty.util.IO
 
CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
 
CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
 
CrossContextPsuedoSession<T> - Interface in org.eclipse.jetty.security
 
CrossOriginFilter - Class in org.eclipse.jetty.servlets
Implementation of the cross-origin resource sharing.
CrossOriginFilter() - Constructor for class org.eclipse.jetty.servlets.CrossOriginFilter
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Encrypts String into crypt (Unix) code.
CURRENT_CONGESTION_WINDOW - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
customize(Connector, HttpChannelConfig, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
customize(Connector, HttpChannelConfig, Request) - Method in interface org.eclipse.jetty.server.HttpChannelConfig.Customizer
 
customize(Connector, HttpChannelConfig, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
customize(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
customizeRequestHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
customizeResponseHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 

D

data(DataInfo) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a DATA frame on this stream.
data(DataInfo, long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a DATA frame on this stream.
data(int, int, DataInfo) - Method in class org.eclipse.jetty.spdy.generator.Generator
 
data(IStream, DataInfo, long, TimeUnit, Callback<C>, C) - Method in interface org.eclipse.jetty.spdy.ISession
 
data(IStream, DataInfo, long, TimeUnit, Callback<C>, C) - Method in class org.eclipse.jetty.spdy.StandardSession
 
data(DataInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
 
data(DataInfo, long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardStream
 
DataFrame - Class in org.eclipse.jetty.spdy.frames
 
DataFrame(int, byte, int) - Constructor for class org.eclipse.jetty.spdy.frames.DataFrame
 
DataFrameBytes<C> - Class in org.eclipse.jetty.websocket.core.io
 
DataFrameBytes(AbstractWebSocketConnection, Callback<C>, C, WebSocketFrame) - Constructor for class org.eclipse.jetty.websocket.core.io.DataFrameBytes
 
DataFrameGenerator - Class in org.eclipse.jetty.spdy.generator
 
DataFrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.DataFrameGenerator
 
DataFrameParser - Class in org.eclipse.jetty.spdy.parser
 
DataFrameParser() - Constructor for class org.eclipse.jetty.spdy.parser.DataFrameParser
 
DataInfo - Class in org.eclipse.jetty.spdy.api
A container for DATA frames metadata and content bytes.
DataInfo(boolean) - Constructor for class org.eclipse.jetty.spdy.api.DataInfo
Creates a new DataInfo with the given close flag and no compression flag.
DataInfo(boolean, boolean) - Constructor for class org.eclipse.jetty.spdy.api.DataInfo
Creates a new DataInfo with the given close flag and given compression flag.
DataSourceCloser - Class in org.eclipse.jetty.jndi
Close a DataSource.
DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
 
DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
 
DataSourceLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
DataSourceLoginModule A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
DataSourceLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.DataSourceLoginModule
 
DataSourceLoginService - Class in org.eclipse.jetty.plus.security
//TODO JASPI cf JDBCLoginService DataSourceUserRealm Obtain user/password/role information from a database via jndi DataSource.
DataSourceLoginService() - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DataSourceLoginService(String) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DataSourceLoginService(String, IdentityService) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DateCache - Class in org.eclipse.jetty.util
Date Format Cache.
DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, DateFormatSymbols) - Constructor for class org.eclipse.jetty.util.DateCache
 
DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.util.security.Constraint
 
DC_FORBIDDEN - Static variable in class org.eclipse.jetty.util.security.Constraint
 
DC_INTEGRAL - Static variable in class org.eclipse.jetty.util.security.Constraint
 
DC_NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
 
DC_UNSET - Static variable in class org.eclipse.jetty.util.security.Constraint
 
debug(String) - Static method in class org.eclipse.jetty.start.Config
 
debug(Throwable) - Static method in class org.eclipse.jetty.start.Config
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at debug level.
debug(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at debug level
debug(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at debug level, with Throwable information.
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
DebugBinding - Class in org.eclipse.jetty.deploy.bindings
 
DebugBinding(String) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
 
DebugBinding(String...) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
 
DebugHandler - Class in org.eclipse.jetty.server.handler
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
declareRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.annotations
DeclaresRolesAnnotationHandler
DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
 
decode(ByteBuffer) - Method in interface org.eclipse.jetty.client.ContentDecoder
Decodes the bytes in the given buffer and returns decoded bytes, if any.
decode(ByteBuffer) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
Decodes the bytes in the given buffer and returns decoded bytes, if any.
decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 decode as described in RFC 2045.
decode(char[]) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 decode as described in RFC 1421.
decode(String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 decode as described in RFC 2045.
decode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode(String, String) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodePath(byte[], int, int) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodeQueryTo(MultiMap) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeQueryTo(MultiMap, String) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeString(String, int, int, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(String, MultiMap<String>, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, String, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap<String>, String, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(byte[], int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decompress(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Decompressor
 
decompress(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardDecompressor
 
decompress() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod
 
decompress() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.DeflateCompressionMethod
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
Remove jndi setup from start
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
 
deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
DeConfigure WebApp.
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
 
decorate(Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
decorateFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateFilterHolder(FilterHolder) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
decorateFilterInstance(T) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
decorateFilterInstance(T) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateFilterInstance(T) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
decorateListenerInstance(T) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
decorateListenerInstance(T) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateListenerInstance(T) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
decorateServletHolder(ServletHolder) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
decorateServletHolder(ServletHolder) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateServletHolder(ServletHolder) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
decorateServletInstance(T) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
decorateServletInstance(T) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
decorateServletInstance(T) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
deduceKeyLength(String) - Static method in class org.eclipse.jetty.server.ssl.ServletSSL
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
The default instance supports felix and equinox
DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
The default instance supports felix and equinox
DEFAULT - Static variable in class org.eclipse.jetty.servlet.FilterMapping
Dispatch types
DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_CAPACITY - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_GROWTH - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
DEFAULT_JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Set of config files to apply to a jetty Server instance if none are supplied by SYS_PROP_JETTY_ETC_FILES
DEFAULT_JETTYHOME - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Default location within bundle of a jetty home dir.
DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DEFAULT_KEYSTORE_PATH - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
Default value for the keystore location path.
DEFAULT_MIN_COMPRESS_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
DEFAULT_ROLE_CLASS_NAME - Static variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
DEFAULT_ROLE_CLASS_NAMES - Static variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
DEFAULT_SECTION - Static variable in class org.eclipse.jetty.start.Config
 
DEFAULT_TRACKING - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
The Default Authenticator Factory.
DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
DefaultBundleClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
Default implementation of the BundleClassLoaderHelper.
DefaultBundleClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
 
DefaultCallbackHandler - Class in org.eclipse.jetty.plus.jaas.callback
DefaultUsernameCredentialCallbackHandler
DefaultCallbackHandler() - Constructor for class org.eclipse.jetty.plus.jaas.callback.DefaultCallbackHandler
 
DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
From a bundle to its location on the filesystem.
DefaultFileLocatorHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
 
DefaultHandler - Class in org.eclipse.jetty.server.handler
Default Handler.
DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
DefaultIdentityService - Class in org.eclipse.jetty.security
Default Identity Service implementation.
DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
 
DefaultJettyAtJettyHomeHelper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
Called by the JettyBootstrapActivator during the starting of the bundle.
DefaultJettyAtJettyHomeHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
 
DefaultPluginManager - Class in org.eclipse.jetty.plugins
 
DefaultPluginManager(MavenService, String) - Constructor for class org.eclipse.jetty.plugins.DefaultPluginManager
 
DefaultsDescriptor - Class in org.eclipse.jetty.webapp
DefaultsDescriptor
DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.DefaultsDescriptor
 
DefaultServlet - Class in org.eclipse.jetty.servlet
The default servlet.
DefaultServlet() - Constructor for class org.eclipse.jetty.servlet.DefaultServlet
 
DefaultUserIdentity - Class in org.eclipse.jetty.security
The default implementation of UserIdentity.
DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.DefaultUserIdentity
 
DefaultWebSocketClient - Class in org.eclipse.jetty.websocket.client.internal
WebSocketClient for working with Upgrade (request and response), and establishing connections to the websocket URI of your choice.
DefaultWebSocketClient(WebSocketClientFactory, EventDriver) - Constructor for class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
DeferredAuthentication - Class in org.eclipse.jetty.security.authentication
 
DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
defineAttribute(Method, ManagedAttribute) - Method in class org.eclipse.jetty.jmx.ObjectMBean
TODO update to new behavior Define an attribute on the managed object.
DEFLATE - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
DeflateCompressionMethod - Class in org.eclipse.jetty.websocket.core.extensions.compress
Deflate Compression Method
DeflateCompressionMethod() - Constructor for class org.eclipse.jetty.websocket.core.extensions.compress.DeflateCompressionMethod
 
deIdle() - Method in class org.eclipse.jetty.server.session.HashedSession
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
delete() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
delete() - Method in class org.eclipse.jetty.util.resource.FileResource
Deletes the given resource
delete() - Method in class org.eclipse.jetty.util.resource.Resource
Deletes the given resource
delete() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
delete() - Method in class org.eclipse.jetty.util.resource.URLResource
Deletes the given resource
deleteParts() - Method in class org.eclipse.jetty.util.MultiPartInputStream
Delete any tmp storage for parts, and clear out the parts list.
deleteSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete a session from the database.
DeMaskProcessor - Class in org.eclipse.jetty.websocket.core.io.payload
 
DeMaskProcessor() - Constructor for class org.eclipse.jetty.websocket.core.io.payload.DeMaskProcessor
 
deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
DEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
DEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
DeploymentManager - Class in org.eclipse.jetty.deploy
The Deployment Manager.
DeploymentManager() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager
 
DeploymentManager.AppEntry - Class in org.eclipse.jetty.deploy
Represents a single tracked app within the deployment manager.
DeploymentManager.AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
 
DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
deregisterHandler(AnnotationParser.Handler) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Remove a particular handler
Descriptor - Class in org.eclipse.jetty.webapp
 
Descriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.Descriptor
 
descriptor - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
DescriptorProcessor - Interface in org.eclipse.jetty.webapp
DescriptorProcessor
Destination - Interface in org.eclipse.jetty.client.api
Destination represents the triple made of the Destination.scheme(), the Destination.host() and the Destination.port().
destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
destroy() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
destroy() - Method in class org.eclipse.jetty.jndi.DataSourceCloser
 
destroy(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
Remove all jndi setup
destroy(Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
destroy() - Method in interface org.eclipse.jetty.server.Handler
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
destroy() - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
destroy() - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.GzipFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.MultiPartFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.PutFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.QoSFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Destroys the managed Destroyable beans in the reverse order they were added.
destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
 
destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
destroy(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
Destroy WebApp.
destroy() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
destroy() - Method in class org.eclipse.jetty.websocket.server.WebSocketServlet
 
Destroyable - Interface in org.eclipse.jetty.util.component
A Destroyable is an object which can be destroyed.
destroyEndPoint(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
destroyFilterInstance(Filter) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
destroyFilterInstance(Filter) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
destroyFilterInstance(Filter) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.FilterHolder
 
destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.Holder
 
destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
destroyListenerInstance(EventListener) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
destroyListenerInstance(EventListener) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
destroyListenerInstance(EventListener) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
destroyServletInstance(Servlet) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
 
destroyServletInstance(Servlet) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
destroyServletInstance(Servlet) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
 
didActivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
 
DigestAuthentication - Class in org.eclipse.jetty.client.util
 
DigestAuthentication(String, String, String, String) - Constructor for class org.eclipse.jetty.client.util.DigestAuthentication
 
DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
 
DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
disassociate(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
disassociate(Object) - Method in interface org.eclipse.jetty.security.IdentityService
Disassociate the user identity from the current thread and restore previous identity.
disassociate(IStream) - Method in interface org.eclipse.jetty.spdy.IStream
remove the given associated IStream from this stream
disassociate(IStream) - Method in class org.eclipse.jetty.spdy.StandardStream
 
disconnect(boolean) - Method in class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection
 
disconnect() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Terminate the connection (no close frame sent)
disconnect() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
disconnect(boolean) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
disconnect() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
DiscoveredAnnotation - Class in org.eclipse.jetty.webapp
DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
dispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
dispatch(String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
dispatch(String) - Static method in class org.eclipse.jetty.servlet.FilterMapping
Dispatch type from name
dispatch(DispatcherType) - Static method in class org.eclipse.jetty.servlet.FilterMapping
Dispatch type from name
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dispatch(Runnable) - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Dispatcher - Class in org.eclipse.jetty.server
Servlet RequestDispatcher.
Dispatcher(ContextHandler, String, String, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
 
Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
Constructor.
doCompress() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Do compress.
doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PutFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.QoSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.DumpServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.MinimalServlets.HelloServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
 
doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.NoJspServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
 
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
doHandle(Class) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
doHandshakeResponse(ServletWebSocketRequest, ServletWebSocketResponse) - Method in class org.eclipse.jetty.websocket.server.handshake.HandshakeRFC6455
 
doHandshakeResponse(ServletWebSocketRequest, ServletWebSocketResponse) - Method in interface org.eclipse.jetty.websocket.server.WebSocketHandshake
Formulate a WebSocket upgrade handshake response.
doInvalidate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.HashedSession
 
DOMLeakPreventer - Class in org.eclipse.jetty.util.preventers
DOMLeakPreventer See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498 Prevent the RuntimeException that is a static member of AbstractDOMParser from pinning a webapp classloader by causing it to be set here by a non-webapp classloader.
DOMLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DOMLeakPreventer
 
doNormal(String) - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doNotCompress() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Do not compress.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
doPutOrRemove(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doResponseHeaders(HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the response headers.
doRFC2254Encoding(String) - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
doSessionAttributeListeners(AbstractSession, String, Object, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
DoSFilter - Class in org.eclipse.jetty.servlets
Denial of Service filter
DoSFilter() - Constructor for class org.eclipse.jetty.servlets.DoSFilter
 
doSleep() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doStart() - Method in class org.eclipse.jetty.client.HttpClient
 
doStart() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
doStart() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
doStart() - Method in class org.eclipse.jetty.io.SelectorManager
 
doStart() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
doStart() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
doStart() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Overridden to install the OSGi bundles found in the monitored folder.
doStart() - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
doStart() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStart() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
doStart() - Method in class org.eclipse.jetty.security.MappedLoginService
 
doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
 
doStart() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStart() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
doStart() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
Set up request logging and open log file.
doStart() - Method in class org.eclipse.jetty.server.Server
 
doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Start up the id manager.
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Start the session manager.
doStart() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
doStart() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
doStart() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
doStart() - Method in class org.eclipse.jetty.servlet.Holder
 
doStart() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
doStart() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the managed lifecycle beans in the order they were added.
doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
doStart() - Method in class org.eclipse.jetty.util.Scanner
Start the scanning action.
doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Create the SSLContext object and start the lifecycle
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
doStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
doStart() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
doStart() - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
doStop() - Method in class org.eclipse.jetty.client.HttpClient
 
doStop() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
doStop() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
doStop() - Method in class org.eclipse.jetty.io.SelectorManager
 
doStop() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
doStop() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
doStop() - Method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
 
doStop() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStop() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStop() - Method in class org.eclipse.jetty.security.MappedLoginService
 
doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStop() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
Close the log file and perform cleanup.
doStop() - Method in class org.eclipse.jetty.server.Server
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Stop the scavenger.
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Stop the session manager.
doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doStop() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
doStop() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
doStop() - Method in class org.eclipse.jetty.servlet.Holder
 
doStop() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
doStop() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
doStop() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
doStop() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
doStop() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the managed lifecycle beans in the reverse order they were added.
doStop() - Method in class org.eclipse.jetty.util.Scanner
Stop the scanning.
doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
doStop() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
doStop() - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
doStop() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
doStop() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
doSuspend() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendComplete() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendCompleteThrow() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendResume() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendResumeThrow() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendThrowComplete() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendThrowResume() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendTimeoutSuspend() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendTimeoutSuspendComplete() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendTimeoutSuspendResume() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendWaitComplete() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendWaitResume() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendWaitResumeSuspend() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendWaitResumeSuspendComplete() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doSuspendWaitResumeSuspendWaitResume() - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
DOWNLOAD_BANDWIDTH - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
DOWNLOAD_RETRANSMISSION_RATE - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
DriverManagerLeakPreventer - Class in org.eclipse.jetty.util.preventers
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
DriverManagerLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.HttpClient
 
dump() - Method in class org.eclipse.jetty.client.HttpDestination
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.HttpDestination
 
dump() - Method in class org.eclipse.jetty.io.SelectorManager
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.SelectorManager
 
dump() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
dump() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
dump(Appendable, String) - Static method in class org.eclipse.jetty.jndi.ContextFactory
 
dump() - Method in class org.eclipse.jetty.jndi.NamingContext
 
dump(Appendable, String) - Method in class org.eclipse.jetty.jndi.NamingContext
 
dump(Appendable, String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
dump() - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
dump() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump the handler configuration
dump(StringBuilder, IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump a pattern map into a StringBuilder buffer
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 
dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
dump() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.Holder
 
dump() - Method in class org.eclipse.jetty.servlet.Holder
 
dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
dump() - Method in class org.eclipse.jetty.spdy.StandardSession
 
dump(Appendable, String) - Method in class org.eclipse.jetty.spdy.StandardSession
 
dump(PrintStream) - Method in class org.eclipse.jetty.start.Classpath
 
dump() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Appendable, String, Collection<?>...) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
Dumpable - Interface in org.eclipse.jetty.util.component
 
dumpBeans(Appendable, String, Collection<?>...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dumpKeysState(List<Object>) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
dumpObject(Appendable, Object) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
DumpServlet - Class in org.eclipse.jetty.embedded
 
DumpServlet() - Constructor for class org.eclipse.jetty.embedded.DumpServlet
 
dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dumps to System.err.
dumpThis(Appendable) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
dumpThis(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
notification that a ServletRegistration has been created so we can track the annotations

E

earlyEOF() - Method in class org.eclipse.jetty.client.HttpReceiver
 
earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
earlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
earlyEOF() - Method in class org.eclipse.jetty.server.HttpChannel
 
earlyEOF() - Method in class org.eclipse.jetty.server.HttpInput
 
earlyEOF() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
Edge - Class in org.eclipse.jetty.deploy.graph
Basic Graph Edge
Edge(Node, Node) - Constructor for class org.eclipse.jetty.deploy.graph.Edge
 
edges() - Method in class org.eclipse.jetty.deploy.graph.Path
 
ELContextCleaner - Class in org.eclipse.jetty.servlet.listener
ELContextCleaner Clean up BeanELResolver when the context is going out of service: See http://java.net/jira/browse/GLASSFISH-1649 See https://bugs.eclipse.org/bugs/show_bug.cgi?id=353095
ELContextCleaner() - Constructor for class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
element() - Method in class org.eclipse.jetty.util.ArrayQueue
 
element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
 
encode(String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
encode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
encode(byte[]) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 encode as described in RFC 1421.
encode(byte[], boolean) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 encode as described in RFC 1421 and RFC2045
encode(String) - Method in class org.eclipse.jetty.util.resource.FileResource
Encode according to this resource type.
encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
Encode according to this resource type.
encode() - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(String, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(MultiMap<String>, String, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodePath(StringBuilder, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeString(String, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
EncodingHttpWriter - Class in org.eclipse.jetty.server
 
EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
 
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
end() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod.Process
 
endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
end creation of the next Content.
EndPoint - Interface in org.eclipse.jetty.io
A transport EndPoint
endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is closed.
endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is opened.
endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
ensureParser() - Method in class org.eclipse.jetty.webapp.Descriptor
 
ensureParser() - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor
 
ensureParser() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Ensure the capacity of the underlying list.
ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
enter(ServletResponse) - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
 
entrySet() - Method in class org.eclipse.jetty.util.StringMap
 
EnvConfiguration - Class in org.eclipse.jetty.plus.webapp
EnvConfiguration
EnvConfiguration() - Constructor for class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
EnvEntry - Class in org.eclipse.jetty.plus.jndi
EnvEntry
EnvEntry(Object, String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
EnvEntry(String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
EnvEntry(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
EofException - Exception in org.eclipse.jetty.io
A Jetty specialization of EOFException.
EofException() - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(String) - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(Throwable) - Constructor for exception org.eclipse.jetty.io.EofException
 
equals(Object) - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Edge
 
equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Node
 
equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 
equals(Object) - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
equals(Object) - Method in class org.eclipse.jetty.plus.jaas.JAASPrincipal
 
equals(Object) - Method in class org.eclipse.jetty.plus.jaas.JAASRole
 
equals(Object) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
equals(Object) - Method in class org.eclipse.jetty.spdy.api.Settings
 
equals(Object) - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
equals(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields.Field
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.FileResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Password
 
equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
equals(Object) - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
error(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
ERROR - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or ContainerLifeCycle.addBean(Object).
ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorPageErrorHandler - Class in org.eclipse.jetty.servlet
Error Page Error Handler An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
EventDriver - Class in org.eclipse.jetty.websocket.core.io.event
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.
EventDriver(WebSocketPolicy, Object) - Constructor for class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
EventDriverFactory - Class in org.eclipse.jetty.websocket.core.io.event
Create EventDriver implementations.
EventDriverFactory(WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.core.io.event.EventDriverFactory
 
EventMethod - Class in org.eclipse.jetty.websocket.core.io.event
 
EventMethod(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
EventMethod(Class<?>, String, Class<?>...) - Constructor for class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
EventMethods - Class in org.eclipse.jetty.websocket.core.io.event
A representation of the methods available to call for a particular class.
EventMethods(Class<?>) - Constructor for class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
 
exchanges() - Method in class org.eclipse.jetty.client.HttpConversation
 
execute(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager
Executes the given task in a different thread.
execute(Runnable) - Method in class org.eclipse.jetty.server.HttpChannel
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
Execute a request and return the EndPoint through which responses can be received.
ExecutorCallback<C> - Class in org.eclipse.jetty.util
 
ExecutorCallback(Executor) - Constructor for class org.eclipse.jetty.util.ExecutorCallback
 
ExecutorCallback(Executor, int) - Constructor for class org.eclipse.jetty.util.ExecutorCallback
 
ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server
ExecutorThreadPool(ExecutorService) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
ExecutorThreadPool(int, int, long) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
Wraps an ThreadPoolExecutor using an unbounded LinkedBlockingQueue is used for the jobs queue;
ExecutorThreadPool(int, int, long, TimeUnit) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
Wraps an ThreadPoolExecutor using an unbounded LinkedBlockingQueue is used for the jobs queue.
ExecutorThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
exists(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
exists() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.JarResource
Returns true if the respresenetd resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresened resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
exists() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns true if the represented resource exists.
exists(String) - Method in class org.eclipse.jetty.util.Scanner
 
exit() - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
expandCommandLine(String[]) - Method in class org.eclipse.jetty.start.Main
 
expandHandler(Handler, List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
expire(List<?>) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Expire any Sessions we have in memory matching the list of expired Session ids.
expire() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Expire task.
expired() - Method in class org.eclipse.jetty.server.HttpChannelState
 
expired() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
Get an expired tasks.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Expire task.
EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
Extension - Class in org.eclipse.jetty.websocket.core.api
 
Extension() - Constructor for class org.eclipse.jetty.websocket.core.api.Extension
 
ExtensionConfig - Class in org.eclipse.jetty.websocket.core.protocol
Proposed interface for API (not yet settled)
ExtensionConfig(String) - Constructor for class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
ExtensionRegistry - Interface in org.eclipse.jetty.websocket.core.api
 
extractParameters() - Method in class org.eclipse.jetty.server.Request
Extract Parameters from query string and/or form _content.
extractUserId(ServletRequest) - Method in class org.eclipse.jetty.servlets.DoSFilter
Returns the user id, used to track this connection.

F

fail(Throwable) - Method in class org.eclipse.jetty.client.HttpReceiver
 
fail(Throwable) - Method in class org.eclipse.jetty.client.HttpSender
 
fail(Throwable) - Method in interface org.eclipse.jetty.spdy.StandardSession.FrameBytes
 
failed(StandardSession.FrameBytes, Throwable) - Method in class org.eclipse.jetty.spdy.StandardSession
 
failed(C, Throwable) - Method in class org.eclipse.jetty.util.Callback.Empty
 
failed(C, Throwable) - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation fails.
FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
failed(C, Throwable) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
failed(C, Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
 
failed(UpgradeResponse, Throwable) - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
failed(C, Throwable) - Method in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
failed(String, Throwable) - Method in class org.eclipse.jetty.websocket.server.callbacks.WebSocketOpenCallback
 
FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
fetch(HttpServletRequest) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
fetch(HttpServletRequest) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
Fields - Class in org.eclipse.jetty.util
A container for name/value pairs, known as fields.
Fields() - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty modifiable Fields instance.
Fields(Fields, boolean) - Constructor for class org.eclipse.jetty.util.Fields
Creates a Fields instance by copying the fields from the given Fields and making it (im)mutable depending on the given immutable parameter
Fields.Field - Class in org.eclipse.jetty.util
A named list of string values.
file(Path) - Method in interface org.eclipse.jetty.client.api.Request
Shortcut method to specify a file as a content for this request, with the default content type of "application/octect-stream".
file(Path, String) - Method in interface org.eclipse.jetty.client.api.Request
Shortcut method to specify a file as a content for this request, with the given content type.
file(Path) - Method in class org.eclipse.jetty.client.HttpRequest
 
file(Path, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
fileAdded(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileAdded(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
When the file is a jar or a folder, we look if it looks like an OSGi bundle.
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
fileChanged(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileChanged(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileConfigurationManager - Class in org.eclipse.jetty.deploy
FileConfigurationManager Supplies properties defined in a file.
FileConfigurationManager() - Constructor for class org.eclipse.jetty.deploy.FileConfigurationManager
 
FileDestroyable - Class in org.eclipse.jetty.util.component
 
FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(File) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileID - Class in org.eclipse.jetty.deploy.util
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
FileID() - Constructor for class org.eclipse.jetty.deploy.util.FileID
 
FilenameComparator - Class in org.eclipse.jetty.start
Smart comparator for filenames, with natural language sorting, and files sorted before sub directories.
FilenameComparator() - Constructor for class org.eclipse.jetty.start.FilenameComparator
 
fileRemoved(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileRemoved(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileResource - Class in org.eclipse.jetty.util.resource
File Resource.
FileResource(URL) - Constructor for class org.eclipse.jetty.util.resource.FileResource
 
filesChanged(List<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
FileServer - Class in org.eclipse.jetty.embedded
Simple Jetty FileServer.
FileServer() - Constructor for class org.eclipse.jetty.embedded.FileServer
 
FileServerXml - Class in org.eclipse.jetty.embedded
A Jetty FileServer.
FileServerXml() - Constructor for class org.eclipse.jetty.embedded.FileServerXml
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
fill(ByteBuffer) - Method in interface org.eclipse.jetty.io.EndPoint
Fill the passed buffer with data from this endpoint.
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
fillable() - Method in class org.eclipse.jetty.io.FillInterest
Call to signal that a read is now possible.
FillInterest - Class in org.eclipse.jetty.io
A Utility class to help implement EndPoint.fillInterested(Object, Callback) by keeping state and calling the context and callback objects.
FillInterest() - Constructor for class org.eclipse.jetty.io.FillInterest
 
fillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
Utility method to be called to register read interest.
fillInterested(C, Callback<C>) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
fillInterested(C, Callback<C>) - Method in interface org.eclipse.jetty.io.EndPoint
Requests callback methods to be invoked when a call to EndPoint.fill(ByteBuffer) would return data or EOF.
FilterConnection - Class in org.eclipse.jetty.io
TODO this class is still experimental
FilterConnection(ByteBufferPool, Executor, EndPoint, int) - Constructor for class org.eclipse.jetty.io.FilterConnection
 
FilterConnection.DebugFilter - Class in org.eclipse.jetty.io
 
FilterConnection.DebugFilter() - Constructor for class org.eclipse.jetty.io.FilterConnection.DebugFilter
 
FilterConnection.DumpToFileFilter - Class in org.eclipse.jetty.io
 
FilterConnection.DumpToFileFilter() - Constructor for class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
FilterConnection.DumpToFileFilter(File, boolean) - Constructor for class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
FilterConnection.DumpToFileFilter(String) - Constructor for class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
FilterConnection.DumpToFileFilter(File, String, boolean) - Constructor for class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
FilterConnection.Filter - Interface in org.eclipse.jetty.io
 
FilterConnection.FilteredEndPoint - Class in org.eclipse.jetty.io
 
FilterConnection.FilteredEndPoint() - Constructor for class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
FilterConnectionFactory - Class in org.eclipse.jetty.server
 
FilterConnectionFactory() - Constructor for class org.eclipse.jetty.server.FilterConnectionFactory
 
FilterConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.FilterConnectionFactory
 
FilterConnectionFactory(String, int) - Constructor for class org.eclipse.jetty.server.FilterConnectionFactory
 
FilterHolder - Class in org.eclipse.jetty.servlet
 
FilterHolder() - Constructor for class org.eclipse.jetty.servlet.FilterHolder
Constructor
FilterHolder(Holder.Source) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
Constructor
FilterHolder(Class<? extends Filter>) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
Constructor
FilterHolder(Filter) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
Constructor for existing filter.
FilterHolder.Registration - Class in org.eclipse.jetty.servlet
 
FilterHolder.Registration() - Constructor for class org.eclipse.jetty.servlet.FilterHolder.Registration
 
FilterMapping - Class in org.eclipse.jetty.servlet
 
FilterMapping() - Constructor for class org.eclipse.jetty.servlet.FilterMapping
 
FilterMappingMBean - Class in org.eclipse.jetty.servlet.jmx
 
FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.FilterMappingMBean
 
finalize() - Method in class org.eclipse.jetty.util.resource.Resource
 
findAuthentication(String, String, String) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Returns the authentication that matches the given type (for example, "Basic" or "Digest"), the given request URI and the given realm.
findAuthentication(String, String, String) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
findAuthenticationResult(String) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Returns an Authentication.Result that matches the given URI, or null if no Authentication.Results match the given URI.
findAuthenticationResult(String) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
findBean(ObjectName) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Lookup an instance by object name
findClass(String) - Method in class org.eclipse.jetty.osgi.boot.internal.jsp.TldLocatableURLClassloaderWithInsertedJettyClassloader
 
findClass(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
findCookies(Destination, String) - Method in interface org.eclipse.jetty.client.api.CookieStore
Returns the non-expired cookies that match the given destination and path, recursively matching parent paths (for the same domain) and parent domains (for the root path).
findCookies(Destination, String) - Method in class org.eclipse.jetty.client.HttpCookieStore
 
findEdges(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Find all edges that are connected to the specific node, both as an outgoing Edge.getFrom() or incoming Edge.getTo() end point.
findEdgesFrom(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Find all edges that are connected Edge.getFrom() the specific node.
findEntries(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the findEntries method.
findEntries(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the Bundle#findEntries method.
findField(Class<?>, String, Class<?>, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Look for jars in WEB-INF/lib
findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findMBean(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Lookup an object name by instance
findMethod(Package, Class<?>, String, boolean) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
Find a method of the given name either directly in the given class, or inherited.
findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findProtocolHandler(Request, Response) - Method in class org.eclipse.jetty.client.HttpClient
 
findResource(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
findWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
Look for any web-fragment.xml fragments in META-INF of jars in WEB-INF/lib
findWebXml(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
 
findWorkDirectory(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
finish() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Finish.
finish() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
finishConnect(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
finished() - Method in class org.eclipse.jetty.client.GZIPContentDecoder
 
firstEdge() - Method in class org.eclipse.jetty.deploy.graph.Path
 
firstNode() - Method in class org.eclipse.jetty.deploy.graph.Path
 
FixedMasker - Class in org.eclipse.jetty.websocket.client.masks
 
FixedMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
 
FixedMasker(byte[]) - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
 
flag() - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
FLAG_CLOSE - Static variable in class org.eclipse.jetty.spdy.api.DataInfo
Flag that indicates that this DataInfo is the last frame in the stream.
FLAG_CLOSE - Static variable in class org.eclipse.jetty.spdy.api.HeadersInfo
Flag that indicates that this HeadersInfo is the last frame in the stream.
FLAG_CLOSE - Static variable in class org.eclipse.jetty.spdy.api.ReplyInfo
Flag that indicates that this ReplyInfo is the last frame in the stream.
FLAG_CLOSE - Static variable in class org.eclipse.jetty.spdy.api.SynInfo
Flag that indicates that this DataInfo is the last frame in the stream.
FLAG_COMPRESS - Static variable in class org.eclipse.jetty.spdy.api.DataInfo
Flag that indicates that this DataInfo's data is compressed.
FLAG_RESET_COMPRESSION - Static variable in class org.eclipse.jetty.spdy.api.HeadersInfo
Flag that indicates that the compression of the stream must be reset.
FLAG_UNIDIRECTIONAL - Static variable in class org.eclipse.jetty.spdy.PushSynInfo
 
flattenBindings(Context, String) - Static method in class org.eclipse.jetty.jndi.NamingUtil
Do a deep listing of the bindings for a context.
flipPutFlip(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to fill mode.
flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to Flush mode.
FLOAT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
FlowControlStrategy - Interface in org.eclipse.jetty.spdy
 
FlowControlStrategy.None - Class in org.eclipse.jetty.spdy
 
FlowControlStrategy.None() - Constructor for class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
FlowControlStrategy.None(int) - Constructor for class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
FlowControlStrategyFactory - Class in org.eclipse.jetty.spdy.client
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
flush(ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
Flush data from the passed header/buffer to this endpoint.
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
flush() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Flush the stream.
flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
flush() - Method in class org.eclipse.jetty.server.HttpOutput
 
flush() - Method in class org.eclipse.jetty.server.HttpWriter
 
flush() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
flush() - Method in interface org.eclipse.jetty.spdy.ISession
Initiates the flush of data to the other peer.
flush() - Method in class org.eclipse.jetty.spdy.StandardSession
 
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
flush() - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketWriter
 
flush() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
flushBuffer() - Method in class org.eclipse.jetty.server.Response
 
flushBuffer() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
flushCache() - Method in class org.eclipse.jetty.server.ResourceCache
 
followRedirects() - Method in interface org.eclipse.jetty.client.api.Request
 
followRedirects(boolean) - Method in interface org.eclipse.jetty.client.api.Request
 
followRedirects() - Method in class org.eclipse.jetty.client.HttpRequest
 
followRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpRequest
 
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
fork(T) - Method in class org.eclipse.jetty.util.ForkInvoker
Executes the forked invocation
ForkInvoker<T> - Class in org.eclipse.jetty.util
Utility class that splits calls to #invoke(T) into calls to #fork(T) or #call(T) depending on the max number of reentrant calls to #invoke(T).
ForkInvoker(int) - Constructor for class org.eclipse.jetty.util.ForkInvoker
Creates an instance with the given max number of reentrant calls to #invoke(T)

If maxInvocations is zero or negative, it is interpreted as if the max number of reentrant calls is infinite.

forkPath() - Method in class org.eclipse.jetty.deploy.graph.Path
 
format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long, StringBuilder) - Method in class org.eclipse.jetty.util.DateCache
Format to string buffer.
formatBuffer(long) - Method in class org.eclipse.jetty.util.DateCache
 
formatCookieDate(StringBuilder, long) - Static method in class org.eclipse.jetty.http.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
FormAuthenticator - Class in org.eclipse.jetty.security.authentication
FORM Authenticator.
FormAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator.FormAuthentication - Class in org.eclipse.jetty.security.authentication
This Authentication represents a just completed Form authentication.
FormAuthenticator.FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
FormAuthenticator.FormRequest - Class in org.eclipse.jetty.security.authentication
 
FormAuthenticator.FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
FormAuthenticator.FormResponse - Class in org.eclipse.jetty.security.authentication
 
FormAuthenticator.FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
 
FORWARD - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
 
ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
ForwardedSchemeHeaderRule - Class in org.eclipse.jetty.rewrite.handler
Set the scheme for the request
ForwardedSchemeHeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
forwardFailure(Response.Listener, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
forwardFailureComplete(Response.Listener, Request, Throwable, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
forwardSuccess(Response.Listener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
forwardSuccessComplete(Response.Listener, Request, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.webapp.FragmentConfiguration
 
FragmentActivator - Class in org.eclipse.jetty.osgi.boot.jsp
Pseudo fragment activator.
FragmentActivator() - Constructor for class org.eclipse.jetty.osgi.boot.jsp.FragmentActivator
 
FragmentConfiguration - Class in org.eclipse.jetty.webapp
FragmentConfiguration Process web-fragments in jars
FragmentConfiguration() - Constructor for class org.eclipse.jetty.webapp.FragmentConfiguration
 
FragmentDescriptor - Class in org.eclipse.jetty.webapp
Fragment A web-fragment.xml descriptor.
FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.FragmentDescriptor
 
FragmentDescriptor.OtherType - Enum in org.eclipse.jetty.webapp
 
FragmentExtension - Class in org.eclipse.jetty.websocket.core.extensions.fragment
 
FragmentExtension() - Constructor for class org.eclipse.jetty.websocket.core.extensions.fragment.FragmentExtension
 
frame - Variable in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
Frame - Interface in org.eclipse.jetty.websocket.core.protocol
The immutable frame details.
FrameBytes<C> - Class in org.eclipse.jetty.websocket.core.io
 
FrameBytes(AbstractWebSocketConnection, Callback<C>, C, WebSocketFrame) - Constructor for class org.eclipse.jetty.websocket.core.io.FrameBytes
 
FrameQueue - Class in org.eclipse.jetty.websocket.core.io
 
FrameQueue() - Constructor for class org.eclipse.jetty.websocket.core.io.FrameQueue
 
frameworkHasCompletedAutostarts() - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
from(int) - Static method in enum org.eclipse.jetty.spdy.api.SessionStatus
 
from(byte) - Static method in enum org.eclipse.jetty.spdy.api.Settings.Flag
 
from(int) - Static method in class org.eclipse.jetty.spdy.api.Settings.ID
 
from(short, int) - Static method in enum org.eclipse.jetty.spdy.api.StreamStatus
 
from(short) - Static method in enum org.eclipse.jetty.spdy.frames.ControlFrameType
 
from(short, String) - Static method in enum org.eclipse.jetty.spdy.server.http.HTTPSPDYHeader
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
fromJSON(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert JSON to Object
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.
fromString(String) - Static method in enum org.eclipse.jetty.http.HttpMethod
Converts the given String parameter to an HttpMethod
fromString(String) - Static method in enum org.eclipse.jetty.http.HttpVersion
Case insensitive fromString() conversion
fromVersion(int) - Static method in enum org.eclipse.jetty.http.HttpVersion
 
FutureCallback<C> - Class in org.eclipse.jetty.util
 
FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(C) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(C, Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
 

G

GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
GCThreadLeakPreventer - Class in org.eclipse.jetty.util.preventers
GCThreadLeakPreventer Prevents a call to sun.misc.GC.requestLatency pinning a webapp classloader by calling it with a non-webapp classloader.
GCThreadLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
 
generate() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.ControlFrameGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.CredentialGenerator
 
generate(int, int, DataInfo) - Method in class org.eclipse.jetty.spdy.generator.DataFrameGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.GoAwayGenerator
 
generate(short, Fields) - Method in class org.eclipse.jetty.spdy.generator.HeadersBlockGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.HeadersGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.NoOpGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.PingGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.RstStreamGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.SettingsGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.SynReplyGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.SynStreamGenerator
 
generate(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.WindowUpdateGenerator
 
generate(URI) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
generate(int, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
Generate, into a ByteBuffer, no more than bufferSize of contents from the frame.
generate(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
generate a byte buffer based on the frame being passed in bufferSize is determined by the length of the payload + 28 for frame overhead
generateControlFrameHeader(ControlFrame, int, ByteBuffer) - Method in class org.eclipse.jetty.spdy.generator.ControlFrameGenerator
 
generateRequest(HttpGenerator.RequestInfo, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateResponse(HttpGenerator.ResponseInfo, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateThumbs(Queue<Map<String, String>>) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
Generator - Class in org.eclipse.jetty.spdy.generator
 
Generator(ByteBufferPool, CompressionFactory.Compressor) - Constructor for class org.eclipse.jetty.spdy.generator.Generator
 
Generator - Class in org.eclipse.jetty.websocket.core.protocol
Generating a frame in WebSocket land.
Generator(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.core.protocol.Generator
Construct Generator with provided policy and bufferPool
Generator(WebSocketPolicy, ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.websocket.core.protocol.Generator
Construct Generator with provided policy and bufferPool
GET(String) - Method in class org.eclipse.jetty.client.HttpClient
 
GET(URI) - Method in class org.eclipse.jetty.client.HttpClient
 
get() - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
get(String) - Method in class org.eclipse.jetty.http.HttpFields
 
get(int) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
 
get(ByteBuffer, byte[], int, int) - Method in class org.eclipse.jetty.server.ByteBufferHttpInput
 
get(T, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
get(Settings.ID) - Method in class org.eclipse.jetty.spdy.api.Settings
 
get(short) - Static method in class org.eclipse.jetty.spdy.CompressionDictionary
 
get(DataInfo, byte[], int, int) - Method in class org.eclipse.jetty.spdy.server.http.HttpInputOverSPDY
 
get(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(String) - Method in class org.eclipse.jetty.util.Fields
 
get() - Method in class org.eclipse.jetty.util.FutureCallback
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
get(Object) - Method in class org.eclipse.jetty.util.HostMap
 
get(Object) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the object mapped to the specified internet address literal
get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Get item from the list
get(Object) - Method in class org.eclipse.jetty.util.StringMap
 
get(String) - Method in class org.eclipse.jetty.util.StringMap
 
get(String, int, int) - Method in class org.eclipse.jetty.util.StringMap
 
get(ByteBuffer) - Method in class org.eclipse.jetty.util.StringMap
 
get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the ith child node or content.
get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the first child node with the tag.
getAcceptedSubProtocol() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
Get the accepted WebSocket protocol.
getAcceptedSubProtocol() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
 
getAccessed() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAccessed() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getActiveClasspath() - Method in class org.eclipse.jetty.start.Config
Get the active classpath, as dictated by OPTIONS= entries.
getActiveConnections() - Method in class org.eclipse.jetty.client.HttpDestination
 
getActiveOptions() - Method in class org.eclipse.jetty.start.Config
 
getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
 
getAddress() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector.ProxyServerInfo
 
getAfters() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
getAge() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
getAlias() - Method in class org.eclipse.jetty.util.resource.FileResource
 
getAlias() - Method in class org.eclipse.jetty.util.resource.Resource
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAllowUserInteraction() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAnnotatedTypeNames() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
getAnnotationHandlers(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Deprecated. 
getAnnotationHandlers() - Method in class org.eclipse.jetty.annotations.AnnotationParser
Deprecated. 
getAnnotationList() - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
getAnnotationName() - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
Get the name of the annotation processed by this handler.
getAnnotationName() - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
getAnnotationName() - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
getAnnotationName() - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
getAnnotationName() - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
getAnnotationValues() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
 
getApp() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getAppByOriginId(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getAppEntries() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApplicableTypeNames() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
getAppProvider() - Method in class org.eclipse.jetty.deploy.App
 
getAppProviders() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getAppProviders() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getApps() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApps(Node) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Get Set of Apps by Node
getApps(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApps() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getApps(String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getAppsWithSameContext(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getArgs() - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
getAssociate() - Method in class org.eclipse.jetty.util.resource.Resource
 
getAssociatedStream() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getAssociatedStream() - Method in interface org.eclipse.jetty.spdy.IStream
Overrides Stream.getAssociatedStream() to return an instance of IStream instead of Stream
getAssociatedStream() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getAssociatedStreamId() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
getAssociatedStreamId() - Method in class org.eclipse.jetty.spdy.PushSynInfo
 
getAsyncContext() - Method in class org.eclipse.jetty.server.Request
 
getAsyncContinuation() - Method in class org.eclipse.jetty.server.Request
 
getAsyncEventState() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getAttribute(String) - Method in class org.eclipse.jetty.client.HttpConversation
 
getAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
Get a request attribute.
getAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
getAttribute(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Request
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
getAttribute(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAttribute(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
getAttribute(String) - Method in interface org.eclipse.jetty.spdy.api.Session
 
getAttribute(String) - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getAttribute(String) - Method in class org.eclipse.jetty.spdy.StandardSession
 
getAttribute(String) - Method in class org.eclipse.jetty.spdy.StandardStream
 
getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
 
getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getAttributeNames() - Method in class org.eclipse.jetty.client.HttpConversation
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Request
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Server
 
getAttributeNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAttributeNames() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getAttributeNames() - Method in interface org.eclipse.jetty.util.Attributes
 
getAttributeNames() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributes(String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributes() - Method in class org.eclipse.jetty.server.Request
 
getAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAttributes() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an array of element attributes.
getAuthenticate() - Method in class org.eclipse.jetty.util.security.Constraint
 
getAuthentication() - Method in class org.eclipse.jetty.server.Request
Get the authentication.
getAuthenticationStore() - Method in class org.eclipse.jetty.client.HttpClient
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in interface org.eclipse.jetty.security.Authenticator.Factory
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthMethod() - Method in class org.eclipse.jetty.security.UserAuthentication
 
getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI
 
getAuthType() - Method in class org.eclipse.jetty.server.Request
 
getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getBaseRequest() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getBaseResource() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getBean(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans() - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBefores() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
getBehavior() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getBindAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getBindAddress() - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
getBindAddress() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
The address to bind local physical (outgoing) TCP Sockets to.
getBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Get a name to object binding from this Context
getBinding(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Get a name to object binding from this Context
getBindings() - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all Node bound objects.
getBindings(Node) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all objects bound to a specific Node
getBindings(String) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all objects bound to a specific Node
getBindings() - Method in class org.eclipse.jetty.jndi.NamingContext
 
getBindingTargets() - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
Get a list of targets that this implementation should bind to.
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getBlockingConnection() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getBuffer() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getBufferPool() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getBufferPool() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getBufferPool() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
getBufferSize() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the buffer size.
getBufferSize() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getBufferSize() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.DeflateCompressionMethod
 
getBundle() - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
Returns the Bundle that defined this web-application.
getBundle(BundleContext, String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Returns a bundle according to its location.
getBundleClassLoader(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
 
getBundleClassLoader(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
Assuming the bundle is started.
getBundleContext() - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
getBundleInstallLocation(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Works with equinox, felix, nuxeo and probably more.
getBundleInstallLocation(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Works with equinox, felix, nuxeo and probably more.
getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getByteBuffer() - Method in interface org.eclipse.jetty.spdy.StandardSession.FrameBytes
 
getByteBuffer() - Method in class org.eclipse.jetty.websocket.core.io.ControlFrameBytes
 
getByteBuffer() - Method in class org.eclipse.jetty.websocket.core.io.DataFrameBytes
 
getByteBuffer() - Method in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
getByteBufferPool() - Method in class org.eclipse.jetty.client.HttpClient
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.HttpChannel
 
getByteBufferPool() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
getByteBufferPool() - Method in class org.eclipse.jetty.spdy.generator.ControlFrameGenerator
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getBytes() - Method in enum org.eclipse.jetty.http.HttpMethod
 
getBytes() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytesColonSpace() - Method in enum org.eclipse.jetty.http.HttpHeader
 
getBytesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getBytesIn() - Method in interface org.eclipse.jetty.io.Connection
 
getBytesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getBytesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getBytesOut() - Method in interface org.eclipse.jetty.io.Connection
 
getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Get the cacheControl.
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCachedSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCacheMs() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getCallbackHandler() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
getCallbacks() - Method in class org.eclipse.jetty.plus.servlet.ServletHandler
 
getCanonicalContext() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.webapp.WebInfConfiguration
Create a canonical name for a webapp temp directory.
getCapacity() - Method in class org.eclipse.jetty.util.ArrayQueue
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.server.ssl.SslCertificates
 
getCertificateChain() - Method in class org.eclipse.jetty.spdy.frames.CredentialFrame
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getChannel() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
 
getCharset() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCheckAliases() - Static method in class org.eclipse.jetty.util.resource.FileResource
getCheckAliases.
getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getChildHandlers() - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getClassLoader() - Method in class org.eclipse.jetty.start.Classpath
 
getClassName() - Method in class org.eclipse.jetty.servlet.Holder
 
getClassName() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
getClassNames() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
getClassNamesExtendingOrImplementing(String) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
getClasspath() - Method in class org.eclipse.jetty.start.Config
Get the default classpath.
getClassPath(ClassLoader) - Static method in class org.eclipse.jetty.util.Loader
Generate the classpath (as a string) of all classloaders above the given classloader.
getClient() - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientConnection
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getClients() - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
getClientUpgradeRequest() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getClosedStream() - Static method in class org.eclipse.jetty.util.IO
 
getClusterId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getClusterId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID without any worker ID.
getClusterId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id without any node identifier suffix.
getClusterId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a cluster ID from a node ID.
getClusterId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getCode() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the HttpStatusCode for a specific code
getCode() - Method in enum org.eclipse.jetty.spdy.api.SessionStatus
 
getCode(short) - Method in enum org.eclipse.jetty.spdy.api.StreamStatus
 
getCode() - Method in enum org.eclipse.jetty.spdy.frames.ControlFrameType
 
getCombinedClasspath(Collection<String>) - Method in class org.eclipse.jetty.start.Config
Get the combined classpath representing the default classpath plus all named sections.
getComment() - Method in class org.eclipse.jetty.http.HttpCookie
 
getCompletePath() - Method in class org.eclipse.jetty.http.HttpURI
 
getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfig(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
getConfig() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
getConfig() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getConfigResource() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
returns the resource associated with the configured properties file, creating it if necessary
getConfigurationClasses() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
getConfigurationClasses() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
getConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getConfigurationManager() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
getConfigurationProcessor(String, String) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessorFactory
 
getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
 
getConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getConnection() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getConnection() - Method in interface org.eclipse.jetty.io.EndPoint
 
getConnection() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractDatabaseLoginModule
 
getConnection() - Method in class org.eclipse.jetty.plus.jaas.spi.DataSourceLoginModule
Get a connection from the DataSource
getConnection() - Method in class org.eclipse.jetty.plus.jaas.spi.JDBCLoginModule
Get a connection from the DriverManager
getConnection() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get a connection from the driver or datasource.
getConnection() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getConnection() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getConnection() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory() - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
getConnectionManager() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsDurationTotal() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsMessagesInMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsMessagesInMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsMessagesInStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionUrl() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getConnector() - Method in class org.eclipse.jetty.server.HttpChannel
 
getConnector() - Method in class org.eclipse.jetty.server.HttpConnection
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
getConnectTimeout() - Method in class org.eclipse.jetty.io.SelectorManager
 
getConnectTimeout() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getConnectTimeout() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
getConnectTimeout() - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
getConstraint() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getConstraintMappings() - Method in interface org.eclipse.jetty.security.ConstraintAware
 
getConstraintMappings() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getContainerInitializer() - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
getContent() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
getContent() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getContent() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getContent(Class[]) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getContentAsString() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
getContentAsString(String) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
getContentBytes() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getContentCount() - Method in class org.eclipse.jetty.server.Response
 
getContentDecoderFactories() - Method in class org.eclipse.jetty.client.HttpClient
 
getContentDispositionFilename() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
Get the filename from the content-disposition.
getContentEncoding() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getContentLength() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentLength() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getContentLength() - Method in class org.eclipse.jetty.server.Request
 
getContentLength() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getContentPrepared() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentType() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getContentType() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getContentType() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
getContentType() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContext() - Method in class org.eclipse.jetty.server.Request
 
getContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getContext() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getContext() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
getContext(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
 
getContextAttribute(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Get a contextAttribute that will be set for every Context deployed by this provider.
getContextAttributes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
getContextForNamingEntries(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
getContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
getContextHandler() - Method in class org.eclipse.jetty.deploy.App
Get ContextHandler for the App.
getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getContextHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getContextHandlerCollection() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getContextId() - Method in class org.eclipse.jetty.deploy.App
Deprecated.
Use getContextPath instead.
getContextLog() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getContextPath() - Method in class org.eclipse.jetty.deploy.App
The context path App relating to how it is installed on the jetty server side.
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextPath() - Method in class org.eclipse.jetty.server.Request
 
getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getContextPath() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getContextPath() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getContexts() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getContexts() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getContextXmlDir() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
The context xml directory.
getContextXmlDirAsFile() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
The context xml directory.
getContinuation(ServletRequest) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
Get a Continuation.
getContinuation(ServletRequest, ServletResponse) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
getContinuationIndex() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
The number of fragments this frame consists of.
getConversation(long) - Method in class org.eclipse.jetty.client.HttpClient
 
getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a class.
getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a named class.
getCookieMap() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getCookieMap() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getCookieMap() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
 
getCookies() - Method in class org.eclipse.jetty.server.Request
 
getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getCookieStore() - Method in class org.eclipse.jetty.client.HttpClient
 
getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getCreated() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
 
getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.EndPoint
 
getCreateTables() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getCreator() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
getCredential() - Method in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
getCredential() - Method in class org.eclipse.jetty.plus.jaas.spi.UserInfo
 
getCredential() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getCredential() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
Get a credential from a String.
getCrlPath() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Get the crlPath.
getCrlPath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
 
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current ServletContext implementation.
getCurrentHttpChannel() - Static method in class org.eclipse.jetty.server.HttpChannel
 
getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.security.SecurityHandler
 
getCurrentUser() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
getCurrentWebAppContext() - Static method in class org.eclipse.jetty.webapp.WebAppContext
 
getCustomErrorHandler() - Static method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorHandlerHelper
 
getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getCustomizers() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
 
getDataSource() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDatasourceName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDate() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using RolloverFileOutputStream.
getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getDateField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDateHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getDBName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getDecodedPath(String) - Method in class org.eclipse.jetty.http.HttpURI
 
getDecorators() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
getDecryptedEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getDefault() - Static method in class org.eclipse.jetty.util.ajax.JSON
 
getDefaultConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
 
getDefaultContentType() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getDefaultLifeCycleGoal() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultProtocol() - Method in class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the defaultsDescriptor.
getDefaultsDescriptor() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Get the defaultsDescriptor.
getDefaultsDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Get the defaultSecurityHandlerClass.
getDefaultServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getDefaultSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getDefaultSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getDefaultUseCaches() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
 
getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getDelayMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
getDeployedApps() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getDeploymentManager() - Method in class org.eclipse.jetty.deploy.App
 
getDeploymentManager() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
Get the deploymentManager.
getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
getDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getDestination(String, String, int) - Method in class org.eclipse.jetty.client.HttpClient
 
getDestination() - Method in class org.eclipse.jetty.client.HttpConnection
 
getDestinations() - Method in class org.eclipse.jetty.client.HttpClient
 
getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
getDispatchContext() - Method in class org.eclipse.jetty.server.HttpChannelState.AsyncEventState
 
getDispatched() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatcherType() - Method in class org.eclipse.jetty.server.Request
 
getDispatchTime() - Method in class org.eclipse.jetty.server.Request
Get timestamp of the request dispatch
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDisplayName() - Method in class org.eclipse.jetty.servlet.Holder
 
getDoInput() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie
 
getDomain() - Method in class org.eclipse.jetty.jmx.MBeanContainer
Retrieve domain name used to add MBeans
getDoOutput() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
 
getDuration() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
getEdge(int) - Method in class org.eclipse.jetty.deploy.graph.Path
 
getEdges() - Method in class org.eclipse.jetty.deploy.graph.Graph
 
getEdges() - Method in class org.eclipse.jetty.deploy.graph.Path
 
getEffectiveMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getEffectiveSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getElements() - Method in class org.eclipse.jetty.start.Classpath
 
getElIgnored() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getEncodedToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getEncoding() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
getEncoding() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getEndPoint() - Method in interface org.eclipse.jetty.io.Connection
 
getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.NamingContext
Get the environment of this Context.
getEnvironment() - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
get the context for connection
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getErrorPages() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getExchange() - Method in class org.eclipse.jetty.client.HttpConnection
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExcluded() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the excluded user agents.
getExcludedCount() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExecutor() - Method in class org.eclipse.jetty.client.HttpClient
 
getExecutor() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getExecutor() - Method in class org.eclipse.jetty.io.SelectorManager
 
getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getExecutor() - Method in interface org.eclipse.jetty.server.Connector
 
getExecutor() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
getExecutor() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getExpiration() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getExpiryTime() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getExtensionRegistry() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getExtensionRegistry() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
getExtensions() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getExtensions() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getExtensions() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getExtensions() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
Get the list of extensions that should be used for the websocket.
getExtensions() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
Get the list of extensions in use.
getExtensions() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
getExtensions() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getExtraClasspath() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
 
getExtraClasspath() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getFactories(SslContextFactory, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getFactory() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getFactory() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getFailure() - Method in class org.eclipse.jetty.client.api.Result
 
getField(int) - Method in class org.eclipse.jetty.http.HttpFields
Get a Field by index.
getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getField(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getField(Class) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
getFieldNames() - Method in class org.eclipse.jetty.http.HttpFields
Get enumeration of header _names.
getFieldNamesCollection() - Method in class org.eclipse.jetty.http.HttpFields
Get Collection of header names.
getFile() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
Get the file, if any, the data has been written to.
getFile() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an File representing the given resource or NULL if this is not possible.
getFile() - Method in class org.eclipse.jetty.util.resource.JarResource
 
getFile() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an File representing the given resource or NULL if this is not possible.
getFile() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getFile() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an File representing the given resource or NULL if this is not possible.
getFileInBundle(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Locate a file inside a bundle.
getFileInBundle(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Locate a file inside a bundle.
getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the output file name of the request log.
getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the file name date format string.
getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
Get any filter applied to files in the scan dir.
getFileURL(URL) - Static method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Only useful for equinox: on felix we get the file:// url already.
getFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getFillInterest() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getFilter() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
getFilter(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getFilterEndPoint() - Method in class org.eclipse.jetty.io.FilterConnection
 
getFilterMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getFilterName() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
getFilterRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getFilterRegistration(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getFilterRegistrations() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getFilters() - Method in class org.eclipse.jetty.servlet.ServletHandler
Get Filters.
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFlags() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
getFlags() - Method in class org.eclipse.jetty.spdy.api.HeadersInfo
 
getFlags() - Method in class org.eclipse.jetty.spdy.api.ReplyInfo
 
getFlags() - Method in class org.eclipse.jetty.spdy.api.SettingsInfo
 
getFlags() - Method in class org.eclipse.jetty.spdy.api.SynInfo
 
getFlags() - Method in class org.eclipse.jetty.spdy.frames.ControlFrame
 
getFlags() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
getFlags() - Method in class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
getFlags() - Method in class org.eclipse.jetty.spdy.PushSynInfo
 
getForcedPath() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Get the forwardedProtoHeader.
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI
 
getFragment(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
getFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
getFragmentFromJar(Resource, List<FragmentDescriptor>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Get the web-fragment.xml from a jar
getFragments(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Helper to access the PackageAdmin and return the fragments hosted by a bundle.
getFragments() - Method in class org.eclipse.jetty.webapp.MetaData
 
getFragmentsAndRequiredBundles(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Returns the fragments and the required-bundles of a bundle.
getFrom() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
getGenerator() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getHeader() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getHeader() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
getHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getHeader(String) - Method in class org.eclipse.jetty.server.Response
 
getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
getHeader(String) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getHeader(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getHeader(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getHeaderField(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderField(String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderFieldDate(String, long) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderFieldInt(String, int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderFieldKey(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderFields() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getHeaderNames() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Request
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Response
 
getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaderNames() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
getHeaderNames() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getHeaderNamesSet() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getHeaderNamesSet() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
getHeaderNamesSet() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getHeaders(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Request
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Response
 
getHeaders(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaders(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
getHeaders() - Method in class org.eclipse.jetty.spdy.api.HeadersInfo
 
getHeaders() - Method in class org.eclipse.jetty.spdy.api.ReplyInfo
 
getHeaders() - Method in class org.eclipse.jetty.spdy.api.SynInfo
 
getHeaders() - Method in class org.eclipse.jetty.spdy.frames.HeadersFrame
 
getHeaders() - Method in class org.eclipse.jetty.spdy.frames.SynReplyFrame
 
getHeaders() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
getHeaders(String) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
getHeaderValue(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getHeaderValue(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
getHeaderValue(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getHeaderValues(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getHeaderValues(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
getHeaderValues(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getHeldClass() - Method in class org.eclipse.jetty.servlet.Holder
 
getHolderEntry(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
ServletHolder matching path.
getHost() - Method in class org.eclipse.jetty.http.HttpURI
 
getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getHost() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector.ProxyServerInfo
 
getHost() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getHost() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getHost() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
 
getHttpChannel() - Method in class org.eclipse.jetty.server.Request
 
getHttpChannel() - Method in class org.eclipse.jetty.server.Response
 
getHttpChannelConfig() - Method in class org.eclipse.jetty.server.HttpChannel
 
getHttpChannelConfig() - Method in interface org.eclipse.jetty.server.HttpChannelConfig.ConnectionFactory
 
getHttpChannelConfig() - Method in class org.eclipse.jetty.server.HttpConnection
 
getHttpChannelConfig() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
getHttpChannelConfig() - Method in class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnectionFactory
 
getHttpChannelConfig() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPConnectionFactory
 
getHttpClient() - Method in class org.eclipse.jetty.client.HttpConnection
 
getHttpEndPointName() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getHttpEndPointName() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getHttpEndPointName() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
Get the endpoint of the WebSocket connection.
getHttpFields() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getHttpFields() - Method in class org.eclipse.jetty.server.Request
 
getHttpFields() - Method in class org.eclipse.jetty.server.Response
 
getHttpInput() - Method in class org.eclipse.jetty.server.Request
 
getHttpOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getHttpOnly() - Method in interface org.eclipse.jetty.server.SessionManager
 
getHttpOutput() - Method in class org.eclipse.jetty.server.Response
 
getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
getHttpSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getHttpSession(String) - Method in interface org.eclipse.jetty.server.SessionManager
Returns the HttpSession with the given session id
getHttpVersion() - Method in class org.eclipse.jetty.http.HttpGenerator.Info
 
getHttpVersion() - Method in class org.eclipse.jetty.server.HttpChannel
 
getHttpVersion() - Method in class org.eclipse.jetty.server.Request
 
getId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getId() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getId() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getIdentityService() - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
Get the identityService.
getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getIdentityService() - Method in interface org.eclipse.jetty.security.LoginService
Get the IdentityService associated with this Login Service.
getIdentityService() - Method in class org.eclipse.jetty.security.MappedLoginService
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
getIdleConnections() - Method in class org.eclipse.jetty.client.HttpDestination
 
getIdleSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getIdleTimeout() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getIdleTimeout() - Method in interface org.eclipse.jetty.io.EndPoint
Get the max idle time in ms.
getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
 
getIdleTimeout() - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
getIdleTimeout() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getIdleTimestamp() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
getIfModifiedSince() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getIgnorePaths() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the request paths that will not be logged.
getIn() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getIncludeCodas() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getIncludePreludes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getIncludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getIncoming() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getIncomingFramesHandler() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
getIndexOf(List<Resource>, String) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getInfo() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getInitialContext(Hashtable) - Method in class org.eclipse.jetty.jndi.InitialContextFactory
Get Context that has access to default Namespace.
getInitialWindowSize() - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
getInitialWindowSize() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
getInitOrder() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getInitOrder() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
getInitParameter(String) - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter
getInitParameter(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParameter(String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder
 
getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
 
getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
getInitParameter(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
getInitParameterNames() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter names
getInitParameterNames() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParameterNames() - Method in class org.eclipse.jetty.servlet.Holder
 
getInitParameterNames() - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
 
getInitParameterNames() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getInitParameters() - Method in class org.eclipse.jetty.servlet.Holder
 
getInitParameters() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParams() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getInjection(String, Class<?>, Field) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getInjection(String, Class<?>, Method, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getInjections(String) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getInjections() - Method in class org.eclipse.jetty.plus.servlet.ServletHandler
 
getInputBufferSize() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getInputState() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getInputStream() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getInputStream() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getInputStream() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an input stream to the resource
getInputStream() - Method in class org.eclipse.jetty.util.resource.JarResource
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an input stream to the resource
getInputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an input stream to the resource
getInstance() - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
getInstance() - Static method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
 
getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
Returns the instance of the singleton
getInterestedTypes() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getIsXml() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getJarForFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
getJarsWithTlds(OSGiAppProvider, BundleFileLocatorHelper) - Method in class org.eclipse.jetty.osgi.boot.jasper.PluggableWebAppRegistrationCustomizerImpl
 
getJarsWithTlds(OSGiAppProvider, BundleFileLocatorHelper) - Method in class org.eclipse.jetty.osgi.boot.jasper.WebappRegistrationCustomizerImpl
The jasper TldScanner expects a URLClassloader to parse a jar for the /META-INF/*.tld it may contain.
getJarsWithTlds(OSGiAppProvider, BundleFileLocatorHelper) - Method in interface org.eclipse.jetty.osgi.boot.utils.WebappRegistrationCustomizer
TODO: right now only the jetty-jsp bundle is scanned for common taglibs.
getJettyXml() - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
getJndiName() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getJndiName() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Get the unique name of the object relative to the scope
getJndiName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getJndiNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Get the name of the object, fully qualified with the scope
getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getJspConfigDescriptor() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getJspPropertyGroups() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
getKey() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getKey() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStore(InputStream, String, String, String, String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads keystore using an input stream or a file path in the same order of precedence.
getKeyStore(InputStream, String, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
getKeyStore(InputStream, String, String, String, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated. 
getKeyStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLast(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLastAccessed() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getLastModified() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getLastModified(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastStreamId() - Method in class org.eclipse.jetty.spdy.api.GoAwayInfo
 
getLastStreamId() - Method in class org.eclipse.jetty.spdy.frames.GoAwayFrame
 
getLazyMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the path.
getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
getLazyMatches(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve a lazy list of map entries associated with specified internet address by taking into account the wildcard specifications.
getLeftMostFieldValue(HttpFields, String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getLegacyRule() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Deprecated.
getLength() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
getLength() - Method in class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
getLevel() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getLevelId(String, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
 
getLifeCycle() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getLifeCycleBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getLifecyleNode() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getLimit() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getLingerTime() - Method in class org.eclipse.jetty.server.ServerConnector
 
getLink() - Method in class org.eclipse.jetty.plus.jndi.Link
 
getList() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getListeners() - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
getListHTML(String, boolean) - Method in class org.eclipse.jetty.util.resource.Resource
Get the resource list as a HTML directory listing.
getLoadStatement(Connection, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getLocalAddr() - Method in class org.eclipse.jetty.server.Request
 
getLocalAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getLocalAddress() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalAddress() - Method in class org.eclipse.jetty.server.HttpChannel
 
getLocale() - Method in class org.eclipse.jetty.server.Request
 
getLocale() - Method in class org.eclipse.jetty.server.Response
 
getLocaleEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the character encoding for a locale.
getLocales() - Method in class org.eclipse.jetty.server.Request
 
getLocalName() - Method in class org.eclipse.jetty.server.Request
 
getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.Request
 
getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
 
getLocalRepositoryLocation() - Static method in class org.eclipse.jetty.plugins.util.MavenUtils
Read the local repository location from settings.xml.
getLocalURL(URL) - Static method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Only useful for equinox: on felix we get the file:// or jar:// url already.
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getLog() - Static method in class org.eclipse.jetty.util.log.Log
 
getLogCookies() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log cookies flag
getLogDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timestamp format string for request log entries.
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
 
getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.Log
Obtain a named Logger based on the fully qualified class name.
getLogger(String) - Static method in class org.eclipse.jetty.util.log.Log
Obtain a named Logger or the default Logger if null is passed.
getLogger(String) - Method in interface org.eclipse.jetty.util.log.Logger
 
getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.StdErrLog
Obtain a StdErrLog reference for the specified class, a convenience method used most often during testing to allow for control over a specific logger.
getLoggers() - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
 
getLoggers() - Static method in class org.eclipse.jetty.util.log.Log
Get a map of all configured Logger instances.
getLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
Get the Logging Level for the provided log name.
getLoggingProperty(Properties, String, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
 
getLoginService() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
getLoginService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getLoginService() - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the loginService.
getLogLatency() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log request processing time flag.
getLogLocale() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the locale of the request log.
getLogServer() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log hostname flag.
getLogTimeZone() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timezone of the request log.
getLongContentLength() - Method in class org.eclipse.jetty.server.Response
 
getLongField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getMainClassname() - Method in class org.eclipse.jetty.start.Config
 
getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMajorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
getManagedObject() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getManagedServerName() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getMap() - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
getMapped() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getMappingName() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getMappings() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
getMask() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
getMask() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
getMasker() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getMasker() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Get the entry mapped by the best specification.
getMatch(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the first map entry that is associated with the specified internet address by taking into account the wildcard specifications.
getMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the path.
getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie
 
getMaxAssociatedResources() - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getMaxCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCacheSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getMaxConnectionsPerAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxFormKeys() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxIdleMs() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getMaxIdleTimeMs() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the maximum thread idle time.
getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxPayloadSize() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getMaxPriority() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
getMaxQueued() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxQueueSizePerAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxRedirects() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxRequestMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) to allow the request to process.
getMaxRequests() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the maximum number of requests allowed to be processed at the same time.
getMaxRequestsPerSec() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum number of requests from a connection per second.
getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getMaxWaitMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
getMBeanContainer() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getMBeanInfo() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getMBeanServer() - Method in class org.eclipse.jetty.jmx.MBeanContainer
Retrieve instance of MBeanServer used by container
getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMessage() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the status message for a specific code.
getMessagesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getMessagesIn() - Method in interface org.eclipse.jetty.io.Connection
 
getMessagesIn() - Method in class org.eclipse.jetty.io.FilterConnection
 
getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getMessagesOut() - Method in interface org.eclipse.jetty.io.Connection
 
getMessagesOut() - Method in class org.eclipse.jetty.io.FilterConnection
 
getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMetaData() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getMetaDataComplete() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
getMethod() - Method in class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
getMethod() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getMethod() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getMethod() - Method in class org.eclipse.jetty.server.Request
 
getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getMethod() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
getMethodName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getMethodOmissions() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getMethods(Class<?>) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriverFactory
 
getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the mime types.
getMinGzipSize() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the minimum reponse size.
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMinorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
always returns 0. no replacement available.
getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the minimum number of threads.
getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getMonitoredDirName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMonitoredDirResource() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMonitoredResources() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMultipartConfig() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
getName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.Value
 
getName() - Method in class org.eclipse.jetty.deploy.graph.Node
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getName() - Method in class org.eclipse.jetty.jndi.NamingContext
Getter for _name
getName() - Method in class org.eclipse.jetty.plugins.model.Plugin
 
getName() - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
getName() - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
Get the name of the realm.
getName() - Method in class org.eclipse.jetty.plus.jaas.JAASPrincipal
 
getName() - Method in class org.eclipse.jetty.plus.jaas.JAASUserPrincipal
Get the name identifying the user
getName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Returns the header name.
getName() - Method in interface org.eclipse.jetty.security.LoginService
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService
Get the name.
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.RolePrincipal
 
getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getName() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
getName() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getName() - Method in class org.eclipse.jetty.servlet.Holder
 
getName() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
getName() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
getName() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
getName() - Method in interface org.eclipse.jetty.util.log.Logger
 
getName() - Method in class org.eclipse.jetty.util.log.LoggerLog
 
getName() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
getName() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getName() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getName() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.resource.Resource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getName() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
getName() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
getName() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
getName() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getName() - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getNamedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
 
getNameForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.NamingContext
Get the full name of this Context node by visiting it's ancestors back to root.
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameParser(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameParser(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Return a NameParser for this Context.
getNameParser(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Return a NameParser for this Context.
getNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getNestedHandlerByClass(Class<H>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNextIncomingFrames() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getNextOutgoingFrames() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getNode(int) - Method in class org.eclipse.jetty.deploy.graph.Path
 
getNodeByName(String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Get the Node by Name.
getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID with any worker ID.
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id, including this node's id as a suffix.
getNodeId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a node ID from a cluster ID and a request
getNodeId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getNodes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getNodes() - Method in class org.eclipse.jetty.deploy.graph.Graph
 
getNodes() - Method in class org.eclipse.jetty.deploy.graph.Path
 
getNodes() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getNonExcludedInitializers(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
getNow() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
getNullPrintWriter() - Static method in class org.eclipse.jetty.util.IO
 
getNullStream() - Static method in class org.eclipse.jetty.util.IO
 
getNullWriter() - Static method in class org.eclipse.jetty.util.IO
 
getNumberType(Class<?>) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getObject() - Method in class org.eclipse.jetty.plus.jaas.callback.ObjectCallback
 
getObjectContextBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.ContextFactory
Find or create a context which pertains to a classloader.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference
Create a javax.mail.Session instance based on the information passed in the Reference
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.java.javaURLContextFactory
Either return a new context or the resolution of a url.
getObjectName() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.FilterMappingMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.HolderMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.ServletMappingMBean
 
getOcspResponderURL() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getOpCode() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
getOpCode() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
getOrderedContainerJars() - Method in class org.eclipse.jetty.webapp.MetaData
 
getOrderedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
 
getOrderedWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
 
getOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
getOrdering() - Method in class org.eclipse.jetty.webapp.MetaData
 
getOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
getOrigin(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
getOrigin() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getOrigin() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getOrigin() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
getOriginDescriptor(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
getOriginId() - Method in class org.eclipse.jetty.deploy.App
The origin of this App as specified by the AppProvider
getOriginType() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
getOSGiAppProvider() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getOtherType() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getOutgoing() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getOutputStream() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
getOutputStream() - Method in class org.eclipse.jetty.server.Response
 
getOutputStream() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
getOutputStream() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an output stream to the resource
getOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOverrideDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
getOverrideDescriptors() - Method in class org.eclipse.jetty.webapp.WebAppContext
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
getOverrideWebs() - Method in class org.eclipse.jetty.webapp.MetaData
 
getPageEncoding() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getParamClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameter(String, int) - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
getParameter(String, String) - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
getParameterizedName() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getParameterizedName() - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
getParameterKeys() - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterName() - Method in class org.eclipse.jetty.plus.jaas.callback.RequestParameterCallback
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameters() - Method in class org.eclipse.jetty.server.Request
 
getParameterValues() - Method in class org.eclipse.jetty.plus.jaas.callback.RequestParameterCallback
 
getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
 
getParamTypes() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
getParent() - Method in class org.eclipse.jetty.jndi.NamingContext
Getter for _parent
getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getParentClassLoaderForWebapps() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
The classloader that should be the parent classloader for each webapp deployed on this server.
getParsedParts() - Method in class org.eclipse.jetty.util.MultiPartInputStream
Get the already parsed parts.
getParser() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getPart(String) - Method in class org.eclipse.jetty.server.Request
 
getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPart(String) - Method in class org.eclipse.jetty.util.MultiPartInputStream
Get the named Part.
getParts() - Method in class org.eclipse.jetty.server.Request
 
getParts() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getParts() - Method in class org.eclipse.jetty.util.MultiPartInputStream
Parse, if necessary, the multipart data and return the list of Parts.
getPassword() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
Get a password.
getPasswordAuthentication() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
getPath(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Convenience method for Graph.getPath(Node, Node)
getPath(Node, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
getPath() - Method in class org.eclipse.jetty.http.HttpCookie
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getPath() - Method in class org.eclipse.jetty.server.HttpChannelState.AsyncEventState
 
getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getPathAndParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getPathInfo() - Method in class org.eclipse.jetty.server.Request
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPathSpec() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getPathSpecs() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
getPathSpecs() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
getPathTranslated() - Method in class org.eclipse.jetty.server.Request
 
getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPattern() - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
getPatterns() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
getPayload() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
getPayload() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Get the payload ByteBuffer.
getPayloadAsUTF8() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
getPayloadLength() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
getPayloadLength() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
getPayloadStart() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
getPermission() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getPermissions() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
 
getPermissions(CodeSource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
getPermissions() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getPingId() - Method in class org.eclipse.jetty.spdy.api.PingInfo
 
getPingId() - Method in class org.eclipse.jetty.spdy.frames.PingFrame
 
getPlugin(String) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
getPlugin(String) - Method in interface org.eclipse.jetty.plugins.MavenService
 
getPluginJar() - Method in class org.eclipse.jetty.plugins.model.Plugin
 
getPojoClass() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
getPolicy() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getPolicy() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getPolicy() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getPolicy() - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
getPolicy() - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Access the (now read-only) WebSocketPolicy in use for this connection.
getPolicy() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getPolicy() - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
getPolicy() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getPolicy() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
getPolicy() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
Get the base policy in use for WebSockets.
getPort() - Method in class org.eclipse.jetty.http.HttpURI
 
getPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getPostConstructCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
getPreDestroyCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieved log X-Forwarded-For IP address flag.
getPreviousAssociation() - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
getPrincipal() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
getPriority(ServletRequest, DoSFilter.RateTracker) - Method in class org.eclipse.jetty.servlets.DoSFilter
Get priority for this request, based on user type
getPriority(ServletRequest) - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the request Priority.
getPriority() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getPriority() - Method in class org.eclipse.jetty.spdy.api.SynInfo
 
getPriority() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
getPriority() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getProcess() - Method in class org.eclipse.jetty.start.Monitor
 
getProof() - Method in class org.eclipse.jetty.spdy.frames.CredentialFrame
 
getProperties() - Method in interface org.eclipse.jetty.deploy.ConfigurationManager
 
getProperties() - Method in class org.eclipse.jetty.deploy.FileConfigurationManager
 
getProperties() - Static method in class org.eclipse.jetty.start.Config
 
getProperties() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
getProperty(String) - Static method in class org.eclipse.jetty.start.Config
 
getProperty(String, String) - Static method in class org.eclipse.jetty.start.Config
 
getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getProtocol() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionFactory
 
getProtocol() - Method in class org.eclipse.jetty.server.Request
 
getProtocol() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector.ProxyServerInfo
 
getProtocol() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getProtocolHandlers() - Method in class org.eclipse.jetty.client.HttpClient
 
getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getProtocols() - Method in interface org.eclipse.jetty.server.Connector
 
getProtocols() - Method in class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getProxyEngine(String) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
getProxyEngines() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
getProxyServerInfo(String) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
getProxyServerInfos() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
getPushedStreams() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getPushedStreams() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
getQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getQueue() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getQueue() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
getRateTracker(ServletRequest) - Method in class org.eclipse.jetty.servlets.DoSFilter
Return a request rate tracker associated with this connection; keeps track of this connection's request rate.
getReader() - Method in class org.eclipse.jetty.server.Request
 
getReadTimeout() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getRealmName() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getRealmName() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getRealPath(String) - Method in class org.eclipse.jetty.server.Request
 
getReason() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
getReason() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getReason() - Method in class org.eclipse.jetty.server.Response
 
getReason() - Method in class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
getRecursive() - Method in class org.eclipse.jetty.util.Scanner
 
getReferrerPushPeriod() - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getRefreshInterval() - Method in class org.eclipse.jetty.security.HashLoginService
 
getRefreshInterval() - Method in class org.eclipse.jetty.security.PropertyUserStore
refresh interval in seconds for how often the properties file should be checked for changes
getRegex() - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
 
getRegistration() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
getRegistration() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getRemoteAddr(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getRemoteAddress() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRemoteAddress() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Get the remote Address in use for this connection.
getRemoteAddress() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getRemoteAddress() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getRemoteHost() - Method in class org.eclipse.jetty.server.Request
 
getRemotePort() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
 
getRequest() - Method in class org.eclipse.jetty.client.api.Result
 
getRequest() - Method in class org.eclipse.jetty.client.HttpRequestException
 
getRequest() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRequest() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getRequestBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestFailure() - Method in class org.eclipse.jetty.client.api.Result
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getRequestListeners() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
getRequestProperties() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getRequestProperty(String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequests() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRequests() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestURI() - Method in class org.eclipse.jetty.server.Request
 
getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestURL() - Method in class org.eclipse.jetty.server.Request
 
getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getResource() - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
getResource() - Method in interface org.eclipse.jetty.http.HttpContent
 
getResource() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getResource(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
getResource(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getResource(String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
get Resource to serve.
getResource(Class<?>, String, boolean) - Static method in class org.eclipse.jetty.util.Loader
 
getResource(String) - Method in class org.eclipse.jetty.util.resource.Resource
Get a resource from withing this resource.
getResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Get a resource for a path.
getResource() - Method in class org.eclipse.jetty.webapp.Descriptor
 
getResource() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
Get a resource from the classloader NOTE: this method provides a convenience of hacking off a leading / should one be present.
getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
 
getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getResourceAliases() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResourceBase() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResourceBase() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResourceBase() - Method in class org.eclipse.jetty.servlet.ServletTester
 
getResourceBundle(Class<?>, String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
getResourceClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResources(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
getResources() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Retrieves the resource collection's resources.
getResources(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
getResponse() - Method in class org.eclipse.jetty.client.api.Result
 
getResponse() - Method in exception org.eclipse.jetty.client.HttpResponseException
 
getResponse() - Method in class org.eclipse.jetty.server.HttpChannel
 
getResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getResponse() - Method in class org.eclipse.jetty.server.Request
 
getResponse(HttpServletResponse) - Static method in class org.eclipse.jetty.server.Response
 
getResponseBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseFailure() - Method in class org.eclipse.jetty.client.api.Result
 
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getResponseListener() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
getResponseListener() - Method in interface org.eclipse.jetty.client.ProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get responses based on thread activity.
getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get responses based on thread activity.
getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get's responses based on thread activity.
getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get's responses based on thread activity.
getResponses(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
getResponses(ByteBuffer) - Method in class org.eclipse.jetty.servlet.ServletTester
 
getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResumes() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the number of days before rotated log files are deleted.
getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
 
getRewrite() - Method in class org.eclipse.jetty.rewrite.handler.LegacyRule
Returns the map of rewriting rules.
getRoleClassNames() - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
getRoleMap() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getRoleName() - Method in class org.eclipse.jetty.plus.annotation.RunAs
 
getRoleNames() - Method in class org.eclipse.jetty.plus.jaas.spi.UserInfo
 
getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getRoleRefMap() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getRoles() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getRoles() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getRoles() - Method in interface org.eclipse.jetty.security.ConstraintAware
 
getRoles() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getRoles() - Method in class org.eclipse.jetty.security.RoleInfo
 
getRoles() - Method in class org.eclipse.jetty.util.security.Constraint
 
getRoleTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getRoleTableRoleField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getRoot() - Static method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getRoot() - Static method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getRoot() - Method in class org.eclipse.jetty.webapp.Descriptor
 
getRootLogger() - Static method in class org.eclipse.jetty.util.log.Log
Get the root logger.
getRootURL() - Method in class org.eclipse.jetty.server.Request
Reconstructs the URL the client used to make the request.
getRowId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getRowIdColumnName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
getRules() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Returns the list of rules.
getRules() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Returns the list of rules.
getRunAs(Object) - Method in class org.eclipse.jetty.plus.annotation.RunAsCollection
 
getRunAsRole() - Method in class org.eclipse.jetty.security.RoleRunAsToken
 
getRunAsRole() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getRunAsRole() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
getSaveInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
getSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
Get the scanDepth.
getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getScanInterval() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getScavengeInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getScavengePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getScheduler() - Method in class org.eclipse.jetty.client.HttpClient
 
getScheduler() - Method in class org.eclipse.jetty.io.SelectorManager
 
getScheduler() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getScheduler() - Method in interface org.eclipse.jetty.server.Connector
 
getScheduler() - Method in class org.eclipse.jetty.server.HttpChannel
 
getScheduler() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
getScheduler() - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
getScheduler() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI
 
getScheme() - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
getScheme() - Method in class org.eclipse.jetty.server.Request
 
getScriptingInvalid() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getSectionClasspath(String) - Method in class org.eclipse.jetty.start.Config
Get the classpath for the named section
getSectionIds() - Method in class org.eclipse.jetty.start.Config
Get the list of section Ids.
getSecureCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSecurePort() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSecureScheme() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
getSecurityHandler() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getSecurityHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
getSelector() - Method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
getSelectorCount() - Method in class org.eclipse.jetty.io.SelectorManager
 
getSelectorManager() - Method in class org.eclipse.jetty.client.HttpClient
 
getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
 
getSendDateHeader() - Method in class org.eclipse.jetty.server.Server
 
getSendServerVersion() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getSendServerVersion() - Method in class org.eclipse.jetty.server.Server
 
getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getServer() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getServer() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getServer() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getServer() - Method in interface org.eclipse.jetty.server.Connector
 
getServer() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
getServer() - Method in interface org.eclipse.jetty.server.Handler
 
getServer() - Method in class org.eclipse.jetty.server.HttpChannel
 
getServer() - Method in class org.eclipse.jetty.server.HttpConnection
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
 
getServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServerInstanceWrapper(String) - Method in interface org.eclipse.jetty.osgi.boot.internal.serverfactory.IManagedJettyServerRegistry
 
getServerInstanceWrapper(String) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 
getServerName() - Method in class org.eclipse.jetty.server.Request
 
getServerPort() - Method in class org.eclipse.jetty.server.Request
 
getServerSessionFrameListener() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
Deprecated.
getServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
Get the servlet.
getServletContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getServletContext() - Method in class org.eclipse.jetty.server.HttpChannelState.AsyncEventState
 
getServletContext() - Method in class org.eclipse.jetty.server.Request
 
getServletContext() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getServletContext() - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
 
getServletContext() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletHandler() - Method in class org.eclipse.jetty.servlet.Holder
 
getServletHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
getServletInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
Get the servlet instance (no initialization done).
getServletMapping(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getServletMappings(String) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Get the ServletMappings for the servlet's class.
getServletMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getServletName() - Method in class org.eclipse.jetty.server.Request
 
getServletName() - Method in class org.eclipse.jetty.servlet.ServletHolder.Config
 
getServletName() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
getServletNameMappings() - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
 
getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
Deprecated.
getServletNames() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
getServletPath() - Method in class org.eclipse.jetty.server.Request
 
getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getServletRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletRegistration(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletRegistrations() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getServletResponse() - Method in interface org.eclipse.jetty.continuation.Continuation
Get the suspended response.
getServletResponse() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
getServletResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getServletResponse() - Method in class org.eclipse.jetty.server.Request
 
getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
Deprecated.
getServlets() - Method in class org.eclipse.jetty.servlet.ServletHandler
Get Servlets.
getSession() - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Get a known existing session
getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
 
getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A session has been requested by it's id on this node.
getSession() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
getSession() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
getSession() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getSession() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getSession() - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
getSessionContext() - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
getSessionCookie() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
A sessioncookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...
getSessionCookie(HttpSession, String, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Gets a Cookie for a session.
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookieConfig() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
getSessionDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdManager() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterName() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterNamePrefix() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionManager() - Method in class org.eclipse.jetty.server.Request
 
getSessionManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
Need to review if it is needed.
getSessionPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Get the number of sessions.
getSessions() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
getSessions() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
getSessionsMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionStatus() - Method in class org.eclipse.jetty.spdy.api.GoAwayInfo
 
getSessionStatus() - Method in exception org.eclipse.jetty.spdy.SessionException
 
getSessionsTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSetter(String) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getSettings() - Method in class org.eclipse.jetty.spdy.api.SettingsInfo
 
getSettings() - Method in class org.eclipse.jetty.spdy.frames.SettingsFrame
 
getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSize() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
getSlot() - Method in class org.eclipse.jetty.spdy.frames.CredentialFrame
 
getSlot() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
getSocket() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
getSocket() - Method in interface org.eclipse.jetty.io.SocketBased
 
getSource() - Method in class org.eclipse.jetty.servlet.Holder
 
getSslConnection() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getSslContext() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslContextFactory() - Method in class org.eclipse.jetty.client.HttpClient
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getSslContextFactory() - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
getSSLEngine() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session timeout.
getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getState() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getState() - Method in class org.eclipse.jetty.http.HttpParser
 
getState() - Method in class org.eclipse.jetty.server.HttpChannel
 
getState() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Get the state of the connection.
getState() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
getState() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getStateTimestamps() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getStatus() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
getStatus() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getStatus() - Method in class org.eclipse.jetty.server.Response
 
getStatus() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
getStatusCode() - Method in class org.eclipse.jetty.spdy.frames.GoAwayFrame
 
getStatusCode() - Method in class org.eclipse.jetty.spdy.frames.RstStreamFrame
 
getStatusCode() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getStatusCode() - Method in exception org.eclipse.jetty.websocket.core.api.CloseException
 
getStatusCode() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
getStatusCode() - Method in class org.eclipse.jetty.websocket.core.protocol.CloseInfo
 
getStatusCode() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getStatusReason() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
getStatusReason() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
getStatusReason() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
getStatusString() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
 
getStopTimeout() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStoreDirectory() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getStream(int) - Method in interface org.eclipse.jetty.spdy.api.Session
 
getStream() - Method in interface org.eclipse.jetty.spdy.StandardSession.FrameBytes
 
getStream(int) - Method in class org.eclipse.jetty.spdy.StandardSession
 
getStreamFrameListener() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getStreamId() - Method in class org.eclipse.jetty.spdy.api.RstInfo
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.HeadersFrame
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.RstStreamFrame
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.SynReplyFrame
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
getStreamId() - Method in class org.eclipse.jetty.spdy.frames.WindowUpdateFrame
 
getStreamId() - Method in exception org.eclipse.jetty.spdy.StreamException
 
getStreams() - Method in interface org.eclipse.jetty.spdy.api.Session
 
getStreams() - Method in class org.eclipse.jetty.spdy.StandardSession
 
getStreamStatus() - Method in class org.eclipse.jetty.spdy.api.RstInfo
 
getStreamStatus() - Method in exception org.eclipse.jetty.spdy.StreamException
 
getString(String) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get a tag as a string.
getStringBuffer() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
getStringBufferSize() - Method in class org.eclipse.jetty.util.ajax.JSON
 
getStringBuilder() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
getStringField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getStylesheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getSubject() - Method in class org.eclipse.jetty.plus.jaas.JAASUserPrincipal
Provide access to the Subject
getSubject() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
getSubject() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getSubject() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getSubject() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
getSubject() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
 
getSubProtocol() - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Get the SubProtocol in use for this connection.
getSubProtocol() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
getSubProtocols() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
getSubProtocols() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
getSubProtocols() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
getSuffix(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getSuffix(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getSuspendedContext() - Method in class org.eclipse.jetty.server.HttpChannelState.AsyncEventState
 
getSuspendMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.
getSuspends() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getSystemUserIdentity() - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
getSystemUserIdentity() - Method in interface org.eclipse.jetty.security.IdentityService
 
getTag() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getTaglibLocation() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
getTaglibs() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
getTaglibURI() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
getTarget() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
getTarget() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getTarget() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getTargetClass() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
getTargetClassName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getTargetClassName() - Method in class org.eclipse.jetty.plus.annotation.RunAs
 
getTempDir() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the user supplied Work Directory.
getTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getThreadPool() - Method in class org.eclipse.jetty.server.Server
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the priority of the pool threads.
getThrottledRequests() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get number of requests over the rate limit able to be considered at once.
getThrottleMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get amount of time (in milliseconds) to async wait for semaphore.
getThrowable(int) - Method in exception org.eclipse.jetty.util.MultiException
 
getThrowables() - Method in exception org.eclipse.jetty.util.MultiException
 
getTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getTimeout() - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
getTimeStamp() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimestamp() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
getTimeToNext() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
getTimeZone() - Method in class org.eclipse.jetty.util.DateCache
 
getTldBundles() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
getTo() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
getToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getTransport() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
getTransport() - Method in interface org.eclipse.jetty.io.EndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getTransport() - Method in interface org.eclipse.jetty.server.Connector
 
getTransport() - Method in class org.eclipse.jetty.server.LocalConnector
 
getTransport() - Method in class org.eclipse.jetty.server.ServerConnector
 
getTrimDirectiveWhitespaces() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustManagers(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStore() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStore() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getTrustStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreType() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getType() - Method in class org.eclipse.jetty.spdy.frames.ControlFrame
 
getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getUnavailableException() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getUnavailableException() - Method in class org.eclipse.jetty.webapp.WebAppContext
Get an exception that caused the webapp to be unavailable
getUnsafe(int) - Method in class org.eclipse.jetty.util.ArrayQueue
Get without synchronization or bounds checking.
getUpgradeRequest() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getUpgradeRequest() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getUpgradeResponse() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getUpgradeResponse() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getURI() - Method in interface org.eclipse.jetty.client.api.Authentication.Result
 
getUri() - Method in class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
getUri() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getURI(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
getUri() - Method in class org.eclipse.jetty.server.Request
 
getURI() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an URI representing the given resource
getURL() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getURL() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an URL representing the given resource
getURL() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getURL() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an URL representing the given resource
getUrlPatternMappings() - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
 
getUrlPatterns() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getURLs() - Method in class org.eclipse.jetty.osgi.boot.internal.jsp.TldLocatableURLClassloader
 
getUseCaches() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
getUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResource
 
getUser() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
getUserAgent() - Method in class org.eclipse.jetty.client.HttpClient
 
getUserAgent(ServletRequest) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
getUserAgent(String) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
Get UserAgent.
getUserDataConstraint() - Method in class org.eclipse.jetty.security.RoleInfo
 
getUserIdentity() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
getUserIdentity(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
getUserIdentity() - Method in class org.eclipse.jetty.security.UserAuthentication
 
getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
 
getUserInfo(String) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractDatabaseLoginModule
Load info from database
getUserInfo(String) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
getUserInfo(String) - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
get the available information about the user

for this LoginModule, the credential can be null which will result in a binding ldap authentication scenario

roles are also an optional concept if required

getUserInfo(String) - Method in class org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule
Don't implement this as we want to pre-fetch all of the users.
getUserName() - Method in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
getUserName() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
getUserName() - Method in class org.eclipse.jetty.plus.jaas.spi.UserInfo
 
getUserName() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getUserName() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
getUserPrincipal() - Method in class org.eclipse.jetty.server.Request
 
getUserPrincipal() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getUserPrincipal() - Method in interface org.eclipse.jetty.server.UserIdentity
 
getUserRoleLink(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
get a user role link.
getUserRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserRoleTableRoleKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserRoleTableUserKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUsers() - Method in class org.eclipse.jetty.security.MappedLoginService
Get the users.
getUserTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTablePasswordField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTableUserField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUtf8Bytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
 
getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.Value
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getValue() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
getValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Returns the header value.
getValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.getAttribute(java.lang.String)
getValue(String, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValue() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getValueNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.getAttributeNames()
getValues(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi field values with separator.
getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getValuesCollection(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getVersion() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie
 
getVersion() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getVersion() - Method in enum org.eclipse.jetty.http.HttpVersion
 
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVersion() - Method in interface org.eclipse.jetty.spdy.api.Session
 
getVersion() - Method in class org.eclipse.jetty.spdy.frames.ControlFrame
 
getVersion() - Method in class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
getVersion() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
getVersion() - Method in class org.eclipse.jetty.spdy.StandardSession
 
getVersion(File) - Static method in class org.eclipse.jetty.start.JarVersion
 
getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getVirtualHosts() - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
Get the virtual hosts that the rules within this container will apply to
getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the virtual hosts for the context.
getWaitMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.
getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getWar() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getWebBundleDeployerHelp() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getWebDefault() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWebSocket() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getWebSocket() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getWebSocketFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
getWebSocketUri() - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
getWebSocketUri() - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
getWebXml() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWelcome(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get a list of IP addresses that will not be rate limited.
getWindowDelta() - Method in class org.eclipse.jetty.spdy.frames.WindowUpdateFrame
 
getWindowSize(ISession) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
getWindowSize(ISession) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
getWindowSize() - Method in interface org.eclipse.jetty.spdy.IStream
Senders of data frames need to know the current window size to determine whether they can send more data.
getWindowSize(ISession) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
getWindowSize() - Method in class org.eclipse.jetty.spdy.StandardSession
 
getWindowSize() - Method in class org.eclipse.jetty.spdy.StandardStream
 
getWorkerName() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Get the workname.
getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
 
getWrappedEndPoint() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
getWriteFlusher() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getWriteFlusher() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getWriter() - Method in class org.eclipse.jetty.server.Response
 
getWriter() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
getXmlConfigs() - Method in class org.eclipse.jetty.start.Config
 
getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
 
GlobalWebappConfigBinding - Class in org.eclipse.jetty.deploy.bindings
Provides a way of globally setting various aspects of webapp contexts.
GlobalWebappConfigBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
goAway() - Method in interface org.eclipse.jetty.spdy.api.Session
Closes gracefully this session, sending a GO_AWAY frame and then closing the TCP connection.
goAway(long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Session
Closes gracefully this session, sending a GO_AWAY frame and then closing the TCP connection.
goAway(ISession) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
goAway() - Method in class org.eclipse.jetty.spdy.StandardSession
 
goAway(long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardSession
 
GoAwayBodyParser - Class in org.eclipse.jetty.spdy.parser
 
GoAwayBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.GoAwayBodyParser
 
GoAwayFrame - Class in org.eclipse.jetty.spdy.frames
 
GoAwayFrame(short, int, int) - Constructor for class org.eclipse.jetty.spdy.frames.GoAwayFrame
 
GoAwayGenerator - Class in org.eclipse.jetty.spdy.generator
 
GoAwayGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.GoAwayGenerator
 
GoAwayInfo - Class in org.eclipse.jetty.spdy.api
A container for GOAWAY frames metadata: the last good stream id and the session status.
GoAwayInfo(int, SessionStatus) - Constructor for class org.eclipse.jetty.spdy.api.GoAwayInfo
Creates a new GoAwayInfo with the given last good stream id and session status
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Graceful - Interface in org.eclipse.jetty.util.component
 
Graph - Class in org.eclipse.jetty.deploy.graph
Basic directed graph implementation
Graph() - Constructor for class org.eclipse.jetty.deploy.graph.Graph
 
GraphOutputDot - Class in org.eclipse.jetty.deploy.graph
Output the Graph in GraphViz Dot format.
grow() - Method in class org.eclipse.jetty.util.ArrayQueue
 
GZIP - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
GZIPContentDecoder - Class in org.eclipse.jetty.client
ContentDecoder for the "gzip" encoding.
GZIPContentDecoder() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
 
GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
 
GZIPContentDecoder.Factory - Class in org.eclipse.jetty.client
Specialized ContentDecoder.Factory for the "gzip" encoding.
GZIPContentDecoder.Factory() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
GZIPContentDecoder.Factory(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
GzipFilter - Class in org.eclipse.jetty.servlets
GZIP Filter This filter will gzip or deflate the content of a response if: The filter is mapped to a matching path accept-encoding header is set to either gzip, deflate or a combination of those The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
GzipFilter() - Constructor for class org.eclipse.jetty.servlets.GzipFilter
 
GzipHandler - Class in org.eclipse.jetty.servlets.gzip
GZIP Handler This handler will gzip the content of a response if: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
GzipHandler() - Constructor for class org.eclipse.jetty.servlets.gzip.GzipHandler
Instantiates a new gzip handler.

H

handle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
handle(Class<?>) - Method in interface org.eclipse.jetty.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
 
handle(String, int, int, String, String, String[]) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.ClassHandler
 
handle(String, String, int, String, String, Object) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.FieldHandler
 
handle(String, String, int, String, String, String[]) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.MethodHandler
 
handle(String, int, int, String, String, String[]) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.ManyHandlers.ParamHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.plus.jaas.callback.DefaultCallbackHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.SecurityHandler
 
handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Checks the incoming request against the whitelist and blacklist
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
handle(HttpChannel<?>) - Method in class org.eclipse.jetty.server.Server
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
handle(Request, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder
Service a request with this servlet.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
handleAsync(HttpChannel<?>) - Method in class org.eclipse.jetty.server.Server
 
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a class
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
Handle finding a class that is annotated with the annotation we were constructed with.
handleClass(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handleClass(String, int, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
Handle discovering a WebServlet annotation.
handleDelete(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handleException(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
Sends an error 500, performing a special logic to detect whether the request is suspended, to avoid concurrent writes from the application.
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a field
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
handleField(Class<?>, Field) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handleField(String, String, int, String, String, Object, String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.DiscoverableAnnotationHandler
Process an annotation that was discovered on a method
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
 
handleMethod(Class<?>, Method) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
Process a Resource annotation on a Method.
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
handleMethod(String, String, int, String, String, String[], String, List<AnnotationParser.Value>) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
handleMove(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handleOptions(Request, Response) - Method in class org.eclipse.jetty.server.Server
 
handleOptions(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handlePut(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
Handler - Interface in org.eclipse.jetty.server
A Jetty Server Handler.
HandlerCollection - Class in org.eclipse.jetty.server.handler
A collection of handlers.
HandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerCollection(boolean) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerContainer - Interface in org.eclipse.jetty.server
A Handler that contains other Handlers.
HandlerList - Class in org.eclipse.jetty.server.handler
HandlerList.
HandlerList() - Constructor for class org.eclipse.jetty.server.handler.HandlerList
 
HandlerWrapper - Class in org.eclipse.jetty.server.handler
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
HandlerWrapper() - Constructor for class org.eclipse.jetty.server.handler.HandlerWrapper
 
handleUnknown(JSON.Source, char) - Method in class org.eclipse.jetty.util.ajax.JSON
 
handling() - Method in class org.eclipse.jetty.server.HttpChannelState
 
HandshakeRFC6455 - Class in org.eclipse.jetty.websocket.server.handshake
WebSocket Handshake for RFC 6455.
HandshakeRFC6455() - Constructor for class org.eclipse.jetty.websocket.server.handshake.HandshakeRFC6455
 
hasContent(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and non empty buffer.
hasDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
 
hashCode() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
hashCode() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
hashCode() - Method in class org.eclipse.jetty.deploy.graph.Node
 
hashCode() - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
hashCode() - Method in class org.eclipse.jetty.plus.jaas.JAASPrincipal
 
hashCode() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
hashCode() - Method in class org.eclipse.jetty.spdy.api.Settings
 
hashCode() - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
hashCode() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
hashCode() - Method in class org.eclipse.jetty.util.Fields.Field
 
hashCode() - Method in class org.eclipse.jetty.util.Fields
 
hashCode() - Method in class org.eclipse.jetty.util.resource.FileResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.URLResource
 
hashCode() - Method in class org.eclipse.jetty.util.security.Password
 
hashCode() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
HashCrossContextPsuedoSession<T> - Class in org.eclipse.jetty.security
 
HashCrossContextPsuedoSession(String, String) - Constructor for class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
HashedSession - Class in org.eclipse.jetty.server.session
 
HashedSession(HashSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.HashedSession
 
HashedSession(HashSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.HashedSession
 
hashKey(String) - Static method in class org.eclipse.jetty.websocket.core.protocol.AcceptHash
Concatenate the provided key with the Magic GUID and return the Base64 encoded form.
HashLoginService - Class in org.eclipse.jetty.security
Properties User Realm.
HashLoginService() - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String) - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String, String) - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashSessionIdManager - Class in org.eclipse.jetty.server.session
HashSessionIdManager.
HashSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionManager - Class in org.eclipse.jetty.server.session
An in-memory implementation of SessionManager.
HashSessionManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager
 
HashSessionManager.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
 
HashSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
HashSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
hasKnownValues(HttpHeader) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
 
hasMore() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
hasMore() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
hasMore() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
hasMoreElements() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
hasMoreElements() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
hasMoreElements() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMoreTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMultipleValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
hasNext() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
hasOther() - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
hasOther() - Method in interface org.eclipse.jetty.webapp.Ordering
 
hasOther() - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
hasPayload() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
hasQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
hasRole(String) - Method in class org.eclipse.jetty.util.security.Constraint
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
hasSubProtocol(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
hasSubProtocol(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
hasSubProtocol(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
header(String, String) - Method in interface org.eclipse.jetty.client.api.Request
 
header(String, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
HEADER_LENGTH - Static variable in class org.eclipse.jetty.spdy.frames.ControlFrame
 
HEADER_LENGTH - Static variable in class org.eclipse.jetty.spdy.frames.DataFrame
 
headerComplete() - Method in class org.eclipse.jetty.client.HttpReceiver
 
headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
headerComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
headerComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
headerComplete() - Method in class org.eclipse.jetty.spdy.server.http.HttpChannelOverSPDY
 
headerComplete() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
HeaderPatternRule - Class in org.eclipse.jetty.rewrite.handler
Sets the header in the response whenever the rule finds a match.
HeaderPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
HeaderRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule that matches against request headers.
HeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRule
 
headers() - Method in interface org.eclipse.jetty.client.api.Request
 
headers() - Method in interface org.eclipse.jetty.client.api.Response
 
headers() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
headers() - Method in class org.eclipse.jetty.client.HttpRequest
 
headers() - Method in class org.eclipse.jetty.client.HttpResponse
 
headers(HeadersInfo) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a HEADER frame on this stream.
headers(HeadersInfo, long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a HEADER frame on this stream.
headers(HeadersInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
 
headers(HeadersInfo, long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardStream
 
HeadersBlockGenerator - Class in org.eclipse.jetty.spdy.generator
 
HeadersBlockGenerator(CompressionFactory.Compressor) - Constructor for class org.eclipse.jetty.spdy.generator.HeadersBlockGenerator
 
HeadersBlockParser - Class in org.eclipse.jetty.spdy.parser
 
HeadersBlockParser(CompressionFactory.Decompressor) - Constructor for class org.eclipse.jetty.spdy.parser.HeadersBlockParser
 
HeadersBodyParser - Class in org.eclipse.jetty.spdy.parser
 
HeadersBodyParser(CompressionFactory.Decompressor, ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.HeadersBodyParser
 
HeadersFrame - Class in org.eclipse.jetty.spdy.frames
 
HeadersFrame(short, byte, int, Fields) - Constructor for class org.eclipse.jetty.spdy.frames.HeadersFrame
 
HeadersGenerator - Class in org.eclipse.jetty.spdy.generator
 
HeadersGenerator(ByteBufferPool, HeadersBlockGenerator) - Constructor for class org.eclipse.jetty.spdy.generator.HeadersGenerator
 
HeadersInfo - Class in org.eclipse.jetty.spdy.api
A container for HEADERS frame metadata and headers.
HeadersInfo(Fields, boolean) - Constructor for class org.eclipse.jetty.spdy.api.HeadersInfo
Creates a new HeadersInfo instance with the given headers, the given close flag and no reset compression flag
HeadersInfo(Fields, boolean, boolean) - Constructor for class org.eclipse.jetty.spdy.api.HeadersInfo
Creates a new HeadersInfo instance with the given headers, the given close flag and the given reset compression flag
HelloHandler - Class in org.eclipse.jetty.embedded
 
HelloHandler() - Constructor for class org.eclipse.jetty.embedded.HelloHandler
 
HelloHandler(String) - Constructor for class org.eclipse.jetty.embedded.HelloHandler
 
HelloHandler(String, String) - Constructor for class org.eclipse.jetty.embedded.HelloHandler
 
HelloServlet - Class in org.eclipse.jetty.embedded
 
HelloServlet() - Constructor for class org.eclipse.jetty.embedded.HelloServlet
 
HelloServlet(String) - Constructor for class org.eclipse.jetty.embedded.HelloServlet
 
Holder<T> - Class in org.eclipse.jetty.servlet
 
Holder(Holder.Source) - Constructor for class org.eclipse.jetty.servlet.Holder
 
Holder.HolderConfig - Class in org.eclipse.jetty.servlet
 
Holder.HolderConfig() - Constructor for class org.eclipse.jetty.servlet.Holder.HolderConfig
 
Holder.HolderRegistration - Class in org.eclipse.jetty.servlet
 
Holder.HolderRegistration() - Constructor for class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
Holder.Source - Enum in org.eclipse.jetty.servlet
 
HolderMBean - Class in org.eclipse.jetty.servlet.jmx
 
HolderMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.HolderMBean
 
host() - Method in interface org.eclipse.jetty.client.api.Destination
 
host() - Method in interface org.eclipse.jetty.client.api.Request
 
host() - Method in class org.eclipse.jetty.client.HttpDestination
 
host() - Method in class org.eclipse.jetty.client.HttpRequest
 
HostMap<TYPE> - Class in org.eclipse.jetty.util
 
HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HotSwapHandler - Class in org.eclipse.jetty.server.handler
A HandlerContainer that allows a hot swap of a wrapped handler.
HotSwapHandler() - Constructor for class org.eclipse.jetty.server.handler.HotSwapHandler
 
HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.server.Response
If this string is found within the comment of a cookie added with Response.addCookie(Cookie), then the cookie will be set as HTTP ONLY.
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
HttpAuthenticationStore - Class in org.eclipse.jetty.client
 
HttpAuthenticationStore() - Constructor for class org.eclipse.jetty.client.HttpAuthenticationStore
 
HttpChannel<T> - Class in org.eclipse.jetty.server
HttpChannel.
HttpChannel(Connector, HttpChannelConfig, EndPoint, HttpTransport, HttpInput<T>) - Constructor for class org.eclipse.jetty.server.HttpChannel
 
HttpChannelConfig - Class in org.eclipse.jetty.server
 
HttpChannelConfig() - Constructor for class org.eclipse.jetty.server.HttpChannelConfig
 
HttpChannelConfig(HttpChannelConfig) - Constructor for class org.eclipse.jetty.server.HttpChannelConfig
 
HttpChannelConfig.ConnectionFactory - Interface in org.eclipse.jetty.server
 
HttpChannelConfig.Customizer - Interface in org.eclipse.jetty.server
 
HttpChannelOverSPDY - Class in org.eclipse.jetty.spdy.server.http
 
HttpChannelOverSPDY(Connector, HttpChannelConfig, EndPoint, HttpTransport, HttpInputOverSPDY, Stream) - Constructor for class org.eclipse.jetty.spdy.server.http.HttpChannelOverSPDY
 
HttpChannelState - Class in org.eclipse.jetty.server
Implementation of Continuation and AsyncContext interfaces
HttpChannelState(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpChannelState
 
HttpChannelState.AsyncEventState - Class in org.eclipse.jetty.server
 
HttpChannelState.AsyncEventState(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.HttpChannelState.AsyncEventState
 
HttpChannelState.AsyncTimeout - Class in org.eclipse.jetty.server
 
HttpChannelState.AsyncTimeout() - Constructor for class org.eclipse.jetty.server.HttpChannelState.AsyncTimeout
 
HttpChannelState.State - Enum in org.eclipse.jetty.server
 
HttpClient - Class in org.eclipse.jetty.client
HttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.
HttpClient() - Constructor for class org.eclipse.jetty.client.HttpClient
 
HttpClient(SslContextFactory) - Constructor for class org.eclipse.jetty.client.HttpClient
 
HttpClient.ClientSelectorManager - Class in org.eclipse.jetty.client
 
HttpClient.ClientSelectorManager(Executor, Scheduler) - Constructor for class org.eclipse.jetty.client.HttpClient.ClientSelectorManager
 
HttpClient.ClientSelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.client.HttpClient.ClientSelectorManager
 
HttpConnection - Class in org.eclipse.jetty.client
 
HttpConnection(HttpClient, EndPoint, HttpDestination) - Constructor for class org.eclipse.jetty.client.HttpConnection
 
HttpConnection - Class in org.eclipse.jetty.server
A Connection that handles the HTTP protocol.
HttpConnection(HttpChannelConfig, Connector, EndPoint) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnectionFactory - Class in org.eclipse.jetty.server
 
HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpChannelConfig) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpContent - Interface in org.eclipse.jetty.http
HttpContent.
HttpContent.ResourceAsHttpContent - Class in org.eclipse.jetty.http
 
HttpContent.ResourceAsHttpContent(Resource, String) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
HttpContent.ResourceAsHttpContent(Resource, String, int) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
HttpContentResponse - Class in org.eclipse.jetty.client
 
HttpContentResponse(Response, byte[], String) - Constructor for class org.eclipse.jetty.client.HttpContentResponse
 
HttpConversation - Class in org.eclipse.jetty.client
 
HttpConversation(HttpClient, long) - Constructor for class org.eclipse.jetty.client.HttpConversation
 
HttpCookie - Class in org.eclipse.jetty.http
 
HttpCookie(String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, long) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, long, boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, long, boolean, boolean, String, int) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookieParser - Class in org.eclipse.jetty.client
 
HttpCookieStore - Class in org.eclipse.jetty.client
 
HttpCookieStore() - Constructor for class org.eclipse.jetty.client.HttpCookieStore
 
HttpDestination - Class in org.eclipse.jetty.client
 
HttpDestination(HttpClient, String, String, int) - Constructor for class org.eclipse.jetty.client.HttpDestination
 
HttpExchange - Class in org.eclipse.jetty.client
 
HttpExchange(HttpConversation, HttpConnection, Request, Response.Listener) - Constructor for class org.eclipse.jetty.client.HttpExchange
 
HttpFields - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields
Constructor.
HttpFields.Field - Class in org.eclipse.jetty.http
 
HttpGenerator - Class in org.eclipse.jetty.http
HttpGenerator.
HttpGenerator() - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator.Info - Class in org.eclipse.jetty.http
 
HttpGenerator.RequestInfo - Class in org.eclipse.jetty.http
 
HttpGenerator.RequestInfo(HttpVersion, HttpFields, long, String, String) - Constructor for class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
HttpGenerator.ResponseInfo - Class in org.eclipse.jetty.http
 
HttpGenerator.ResponseInfo(HttpVersion, HttpFields, long, int, String, boolean) - Constructor for class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
HttpGenerator.Result - Enum in org.eclipse.jetty.http
 
HttpGenerator.State - Enum in org.eclipse.jetty.http
 
HttpHeader - Enum in org.eclipse.jetty.http
 
HttpHeaderValue - Enum in org.eclipse.jetty.http
 
HttpInput<T> - Class in org.eclipse.jetty.server
HttpInput provides an implementation of ServletInputStream for HttpChannel.
HttpInput() - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInputOverSPDY - Class in org.eclipse.jetty.spdy.server.http
 
HttpInputOverSPDY() - Constructor for class org.eclipse.jetty.spdy.server.http.HttpInputOverSPDY
 
HttpMavenService - Class in org.eclipse.jetty.plugins
 
HttpMavenService() - Constructor for class org.eclipse.jetty.plugins.HttpMavenService
 
HttpMethod - Enum in org.eclipse.jetty.http
 
HttpOutput - Class in org.eclipse.jetty.server
HttpOutput implements ServletOutputStream as required by the Servlet specification.
HttpOutput(HttpChannel<?>) - Constructor for class org.eclipse.jetty.server.HttpOutput
 
HttpParser - Class in org.eclipse.jetty.http
 
HttpParser(HttpParser.RequestHandler<ByteBuffer>) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler<ByteBuffer>) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler<ByteBuffer>, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler<ByteBuffer>, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.HttpHandler<T> - Interface in org.eclipse.jetty.http
 
HttpParser.RequestHandler<T> - Interface in org.eclipse.jetty.http
 
HttpParser.ResponseHandler<T> - Interface in org.eclipse.jetty.http
 
HttpParser.State - Enum in org.eclipse.jetty.http
 
HttpReceiver - Class in org.eclipse.jetty.client
 
HttpReceiver(HttpConnection) - Constructor for class org.eclipse.jetty.client.HttpReceiver
 
HttpRequest - Class in org.eclipse.jetty.client
 
HttpRequest(HttpClient, URI) - Constructor for class org.eclipse.jetty.client.HttpRequest
 
HttpRequest(HttpClient, long, URI) - Constructor for class org.eclipse.jetty.client.HttpRequest
 
HttpRequestException - Class in org.eclipse.jetty.client
 
HttpRequestException(String, Request) - Constructor for class org.eclipse.jetty.client.HttpRequestException
 
HttpResponse - Class in org.eclipse.jetty.client
 
HttpResponse(HttpExchange, Response.Listener) - Constructor for class org.eclipse.jetty.client.HttpResponse
 
HttpResponseException - Exception in org.eclipse.jetty.client
 
HttpResponseException(String, Response) - Constructor for exception org.eclipse.jetty.client.HttpResponseException
 
HttpResponseHeaderParser - Class in org.eclipse.jetty.websocket.client.internal.io
Responsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.
HttpResponseHeaderParser() - Constructor for class org.eclipse.jetty.websocket.client.internal.io.HttpResponseHeaderParser
 
HTTPS - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTPS_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
HttpScheme - Enum in org.eclipse.jetty.http
 
HttpSender - Class in org.eclipse.jetty.client
 
HttpSender(HttpConnection) - Constructor for class org.eclipse.jetty.client.HttpSender
 
HttpServiceErrorHandlerHelper - Class in org.eclipse.jetty.osgi.httpservice
For jetty agnostic handling of errors issued by the HttpService.
HttpServiceErrorHandlerHelper() - Constructor for class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorHandlerHelper
 
HttpServiceErrorPageErrorHandler - Class in org.eclipse.jetty.osgi.httpservice
Extended error page handler.
HttpServiceErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
 
HTTPSPDYHeader - Enum in org.eclipse.jetty.spdy.server.http
HTTPSPDYHeader defines the SPDY headers that are not also HTTP headers, such as method, version, etc.
HTTPSPDYProxyConnector - Class in org.eclipse.jetty.spdy.server.proxy
 
HTTPSPDYProxyConnector(Server, ProxyEngineSelector) - Constructor for class org.eclipse.jetty.spdy.server.proxy.HTTPSPDYProxyConnector
 
HTTPSPDYProxyConnector(Server, SslContextFactory, ProxyEngineSelector) - Constructor for class org.eclipse.jetty.spdy.server.proxy.HTTPSPDYProxyConnector
 
HTTPSPDYServerConnectionFactory - Class in org.eclipse.jetty.spdy.server.http
 
HTTPSPDYServerConnectionFactory(int, HttpChannelConfig) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnectionFactory
 
HTTPSPDYServerConnectionFactory(int, HttpChannelConfig, PushStrategy) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnectionFactory
 
HTTPSPDYServerConnector - Class in org.eclipse.jetty.spdy.server.http
 
HTTPSPDYServerConnector(Server) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HTTPSPDYServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HTTPSPDYServerConnector(Server, Map<Short, PushStrategy>) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HTTPSPDYServerConnector(Server, SslContextFactory, Map<Short, PushStrategy>) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HTTPSPDYServerConnector(Server, short, HttpChannelConfig, PushStrategy) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HTTPSPDYServerConnector(Server, HttpChannelConfig, SslContextFactory, Map<Short, PushStrategy>) - Constructor for class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnector
 
HttpStatus - Class in org.eclipse.jetty.http
HttpStatusCode enum class, for status codes based on various HTTP RFCs.
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum in org.eclipse.jetty.http
 
HttpTester - Class in org.eclipse.jetty.http
 
HttpTester.Message - Class in org.eclipse.jetty.http
 
HttpTester.Message() - Constructor for class org.eclipse.jetty.http.HttpTester.Message
 
HttpTester.Request - Class in org.eclipse.jetty.http
 
HttpTester.Request() - Constructor for class org.eclipse.jetty.http.HttpTester.Request
 
HttpTester.Response - Class in org.eclipse.jetty.http
 
HttpTester.Response() - Constructor for class org.eclipse.jetty.http.HttpTester.Response
 
HttpTokens - Interface in org.eclipse.jetty.http
HTTP constants
HttpTokens.EndOfContent - Enum in org.eclipse.jetty.http
 
HttpTransport - Interface in org.eclipse.jetty.server
 
HttpTransportOverSPDY - Class in org.eclipse.jetty.spdy.server.http
 
HttpTransportOverSPDY(Connector, HttpChannelConfig, EndPoint, PushStrategy, Stream, Fields) - Constructor for class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
 
HttpURI - Class in org.eclipse.jetty.http
Http URI.
HttpURI() - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(Charset) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(boolean) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(byte[], int, int) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(URI) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpVersion - Enum in org.eclipse.jetty.http
 
HttpWriter - Class in org.eclipse.jetty.server
 
HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
 

I

id() - Method in class org.eclipse.jetty.client.HttpConversation
 
id() - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
IdentityExtension - Class in org.eclipse.jetty.websocket.core.extensions.identity
 
IdentityExtension() - Constructor for class org.eclipse.jetty.websocket.core.extensions.identity.IdentityExtension
 
IdentityService - Interface in org.eclipse.jetty.security
Associates UserIdentities from with threads and UserIdentity.Contexts.
idInUse(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
idInUse(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
idInUse(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
idle() - Method in class org.eclipse.jetty.server.session.HashedSession
Idle the session to reduce session memory footprint.
IdleListener - Interface in org.eclipse.jetty.spdy
 
idleTimeout() - Method in interface org.eclipse.jetty.client.api.Request
 
idleTimeout(long) - Method in interface org.eclipse.jetty.client.api.Request
 
idleTimeout() - Method in class org.eclipse.jetty.client.HttpConnection
 
idleTimeout() - Method in class org.eclipse.jetty.client.HttpReceiver
 
idleTimeout() - Method in class org.eclipse.jetty.client.HttpRequest
 
idleTimeout(long) - Method in class org.eclipse.jetty.client.HttpRequest
 
ifExceptionThrow() - Method in exception org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowMulti() - Method in exception org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowRuntime() - Method in exception org.eclipse.jetty.util.MultiException
Throw a Runtime exception.
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
ignore(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Ignore an exception.
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
 
illegalStateIfContextStarted() - Method in class org.eclipse.jetty.servlet.Holder
 
IManagedJettyServerRegistry - Interface in org.eclipse.jetty.osgi.boot.internal.serverfactory
Keeps track of the running jetty servers.
IncludableGzipFilter - Class in org.eclipse.jetty.servlets
Includable GZip Filter.
IncludableGzipFilter() - Constructor for class org.eclipse.jetty.servlets.IncludableGzipFilter
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
include() - Method in class org.eclipse.jetty.server.Response
 
INCLUDE - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
included() - Method in class org.eclipse.jetty.server.Response
 
includeField(String, Object, Method) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
includeField(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
InclusiveByteRange - Class in org.eclipse.jetty.server
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
 
incoming(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.io.FilterConnection.DebugFilter
 
incoming(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
incoming(EndPoint, ByteBuffer) - Method in interface org.eclipse.jetty.io.FilterConnection.Filter
Callback method invoked when bytes sent by a remote client arrived on the server.
incoming(Socket, ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
incoming(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes sent by a remote client arrived on the server.
incoming(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
incoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
incoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
incoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
 
incoming(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
incoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
incoming(WebSocketException) - Method in interface org.eclipse.jetty.websocket.core.io.IncomingFrames
 
incoming(WebSocketFrame) - Method in interface org.eclipse.jetty.websocket.core.io.IncomingFrames
 
incoming(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
incoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
IncomingFrames - Interface in org.eclipse.jetty.websocket.core.io
Interface for dealing with Incoming Frames.
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
indexBundle(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
Keep track of a jetty URI Resource and its associated OSGi bundle.
indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
returns the next index of a character from the chars string
inferCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at info level.
info(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at info level
info(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at info level, with Throwable information.
info(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
init(FilterConfig) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
init(ServletConfig) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
init(ServletConfig) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
 
init() - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
init() - Method in class org.eclipse.jetty.servlet.Invoker
 
init() - Method in class org.eclipse.jetty.servlets.CGI
 
init() - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.IncludableGzipFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.PutFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.QoSFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
init(URL, XmlParser.Node, Map<String, Object>, Map<String, String>) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
 
init() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
init(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
Initialize the parameters on this config from the other configuration.
init() - Method in class org.eclipse.jetty.websocket.server.WebSocketServlet
 
init(URL, XmlParser.Node, Map<String, Object>, Map<String, String>) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
initContextHandler(ServletContext) - Method in class org.eclipse.jetty.servlet.DefaultServlet
Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler.
initDb() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
Lookup the datasource for the jndiName and formulate the necessary sql query strings based on the configured table and column names.
initExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
initExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
INITIAL_WINDOW_SIZE - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
InitialContextFactory - Class in org.eclipse.jetty.jndi
InitialContextFactory.java Factory for the default InitialContext.
InitialContextFactory() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory
 
InitialContextFactory.DefaultParser - Class in org.eclipse.jetty.jndi
 
InitialContextFactory.DefaultParser() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractDatabaseLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.DataSourceLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.JDBCLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule
Read contents of the configured property file.
initialize() - Method in class org.eclipse.jetty.servlet.ServletHandler
Initialize filters and load-on-startup servlets.
initialized() - Static method in class org.eclipse.jetty.util.log.Log
 
initJspServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
initMultiPart() - Method in class org.eclipse.jetty.servlet.ServletHolder
Register a ServletRequestListener that will ensure tmp multipart files are deleted when the request goes out of scope.
initRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set up a random number generator for the sessionids.
initWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
Initialize the IP address whitelist
inject(Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject a value for a Resource from JNDI into an object
inject(Object) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
injectField(Field, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject value from jndi into a field of an instance
Injection - Class in org.eclipse.jetty.plus.annotation
Injection Represents the injection of a resource into a target (method or field).
Injection() - Constructor for class org.eclipse.jetty.plus.annotation.Injection
 
INJECTION_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
InjectionCollection - Class in org.eclipse.jetty.plus.annotation
InjectionCollection
InjectionCollection() - Constructor for class org.eclipse.jetty.plus.annotation.InjectionCollection
 
injectMethod(Method, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject value from jndi into a setter method of an instance
input(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod.Process
 
InputStreamResponseListener - Class in org.eclipse.jetty.client.util
 
InputStreamResponseListener() - Constructor for class org.eclipse.jetty.client.util.InputStreamResponseListener
 
InputStreamResponseListener(long) - Constructor for class org.eclipse.jetty.client.util.InputStreamResponseListener
 
inputStreamToString(InputStream) - Static method in class org.eclipse.jetty.plugins.util.StreamUtils
 
insert(List<Resource>, int, String) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
Insert the resource matching the fragName into the list of resources at the location indicated by index.
insert(List<Resource>, int, Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
insertLifeCycleNode(String, String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Convenience method to allow for insertion of nodes into the lifecycle.
insertNode(Edge, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Convenience method for Graph.insertNode(Edge, Node)
insertNode(Edge, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Insert an arbitrary node on an existing edge.
installBundle(File, boolean) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
installPlugin(String) - Method in class org.eclipse.jetty.plugins.DefaultPluginManager
 
installPlugin(String) - Method in interface org.eclipse.jetty.plugins.PluginManager
 
INSTANCE - Static variable in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
INSTANCE - Static variable in class org.eclipse.jetty.start.FilenameComparator
 
INSTANCE - Static variable in class org.eclipse.jetty.websocket.core.io.payload.NoOpValidator
 
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTERNAL_SERVICE_PROP_UNKNOWN_CONTEXT_HANDLER_TYPE - Static variable in interface org.eclipse.jetty.osgi.boot.internal.webapp.IWebBundleDeployerHelper
when this property is present, the type of context handler registered is not known in advance.
interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
interruptThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
introspect(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
Look for annotations that can be discovered with introspection: Resource Resources PostConstruct PreDestroy ServletSecurity?
introspect(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
IntrospectionUtil - Class in org.eclipse.jetty.util
IntrospectionUtil
IntrospectionUtil() - Constructor for class org.eclipse.jetty.util.IntrospectionUtil
 
IntrospectorCleaner - Class in org.eclipse.jetty.servlet.listener
IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
IntrospectorCleaner() - Constructor for class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
invalidate() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
invalidate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Invalidate the session matching the id on all contexts.
invalidateAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Call HttpSession.invalidate() on all known sessions for the given id.
invalidateSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Invalidate a session.
invalidateSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
InvalidSignatureException - Exception in org.eclipse.jetty.websocket.core.io.event
 
InvalidSignatureException(String) - Constructor for exception org.eclipse.jetty.websocket.core.io.event.InvalidSignatureException
 
InvalidWebSocketException - Exception in org.eclipse.jetty.websocket.core.api
Indicating that the provided Class is not a valid WebSocket as defined by the API.
InvalidWebSocketException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.InvalidWebSocketException
 
InvalidWebSocketException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.InvalidWebSocketException
 
invoke(String, Object[], String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
invoke(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
invoke(T) - Method in class org.eclipse.jetty.util.ForkInvoker
Invokes either #fork(T) or #call(T).
invokeMain(ClassLoader, String, List<String>) - Method in class org.eclipse.jetty.start.Main
 
invokeObject(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
Invoker - Class in org.eclipse.jetty.servlet
Dynamic Servlet Invoker.
Invoker() - Constructor for class org.eclipse.jetty.servlet.Invoker
 
IO - Class in org.eclipse.jetty.util
IO Utilities.
IO() - Constructor for class org.eclipse.jetty.util.IO
 
IPAccessHandler - Class in org.eclipse.jetty.server.handler
IP Access Handler
IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object
IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object and initializes white- and black-list
IPAddressMap<TYPE> - Class in org.eclipse.jetty.util
Internet address map to object
IPAddressMap() - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
is(String) - Method in enum org.eclipse.jetty.http.HttpHeader
 
is(String) - Method in enum org.eclipse.jetty.http.HttpMethod
 
is(String) - Method in enum org.eclipse.jetty.http.HttpScheme
 
is(String) - Method in enum org.eclipse.jetty.http.HttpVersion
 
is(String) - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
isAbsolute() - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
isAbsolute() - Method in interface org.eclipse.jetty.webapp.Ordering
 
isAbsolute() - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
isAccepting() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isAccepting() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
isAdd() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Returns the add flag value.
isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Check if specified request is allowed by current IPAccess rules.
isAfter(List<Resource>, String, String) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
Is fragment name "a" after fragment name "b"?
isAliases() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isAliases() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.MetaData
 
isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isAnyRole() - Method in class org.eclipse.jetty.security.RoleInfo
 
isAnyRole() - Method in class org.eclipse.jetty.util.security.Constraint
 
isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve append to log flag.
isAsync() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isAsyncStarted() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isAsyncStarted() - Method in class org.eclipse.jetty.server.Request
 
isAsyncSupported() - Method in class org.eclipse.jetty.server.Request
 
isAsyncSupported() - Method in class org.eclipse.jetty.servlet.Holder
 
isAuthenticated() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
isAuthenticated() - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
isAuthenticated() - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
isAuthenticated() - Method in interface org.eclipse.jetty.security.MappedLoginService.UserPrincipal
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.SecurityHandler
 
isAutoFragment() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
isAutoInstallOSGiBundles() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isAvailable() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
isAvailable() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
isAvailable(String) - Method in interface org.eclipse.jetty.websocket.core.api.ExtensionRegistry
 
isAvailable(String) - Method in class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
isBefore(List<Resource>, String, String) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
Is fragment with name a before fragment with name b?
isBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is null or only has whitespace characters in it.
isCacheable(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
isCached() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isCancelled() - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
isCancelled() - Method in class org.eclipse.jetty.util.FutureCallback
 
isChecked() - Method in class org.eclipse.jetty.security.RoleInfo
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isCheckingRemoteSessionIdEncoding() - Method in interface org.eclipse.jetty.server.SessionManager
 
isCheckWelcomeFiles() - Method in class org.eclipse.jetty.security.SecurityHandler
 
isChunking() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isChunking() - Method in class org.eclipse.jetty.http.HttpParser
 
isClearPersisted() - Method in class org.eclipse.jetty.spdy.api.SettingsInfo
 
isClearPersisted() - Method in class org.eclipse.jetty.spdy.frames.SettingsFrame
 
isClientError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isClientError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isClose() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
isClose() - Method in class org.eclipse.jetty.spdy.api.HeadersInfo
 
isClose() - Method in class org.eclipse.jetty.spdy.api.ReplyInfo
 
isClose() - Method in class org.eclipse.jetty.spdy.api.SynInfo
 
isClose() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
isClose() - Method in class org.eclipse.jetty.spdy.frames.HeadersFrame
 
isClose() - Method in class org.eclipse.jetty.spdy.frames.SynReplyFrame
 
isClose() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
isClosed() - Method in class org.eclipse.jetty.http.HttpParser
 
isClosed() - Method in class org.eclipse.jetty.server.HttpOutput
 
isClosed() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
isClosed() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
isClosed() - Method in class org.eclipse.jetty.spdy.StandardStream
 
isCommitted() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isCommitted() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
isCommitted() - Method in class org.eclipse.jetty.server.HttpChannel
 
isCommitted() - Method in class org.eclipse.jetty.server.Response
 
isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isComplete() - Method in class org.eclipse.jetty.http.HttpParser
 
isCompleteCalled() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isCompleted() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isCompress() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
isCompress() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
isConfigurationDiscovered() - Method in class org.eclipse.jetty.webapp.WebAppContext
Is the context Automatically configured.
isConnected() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
isContainedIn(Resource, Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
 
isContinuation() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isControlFrame(byte) - Static method in class org.eclipse.jetty.websocket.core.protocol.OpCode
 
isControlFrame() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isCopyWebDir() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isCopyWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
isDataFrame(byte) - Static method in class org.eclipse.jetty.websocket.core.protocol.OpCode
 
isDataFrame() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isDebug() - Static method in class org.eclipse.jetty.start.Config
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
isDebugEnabled(String) - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
 
isDebugEnabled() - Method in interface org.eclipse.jetty.util.log.Logger
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.LoggerLog
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isDefault() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
isDeferred(HttpServletResponse) - Static method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
isDeleteOnExit() - Method in class org.eclipse.jetty.util.MultiPartInputStream
 
isDeleteUnrestorableSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Get the directory option.
isDirectory() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns true if the respresenetd resource is a container/directory.
isDiscardPathInfo() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDiscardQuery() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDispatchable() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isDispatchIO() - Method in class org.eclipse.jetty.client.HttpClient
 
isDistributable() - Method in class org.eclipse.jetty.webapp.MetaData
 
isDistributable() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isDistributable() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
isDone() - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
isDone() - Method in class org.eclipse.jetty.util.FutureCallback
 
isDone() - Method in class org.eclipse.jetty.websocket.client.internal.io.HttpResponseHeaderParser
 
isDone() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod.Process
 
isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
 
isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
 
isEarlyEOF() - Method in class org.eclipse.jetty.server.HttpInput
 
isEmpty() - Method in class org.eclipse.jetty.deploy.graph.Path
 
isEmpty() - Method in class org.eclipse.jetty.start.Classpath
 
isEmpty() - Method in class org.eclipse.jetty.util.ArrayQueue
 
isEmpty() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
isEmpty(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffer.
isEmpty() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
isEmpty() - Method in class org.eclipse.jetty.util.Fields
 
isEmpty() - Method in class org.eclipse.jetty.util.StringMap
 
isEmpty() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
isEnableCRLDP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isEnabled() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
isEnabled() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
isEnabled(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
isEnableOCSP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isEnvEntryType(Class) - Static method in class org.eclipse.jetty.annotations.Util
 
isEnvEntryType(String) - Static method in class org.eclipse.jetty.annotations.Util
 
ISession - Interface in org.eclipse.jetty.spdy
 
isExcluded(String) - Method in interface org.eclipse.jetty.annotations.ClassNameResolver
Based on the execution context, should the class represented by "name" be excluded from consideration?
isExpecting100Continue() - Method in class org.eclipse.jetty.server.HttpChannel
 
isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannel
 
isExpired() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isExpired() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
 
isExpired() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isExpired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
isExtended() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the extended request log format flag.
isExtract() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
isExtractWAR() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isExtractWars() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the extractWars.
isFailed() - Method in class org.eclipse.jetty.client.api.Result
 
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isField() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
isFilterChainsCached() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
isFin() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
isFin() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isFollowRedirects() - Method in class org.eclipse.jetty.client.HttpClient
 
isForbidden() - Method in class org.eclipse.jetty.security.RoleInfo
 
isForbidden() - Method in class org.eclipse.jetty.util.security.Constraint
 
isFromExcludedJar(WebAppContext, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Check to see if the ServletContainerIntializer loaded via the ServiceLoader came from a jar that is excluded by the fragment ordering.
isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and full buffer.
isGrowOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isHalfClosed() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
isHalfClosed() - Method in class org.eclipse.jetty.spdy.StandardStream
 
isHandled() - Method in class org.eclipse.jetty.server.Request
 
isHandling() - Method in class org.eclipse.jetty.rewrite.handler.Rule
Returns the handling flag value.
isHasConnection() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
isHead() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
isHead() - Method in class org.eclipse.jetty.server.Request
 
isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie
 
isIdChanged() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isIdle() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isIdle() - Method in class org.eclipse.jetty.http.HttpParser
 
isIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isIdled() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isIgnoreCase() - Method in class org.eclipse.jetty.util.StringMap
 
isIncluding() - Method in class org.eclipse.jetty.server.Response
 
isInContent() - Method in class org.eclipse.jetty.http.HttpParser
 
isInformational() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
isInformational() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isInheritChannel() - Method in class org.eclipse.jetty.server.ServerConnector
 
isInitial() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isInitial() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isInitial() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isInProgress() - Method in class org.eclipse.jetty.io.WriteFlusher
 
isInputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
isInputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
Test if the input is shutdown.
isInputShutdown() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isInRange(Version, Version) - Method in class org.eclipse.jetty.start.Version
Check whether this verion is in range of versions specified
isInsertHeaders() - Method in class org.eclipse.jetty.servlets.DoSFilter
Check flag to insert the DoSFilter headers into the response.
isInstance() - Method in class org.eclipse.jetty.servlet.Holder
 
isInterested() - Method in class org.eclipse.jetty.io.FillInterest
 
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isKnown(byte) - Static method in class org.eclipse.jetty.websocket.core.protocol.OpCode
Test for known opcodes (per the RFC spec)
isLastFrame() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isLazyLoad() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
isLocked() - Method in class org.eclipse.jetty.jndi.NamingContext
 
isLogDispatch() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve request dispatch time logging flag
isLoginOrErrorPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isLogUrlOnStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isManaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isMasked() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
isMasked() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isMember(Principal) - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
isMetaDataComplete(WebDescriptor) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
isMetaDataComplete() - Method in class org.eclipse.jetty.webapp.MetaData
 
isMethod() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
isMiss() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isModuleAPlugin(String) - Static method in class org.eclipse.jetty.plugins.util.RepositoryParser
 
isNew() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isNotBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is not null and contains at least 1 non-whitespace characters in it.
isNotConnected() - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
Iso88591HttpWriter - Class in org.eclipse.jetty.server
 
Iso88591HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Iso88591HttpWriter
 
isOpen() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.server.NetworkConnector
A Connector may be opened and not started (to reserve a port) or closed and running (to allow graceful shutdown of existing connections)
isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
 
isOpen() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Simple test to see if connection is open (and not closed)
isOpen() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
isOpen() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
isOrdered() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
isOrigin(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
isOrigin(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
isOrigin(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
isOutputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
Test if output is shutdown.
isOutputShutdown() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isOverrideWebXml() - Method in class org.eclipse.jetty.plus.jndi.EnvEntry
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the parentLoaderPriority.
isParentLoaderPriority() - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Get the parentLoaderPriority.
isParentLoaderPriority() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isParsed(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
True if the class has already been processed, false otherwise
isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isPersistent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isPrintLongNames() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target.
isReading() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Tests if the connection is actively reading.
isReading() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
isReading() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
isRecursive() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
isRedirection() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isRedirection(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isRemotePort() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get flag to have usage rate tracked by IP+port (effectively connection) if session tracking is not used.
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isReset() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
isReset() - Method in class org.eclipse.jetty.spdy.StandardStream
 
isResetCompression() - Method in class org.eclipse.jetty.spdy.api.HeadersInfo
 
isResetCompression() - Method in class org.eclipse.jetty.spdy.frames.HeadersFrame
 
isResponseWrapped() - Method in interface org.eclipse.jetty.continuation.Continuation
Is the suspended response wrapped.
isResponseWrapped() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isResponseWrapped() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isRestrictListeners() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
isResumed() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isResumed() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isResumed() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isRewritePathInfo() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
isRewritePathInfo() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
isRewriteRequestURI() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
isRewriteRequestURI() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
isRsv1() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
isRsv1() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isRsv1InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
isRsv1InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
isRsv1User() - Method in class org.eclipse.jetty.websocket.core.api.Extension
Used to indicate that the extension makes use of the RSV1 bit of the base websocket framing.
isRsv1User() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
Indicates use of RSV1 flag for indicating deflation is in use.
isRsv1User() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
Indicates use of RSV1 flag for indicating deflation is in use.
isRsv2() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
isRsv2() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isRsv2InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
isRsv2InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
isRsv2User() - Method in class org.eclipse.jetty.websocket.core.api.Extension
Used to indicate that the extension makes use of the RSV2 bit of the base websocket framing.
isRsv3() - Method in interface org.eclipse.jetty.websocket.core.protocol.Frame
 
isRsv3() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
isRsv3InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
isRsv3InUse() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
isRsv3User() - Method in class org.eclipse.jetty.websocket.core.api.Extension
Used to indicate that the extension makes use of the RSV3 bit of the base websocket framing.
isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isSaveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isScheduled() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie
 
isSecure() - Method in class org.eclipse.jetty.server.Request
 
isSecureRequestOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isSelectorThread() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
isServerClass(String) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
Is the class a Server Class.
isServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isServerError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isServletType(Class) - Static method in class org.eclipse.jetty.annotations.Util
Check if the presented method belongs to a class that is one of the classes with which a servlet container should be concerned.
isSessionCachingEnabled() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isSessionRenewedOnAuthentication() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
isSessionRenewedOnAuthentication() - Method in class org.eclipse.jetty.security.SecurityHandler
 
isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.HttpInput
 
isSource() - Method in class org.eclipse.jetty.util.log.StdErrLog
Is the source of a log, logged
isStart() - Method in class org.eclipse.jetty.http.HttpParser
 
isStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarted() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStartWithUnavailable() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
isState(HttpGenerator.State) - Method in class org.eclipse.jetty.http.HttpGenerator
 
isState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStreaming() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
isStrict() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Get the strict mode.
isSuccess() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isSuccess() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
isSuccess() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
isSuccess() - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
isSuccess() - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
isSuccess() - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
isSuspended() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isSuspended() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isSuspended() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isSuspending() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isSystemClass(String) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
Is the class a System Class.
isSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isTCPNoDelay() - Method in class org.eclipse.jetty.client.HttpClient
 
isTempWorkDirectory(File) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Check if the tmpDir itself is called "work", or if the tmpDir is in a directory called "work".
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.Rule
Returns the terminating flag value.
isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.core.api.Extension
Used to indicate that the extension works as a decoder of TEXT Data Frames.
isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
isTextDataDecoder() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
Indicate that this extensions is now responsible for TEXT Data Frame compliance to the WebSocket spec.
isThrowUnavailableOnStartupException() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isTrackSessions() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get flag to have usage rate tracked by session if a session exists.
IStream - Interface in org.eclipse.jetty.spdy
The internal interface that represents a stream.
isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isUnidirectional() - Method in interface org.eclipse.jetty.spdy.api.Stream
 
isUnidirectional() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
isUnidirectional() - Method in class org.eclipse.jetty.spdy.StandardStream
 
isUpgradeRequest(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.ResourceCache
 
isUserInRole(UserIdentity.Scope, String) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
isUserInRole(UserIdentity.Scope, String) - Method in class org.eclipse.jetty.security.UserAuthentication
 
isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isUserInRole(String, UserIdentity.Scope) - Method in interface org.eclipse.jetty.server.UserIdentity
Check if the user is in a role.
isUseStandardBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
isUsingCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isUsingCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
isUsingURLs() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isUsingURLs() - Method in interface org.eclipse.jetty.server.SessionManager
 
isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
isUtf8SequenceComplete() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
isValid() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isValid(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
isValidateCerts() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isValidateCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isValidatePeerCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isWebArchive(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
Is the path a Web Archive?
isWebArchiveFile(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
Is the path a Web Archive File (not directory)
isWriting() - Method in class org.eclipse.jetty.server.Response
 
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
isXmlFile(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
 
ITEMS_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
IterativeDescriptorProcessor - Class in org.eclipse.jetty.webapp
IterativeDescriptorProcessor
IterativeDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
iterator() - Method in class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
iterator() - Method in class org.eclipse.jetty.client.util.BytesContentProvider
 
iterator() - Method in class org.eclipse.jetty.client.util.PathContentProvider
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields
 
iterator() - Method in class org.eclipse.jetty.spdy.api.Settings
 
iterator() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
iterator() - Method in class org.eclipse.jetty.util.Fields
 
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
iterator() - Method in interface org.eclipse.jetty.websocket.core.api.ExtensionRegistry
 
iterator() - Method in class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
iterator(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Iterator over named child nodes.
IWebBundleDeployerHelper - Interface in org.eclipse.jetty.osgi.boot.internal.webapp
Internal interface for the class that deploys a webapp on a server.

J

JAASGroup - Class in org.eclipse.jetty.plus.jaas
 
JAASGroup(String) - Constructor for class org.eclipse.jetty.plus.jaas.JAASGroup
 
JAASLoginService - Class in org.eclipse.jetty.plus.jaas
JAASLoginService
JAASLoginService() - Constructor for class org.eclipse.jetty.plus.jaas.JAASLoginService
Constructor.
JAASLoginService(String) - Constructor for class org.eclipse.jetty.plus.jaas.JAASLoginService
Constructor.
JAASPrincipal - Class in org.eclipse.jetty.plus.jaas
JAASPrincipal
JAASPrincipal(String) - Constructor for class org.eclipse.jetty.plus.jaas.JAASPrincipal
 
JAASRole - Class in org.eclipse.jetty.plus.jaas
 
JAASRole(String) - Constructor for class org.eclipse.jetty.plus.jaas.JAASRole
 
JAASUserPrincipal - Class in org.eclipse.jetty.plus.jaas
JAASUserPrincipal
JAASUserPrincipal(String, Subject, LoginContext) - Constructor for class org.eclipse.jetty.plus.jaas.JAASUserPrincipal
 
JAR_WITH_SUCH_CLASS_MUST_BE_EXCLUDED - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
when a logging framework is setup in the osgi classloaders, it can access this and register the classes that must not be found in the jar.
JarResource - Class in org.eclipse.jetty.util.resource
 
JarScanner - Class in org.eclipse.jetty.webapp
JarScannerConfiguration Abstract base class for configurations that want to scan jars in WEB-INF/lib and the classloader hierarchy.
JarScanner() - Constructor for class org.eclipse.jetty.webapp.JarScanner
 
JarVersion - Class in org.eclipse.jetty.start
Attempt to determine the version of the Jar File based on common version locations.
JarVersion() - Constructor for class org.eclipse.jetty.start.JarVersion
 
Java2DLeakPreventer - Class in org.eclipse.jetty.util.preventers
Java2DLeakPreventer Prevent pinning of webapp classloader by pre-loading sun.java2d.Disposer class before webapp classloaders are created.
Java2DLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
 
javaNameParser - Class in org.eclipse.jetty.jndi.java
javaNameParser
javaNameParser() - Constructor for class org.eclipse.jetty.jndi.java.javaNameParser
 
javaRootURLContext - Class in org.eclipse.jetty.jndi.java
javaRootURLContext
javaRootURLContext(Hashtable) - Constructor for class org.eclipse.jetty.jndi.java.javaRootURLContext
Creates a new javaRootURLContext instance.
javaURLContextFactory - Class in org.eclipse.jetty.jndi.java
javaURLContextFactory
javaURLContextFactory() - Constructor for class org.eclipse.jetty.jndi.java.javaURLContextFactory
 
JavaUtilLog - Class in org.eclipse.jetty.util.log
Implementation of Jetty Logger based on Logger.
JavaUtilLog() - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
JavaUtilLog(String) - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
JDBCLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
JDBCLoginModule
JDBCLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.JDBCLoginModule
 
JDBCLoginService - Class in org.eclipse.jetty.security
HashMapped User Realm with JDBC as data source.
JDBCLoginService() - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, IdentityService, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCSessionIdManager - Class in org.eclipse.jetty.server.session
JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager.DatabaseAdaptor - Class in org.eclipse.jetty.server.session
DatabaseAdaptor Handles differences between databases.
JDBCSessionIdManager.DatabaseAdaptor(DatabaseMetaData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
JDBCSessionManager - Class in org.eclipse.jetty.server.session
JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
JDBCSessionManager() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager
 
JDBCSessionManager.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
ClassLoadingObjectInputStream
JDBCSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
JDBCSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
JDBCSessionManager.Session - Class in org.eclipse.jetty.server.session
Session Session instance in memory of this node.
JDBCSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session from a request.
JDBCSessionManager.Session(long, JDBCSessionManager.SessionData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored in database.
JDBCSessionManager.SessionData - Class in org.eclipse.jetty.server.session
SessionData Persistable data about a session.
JDBCSessionManager.SessionData(String) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
JDBCSessionManager.SessionData(String, Map<String, Object>) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
Jetty - Class in org.eclipse.jetty.util
 
JETTY_CONTEXT_FILE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
List of relative pathes within the bundle to the jetty context files.
JETTY_OSGI_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the servlet context attribute that points to the bundle object.
JETTY_WAR_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within the bundle to the folder that contains the basic resources.
JETTY_WAR_FRAGMENT_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
JETTY_WAR_PATCH_FRAGMENT_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
JETTY_WEB_XML - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
JettyBootstrapActivator - Class in org.eclipse.jetty.osgi.boot
Bootstrap jetty and publish a default Server instance as an OSGi service.
JettyBootstrapActivator() - Constructor for class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
JettyContextHandlerServiceTracker - Class in org.eclipse.jetty.osgi.boot.internal.webapp
When a ContextHandler service is activated we look into it and if the corresponding webapp is actually not configured then we go and register it.
JettyContextHandlerServiceTracker(IManagedJettyServerRegistry) - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.JettyContextHandlerServiceTracker
 
JettyServerServiceTracker - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
Deploy the jetty server instances when they are registered as an OSGi service.
JettyServerServiceTracker() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 
JettyWebXmlConfiguration - Class in org.eclipse.jetty.webapp
JettyWebConfiguration.
JettyWebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Blocks until the thread pool is stopped.
join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Blocks until the thread pool is stopped.
JSON - Class in org.eclipse.jetty.util.ajax
JSON Parser and Generator.
JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
 
JSON.Convertible - Interface in org.eclipse.jetty.util.ajax
JSON Convertible object.
JSON.Convertor - Interface in org.eclipse.jetty.util.ajax
Static JSON Convertor.
JSON.Generator - Interface in org.eclipse.jetty.util.ajax
JSON Generator.
JSON.Literal - Class in org.eclipse.jetty.util.ajax
A Literal JSON generator A utility instance of JSON.Generator that holds a pre-generated string on JSON text.
JSON.Literal(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.Literal
Construct a literal JSON instance for use by JSON.toString(Object).
JSON.Output - Interface in org.eclipse.jetty.util.ajax
JSON Output class for use by JSON.Convertible.
JSON.ReaderSource - Class in org.eclipse.jetty.util.ajax
 
JSON.ReaderSource(Reader) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
JSON.Source - Interface in org.eclipse.jetty.util.ajax
 
JSON.StringSource - Class in org.eclipse.jetty.util.ajax
 
JSON.StringSource(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.StringSource
 
JSONDateConvertor - Class in org.eclipse.jetty.util.ajax
Convert a Date to JSON.
JSONDateConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean, Locale) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONEnumConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Enum to JSON.
JSONEnumConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONEnumConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONObjectConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Object to JSON using reflection on getters methods.
JSONObjectConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONPojoConvertor - Class in org.eclipse.jetty.util.ajax
Converts POJOs to JSON and vice versa.
JSONPojoConvertor(Class<?>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor.NumberType - Interface in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter(String, Method) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
JSONPojoConvertorFactory - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertorFactory(JSON) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
JSONPojoConvertorFactory(JSON, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
JSP_REGISTRATION_HELPERS - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
By default set to: DefaultBundleClassLoaderHelper.

K

keepWrappers() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of key password property.
keySet() - Method in class org.eclipse.jetty.util.AttributesMap
 

L

last() - Method in class org.eclipse.jetty.client.HttpConversation
 
last(HttpExchange) - Method in class org.eclipse.jetty.client.HttpConversation
Remembers the given exchange as the last of this conversation.
lastEdge() - Method in class org.eclipse.jetty.deploy.graph.Path
 
lastModified() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns the last modified time
lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
Returns the last modified time
lastModified() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
lastModified() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the last modified time
lastNode() - Method in class org.eclipse.jetty.deploy.graph.Path
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
LDAPLeakPreventer - Class in org.eclipse.jetty.util.preventers
LDAPLeakPreventer If com.sun.jndi.LdapPoolManager class is loaded and the system property com.sun.jndi.ldap.connect.pool.timeout is set to a nonzero value, a daemon thread is started which can pin a webapp classloader if it is the first to load the LdapPoolManager.
LDAPLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
 
LdapLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
A LdapLoginModule for use with JAAS setups

The jvm should be started with the following parameter:

-Djava.security.auth.login.config=etc/ldap-loginModule.conf

and an example of the ldap-loginModule.conf would be:

LdapLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
 
LegacyRule - Class in org.eclipse.jetty.rewrite.handler
Rule implementing the legacy API of RewriteHandler
LegacyRule() - Constructor for class org.eclipse.jetty.rewrite.handler.LegacyRule
 
length() - Method in interface org.eclipse.jetty.client.api.ContentProvider
 
length() - Method in class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
length() - Method in class org.eclipse.jetty.client.util.BytesContentProvider
 
length() - Method in class org.eclipse.jetty.client.util.PathContentProvider
 
length() - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
length() - Method in class org.eclipse.jetty.spdy.api.BytesDataInfo
 
length() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
length(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get remaining from null checked buffer
length() - Method in class org.eclipse.jetty.util.resource.FileResource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.resource.Resource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
length() - Method in class org.eclipse.jetty.util.resource.URLResource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
length() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
length() - Method in class org.eclipse.jetty.websocket.core.io.payload.UTF8Validator
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LEVEL_ALL - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_DEBUG - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_INFO - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_OFF - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LEVEL_WARN - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
LF - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LibExtClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.internal.webapp
Helper to create a URL class-loader with the jars inside ${jetty.home}/lib/ext and ${jetty.home}/resources.
LibExtClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
LibExtClassLoaderHelper.IFilesInJettyHomeResourcesProcessor - Interface in org.eclipse.jetty.osgi.boot.internal.webapp
Class called back
LifeCycle - Interface in org.eclipse.jetty.util.component
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
Listener.
LIFECYCLE_CALLBACK_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
LifeCycleCallback - Class in org.eclipse.jetty.plus.annotation
LifeCycleCallback
LifeCycleCallback() - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
LifeCycleCallbackCollection - Class in org.eclipse.jetty.plus.annotation
LifeCycleCallbackCollection
LifeCycleCallbackCollection() - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStarted(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
LikeJettyXml - Class in org.eclipse.jetty.embedded
 
LikeJettyXml() - Constructor for class org.eclipse.jetty.embedded.LikeJettyXml
 
LINE_FEED - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
Link - Class in org.eclipse.jetty.plus.jndi
 
Link(Object, String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
 
Link(String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
 
list(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
list(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
list(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
list(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
list(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
List all names bound at Context named by Name
list(String) - Method in class org.eclipse.jetty.jndi.NamingContext
List all names bound at Context named by Name
list() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns a list of resources contained in the given resource
list() - Method in class org.eclipse.jetty.util.resource.Resource
Returns a list of resource names contained in the given resource The resource names are not URL encoded.
list() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
list() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns a list of resource names contained in the given resource
listAvailablePlugins() - Method in class org.eclipse.jetty.plugins.DefaultPluginManager
 
listAvailablePlugins() - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
listAvailablePlugins() - Method in interface org.eclipse.jetty.plugins.MavenService
 
listAvailablePlugins() - Method in interface org.eclipse.jetty.plugins.PluginManager
 
listBindings(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
listBindings(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
listBindings(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
listBindings(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
listBindings(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
List all Bindings present at Context named by Name
listBindings(String) - Method in class org.eclipse.jetty.jndi.NamingContext
List all Bindings at Name
listener() - Method in interface org.eclipse.jetty.client.api.Request
 
listener(Request.Listener) - Method in interface org.eclipse.jetty.client.api.Request
 
listener() - Method in interface org.eclipse.jetty.client.api.Response
 
listener() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
listener() - Method in class org.eclipse.jetty.client.HttpConversation
 
listener(Response.Listener) - Method in class org.eclipse.jetty.client.HttpConversation
 
listener() - Method in class org.eclipse.jetty.client.HttpExchange
 
listener() - Method in class org.eclipse.jetty.client.HttpRequest
 
listener(Request.Listener) - Method in class org.eclipse.jetty.client.HttpRequest
 
listener() - Method in class org.eclipse.jetty.client.HttpResponse
 
ListenerEventDriver - Class in org.eclipse.jetty.websocket.core.io.event
Handler for WebSocketListener based User WebSocket implementations.
ListenerEventDriver(WebSocketPolicy, WebSocketListener) - Constructor for class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
 
loadClass(Class, String, boolean) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadClass(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
loadClass(String, boolean) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
loadConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
loadCRL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads certificate revocation list (CRL) from a file.
loadCRL(String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
loadCRL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Loads certificate revocation list (CRL) from a file.
Loader - Class in org.eclipse.jetty.util
ClassLoader Helper.
Loader() - Constructor for class org.eclipse.jetty.util.Loader
 
loadKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadSession(String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Load a session from the database
loadSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
loadTrustStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a truststore.
loadUser(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
Load user's info from database.
loadUser(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUser(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUser(String) - Method in class org.eclipse.jetty.security.MappedLoginService
 
loadUsers() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.MappedLoginService
 
LocalConnector - Class in org.eclipse.jetty.server
 
LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector.LocalEndPoint - Class in org.eclipse.jetty.server
 
LocalConnector.LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
localContextRoot - Class in org.eclipse.jetty.jndi.local
localContext Implementation of the delegate for InitialContext for the local namespace.
localContextRoot(Hashtable) - Constructor for class org.eclipse.jetty.jndi.local.localContextRoot
 
locateJarsInsideBundle(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
If the bundle is a jar, returns the jar.
locateJarsInsideBundle(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
If the bundle is a jar, returns the jar.
lock() - Method in class org.eclipse.jetty.server.HttpInput
 
lock() - Method in class org.eclipse.jetty.util.ArrayQueue
 
LOCK_PROPERTY - Static variable in class org.eclipse.jetty.jndi.NamingContext
 
lockCompEnv(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LOG - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
LOG - Static variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
LOG - Static variable in class org.eclipse.jetty.http.HttpParser
 
LOG - Static variable in class org.eclipse.jetty.io.SelectChannelEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.SelectorManager
 
LOG - Variable in class org.eclipse.jetty.server.AbstractConnector
 
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(Request, Response) - Method in class org.eclipse.jetty.server.NCSARequestLog
Writes the request and response information to the output stream.
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
log(Throwable) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
Log - Class in org.eclipse.jetty.util.log
Logging.
Log() - Constructor for class org.eclipse.jetty.util.log.Log
 
LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
LOG - Variable in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
logExtended(Request, Response, StringBuilder) - Method in class org.eclipse.jetty.server.NCSARequestLog
Writes extended request and response information to the output stream.
logger - Variable in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
logger - Variable in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
Logger - Interface in org.eclipse.jetty.util.log
A simple logging facade that is intended simply to capture the style of logging as used by Jetty.
LoggerLog - Class in org.eclipse.jetty.util.log
 
LoggerLog(Object) - Constructor for class org.eclipse.jetty.util.log.LoggerLog
 
login(String, Object) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
login() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
login() - Method in class org.eclipse.jetty.plus.jaas.spi.LdapLoginModule
since ldap uses a context bind for valid authentication checking, we override login()

if credentials are not available from the users context or if we are forcing the binding check then we try a binding authentication check, otherwise if we have the users encoded password then we can try authentication via that mechanic

login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
login(String, Object) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
login(String, Object) - Method in interface org.eclipse.jetty.security.LoginService
Login a user.
login(String, Object) - Method in class org.eclipse.jetty.security.MappedLoginService
 
login(String, Object) - Method in class org.eclipse.jetty.security.SpnegoLoginService
username will be null since the credentials will contain all the relevant info
login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Login with the LOGIN authenticator
login(String, String) - Method in class org.eclipse.jetty.server.Request
 
login(String, String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
LoginAuthenticator - Class in org.eclipse.jetty.security.authentication
 
LoginAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
LoginCallback - Interface in org.eclipse.jetty.security.authentication
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl - Class in org.eclipse.jetty.security.authentication
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl(Subject, String, Object) - Constructor for class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
LoginConfigurationLeakPreventer - Class in org.eclipse.jetty.util.preventers
LoginConfigurationLeakPreventer The javax.security.auth.login.Configuration class keeps a static reference to the thread context classloader.
LoginConfigurationLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
 
LoginService - Interface in org.eclipse.jetty.security
Login Service Interface.
LogMBean - Class in org.eclipse.jetty.util.log.jmx
 
LogMBean(Object) - Constructor for class org.eclipse.jetty.util.log.jmx.LogMBean
 
logout(UserIdentity) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
logout() - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
logout() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
logout(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.MappedLoginService
 
logout(Authentication.User) - Method in class org.eclipse.jetty.security.SecurityHandler
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
logout() - Method in class org.eclipse.jetty.security.UserAuthentication
 
logout() - Method in interface org.eclipse.jetty.server.Authentication.User
 
logout() - Method in class org.eclipse.jetty.server.Request
 
logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpHeader
 
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpMethod
Optimised lookup to find a method name and trailing space in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpMethod
Optimised lookup to find a method name and trailing space in a byte array.
lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find a Http Version and whitespace in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpVersion
Optimised lookup to find a HTTP Version and trailing white space in a byte array.
lookup(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookup(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookup(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookup(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookup(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup a binding by name
lookup(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup binding of an object by name
lookup(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
lookup(String) - Method in class org.eclipse.jetty.server.ResourceCache
Get a Entry from the cache.
lookupInjectedValue() - Method in class org.eclipse.jetty.plus.annotation.Injection
The Resource must already exist in the ENC of this webapp.
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookupLink(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookupLink(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup link bound to name
lookupLink(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup link bound to name
lookupNamingEntries(Object, Class<?>) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Get all NameEntries of a certain type in the given naming environment scope (server-wide names or context-specific names)
lookupNamingEntry(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Find a NamingEntry in the given scope.

M

MailSessionReference - Class in org.eclipse.jetty.jndi.factories
MailSessionReference This is a subclass of javax.mail.Reference and an ObjectFactory for javax.mail.Session objects.
MailSessionReference() - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference
 
MailSessionReference.PasswordAuthenticator - Class in org.eclipse.jetty.jndi.factories
 
MailSessionReference.PasswordAuthenticator() - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
MailSessionReference.PasswordAuthenticator(String, String) - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.FileServer
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.FileServerXml
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.LikeJettyXml
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyConnectors
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyContexts
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyHandlers
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyServletContexts
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.MinimalServlets
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.OneContext
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.OneHandler
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.OneServletContext
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.OneWebApp
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.SecuredHelloHandler
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.SimplestServer
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.SpdyServer
 
main(String[]) - Static method in class org.eclipse.jetty.embedded.SplitFileServer
 
Main - Class in org.eclipse.jetty.plugins
 
Main() - Constructor for class org.eclipse.jetty.plugins.Main
 
main(String[]) - Static method in class org.eclipse.jetty.plugins.Main
 
main(String...) - Static method in class org.eclipse.jetty.server.Server
 
Main - Class in org.eclipse.jetty.spring
Run Jetty from Spring configuration.
Main() - Constructor for class org.eclipse.jetty.spring.Main
 
main(String[]) - Static method in class org.eclipse.jetty.spring.Main
 
Main - Class in org.eclipse.jetty.start
Main start class.
main(String[]) - Static method in class org.eclipse.jetty.start.Main
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.Password
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
 
main(String[]) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
Run the XML configurations as a main application.
makeConstraint(Class, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
Make a jetty Constraint object, which represents the and elements, based on the security annotation.
makeName(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
makeNamingEntryName(NameParser, NamingEntry) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
makeNamingEntryName(NameParser, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
makeTempDirectory(File, WebAppContext, boolean) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
manage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
If a context attribute with this name is set, it is interpreted as a comma separated list of attribute name.
MANAGED_JETTY_SERVER_DEFAULT_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Name of the 'default' jetty server instance.
MANAGED_JETTY_SERVER_FACTORY_PID - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
PID of the jetty servers's ManagedFactory
MANAGED_JETTY_SERVER_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked.
MANAGED_JETTY_SHARED_LIB_FOLDER_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
List of URLs to the folders where the legacy J2EE shared libraries are stored aka lib/ext, lib/jsp etc.
MANAGED_JETTY_XML_CONFIG_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
List of URLs to the jetty.xml files that configure th server.
ManagedAttribute - Annotation Type in org.eclipse.jetty.util.annotation
 
ManagedObject - Annotation Type in org.eclipse.jetty.util.annotation
 
ManagedOperation - Annotation Type in org.eclipse.jetty.util.annotation
 
ManyConnectors - Class in org.eclipse.jetty.embedded
A Jetty server with multiple connectors.
ManyConnectors() - Constructor for class org.eclipse.jetty.embedded.ManyConnectors
 
ManyContexts - Class in org.eclipse.jetty.embedded
A ContextHandlerCollection handler may be used to direct a request to a specific Context.
ManyContexts() - Constructor for class org.eclipse.jetty.embedded.ManyContexts
 
ManyHandlers - Class in org.eclipse.jetty.embedded
Frequently many handlers are combined together to handle different aspects of a request.
ManyHandlers() - Constructor for class org.eclipse.jetty.embedded.ManyHandlers
 
ManyHandlers.ParamHandler - Class in org.eclipse.jetty.embedded
 
ManyHandlers.ParamHandler() - Constructor for class org.eclipse.jetty.embedded.ManyHandlers.ParamHandler
 
ManyServletContexts - Class in org.eclipse.jetty.embedded
 
ManyServletContexts() - Constructor for class org.eclipse.jetty.embedded.ManyServletContexts
 
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the context paths.
MappedByteBufferPool - Class in org.eclipse.jetty.io
 
MappedByteBufferPool() - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
 
MappedByteBufferPool(int) - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
 
MappedLoginService - Class in org.eclipse.jetty.security
A login service that keeps UserIdentities in a concurrent map either as the source or a cache of the users.
MappedLoginService() - Constructor for class org.eclipse.jetty.security.MappedLoginService
 
MappedLoginService.Anonymous - Class in org.eclipse.jetty.security
 
MappedLoginService.Anonymous() - Constructor for class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
MappedLoginService.KnownUser - Class in org.eclipse.jetty.security
 
MappedLoginService.KnownUser(String, Credential) - Constructor for class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
MappedLoginService.RolePrincipal - Class in org.eclipse.jetty.security
 
MappedLoginService.RolePrincipal(String) - Constructor for class org.eclipse.jetty.security.MappedLoginService.RolePrincipal
 
MappedLoginService.UserPrincipal - Interface in org.eclipse.jetty.security
 
Masker - Interface in org.eclipse.jetty.websocket.client.masks
 
match(String) - Method in class org.eclipse.jetty.http.PathMap
Get object matched by the path.
match(String, String) - Static method in class org.eclipse.jetty.http.PathMap
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.PathMap
 
match(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the first object that is associated with the specified internet address by taking into account the wildcard specifications.
match(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
Find jar names from the provided list matching a pattern.
match(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
Match the class name against the pattern
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.LegacyRule
 
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.MsieSslRule
 
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
 
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.Rule
This method calls tests the rule against the request/response pair and if the Rule applies, then the rule's action is triggered.
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Process the contained rules
matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
Process the contained rules if the request is applicable to the virtual hosts of this rule
matched(URI) - Method in class org.eclipse.jetty.util.PatternMatcher
 
matched(URI) - Method in class org.eclipse.jetty.webapp.JarScanner
 
matches(String, String, String) - Method in interface org.eclipse.jetty.client.api.Authentication
Matches Authentications based on the given parameters
matches(String, String, String) - Method in class org.eclipse.jetty.client.util.BasicAuthentication
 
matches(String, String, String) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
 
matchPatterns(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
 
MavenService - Interface in org.eclipse.jetty.plugins
 
MavenUtils - Class in org.eclipse.jetty.plugins.util
 
MavenUtils() - Constructor for class org.eclipse.jetty.plugins.util.MavenUtils
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MAX_CONCURRENT_STREAMS - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
MAX_CONTROL_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Maximum size of Control frame, per RFC 6455
MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
 
MBeanContainer - Class in org.eclipse.jetty.jmx
Container class for the MBean instances
MBeanContainer(MBeanServer) - Constructor for class org.eclipse.jetty.jmx.MBeanContainer
Constructs MBeanContainer
mbeanFor(Object) - Static method in class org.eclipse.jetty.jmx.ObjectMBean
Create MBean for Object.
members() - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
mergeQueryString(String) - Method in class org.eclipse.jetty.server.Request
Merge in a new query string.
MESSAGE_TOO_LARGE - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
MessageAppender - Interface in org.eclipse.jetty.websocket.core.io.message
Appender for messages (used for multiple fragments with continuations, and also to allow for streaming APIs)
messageComplete(long) - Method in class org.eclipse.jetty.client.HttpReceiver
 
messageComplete(long) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete(long) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
messageComplete(long) - Method in class org.eclipse.jetty.server.HttpChannel
 
messageComplete(long) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
messageComplete() - Method in interface org.eclipse.jetty.websocket.core.io.message.MessageAppender
Notification that message is to be considered complete.
messageComplete() - Method in class org.eclipse.jetty.websocket.core.io.message.MessageInputStream
 
messageComplete() - Method in class org.eclipse.jetty.websocket.core.io.message.MessageReader
 
messageComplete() - Method in class org.eclipse.jetty.websocket.core.io.message.SimpleBinaryMessage
 
messageComplete() - Method in class org.eclipse.jetty.websocket.core.io.message.SimpleTextMessage
 
MessageInputStream - Class in org.eclipse.jetty.websocket.core.io.message
Support class for reading binary message data as an InputStream.
MessageInputStream(AnnotatedEventDriver) - Constructor for class org.eclipse.jetty.websocket.core.io.message.MessageInputStream
 
MessageReader - Class in org.eclipse.jetty.websocket.core.io.message
Support class for reading text message data as an Reader.
MessageReader(AnnotatedEventDriver) - Constructor for class org.eclipse.jetty.websocket.core.io.message.MessageReader
 
MessageTooLargeException - Exception in org.eclipse.jetty.websocket.core.api
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.
MessageTooLargeException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.MessageTooLargeException
 
MessageTooLargeException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.MessageTooLargeException
 
MessageTooLargeException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.MessageTooLargeException
 
MetaData - Class in org.eclipse.jetty.webapp
MetaData All data associated with the configuration and deployment of a web application.
MetaData() - Constructor for class org.eclipse.jetty.webapp.MetaData
 
MetaData.OriginInfo - Class in org.eclipse.jetty.webapp
 
MetaData.OriginInfo(String, Descriptor) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
MetaData.OriginInfo(String) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
MetaData.OriginInfo(String, Origin) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
MetaDataComplete - Enum in org.eclipse.jetty.webapp
 
METAINF_FRAGMENTS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
METAINF_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
METAINF_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
MetaInfConfiguration - Class in org.eclipse.jetty.webapp
MetaInfConfiguration Scan META-INF of all jars in WEB-INF/lib to find: tlds web-fragment.xml resources
MetaInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration
 
method() - Method in interface org.eclipse.jetty.client.api.Request
 
method(HttpMethod) - Method in interface org.eclipse.jetty.client.api.Request
 
method() - Method in class org.eclipse.jetty.client.HttpRequest
 
method(HttpMethod) - Method in class org.eclipse.jetty.client.HttpRequest
 
method - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MimeTypes - Class in org.eclipse.jetty.http
 
MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
Constructor.
MimeTypes.Type - Enum in org.eclipse.jetty.http
 
MinimalServlets - Class in org.eclipse.jetty.embedded
 
MinimalServlets() - Constructor for class org.eclipse.jetty.embedded.MinimalServlets
 
MinimalServlets.HelloServlet - Class in org.eclipse.jetty.embedded
 
MinimalServlets.HelloServlet() - Constructor for class org.eclipse.jetty.embedded.MinimalServlets.HelloServlet
 
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleTrackerCustomizer
A bundle tracked by the BundleTracker has been modified.
Monitor - Class in org.eclipse.jetty.start
Monitor thread.
Monitor(int, String) - Constructor for class org.eclipse.jetty.start.Monitor
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MovedContextHandler - Class in org.eclipse.jetty.server.handler
Moved ContextHandler.
MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
MovedContextHandler(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
ms(long) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
MsieSslRule - Class in org.eclipse.jetty.rewrite.handler
MSIE (Microsoft Internet Explorer) SSL Rule.
MsieSslRule() - Constructor for class org.eclipse.jetty.rewrite.handler.MsieSslRule
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MultiException - Exception in org.eclipse.jetty.util
Wraps multiple exceptions.
MultiException() - Constructor for exception org.eclipse.jetty.util.MultiException
 
MultiMap<V> - Class in org.eclipse.jetty.util
A multi valued Map.
MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(Map<String, List<V>>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(MultiMap<V>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MultiPartConfigAnnotationHandler - Class in org.eclipse.jetty.annotations
MultiPartConfigAnnotationHandler
MultiPartConfigAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
MultiPartFilter - Class in org.eclipse.jetty.servlets
Multipart Form Data Filter.
MultiPartFilter() - Constructor for class org.eclipse.jetty.servlets.MultiPartFilter
 
MultiPartInputStream - Class in org.eclipse.jetty.util
MultiPartInputStream Handle a MultiPart Mime input stream, breaking it up on the boundary into files and strings.
MultiPartInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.util.MultiPartInputStream
 
MultiPartInputStream.MultiPart - Class in org.eclipse.jetty.util
 
MultiPartInputStream.MultiPart(String, String) - Constructor for class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartWriter - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

N

name(short) - Method in enum org.eclipse.jetty.spdy.server.http.HTTPSPDYHeader
 
Name - Annotation Type in org.eclipse.jetty.util.annotation
 
name() - Method in class org.eclipse.jetty.util.Fields.Field
 
name - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
name(byte) - Static method in class org.eclipse.jetty.websocket.core.protocol.OpCode
 
NameEnumeration - Class in org.eclipse.jetty.jndi
NameEnumeration
NameEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.NameEnumeration
 
NAMELESS - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
names() - Method in class org.eclipse.jetty.util.Fields
 
NamingContext - Class in org.eclipse.jetty.jndi
NamingContext
NamingContext(Hashtable<String, Object>, String, NamingContext, NameParser) - Constructor for class org.eclipse.jetty.jndi.NamingContext
Constructor
NamingContext.Listener - Interface in org.eclipse.jetty.jndi
Naming Context Listener.
NamingEntry - Class in org.eclipse.jetty.plus.jndi
NamingEntry Base class for all jndi related entities.
NamingEntry(Object, String) - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntry
 
NamingEntry(String) - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntry
Create a NamingEntry.
NamingEntryUtil - Class in org.eclipse.jetty.plus.jndi
 
NamingEntryUtil() - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
NamingUtil - Class in org.eclipse.jetty.jndi
Util.java Created: Tue Jul 1 18:26:17 2003
NamingUtil() - Constructor for class org.eclipse.jetty.jndi.NamingUtil
 
NCSARequestLog - Class in org.eclipse.jetty.server
 
NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with default settings.
NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with specified output file name.
needsFill() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
needsFill() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
needsFill() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
needsFill() - Method in class org.eclipse.jetty.io.FillInterest
Register the read interest Abstract method to be implemented by the Specific ReadInterest to enquire if a read is immediately possible and if not to schedule a future call to FillInterest.fillable() or FillInterest.onFail(Throwable)
needsFill() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
needsFill() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
needsFill() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
NetworkConnector - Interface in org.eclipse.jetty.server
A Connector for TCP/IP network connectors
NetworkTrafficListener - Interface in org.eclipse.jetty.io
A listener for raw network traffic within Jetty.
NetworkTrafficListener.Empty - Class in org.eclipse.jetty.io
A commodity class that implements NetworkTrafficListener with empty methods.
NetworkTrafficListener.Empty() - Constructor for class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
A specialized version of ServerConnector that supports NetworkTrafficListeners.
NetworkTrafficSelectChannelConnector(Server) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelEndPoint - Class in org.eclipse.jetty.io
 
NetworkTrafficSelectChannelEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey, Scheduler, long, List<NetworkTrafficListener>) - Constructor for class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
never() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
newArray(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
newClassPathResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Find a classpath resource.
newClassPathResource(String, boolean, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Find a classpath resource.
newClientPolicy() - Static method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
newCompressedStream(HttpServletRequest, HttpServletResponse, long, int, int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
newCompressor() - Method in interface org.eclipse.jetty.spdy.CompressionFactory
 
newCompressor() - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory
 
newConnection() - Method in interface org.eclipse.jetty.client.api.Destination
 
newConnection(SocketChannel, EndPoint, Object) - Method in class org.eclipse.jetty.client.HttpClient.ClientSelectorManager
 
newConnection(HttpDestination, Callback<Connection>) - Method in class org.eclipse.jetty.client.HttpClient
 
newConnection() - Method in class org.eclipse.jetty.client.HttpDestination
 
newConnection(Callback<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
 
newConnection(SocketChannel, EndPoint, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method to create Connection.
newConnection(Connector, EndPoint) - Method in interface org.eclipse.jetty.server.ConnectionFactory
Creates a new Connection with the given parameters
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.FilterConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
newConnection(SocketChannel, EndPoint, Object) - Method in class org.eclipse.jetty.spdy.client.SPDYClientConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
newConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
newConnection(SocketChannel, EndPoint, Object) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
newContentDecoder() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
Factory method for ContentDecoders
newContentDecoder() - Method in class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
newDecompressor() - Method in interface org.eclipse.jetty.spdy.CompressionFactory
 
newDecompressor() - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory
 
newDecryptedEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.client.HttpClient.ClientSelectorManager
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method to create EndPoint.
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
newFilterEndPoint() - Method in class org.eclipse.jetty.io.FilterConnection
 
newFilterHolder(Holder.Source) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
newFlowControlStrategy(short) - Static method in class org.eclipse.jetty.spdy.client.FlowControlStrategyFactory
 
newFlowControlStrategy() - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
newFlowControlStrategy(short) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
newGzipResponseWrapper(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Allows derived implementations to replace ResponseWrapper implementation.
newHttpParser() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Create a new HttpSession for a request
newHttpSession(HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionManager
Creates a new HttpSession.
newInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
newInstance(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
newJarResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarResource
 
newListenerInstance(WebAppContext, Class<? extends EventListener>) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
newLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
 
newLogger(String) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
Create a Child Logger of this Logger.
newLogger(String) - Method in class org.eclipse.jetty.util.log.LoggerLog
Create a Child Logger of this Logger.
newLogger(String) - Method in class org.eclipse.jetty.util.log.Slf4jLog
Create a Child Logger of this Logger.
newLogger(String) - Method in class org.eclipse.jetty.util.log.StdErrLog
Create a Child Logger of this Logger.
newMap() - Method in class org.eclipse.jetty.util.ajax.JSON
 
newNonce(Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
newParser() - Method in class org.eclipse.jetty.webapp.Descriptor
 
newParser() - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor
 
newParser() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
newRequest(String, int) - Method in class org.eclipse.jetty.client.HttpClient
 
newRequest(String) - Method in class org.eclipse.jetty.client.HttpClient
 
newRequest(URI) - Method in class org.eclipse.jetty.client.HttpClient
 
newRequest(long, String) - Method in class org.eclipse.jetty.client.HttpClient
 
newRequest() - Static method in class org.eclipse.jetty.http.HttpTester
 
newRequestHandler() - Method in class org.eclipse.jetty.server.HttpConnection
 
newRequestHandler() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
newResource(URL) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert URL to Resource wrapper for Resource.newResource(URL) enables extensions to provide alternate resource implementations.
newResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert a URL or path to a Resource.
newResource(URI) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a uri.
newResource(URL) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a url.
newResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a string.
newResource(String, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a string.
newResource(File) - Static method in class org.eclipse.jetty.util.resource.Resource
 
newResource(String) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
Convert a URL or path to a Resource.
newResponseInfo() - Method in class org.eclipse.jetty.server.Response
 
newRunAsToken(String) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newRunAsToken(String) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new RunAsToken from a runAsName (normally a role).
newSecurityHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
newSelector(int) - Method in class org.eclipse.jetty.io.SelectorManager
newSelectorManager() - Method in class org.eclipse.jetty.client.HttpClient
 
newServerPolicy() - Static method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
newServletHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
newServletHolder(Holder.Source) - Method in class org.eclipse.jetty.servlet.ServletHandler
see also newServletHolder(Class)
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Create a new session instance
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(long, long, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Make a new Session.
newSessionHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Create a new session id if necessary.
newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
newSPDYClient(short) - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
newSSLEngine(SslContextFactory, SocketChannel) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
newSSLEngine(String, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSSLEngine(SslContextFactory, SocketChannel) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
newSslServerSocket(String, int, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSslSocket() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSystemResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a system resource from a string.
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
newTimer() - Method in class org.eclipse.jetty.util.Scanner
 
newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
 
newUpgradeConnection(SocketChannel, EndPoint, DefaultWebSocketClient) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
newUserIdentity(Subject, Principal, String[]) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newUserIdentity(Subject, Principal, String[]) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new UserIdentity for use with this identity service.
newWebSocketClient(Object) - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Allows derived implementations to replace PrintWriter implementation.
next() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
next() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
next() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
next() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
next() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
nextElement() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
nextElement() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
nextElement() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextIncoming(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.api.Extension
Convenience method for #getNextIncomingFrames()#incoming(WebSocketException)
nextIncoming(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.api.Extension
Convenience method for #getNextIncomingFrames()#incoming(WebSocketFrame)
nextOutput(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.api.Extension
Convenience method for #getNextOutgoingFrames()#output(WebSocketFrame)
nextOutputNoCallback(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
NextProtoNegoClientConnection - Class in org.eclipse.jetty.spdy.client
 
NextProtoNegoClientConnection(SocketChannel, SslConnection.DecryptedEndPoint, Object, Executor, SPDYClient) - Constructor for class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
NextProtoNegoServerConnection - Class in org.eclipse.jetty.spdy.server
 
NextProtoNegoServerConnection(EndPoint, SSLEngine, Connector, List<String>, String) - Constructor for class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextToken() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
nextToken(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
NO_CLOSE - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
NO_CODE - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NO_MAPPED_ROLES - Static variable in class org.eclipse.jetty.servlet.ServletHolder
 
NO_ROLES - Static variable in interface org.eclipse.jetty.security.IdentityService
 
NO_SECURITY - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
NO_SESSIONS - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
noCompression() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
Node - Class in org.eclipse.jetty.deploy.graph
Basic Graph Node
Node(String) - Constructor for class org.eclipse.jetty.deploy.graph.Node
 
nodes() - Method in class org.eclipse.jetty.deploy.graph.Path
 
NOIP - Static variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
NoJspServlet - Class in org.eclipse.jetty.servlet
 
NoJspServlet() - Constructor for class org.eclipse.jetty.servlet.NoJspServlet
 
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
 
nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
Return a non null string.
NoOpBodyParser - Class in org.eclipse.jetty.spdy.parser
 
NoOpBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.NoOpBodyParser
 
NoOpFrame - Class in org.eclipse.jetty.spdy.frames
 
NoOpFrame() - Constructor for class org.eclipse.jetty.spdy.frames.NoOpFrame
 
NoOpGenerator - Class in org.eclipse.jetty.spdy.generator
 
NoOpGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.NoOpGenerator
 
NoOpValidator - Class in org.eclipse.jetty.websocket.core.io.payload
payload validator does no validation.
NoOpValidator() - Constructor for class org.eclipse.jetty.websocket.core.io.payload.NoOpValidator
 
NORMAL - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.
normalize(String) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
 
normalizeCharset(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizeCharset(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizeCharset(ByteBuffer, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizePattern(String) - Static method in class org.eclipse.jetty.annotations.Util
 
normalizePattern(String) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_SET_000 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
notIdle() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
notifyBegin(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyBegin(Response.Listener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyClosed() - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
notifyClosing() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Notify that the connection has entered the closing handshake
notifyClosing() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
notifyClosing() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
notifyComplete(Response.Listener, Result) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyContent(Response.Listener, Response, ByteBuffer) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyControlFrame(ControlFrame) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
notifyDataFrame(DataFrame, ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
notifyFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyFailure(Response.Listener, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyFrame(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
notifyHeaders(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyHeaders(Response.Listener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyIncoming(ByteBuffer, int) - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
notifyOpened() - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
notifyOutgoing(ByteBuffer, int, int) - Method in class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
notifyQueued(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifySessionException(SessionException) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
notifyStreamException(StreamException) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
notifySuccess(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifySuccess(Response.Listener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyWebSocketException(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
now() - Method in class org.eclipse.jetty.util.DateCache
 
NPNServerConnectionFactory - Class in org.eclipse.jetty.spdy.server
 
NPNServerConnectionFactory(String...) - Constructor for class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
NULL_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
ObjectCallback - Class in org.eclipse.jetty.plus.jaas.callback
ObjectCallback
ObjectCallback() - Constructor for class org.eclipse.jetty.plus.jaas.callback.ObjectCallback
 
ObjectMBean - Class in org.eclipse.jetty.jmx
ObjectMBean.
ObjectMBean(Object) - Constructor for class org.eclipse.jetty.jmx.ObjectMBean
 
offer(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
OLD_CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
onAllContentConsumed() - Method in class org.eclipse.jetty.server.HttpInput
 
onBegin(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Empty
 
onBegin(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
Callback method invoked when the request begins being processed in order to be sent.
onBegin(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onBegin(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the response line containing HTTP version, HTTP status code and reason has been received and parsed.
onBegin(Response) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
onBinary - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onClose() - Method in class org.eclipse.jetty.io.AbstractConnection
 
onClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onClose() - Method in interface org.eclipse.jetty.io.Connection
Callback method invoked when this Connection is closed.
onClose() - Method in interface org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is close.
onClose() - Method in class org.eclipse.jetty.io.FillInterest
 
onClose() - Method in class org.eclipse.jetty.io.FilterConnection
 
onClose() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onClose() - Method in class org.eclipse.jetty.io.WriteFlusher
 
onClose() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
onClose() - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientConnection
 
onClose() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onClose - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onClose() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerConnection
 
onClosed(Connection) - Method in class org.eclipse.jetty.io.Connection.Listener.Empty
 
onClosed(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
onComplete(Result) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onComplete(Result) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the request and the response have been processed, either successfully or not.
onComplete(Result) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
onComplete(Result) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
onComplete(Result) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onComplete(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
Called when a continuation life cycle is complete and after any calls to ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent) The response may still be written to during the call.
onCompleted(C) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
onConnect(Session) - Method in class org.eclipse.jetty.spdy.api.server.ServerSessionFrameListener.Adapter
 
onConnect(Session) - Method in interface org.eclipse.jetty.spdy.api.server.ServerSessionFrameListener
Callback invoked when a client opens a connection.
onConnect() - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onConnect() - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onConnect - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onConnect() - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onConnect() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the response content has been received.
onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onContentConsumed(ByteBuffer) - Method in class org.eclipse.jetty.server.ByteBufferHttpInput
 
onContentConsumed(T) - Method in class org.eclipse.jetty.server.HttpInput
 
onContentConsumed(DataInfo) - Method in class org.eclipse.jetty.spdy.server.http.HttpInputOverSPDY
 
onContentQueued(T) - Method in class org.eclipse.jetty.server.HttpInput
 
onControlFrame(ControlFrame) - Method in class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
onControlFrame(ControlFrame) - Method in class org.eclipse.jetty.spdy.parser.Parser.Listener.Adapter
 
onControlFrame(ControlFrame) - Method in interface org.eclipse.jetty.spdy.parser.Parser.Listener
 
onControlFrame(ControlFrame) - Method in class org.eclipse.jetty.spdy.StandardSession
 
onData(Stream, DataInfo) - Method in class org.eclipse.jetty.spdy.api.StreamFrameListener.Adapter
 
onData(Stream, DataInfo) - Method in interface org.eclipse.jetty.spdy.api.StreamFrameListener
Callback invoked when data bytes are received on a stream.
onData(Stream, DataInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
onDataConsumed(ISession, IStream, DataInfo, int) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
onDataConsumed(ISession, IStream, DataInfo, int) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
onDataConsumed(ISession, IStream, DataInfo, int) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
onDataFrame(DataFrame, ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.DataFrameParser
 
onDataFrame(DataFrame, ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.Parser.Listener.Adapter
 
onDataFrame(DataFrame, ByteBuffer) - Method in interface org.eclipse.jetty.spdy.parser.Parser.Listener
 
onDataFrame(DataFrame, ByteBuffer) - Method in class org.eclipse.jetty.spdy.StandardSession
 
onDataReceived(ISession, IStream, DataInfo) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
onDataReceived(ISession, IStream, DataInfo) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
onDataReceived(ISession, IStream, DataInfo) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
OneContext - Class in org.eclipse.jetty.embedded
A ContextHandler provides a common environment for multiple Handlers, such as: URI context path, class loader, static resource base.
OneContext() - Constructor for class org.eclipse.jetty.embedded.OneContext
 
OneHandler - Class in org.eclipse.jetty.embedded
 
OneHandler() - Constructor for class org.eclipse.jetty.embedded.OneHandler
 
onEOF() - Method in class org.eclipse.jetty.server.HttpInput
 
OneServletContext - Class in org.eclipse.jetty.embedded
 
OneServletContext() - Constructor for class org.eclipse.jetty.embedded.OneServletContext
 
OneWebApp - Class in org.eclipse.jetty.embedded
 
OneWebApp() - Constructor for class org.eclipse.jetty.embedded.OneWebApp
 
onException(Throwable) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onException(Throwable) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when an exception is thrown during the processing of an event on a SPDY session.
onException(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onException(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onException - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onException(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onFail(Throwable) - Method in class org.eclipse.jetty.io.FillInterest
Call to signal a failure to a registered interest
onFail(Throwable) - Method in class org.eclipse.jetty.io.WriteFlusher
 
onFailed(C, Throwable) - Method in class org.eclipse.jetty.util.ExecutorCallback
 
onFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.api.Request.Listener.Empty
 
onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.api.Request.Listener
Callback method invoked when the request has failed to be sent
onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the response has failed in the process of being received
onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onFillable() - Method in class org.eclipse.jetty.client.HttpConnection
 
onFillable() - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint is ready to be read.
onFillable() - Method in class org.eclipse.jetty.io.FilterConnection
 
onFillable() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
Parses and handles HTTP messages.
onFillable() - Method in class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
onFillable() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
onFillable() - Method in class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
onFillable() - Method in class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection
 
onFillable() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read.
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.FilterConnection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onFrame(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onFrame(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onFrame - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onFrame(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onGoAway(Session, GoAwayInfo) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onGoAway(Session, GoAwayInfo) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when the other peer signals that it is closing the connection.
onGoAway(Session, GoAwayInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
onHeader(String, String[]) - Method in class org.eclipse.jetty.spdy.parser.HeadersBlockParser
 
onHeaders(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Empty
 
onHeaders(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
Callback method invoked when the request headers (and perhaps small content) have been sent.
onHeaders(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onHeaders(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the response headers have been received and parsed.
onHeaders(Response) - Method in class org.eclipse.jetty.client.util.BlockingResponseListener
 
onHeaders(Response) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
 
onHeaders(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onHeaders(Stream, HeadersInfo) - Method in class org.eclipse.jetty.spdy.api.StreamFrameListener.Adapter
 
onHeaders(Stream, HeadersInfo) - Method in interface org.eclipse.jetty.spdy.api.StreamFrameListener
Callback invoked when headers are received on a stream.
onHeaders(Stream, HeadersInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
onIdle(boolean) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
onIdle(boolean) - Method in interface org.eclipse.jetty.spdy.IdleListener
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
onIncompleteFlushed() - Method in class org.eclipse.jetty.io.WriteFlusher
Abstract call to be implemented by specific WriteFlushers.
onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onNewStream(ISession, IStream) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
onNewStream(ISession, IStream) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
onNewStream(ISession, IStream) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
onOpen() - Method in class org.eclipse.jetty.client.HttpConnection
 
onOpen() - Method in class org.eclipse.jetty.io.AbstractConnection
 
onOpen() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onOpen() - Method in interface org.eclipse.jetty.io.Connection
Callback method invoked when this Connection is opened.
onOpen() - Method in interface org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is opened.
onOpen() - Method in class org.eclipse.jetty.io.FilterConnection
 
onOpen() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
onOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onOpen() - Method in class org.eclipse.jetty.server.HttpConnection
 
onOpen() - Method in class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
onOpen() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
onOpen() - Method in class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
onOpen() - Method in class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection
 
onOpen() - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientConnection
 
onOpen() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
onOpen() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerConnection
 
onOpened(Connection) - Method in class org.eclipse.jetty.io.Connection.Listener.Empty
 
onOpened(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
onPing(Session, PingInfo) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onPing(Session, PingInfo) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when a ping request has completed its round-trip.
onPing(Session, PingInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
onQueued(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Empty
 
onQueued(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
Callback method invoked when the request is queued, waiting to be sent
onReader(Reader) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onReadTimeout() - Method in class org.eclipse.jetty.client.HttpConnection
 
onReadTimeout() - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read after a timeout
onReadTimeout() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
onReply(Stream, ReplyInfo) - Method in class org.eclipse.jetty.spdy.api.StreamFrameListener.Adapter
 
onReply(Stream, ReplyInfo) - Method in interface org.eclipse.jetty.spdy.api.StreamFrameListener
Callback invoked when a reply to a stream creation has been received.
onReply(Stream, ReplyInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
onRst(Session, RstInfo) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onRst(Session, RstInfo) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when a stream error happens.
onSelected() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
onSelected() - Method in interface org.eclipse.jetty.io.SelectorManager.SelectableEndPoint
Callback method invoked when a read or write events has been detected by the SelectorManager.ManagedSelector for this endpoint.
onSessionException(SessionException) - Method in class org.eclipse.jetty.spdy.parser.Parser.Listener.Adapter
 
onSessionException(SessionException) - Method in interface org.eclipse.jetty.spdy.parser.Parser.Listener
 
onSessionException(SessionException) - Method in class org.eclipse.jetty.spdy.StandardSession
 
onSettings(Session, SettingsInfo) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onSettings(Session, SettingsInfo) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when a request to configure the SPDY connection has been received.
onStreamClosed(Stream) - Method in class org.eclipse.jetty.spdy.api.Session.StreamListener.Adapter
 
onStreamClosed(Stream) - Method in interface org.eclipse.jetty.spdy.api.Session.StreamListener
Callback invoked when a SPDY stream is closed.
onStreamCreated(Stream) - Method in class org.eclipse.jetty.spdy.api.Session.StreamListener.Adapter
 
onStreamCreated(Stream) - Method in interface org.eclipse.jetty.spdy.api.Session.StreamListener
Callback invoked when a new SPDY stream is created.
onStreamException(StreamException) - Method in class org.eclipse.jetty.spdy.parser.Parser.Listener.Adapter
 
onStreamException(StreamException) - Method in interface org.eclipse.jetty.spdy.parser.Parser.Listener
 
onStreamException(StreamException) - Method in class org.eclipse.jetty.spdy.StandardSession
 
onSuccess(Request) - Method in class org.eclipse.jetty.client.api.Request.Listener.Empty
 
onSuccess(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
Callback method invoked when the request has been successfully sent.
onSuccess(Response) - Method in class org.eclipse.jetty.client.api.Response.Listener.Empty
 
onSuccess(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
Callback method invoked when the whole response has been successfully received.
onSuccess(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onSyn(Stream, SynInfo) - Method in class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
onSyn(Stream, SynInfo) - Method in interface org.eclipse.jetty.spdy.api.SessionFrameListener
Callback invoked when a request to create a stream has been received.
onSyn(Stream, SynInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
onText - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onTextMessage(String) - Method in class org.eclipse.jetty.websocket.core.io.event.AnnotatedEventDriver
 
onTextMessage(String) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
onTextMessage(String) - Method in class org.eclipse.jetty.websocket.core.io.event.ListenerEventDriver
 
onTimeout(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
Called when a suspended continuation has timed out.
onWebSocketBinary(byte[], int, int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
onWebSocketBinary(byte[], int, int) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketListener
A WebSocket binary frame has been received.
OnWebSocketClose - Annotation Type in org.eclipse.jetty.websocket.core.annotations
Annotation for tagging methods to receive connection close events.
onWebSocketClose(int, String) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
onWebSocketClose(int, String) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketListener
A Close Event was received.
OnWebSocketConnect - Annotation Type in org.eclipse.jetty.websocket.core.annotations
Annotation for tagging methods to receive connection open events.
onWebSocketConnect(WebSocketConnection) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
onWebSocketConnect(WebSocketConnection) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketListener
A WebSocketConnection has connected successfully and is ready to be used.
onWebSocketException(WebSocketException) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
onWebSocketException(WebSocketException) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketListener
A WebSocket exception has occurred.
OnWebSocketFrame - Annotation Type in org.eclipse.jetty.websocket.core.annotations
(ADVANCED) Annotation for tagging methods to receive frame events.
OnWebSocketMessage - Annotation Type in org.eclipse.jetty.websocket.core.annotations
Annotation for tagging methods to receive Binary or Text Message events.
onWebSocketText(String) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
onWebSocketText(String) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketListener
A WebSocket Text frame was received.
onWindowUpdate(ISession, IStream, int) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
onWindowUpdate(ISession, IStream, int) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
onWindowUpdate(ISession, IStream, int) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
OpCode - Class in org.eclipse.jetty.websocket.core.protocol
 
OpCode() - Constructor for class org.eclipse.jetty.websocket.core.protocol.OpCode
 
open() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
open() - Method in interface org.eclipse.jetty.server.NetworkConnector
Performs the activities needed to open the network communication (for example, to start accepting incoming network connections).
open() - Method in class org.eclipse.jetty.server.ServerConnector
 
open() - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
openConnection(URL) - Method in class org.eclipse.jetty.osgi.boot.warurl.WarUrlStreamHandler
 
opened(EndPoint) - Method in class org.eclipse.jetty.io.FilterConnection.DebugFilter
 
opened(EndPoint) - Method in class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
opened(EndPoint) - Method in interface org.eclipse.jetty.io.FilterConnection.Filter
Callback method invoked when a connection from a remote client has been accepted.
opened(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
opened(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection from a remote client has been accepted.
order(List<Resource>) - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
Order the list of jars in WEB-INF/lib according to the ordering declarations in the descriptors
order(List<Resource>) - Method in interface org.eclipse.jetty.webapp.Ordering
 
order(List<Resource>) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
Order the list of jars according to the ordering declared in the various web-fragment.xml files.
ORDERED_LIBS - Static variable in class org.eclipse.jetty.webapp.MetaData
 
OrderedGroupBinding - Class in org.eclipse.jetty.deploy.bindings
Provides a way of forcing the ordered execution of bindings within a declared binding target.
OrderedGroupBinding(String[]) - Constructor for class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
orderFragments() - Method in class org.eclipse.jetty.webapp.MetaData
 
Ordering - Interface in org.eclipse.jetty.webapp
Ordering Ordering options for jars in WEB-INF lib.
Ordering.AbsoluteOrdering - Class in org.eclipse.jetty.webapp
AbsoluteOrdering An <absolute-order> element in web.xml
Ordering.AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
Ordering.RelativeOrdering - Class in org.eclipse.jetty.webapp
RelativeOrdering A set of <order> elements in web-fragment.xmls.
Ordering.RelativeOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
orderList(LinkedList<Resource>) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
org.eclipse.jetty.annotations - package org.eclipse.jetty.annotations
 
org.eclipse.jetty.client - package org.eclipse.jetty.client
This package provides APIs, utility classes and implementation class of an asynchronous HTTP client

The core class is HttpClient, which acts as a central configuration object (for example for idle timeouts, max connections per domain, etc.) and as a factory for Request objects.

org.eclipse.jetty.client.api - package org.eclipse.jetty.client.api
 
org.eclipse.jetty.client.util - package org.eclipse.jetty.client.util
 
org.eclipse.jetty.continuation - package org.eclipse.jetty.continuation
 
org.eclipse.jetty.continuation.test - package org.eclipse.jetty.continuation.test
 
org.eclipse.jetty.deploy - package org.eclipse.jetty.deploy
 
org.eclipse.jetty.deploy.bindings - package org.eclipse.jetty.deploy.bindings
 
org.eclipse.jetty.deploy.graph - package org.eclipse.jetty.deploy.graph
 
org.eclipse.jetty.deploy.jmx - package org.eclipse.jetty.deploy.jmx
 
org.eclipse.jetty.deploy.providers - package org.eclipse.jetty.deploy.providers
 
org.eclipse.jetty.deploy.util - package org.eclipse.jetty.deploy.util
 
org.eclipse.jetty.embedded - package org.eclipse.jetty.embedded
 
org.eclipse.jetty.example.asyncrest - package org.eclipse.jetty.example.asyncrest
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
 
org.eclipse.jetty.http.ssl - package org.eclipse.jetty.http.ssl
 
org.eclipse.jetty.io - package org.eclipse.jetty.io
 
org.eclipse.jetty.io.ssl - package org.eclipse.jetty.io.ssl
 
org.eclipse.jetty.jmx - package org.eclipse.jetty.jmx
 
org.eclipse.jetty.jndi - package org.eclipse.jetty.jndi
 
org.eclipse.jetty.jndi.factories - package org.eclipse.jetty.jndi.factories
 
org.eclipse.jetty.jndi.java - package org.eclipse.jetty.jndi.java
 
org.eclipse.jetty.jndi.local - package org.eclipse.jetty.jndi.local
 
org.eclipse.jetty.osgi.annotations - package org.eclipse.jetty.osgi.annotations
 
org.eclipse.jetty.osgi.boot - package org.eclipse.jetty.osgi.boot
 
org.eclipse.jetty.osgi.boot.internal.jsp - package org.eclipse.jetty.osgi.boot.internal.jsp
 
org.eclipse.jetty.osgi.boot.internal.serverfactory - package org.eclipse.jetty.osgi.boot.internal.serverfactory
 
org.eclipse.jetty.osgi.boot.internal.webapp - package org.eclipse.jetty.osgi.boot.internal.webapp
 
org.eclipse.jetty.osgi.boot.jasper - package org.eclipse.jetty.osgi.boot.jasper
 
org.eclipse.jetty.osgi.boot.jsp - package org.eclipse.jetty.osgi.boot.jsp
 
org.eclipse.jetty.osgi.boot.utils - package org.eclipse.jetty.osgi.boot.utils
 
org.eclipse.jetty.osgi.boot.utils.internal - package org.eclipse.jetty.osgi.boot.utils.internal
 
org.eclipse.jetty.osgi.boot.warurl - package org.eclipse.jetty.osgi.boot.warurl
 
org.eclipse.jetty.osgi.boot.warurl.internal - package org.eclipse.jetty.osgi.boot.warurl.internal
 
org.eclipse.jetty.osgi.httpservice - package org.eclipse.jetty.osgi.httpservice
 
org.eclipse.jetty.plugins - package org.eclipse.jetty.plugins
 
org.eclipse.jetty.plugins.model - package org.eclipse.jetty.plugins.model
 
org.eclipse.jetty.plugins.util - package org.eclipse.jetty.plugins.util
 
org.eclipse.jetty.plus.annotation - package org.eclipse.jetty.plus.annotation
 
org.eclipse.jetty.plus.jaas - package org.eclipse.jetty.plus.jaas
 
org.eclipse.jetty.plus.jaas.callback - package org.eclipse.jetty.plus.jaas.callback
 
org.eclipse.jetty.plus.jaas.spi - package org.eclipse.jetty.plus.jaas.spi
 
org.eclipse.jetty.plus.jndi - package org.eclipse.jetty.plus.jndi
 
org.eclipse.jetty.plus.security - package org.eclipse.jetty.plus.security
 
org.eclipse.jetty.plus.servlet - package org.eclipse.jetty.plus.servlet
 
org.eclipse.jetty.plus.webapp - package org.eclipse.jetty.plus.webapp
 
org.eclipse.jetty.rewrite.handler - package org.eclipse.jetty.rewrite.handler
 
org.eclipse.jetty.security - package org.eclipse.jetty.security
 
org.eclipse.jetty.security.authentication - package org.eclipse.jetty.security.authentication
 
org.eclipse.jetty.server - package org.eclipse.jetty.server
 
org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
 
org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
 
org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
 
org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
 
org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
 
org.eclipse.jetty.server.session.jmx - package org.eclipse.jetty.server.session.jmx
 
org.eclipse.jetty.server.ssl - package org.eclipse.jetty.server.ssl
 
org.eclipse.jetty.servlet - package org.eclipse.jetty.servlet
 
org.eclipse.jetty.servlet.jmx - package org.eclipse.jetty.servlet.jmx
 
org.eclipse.jetty.servlet.listener - package org.eclipse.jetty.servlet.listener
 
org.eclipse.jetty.servlets - package org.eclipse.jetty.servlets
 
org.eclipse.jetty.servlets.gzip - package org.eclipse.jetty.servlets.gzip
 
org.eclipse.jetty.spdy - package org.eclipse.jetty.spdy
 
org.eclipse.jetty.spdy.api - package org.eclipse.jetty.spdy.api
 
org.eclipse.jetty.spdy.api.server - package org.eclipse.jetty.spdy.api.server
 
org.eclipse.jetty.spdy.client - package org.eclipse.jetty.spdy.client
 
org.eclipse.jetty.spdy.frames - package org.eclipse.jetty.spdy.frames
 
org.eclipse.jetty.spdy.generator - package org.eclipse.jetty.spdy.generator
 
org.eclipse.jetty.spdy.parser - package org.eclipse.jetty.spdy.parser
 
org.eclipse.jetty.spdy.server - package org.eclipse.jetty.spdy.server
 
org.eclipse.jetty.spdy.server.http - package org.eclipse.jetty.spdy.server.http
 
org.eclipse.jetty.spdy.server.proxy - package org.eclipse.jetty.spdy.server.proxy
 
org.eclipse.jetty.spring - package org.eclipse.jetty.spring
 
org.eclipse.jetty.start - package org.eclipse.jetty.start
 
org.eclipse.jetty.util - package org.eclipse.jetty.util
 
org.eclipse.jetty.util.ajax - package org.eclipse.jetty.util.ajax
 
org.eclipse.jetty.util.annotation - package org.eclipse.jetty.util.annotation
 
org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
 
org.eclipse.jetty.util.log - package org.eclipse.jetty.util.log
 
org.eclipse.jetty.util.log.jmx - package org.eclipse.jetty.util.log.jmx
 
org.eclipse.jetty.util.preventers - package org.eclipse.jetty.util.preventers
 
org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
 
org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
 
org.eclipse.jetty.util.ssl - package org.eclipse.jetty.util.ssl
 
org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
 
org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
 
org.eclipse.jetty.webapp - package org.eclipse.jetty.webapp
 
org.eclipse.jetty.websocket.client - package org.eclipse.jetty.websocket.client
 
org.eclipse.jetty.websocket.client.internal - package org.eclipse.jetty.websocket.client.internal
 
org.eclipse.jetty.websocket.client.internal.io - package org.eclipse.jetty.websocket.client.internal.io
 
org.eclipse.jetty.websocket.client.masks - package org.eclipse.jetty.websocket.client.masks
 
org.eclipse.jetty.websocket.core.annotations - package org.eclipse.jetty.websocket.core.annotations
 
org.eclipse.jetty.websocket.core.api - package org.eclipse.jetty.websocket.core.api
 
org.eclipse.jetty.websocket.core.api.io - package org.eclipse.jetty.websocket.core.api.io
 
org.eclipse.jetty.websocket.core.extensions - package org.eclipse.jetty.websocket.core.extensions
 
org.eclipse.jetty.websocket.core.extensions.compress - package org.eclipse.jetty.websocket.core.extensions.compress
 
org.eclipse.jetty.websocket.core.extensions.fragment - package org.eclipse.jetty.websocket.core.extensions.fragment
 
org.eclipse.jetty.websocket.core.extensions.identity - package org.eclipse.jetty.websocket.core.extensions.identity
 
org.eclipse.jetty.websocket.core.io - package org.eclipse.jetty.websocket.core.io
 
org.eclipse.jetty.websocket.core.io.event - package org.eclipse.jetty.websocket.core.io.event
 
org.eclipse.jetty.websocket.core.io.message - package org.eclipse.jetty.websocket.core.io.message
 
org.eclipse.jetty.websocket.core.io.payload - package org.eclipse.jetty.websocket.core.io.payload
 
org.eclipse.jetty.websocket.core.protocol - package org.eclipse.jetty.websocket.core.protocol
 
org.eclipse.jetty.websocket.server - package org.eclipse.jetty.websocket.server
 
org.eclipse.jetty.websocket.server.callbacks - package org.eclipse.jetty.websocket.server.callbacks
 
org.eclipse.jetty.websocket.server.handshake - package org.eclipse.jetty.websocket.server.handshake
 
org.eclipse.jetty.xml - package org.eclipse.jetty.xml
 
origin - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
Origin - Enum in org.eclipse.jetty.webapp
 
OSGiAppProvider - Class in org.eclipse.jetty.osgi.boot
AppProvider for OSGi.
OSGiAppProvider() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Default OSGiAppProvider constructed when none are defined in the jetty.xml configuration.
OSGiAppProvider(File) - Constructor for class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Default OSGiAppProvider constructed when none are defined in the jetty.xml configuration.
OSGiServerConstants - Class in org.eclipse.jetty.osgi.boot
Name of the properties that configure a jetty Server OSGi service.
OSGiServerConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiServerConstants
 
OSGiWebappClassLoader - Class in org.eclipse.jetty.osgi.boot.internal.webapp
Extends the webappclassloader to insert the classloader provided by the osgi bundle at the same level than any other jars palced in the webappclassloader.
OSGiWebappClassLoader(ClassLoader, WebAppContext, Bundle, BundleClassLoaderHelper) - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
OSGiWebappConstants - Class in org.eclipse.jetty.osgi.boot
Name of the service properties for a ContextHandler that configure a webapp deployed on jetty OSGi.
OSGiWebappConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
 
OTHER - Static variable in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
outgoing(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.io.FilterConnection.DebugFilter
 
outgoing(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.io.FilterConnection.DumpToFileFilter
 
outgoing(EndPoint, ByteBuffer) - Method in interface org.eclipse.jetty.io.FilterConnection.Filter
Callback method invoked when bytes are sent to a remote client from the server.
outgoing(Socket, ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
outgoing(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes are sent to a remote client from the server.
OutgoingFrames - Interface in org.eclipse.jetty.websocket.core.io
Interface for dealing with outgoing frames.
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientConnection
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.extensions.fragment.FragmentExtension
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
Enqueue internal frame from OutgoingFrames stack for eventual write out on the physical connection.
output(C, Callback<C>, WebSocketFrame) - Method in interface org.eclipse.jetty.websocket.core.io.OutgoingFrames
 
output(C, Callback<C>, WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
OVERHEAD - Static variable in class org.eclipse.jetty.websocket.core.protocol.Generator
The overhead (maximum) for a framing header.
overlay(Classpath) - Method in class org.eclipse.jetty.start.Classpath
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.
OverrideDescriptor - Class in org.eclipse.jetty.webapp
OverrideDescriptor
OverrideDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.OverrideDescriptor
 

P

PackageAdminServiceTracker - Class in org.eclipse.jetty.osgi.boot.utils.internal
When the PackageAdmin service is activated we can look for the fragments attached to this bundle and "activate" them.
PackageAdminServiceTracker(BundleContext) - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
param(String, String) - Method in interface org.eclipse.jetty.client.api.Request
 
param(String, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
ParamList - Class in org.eclipse.jetty.websocket.core.io.event
Simple class for representing a list of class arrays.
ParamList() - Constructor for class org.eclipse.jetty.websocket.core.io.event.ParamList
 
params() - Method in interface org.eclipse.jetty.client.api.Request
 
params() - Method in class org.eclipse.jetty.client.HttpRequest
 
parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Return the parent Path.
parse(String, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a given class
parse(Class, ClassNameResolver, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given class, optionally walking its inheritance hierarchy
parse(String[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(List<String>, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse the given classes
parse(Resource, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse all classes in a directory
parse(ClassLoader, boolean, boolean, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse classes in the supplied classloader.
parse(URI[], ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse classes in the supplied url of jar files.
parse(URI, ClassNameResolver) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a particular resource
parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(String) - Method in class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
 
parse(String) - Method in class org.eclipse.jetty.jndi.java.javaNameParser
Parse a name into its components.
parse(URI[], ClassNameResolver) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
parse(Bundle, ClassNameResolver) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.ControlFrameBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.ControlFrameParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.CredentialBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.DataFrameParser
Parses the given ByteBuffer for a data frame.
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.GoAwayBodyParser
 
parse(int, short, int, ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.HeadersBlockParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.HeadersBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.NoOpBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.PingBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.RstStreamBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.SettingsBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.SynReplyBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.SynStreamBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.UnknownControlFrameBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.spdy.parser.WindowUpdateBodyParser
 
parse(CharSequence) - Method in class org.eclipse.jetty.start.Config
Parse the configuration
parse(InputStream) - Method in class org.eclipse.jetty.start.Config
Parse the configuration
parse(Reader) - Method in class org.eclipse.jetty.start.Config
 
parse(URL) - Method in class org.eclipse.jetty.start.Config
 
parse(String) - Method in class org.eclipse.jetty.start.Version
parses version string in the form version[.revision[.subrevision[extension]]] into this instance.
parse(String) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(String, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(InputStream) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
parse(InputStream, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
parse(JSON.Source, boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parse(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parse() - Method in class org.eclipse.jetty.util.MultiPartInputStream
Parse, if necessary, the multipart stream.
parse(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8LineParser
Parse a ByteBuffer (could be a partial buffer), and return once a complete line of UTF8 parsed text has been reached.
parse() - Method in class org.eclipse.jetty.webapp.Descriptor
 
parse() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
parse() - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor
 
parse() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.websocket.client.internal.io.HttpResponseHeaderParser
 
parse(String) - Static method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
parse(InputSource) - Method in class org.eclipse.jetty.xml.XmlParser
 
parse(String) - Method in class org.eclipse.jetty.xml.XmlParser
Parse String URL.
parse(File) - Method in class org.eclipse.jetty.xml.XmlParser
Parse File.
parse(InputStream) - Method in class org.eclipse.jetty.xml.XmlParser
Parse InputStream.
parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
parseConnect(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parseConnect(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parseContainerPath(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan jars on container path.
parseCookies(String) - Static method in class org.eclipse.jetty.client.HttpCookieParser
 
parseDate(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
parsedHeader(HttpHeader, String, String) - Method in class org.eclipse.jetty.client.HttpReceiver
 
parsedHeader(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when a HTTP Header name and value is found
parsedHeader(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
parsedHeader(HttpHeader, String, String) - Method in class org.eclipse.jetty.server.HttpChannel
 
parsedHeader(HttpHeader, String, String) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
parsedHostHeader(String, int) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by the parser after it has parsed the host header (and checked it's format).
parsedHostHeader(String, int) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
parsedHostHeader(String, int) - Method in class org.eclipse.jetty.server.HttpChannel
 
parsedHostHeader(String, int) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
parseFragmentBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a fragment bundle for servlet annotations
parseInt(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a substring.
parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a byte array of ascii characters.
parseLinksInDirectoryListing(String) - Static method in class org.eclipse.jetty.plugins.util.RepositoryParser
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseProtocols(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
parseProtocols(String) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
Parser - Class in org.eclipse.jetty.spdy.parser
 
Parser(CompressionFactory.Decompressor) - Constructor for class org.eclipse.jetty.spdy.parser.Parser
 
Parser - Class in org.eclipse.jetty.websocket.core.protocol
Parsing of a frames in WebSocket land.
Parser(WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.core.protocol.Parser
 
Parser.Listener - Interface in org.eclipse.jetty.spdy.parser
 
Parser.Listener.Adapter - Class in org.eclipse.jetty.spdy.parser
 
Parser.Listener.Adapter() - Constructor for class org.eclipse.jetty.spdy.parser.Parser.Listener.Adapter
 
parseRequest(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequiredBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a bundle required by the webbundle for servlet annotations
parseResponse(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseWebBundle(WebAppContext, AnnotationParser, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a bundle required by the webbundle for servlet annotations
parseWebInfClasses(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan classes in WEB-INF/classes
parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
Scan jars in WEB-INF/lib
parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.
PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
passConditionalHeaders(HttpServletRequest, HttpServletResponse, Resource, HttpContent) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
passConditionalHeaders(HttpServletRequest, HttpServletResponse, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
Password - Class in org.eclipse.jetty.util.security
Password utility class.
Password(String) - Constructor for class org.eclipse.jetty.util.security.Password
Constructor.
PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of keystore password property.
path() - Method in interface org.eclipse.jetty.client.api.Request
 
path(String) - Method in interface org.eclipse.jetty.client.api.Request
 
path() - Method in class org.eclipse.jetty.client.HttpRequest
 
path(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
Path - Class in org.eclipse.jetty.deploy.graph
 
Path() - Constructor for class org.eclipse.jetty.deploy.graph.Path
 
PathContentProvider - Class in org.eclipse.jetty.client.util
 
PathContentProvider(Path) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
 
PathContentProvider(Path, int) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that is after a path spec.
PathMap<O> - Class in org.eclipse.jetty.http
URI path map to Object.
PathMap() - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(boolean) - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(int) - Constructor for class org.eclipse.jetty.http.PathMap
 
PathMap(Map<String, ? extends O>) - Constructor for class org.eclipse.jetty.http.PathMap
Construct from dictionary PathMap.
PathMap.MappedEntry<O> - Class in org.eclipse.jetty.http
 
pathMatch(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that matches a path spec.
PatternMatcher - Class in org.eclipse.jetty.util
 
PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
 
PatternRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule that use a PathMap for pattern matching.
PatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.PatternRule
 
PayloadProcessor - Interface in org.eclipse.jetty.websocket.core.io.payload
Process the payload (for demasking, validating, etc..)
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
peek() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
peek() - Method in class org.eclipse.jetty.util.ArrayQueue
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
peekUnsafe() - Method in class org.eclipse.jetty.util.ArrayQueue
 
PerMessageCompressionExtension - Class in org.eclipse.jetty.websocket.core.extensions.compress
Per Message Compression extension for WebSocket.
PerMessageCompressionExtension() - Constructor for class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
ping() - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a PING, normally to measure round-trip time.
ping(long, TimeUnit, Callback<PingInfo>) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a PING, normally to measure round-trip time.
ping() - Method in class org.eclipse.jetty.spdy.StandardSession
 
ping(long, TimeUnit, Callback<PingInfo>) - Method in class org.eclipse.jetty.spdy.StandardSession
 
ping(C, Callback<C>, byte[]) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Send a single ping messages.
ping(C, Callback<C>, byte[]) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
Send a single ping messages.
PING - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Ping Frame
ping() - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
PingBodyParser - Class in org.eclipse.jetty.spdy.parser
 
PingBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.PingBodyParser
 
PingFrame - Class in org.eclipse.jetty.spdy.frames
 
PingFrame(short, int) - Constructor for class org.eclipse.jetty.spdy.frames.PingFrame
 
PingGenerator - Class in org.eclipse.jetty.spdy.generator
 
PingGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.PingGenerator
 
PingInfo - Class in org.eclipse.jetty.spdy.api
A container for PING frames data.
PingInfo(int) - Constructor for class org.eclipse.jetty.spdy.api.PingInfo
Creates a PingInfo with the given ping id
PluggableWebAppRegistrationCustomizerImpl - Class in org.eclipse.jetty.osgi.boot.jasper
Plug bundles that contains tld files so that jasper will discover them and set them up in jetty.
PluggableWebAppRegistrationCustomizerImpl() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.PluggableWebAppRegistrationCustomizerImpl
 
Plugin - Class in org.eclipse.jetty.plugins.model
 
Plugin(String, File) - Constructor for class org.eclipse.jetty.plugins.model.Plugin
 
PluginManager - Interface in org.eclipse.jetty.plugins
 
PlusConfiguration - Class in org.eclipse.jetty.plus.webapp
Configuration
PlusConfiguration() - Constructor for class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
PlusDecorator - Class in org.eclipse.jetty.plus.webapp
WebAppDecorator
PlusDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.plus.webapp.PlusDecorator
 
PlusDescriptorProcessor - Class in org.eclipse.jetty.plus.webapp
PlusDescriptorProcessor
PlusDescriptorProcessor() - Constructor for class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
 
pojo - Variable in class org.eclipse.jetty.websocket.core.io.event.EventMethod
 
policy - Variable in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
POLICY_VIOLATION - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
PolicyViolationException - Exception in org.eclipse.jetty.websocket.core.api
Exception when a violation of policy occurs and should trigger a connection close.
PolicyViolationException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.PolicyViolationException
 
PolicyViolationException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.PolicyViolationException
 
PolicyViolationException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.PolicyViolationException
 
poll() - Method in class org.eclipse.jetty.util.ArrayQueue
 
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time if no elements are present on this queue.
pollUnsafe() - Method in class org.eclipse.jetty.util.ArrayQueue
 
PONG - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Pong Frame
pong() - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
port() - Method in interface org.eclipse.jetty.client.api.Destination
 
port() - Method in interface org.eclipse.jetty.client.api.Request
 
port() - Method in class org.eclipse.jetty.client.HttpDestination
 
port() - Method in class org.eclipse.jetty.client.HttpRequest
 
position() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Get the position currently within the payload data.
POST(String) - Method in class org.eclipse.jetty.client.HttpClient
 
POST(URI) - Method in class org.eclipse.jetty.client.HttpClient
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
postConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
Clear down after configuration.
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
 
postConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
PostConstructAnnotationHandler - Class in org.eclipse.jetty.annotations
 
PostConstructAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
PostConstructCallback - Class in org.eclipse.jetty.plus.annotation
PostConstructCallback
PostConstructCallback() - Constructor for class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.jsp.TagLibOSGiConfiguration
Override the preConfigure; locates the bundles that contain tld files according to the value of the manifest header Require-TldBundle.
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
 
preConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
Set up for configuration.
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
 
preConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
Pre configure the web application.
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
 
PreDestroyAnnotationHandler - Class in org.eclipse.jetty.annotations
 
PreDestroyAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
 
PreDestroyCallback - Class in org.eclipse.jetty.plus.annotation
PreDestroyCallback
PreDestroyCallback() - Constructor for class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 
PREFLIGHT_MAX_AGE_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Find constraints that apply to the given path.
prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
prepend(FrameBytes<?>) - Method in class org.eclipse.jetty.websocket.core.io.FrameQueue
 
prependFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a preconstructed FilterMapping
prependToArray(T, T[], Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to the start of an array
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DOMLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
 
print(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value.
print(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character.
print(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer.
print(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer.
print(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number.
print(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number.
print(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters.
print(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a string.
print(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an object.
print(String) - Method in class org.eclipse.jetty.server.HttpOutput
 
printable(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
println() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value and then terminate the line.
println(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character and then terminate the line.
println(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer and then terminate the line.
println(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer and then terminate the line.
println(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters and then terminate the line.
println(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a String and then terminate the line.
println(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an Object and then terminate the line.
printStackTrace() - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintStream) - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintWriter) - Method in exception org.eclipse.jetty.util.MultiException
 
proceed(boolean) - Method in class org.eclipse.jetty.client.HttpConnection
 
proceed(boolean) - Method in class org.eclipse.jetty.client.HttpExchange
 
proceed(boolean) - Method in class org.eclipse.jetty.client.HttpSender
 
process(Connection, boolean) - Method in class org.eclipse.jetty.client.HttpDestination
Processes a new connection making it idle or active depending on whether requests are waiting to be sent.
process(String, String) - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
process(ControlFrame) - Method in interface org.eclipse.jetty.spdy.IStream
Processes the given control frame, for example by updating the stream's state or by calling listeners.
process(DataInfo) - Method in interface org.eclipse.jetty.spdy.IStream
Processes the given dataInfo, for example by updating the stream's state or by calling listeners.
process(ControlFrame) - Method in class org.eclipse.jetty.spdy.StandardStream
 
process(DataInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
 
process(WebAppContext, Descriptor) - Method in interface org.eclipse.jetty.webapp.DescriptorProcessor
 
process(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
process() - Method in interface org.eclipse.jetty.websocket.core.extensions.compress.CompressionMethod.Process
 
process(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.payload.CloseReasonValidator
 
process(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.payload.DeMaskProcessor
 
process(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.payload.NoOpValidator
 
process(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.core.io.payload.PayloadProcessor
Used to process payloads for in the spec.
process(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.payload.UTF8Validator
 
processAfters(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processBefores(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processBinding(Node, App) - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
Event called to process a AppLifeCycle binding.
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
processCommandLine(List<String>) - Method in class org.eclipse.jetty.start.Main
 
processConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create and combine the constraint with the existing processed constraints.
processConstraintMappingWithMethodOmissions(ConstraintMapping, Map<String, RoleInfo>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Constraints that name method omissions are dealt with differently.
processEntry(URI, JarEntry) - Method in class org.eclipse.jetty.webapp.JarScanner
 
processEntry(WebAppContext, URI, JarEntry) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
processFilesInResourcesFolder(File, Map<String, File>) - Method in interface org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper.IFilesInJettyHomeResourcesProcessor
 
processFilesInResourcesFolder(File, Map<String, File>) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
When we find files typically used for central logging configuration we do what it takes in this method to do what the user expects.
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
processName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
processVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
PROGRESS_102_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
Promise<T> - Class in org.eclipse.jetty.spdy
Deprecated.
Promise() - Constructor for class org.eclipse.jetty.spdy.Promise
Deprecated.
 
PROPERTY_THIS_JETTY_XML_FOLDER_URL - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
The value of this property points to the parent director of the jetty.xml configuration file currently executed.
PROPERTY_THIS_WEB_INF_URL - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
The value of this property points to the WEB-INF directory of the web-app currently installed.
PropertyFileLoginModule - Class in org.eclipse.jetty.plus.jaas.spi
PropertyFileLoginModule
PropertyFileLoginModule() - Constructor for class org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule
 
PropertyUserStore - Class in org.eclipse.jetty.security
PropertyUserStore This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.
PropertyUserStore() - Constructor for class org.eclipse.jetty.security.PropertyUserStore
 
PropertyUserStore.UserListener - Interface in org.eclipse.jetty.security
UserListener
PROTOCOL - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1002 indicates that an endpoint is terminating the connection due to a protocol error.
ProtocolException - Exception in org.eclipse.jetty.websocket.core.api
Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)
ProtocolException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.ProtocolException
 
ProtocolException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.ProtocolException
 
ProtocolHandler - Interface in org.eclipse.jetty.client
 
protocols() - Method in class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
protocolSelected(String) - Method in class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
provideServerSessionFrameListener(Connector, EndPoint) - Method in class org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnectionFactory
 
provideServerSessionFrameListener(Connector, EndPoint) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
proxy(Stream, SynInfo, ProxyEngineSelector.ProxyServerInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
proxy(Stream, SynInfo, ProxyEngineSelector.ProxyServerInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ProxyEngine - Class in org.eclipse.jetty.spdy.server.proxy
ProxyEngine is the class for SPDY proxy functionalities that receives a SPDY request and converts it to any protocol to its server side.
ProxyEngine() - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
ProxyEngine(String) - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
 
ProxyEngineSelector - Class in org.eclipse.jetty.spdy.server.proxy
ProxyEngineSelector is the main entry point for syn stream events of a jetty SPDY proxy.
ProxyEngineSelector() - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
ProxyEngineSelector.ProxyServerInfo - Class in org.eclipse.jetty.spdy.server.proxy
 
ProxyEngineSelector.ProxyServerInfo(String, String, int) - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector.ProxyServerInfo
 
ProxyHTTPConnectionFactory - Class in org.eclipse.jetty.spdy.server.proxy
 
ProxyHTTPConnectionFactory(HttpChannelConfig, short, ProxyEngineSelector) - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPConnectionFactory
 
ProxyHTTPSPDYConnection - Class in org.eclipse.jetty.spdy.server.proxy
 
ProxyHTTPSPDYConnection(Connector, HttpChannelConfig, EndPoint, short, ProxyEngineSelector) - Constructor for class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
purgeEntries(Field) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
PushStrategy - Interface in org.eclipse.jetty.spdy.server.http
PushStrategy encapsulates the decisions about performing SPDY pushes of secondary resources associated with a primary resource.
PushStrategy.None - Class in org.eclipse.jetty.spdy.server.http
An implementation that returns an empty list of secondary resources
PushStrategy.None() - Constructor for class org.eclipse.jetty.spdy.server.http.PushStrategy.None
 
PushSynInfo - Class in org.eclipse.jetty.spdy
A subclass container of SynInfo for unidirectional streams
PushSynInfo(int, SynInfo) - Constructor for class org.eclipse.jetty.spdy.PushSynInfo
 
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
put(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, List<String>) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, O) - Method in class org.eclipse.jetty.http.PathMap
Add a single path match to the PathMap.
put(Settings.Setting) - Method in class org.eclipse.jetty.spdy.api.Settings
 
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
put(String, String) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given name/value pair as a single-valued Fields.Field.
put(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given Fields.Field, mapped to the field's name
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
Insert a new internet address into map
put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
put(String, O) - Method in class org.eclipse.jetty.util.StringMap
 
putAllValues(Map<String, V>) - Method in class org.eclipse.jetty.util.MultiMap
Shorthand version of putAll
putCRLF(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDateField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDecInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDecLong(ByteBuffer, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
PutFilter - Class in org.eclipse.jetty.servlets
PutFilter A Filter that handles PUT, DELETE and MOVE methods.
PutFilter() - Constructor for class org.eclipse.jetty.servlets.PutFilter
 
putHexInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putLongField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putProxyEngine(String, ProxyEngine) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
putProxyServerInfo(String, ProxyEngineSelector.ProxyServerInfo) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
putTo(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields.Field
 
putTo(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields
 
putUser(String, Object) - Method in class org.eclipse.jetty.security.MappedLoginService
Put user into realm.
putUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.MappedLoginService
Put user into realm.
putValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.setAttribute(java.lang.String, java.lang.Object)
putValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(String, V...) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValueTo(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpFields.Field
 

Q

QoSFilter - Class in org.eclipse.jetty.servlets
Quality of Service Filter.
QoSFilter() - Constructor for class org.eclipse.jetty.servlets.QoSFilter
 
qualityList(Enumeration<String>) - Static method in class org.eclipse.jetty.http.HttpFields
List values in quality order.
QueuedThreadPool - Class in org.eclipse.jetty.util.thread
 
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
quote(String) - Static method in class org.eclipse.jetty.start.CommandLineBuilder
Perform an optional quoting of the argument, being intelligent with spaces and quotes as needed.
quote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quote(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable.
QuotedStringTokenizer - Class in org.eclipse.jetty.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
quoteIfNeeded(String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteIfNeeded(Appendable, String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into a StringBuffer only if needed.

R

RandomMasker - Class in org.eclipse.jetty.websocket.client.masks
 
RandomMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
RandomMasker(Random) - Constructor for class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
read() - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
read(ByteBuffer) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
read() - Method in class org.eclipse.jetty.websocket.core.io.message.MessageInputStream
 
read(char[], int, int) - Method in class org.eclipse.jetty.websocket.core.io.message.MessageReader
 
readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
readFrom(File, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, int, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readInto(ByteBuffer) - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
readInto(byte[], int, int) - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
 
readInto(ByteBuffer) - Method in class org.eclipse.jetty.spdy.api.BytesDataInfo
 
readInto(byte[], int, int) - Method in class org.eclipse.jetty.spdy.api.BytesDataInfo
 
readInto(ByteBuffer) - Method in class org.eclipse.jetty.spdy.api.DataInfo
Copies the content bytes of this DataInfo into the given ByteBuffer.
readInto(byte[], int, int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
Copies the content bytes of this DataInfo into the given byte array.
readLine(InputStream) - Static method in class org.eclipse.jetty.util.TypeUtil
 
reason() - Method in interface org.eclipse.jetty.client.api.Response
 
reason() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
reason() - Method in class org.eclipse.jetty.client.HttpResponse
 
reason(String) - Method in class org.eclipse.jetty.client.HttpResponse
 
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Overwrite or create a binding
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Overwrite or create a binding from Name to Object
receive() - Method in class org.eclipse.jetty.client.HttpConnection
 
receive() - Method in class org.eclipse.jetty.client.HttpExchange
 
receive() - Method in class org.eclipse.jetty.client.HttpReceiver
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
recycle() - Method in class org.eclipse.jetty.server.HttpInput
 
recycle() - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.Response
 
redirect(XmlParser, String, URL) - Method in class org.eclipse.jetty.webapp.Descriptor
 
redirectEntity(String, URL) - Method in class org.eclipse.jetty.xml.XmlParser
 
RedirectPatternRule - Class in org.eclipse.jetty.rewrite.handler
Redirects the response whenever the rule finds a match.
RedirectPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
RedirectProtocolHandler - Class in org.eclipse.jetty.client
 
RedirectProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.RedirectProtocolHandler
 
RedirectRegexRule - Class in org.eclipse.jetty.rewrite.handler
Redirects the response by matching with a regular expression.
RedirectRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
ReferrerPushStrategy - Class in org.eclipse.jetty.spdy.server.http
A SPDY push strategy that auto-populates push metadata based on referrer URLs.
ReferrerPushStrategy() - Constructor for class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
ReferrerPushStrategy(List<String>) - Constructor for class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
ReferrerPushStrategy(List<String>, List<String>) - Constructor for class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
ReferrerPushStrategy(List<String>, List<String>, List<String>) - Constructor for class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
RegexRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule to use as a base class for rules that match with a regular expression.
RegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RegexRule
 
register(C, Callback<C>) - Method in class org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(String, Class<? extends Extension>) - Method in interface org.eclipse.jetty.websocket.core.api.ExtensionRegistry
 
register(String, Class<? extends Extension>) - Method in class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
register(Class<?>) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
Register a websocket class pojo with the default WebSocketCreator.
registerAnnotationHandler(String, AnnotationParser.DiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Deprecated.
see registerHandler(Handler)
registerClassHandler(AnnotationParser.ClassHandler) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Deprecated.
see registerHandler(Handler)
registerContext(Bundle, String, String, String, String, ContextHandler) - Method in interface org.eclipse.jetty.osgi.boot.internal.webapp.IWebBundleDeployerHelper
This type of registration relies on jetty's complete context xml file.
registerContext(Bundle, String, String, String, String, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
registerContext(Bundle, String) - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Helper method that creates a new skeleton of a ContextHandler and registers it as an OSGi service.
registerContext(Bundle, String, Dictionary<String, String>) - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Helper method that creates a new skeleton of a ContextHandler and registers it as an OSGi service.
registerConvertor(Class, JSON.Convertor) - Static method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
registeredFilesInJettyHomeResourcesProcessors - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
registerHandler(AnnotationParser.Handler) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Add a particular handler
registerHandlers(List<? extends AnnotationParser.Handler>) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Add a list of handlers
registerUserListener(PropertyUserStore.UserListener) - Method in class org.eclipse.jetty.security.PropertyUserStore
registers a listener to be notified of the contents of the property file
registerVisitor(String, Method) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
Register a method to be called back when visiting the node with the given name.
registerWebapplication(Bundle, String, String, String, String, String, String, String, WebAppContext) - Method in interface org.eclipse.jetty.osgi.boot.internal.webapp.IWebBundleDeployerHelper
Deploy a new web application on the jetty server.
registerWebapplication(Bundle, String, String, String, String, String, String, String, WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
Deploy a new web application on the jetty server.
registerWebapplication(Bundle, String, String) - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Helper method that creates a new org.jetty.webapp.WebAppContext and registers it as an OSGi service.
registerWebapplication(Bundle, String, String, Dictionary<String, String>) - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Helper method that creates a new org.jetty.webapp.WebAppContext and registers it as an OSGi service.
relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.PathMap
Relative path.
release(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
 
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
release(ByteBuffer) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
release(ByteBuffer) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Returns a ByteBuffer, usually obtained with ByteBufferPool.acquire(int, boolean) (but not necessarily), making it available for recycling and reuse.
release(ByteBuffer) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
release() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Unbind this NamingEntry entirely
release() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
release() - Method in class org.eclipse.jetty.util.resource.JarResource
 
release() - Method in class org.eclipse.jetty.util.resource.Resource
Release any temporary resources held by the resource.
release() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
release() - Method in class org.eclipse.jetty.util.resource.URLResource
Release any resources held by the resource.
reloadJettyContextHandler(String, String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.JettyContextHandlerServiceTracker
Called by the scanner when one of the context files is changed.
remaining(ByteBuffer) - Method in class org.eclipse.jetty.server.ByteBufferHttpInput
 
remaining(T) - Method in class org.eclipse.jetty.server.HttpInput
 
remaining(DataInfo) - Method in class org.eclipse.jetty.spdy.server.http.HttpInputOverSPDY
 
remaining() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Get the number of bytes remaining to write out to the Network ByteBuffer.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
 
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(String) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(Object) - Method in class org.eclipse.jetty.http.PathMap
 
remove(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
remove(String) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
remove(Settings.ID) - Method in class org.eclipse.jetty.spdy.api.Settings
 
remove() - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
remove(String) - Method in class org.eclipse.jetty.util.Fields
Removes the Fields.Field with the given name
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object) - Method in class org.eclipse.jetty.util.StringMap
 
remove(String) - Method in class org.eclipse.jetty.util.StringMap
 
remove(List<Resource>, Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
removeActiveOption(String) - Method in class org.eclipse.jetty.start.Config
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
removeApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Remove the app from the tracking of the DeploymentManager
removeAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
removeAttribute(String) - Method in class org.eclipse.jetty.client.HttpConversation
 
removeAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
Remove a request attribute.
removeAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Request
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
removeAttribute(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
removeAttribute(String) - Method in interface org.eclipse.jetty.spdy.api.Session
 
removeAttribute(String) - Method in interface org.eclipse.jetty.spdy.api.Stream
 
removeAttribute(String) - Method in class org.eclipse.jetty.spdy.StandardSession
 
removeAttribute(String) - Method in class org.eclipse.jetty.spdy.StandardStream
 
removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
 
removeAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
removeAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
removeAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
removeAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
removeBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Removes the given bean.
removeBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Removes all bean
removeBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
removeBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
 
removeConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
Convenience method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to remove a connector.
removeConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Take out of the constraint mappings those that match the given path.
removeContext(ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
removeContextAttribute(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Remove a contextAttribute that will be set for every Context deployed by this provider.
removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
removeConversation(HttpConversation) - Method in class org.eclipse.jetty.client.HttpClient
 
removedBundle(Bundle, BundleEvent, Object) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleTrackerCustomizer
A bundle tracked by the BundleTracker has been removed.
removeEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
Removes an event listener for for session-related events.
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFilter(FilterConnection.Filter) - Method in class org.eclipse.jetty.io.FilterConnection
 
removeFilter(FilterConnection.Filter) - Method in class org.eclipse.jetty.server.FilterConnectionFactory
 
removeFromArray(T[], Object) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Remove a property from this Context's environment.
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
removeLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
removeListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
 
removeListener(Session.Listener) - Method in interface org.eclipse.jetty.spdy.api.Session
Deregisters the give listener from being notified of session events.
removeListener(Parser.Listener) - Method in class org.eclipse.jetty.spdy.parser.Parser
 
removeListener(Session.Listener) - Method in class org.eclipse.jetty.spdy.StandardSession
 
removeListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Remove a registered listener
removeMember(Principal) - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
removeNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeNulls(T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
removeSession(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete an existing session, both from the in-memory map and the database.
removeSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Remove session from manager
removeSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Remove session from the list of known sessions for a given ID.
removeUser(String) - Method in class org.eclipse.jetty.security.MappedLoginService
 
removeValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.removeAttribute(java.lang.String)
removeValue(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Remove value.
removeVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Removes an array of virtual host entries, if this removes all entries the _vhosts will be set to null
rename(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rename(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported
rename(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
Rename the given resource
renewSession(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session id.
renewSession(HttpServletRequest, HttpSession, boolean) - Static method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
replace substrings within string.
REPLACEMENT - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
reply(ReplyInfo) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a SYN_REPLY frame in response to a SYN_STREAM frame.
reply(ReplyInfo, long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Stream
Sends asynchronously a SYN_REPLY frame in response to a SYN_STREAM frame.
reply(ReplyInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
 
reply(ReplyInfo, long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardStream
 
ReplyInfo - Class in org.eclipse.jetty.spdy.api
A container for SYN_REPLY frames metadata and headers.
ReplyInfo(boolean) - Constructor for class org.eclipse.jetty.spdy.api.ReplyInfo
Creates a new ReplyInfo instance with empty headers and the given close flag.
ReplyInfo(Fields, boolean) - Constructor for class org.eclipse.jetty.spdy.api.ReplyInfo
Creates a ReplyInfo instance with the given headers and the given close flag.
reportDifferences(Map<String, Scanner.TimeNSize>, Map<String, Scanner.TimeNSize>) - Method in class org.eclipse.jetty.util.Scanner
Report the adds/changes/removes to the registered listeners
RepositoryParser - Class in org.eclipse.jetty.plugins.util
 
RepositoryParser() - Constructor for class org.eclipse.jetty.plugins.util.RepositoryParser
 
Request - Interface in org.eclipse.jetty.client.api
Request represents a HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.
request() - Method in class org.eclipse.jetty.client.HttpExchange
 
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request(HttpChannel<?>, HttpInput<?>) - Constructor for class org.eclipse.jetty.server.Request
 
REQUEST - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
Request.Listener - Interface in org.eclipse.jetty.client.api
Listener for request events
Request.Listener.Empty - Class in org.eclipse.jetty.client.api
An empty implementation of Request.Listener
Request.Listener.Empty() - Constructor for class org.eclipse.jetty.client.api.Request.Listener.Empty
 
Request.MultiPartCleanerListener - Class in org.eclipse.jetty.server
 
Request.MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.Request.MultiPartCleanerListener
 
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_TIMEOUT_408 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
requestAppGoal(App, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Move an App through the AppLifeCycle to the desired Node, executing each lifecycle step in the process to reach the desired state.
requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Move an App through the AppLifeCycle to the desired Node, executing each lifecycle step in the process to reach the desired state.
requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
requestComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
requestContent(DataInfo, boolean) - Method in class org.eclipse.jetty.spdy.server.http.HttpChannelOverSPDY
 
requestDestroyed(ServletRequestEvent) - Method in class org.eclipse.jetty.server.Request.MultiPartCleanerListener
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
requestFailure() - Method in class org.eclipse.jetty.client.HttpExchange
 
requestHeaders(Fields, boolean) - Method in class org.eclipse.jetty.spdy.server.http.HttpChannelOverSPDY
 
requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.Request.MultiPartCleanerListener
 
RequestLog - Interface in org.eclipse.jetty.server
A RequestLog can be attached to a RequestLogHandler to enable logging of requests/responses.
RequestLogHandler - Class in org.eclipse.jetty.server.handler
RequestLogHandler.
RequestLogHandler() - Constructor for class org.eclipse.jetty.server.handler.RequestLogHandler
 
RequestNotifier - Class in org.eclipse.jetty.client
 
RequestNotifier(HttpClient) - Constructor for class org.eclipse.jetty.client.RequestNotifier
 
RequestParameterCallback - Class in org.eclipse.jetty.plus.jaas.callback
RequestParameterCallback Allows a JAAS callback handler to access any parameter from the j_security_check FORM.
RequestParameterCallback() - Constructor for class org.eclipse.jetty.plus.jaas.callback.RequestParameterCallback
 
requestStart(Fields, boolean) - Method in class org.eclipse.jetty.spdy.server.http.HttpChannelOverSPDY
 
REQUIRE_TLD_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Comma separated list of bundles that contain tld file used by the webapp.
REQUIRED_EXTENSION - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
reschedule() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Reschedule the task on the current timeout.
reset() - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
reset() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
reset() - Method in class org.eclipse.jetty.server.HttpChannel
 
reset() - Method in class org.eclipse.jetty.server.HttpConnection
 
reset() - Method in class org.eclipse.jetty.server.HttpOutput
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset(boolean) - Method in class org.eclipse.jetty.server.Response
 
reset() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
reset() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
reset(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.payload.DeMaskProcessor
 
reset(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.payload.NoOpValidator
 
reset(WebSocketFrame) - Method in interface org.eclipse.jetty.websocket.core.io.payload.PayloadProcessor
 
reset(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.core.io.payload.UTF8Validator
 
reset() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
RESET_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
resetBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
 
resetBuffer() - Method in class org.eclipse.jetty.server.Response
 
resetBuffer() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Reset buffer.
resetBuffer() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
resetComponentContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
Set back the context with the given value.
resetForForward() - Method in class org.eclipse.jetty.server.Response
 
resetList() - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
resetResponse(boolean) - Method in class org.eclipse.jetty.client.HttpExchange
 
resetStats() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resolve(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaData
Resolve all servlet/filter/listener metadata from all sources: descriptors and annotations.
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
resolvePropertyValue(String) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
recursively substitute the ${sysprop} by their actual system property.
resolveTempDirectory(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Get a temporary directory in which to unpack the war etc etc.
Resource - Class in org.eclipse.jetty.plus.jndi
Resource
Resource(Object, String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.Resource
 
Resource(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.Resource
 
Resource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
 
RESOURCE_URLS - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
If set, to a list of URLs, these resources are added to the context resource base as a resource collection.
ResourceAnnotationHandler - Class in org.eclipse.jetty.annotations
 
ResourceAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
ResourceCache - Class in org.eclipse.jetty.server
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes, boolean) - Constructor for class org.eclipse.jetty.server.ResourceCache
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes) - Constructor for class org.eclipse.jetty.server.ResourceCache
Constructor.
ResourceCache.Content - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
ResourceCollection - Class in org.eclipse.jetty.util.resource
A collection of resources (dirs).
ResourceCollection() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates an empty resource collection.
ResourceCollection(Resource...) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceCollection(String[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceCollection(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
ResourceHandler - Class in org.eclipse.jetty.server.handler
Resource Handler.
ResourceHandler() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
ResourcesAnnotationHandler - Class in org.eclipse.jetty.annotations
 
ResourcesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
Response - Interface in org.eclipse.jetty.client.api
Response represents a HTTP response and offers methods to retrieve status code, HTTP version and headers.
response() - Method in class org.eclipse.jetty.client.HttpExchange
 
Response - Class in org.eclipse.jetty.server
Response provides the implementation for HttpServletResponse.
Response(HttpChannel, HttpOutput) - Constructor for class org.eclipse.jetty.server.Response
 
Response.Listener - Interface in org.eclipse.jetty.client.api
Listener for response events
Response.Listener.Empty - Class in org.eclipse.jetty.client.api
An empty implementation of Response.Listener
Response.Listener.Empty() - Constructor for class org.eclipse.jetty.client.api.Response.Listener.Empty
 
Response.OutputType - Enum in org.eclipse.jetty.server
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
responseComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
responseFailure() - Method in class org.eclipse.jetty.client.HttpExchange
 
ResponseNotifier - Class in org.eclipse.jetty.client
 
ResponseNotifier(HttpClient) - Constructor for class org.eclipse.jetty.client.ResponseNotifier
 
ResponsePatternRule - Class in org.eclipse.jetty.rewrite.handler
Sends the response code whenever the rule finds a match.
ResponsePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
restoreSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSession(InputStream, HashedSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restrictEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Apply any necessary restrictions on a programmatically added listener.
restrictEventListener(EventListener) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
restURL(String) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
Result - Class in org.eclipse.jetty.client.api
The result of a request / response exchange, containing the Request, the Response and eventual failures of either.
Result(Request, Response) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Throwable, Response) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Throwable, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
 
resume() - Method in interface org.eclipse.jetty.continuation.Continuation
Resume a suspended request.
resume() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
resume() - Method in class org.eclipse.jetty.server.HttpChannelState
 
resume() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection.SuspendToken
Resume a previously suspended connection.
resume() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
 
RewriteHandler - Class in org.eclipse.jetty.rewrite.handler
Rewrite handler is responsible for managing the rules.
RewriteHandler() - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
RewritePatternRule - Class in org.eclipse.jetty.rewrite.handler
Rewrite the URI by replacing the matched PathMap path with a fixed string.
RewritePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
RewriteRegexRule - Class in org.eclipse.jetty.rewrite.handler
Rewrite the URI by matching with a regular expression.
RewriteRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
RFC66_JSP_EXTRACT_LOCATION - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the header that defines the path to the folder where the jsp files are extracted.
RFC66_OSGI_BUNDLE_CONTEXT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the servlet context attribute that points to the bundle context.
RFC66_WAR_URL_SCHEME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
url scheme to deploy war file as bundled webapp
RFC66_WEB_CONTEXTPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the header that defines the context path for the embedded webapp.
RoleCheckPolicy - Interface in org.eclipse.jetty.plus.jaas
 
RoleInfo - Class in org.eclipse.jetty.security
Badly named class that holds the role and user data constraint info for a path/http method combination, extracted and combined from security constraints.
RoleInfo() - Constructor for class org.eclipse.jetty.security.RoleInfo
 
RoleRunAsToken - Class in org.eclipse.jetty.security
 
RoleRunAsToken(String) - Constructor for class org.eclipse.jetty.security.RoleRunAsToken
 
ROLES - Static variable in class org.eclipse.jetty.plus.jaas.JAASGroup
 
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream This output stream puts content in a file that is rolled over every 24 hours.
RolloverFileOutputStream(String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
ROUND_TRIP_TIME - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
rst(RstInfo) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a RST_STREAM to abort a stream.
rst(RstInfo, long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a RST_STREAM to abort a stream.
rst(RstInfo) - Method in class org.eclipse.jetty.spdy.StandardSession
 
rst(RstInfo, long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardSession
 
RstInfo - Class in org.eclipse.jetty.spdy.api
A container for RST_STREAM frames data: the stream id and the stream status.
RstInfo(int, StreamStatus) - Constructor for class org.eclipse.jetty.spdy.api.RstInfo
Creates a new RstInfo with the given stream id and stream status
RstStreamBodyParser - Class in org.eclipse.jetty.spdy.parser
 
RstStreamBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.RstStreamBodyParser
 
RstStreamFrame - Class in org.eclipse.jetty.spdy.frames
 
RstStreamFrame(short, int, int) - Constructor for class org.eclipse.jetty.spdy.frames.RstStreamFrame
 
RstStreamGenerator - Class in org.eclipse.jetty.spdy.generator
 
RstStreamGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.RstStreamGenerator
 
Rule - Class in org.eclipse.jetty.rewrite.handler
An abstract rule for creating rewrite rules.
Rule() - Constructor for class org.eclipse.jetty.rewrite.handler.Rule
 
Rule.ApplyURI - Interface in org.eclipse.jetty.rewrite.handler
Interface used to apply a changed target if RuleContainer.setRewriteRequestURI(boolean) is true.
RuleContainer - Class in org.eclipse.jetty.rewrite.handler
Base container to group rules.
RuleContainer() - Constructor for class org.eclipse.jetty.rewrite.handler.RuleContainer
 
run() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
run() - Method in class org.eclipse.jetty.server.HttpChannel
 
run() - Method in class org.eclipse.jetty.server.HttpChannelState.AsyncTimeout
 
run() - Method in class org.eclipse.jetty.server.HttpConnection
 
run() - Method in class org.eclipse.jetty.start.Monitor
 
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
run() - Method in class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection.SendUpgradeRequest
 
run() - Method in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
RunAs - Class in org.eclipse.jetty.plus.annotation
RunAs

Represents a <run-as> element in web.xml, or a runAs annotation.

RunAs() - Constructor for class org.eclipse.jetty.plus.annotation.RunAs
 
RUNAS_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.RunAsCollection
 
RunAsAnnotationHandler - Class in org.eclipse.jetty.annotations
 
RunAsAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
RunAsCollection - Class in org.eclipse.jetty.plus.annotation
RunAsCollection
RunAsCollection() - Constructor for class org.eclipse.jetty.plus.annotation.RunAsCollection
 
RunAsToken - Interface in org.eclipse.jetty.security
marker interface for run-as-role tokens
runBindings(Node, App, DeploymentManager) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
runChange(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
runJob(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Runs the given job in the current thread.
RUNNING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
RuntimeIOException - Exception in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 

S

SampleStatistic - Class in org.eclipse.jetty.util.statistic
SampledStatistics
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
satisfiableRanges(Enumeration, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(Object) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Save the NamingEntry for later use.
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
saveSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
scan() - Method in class org.eclipse.jetty.util.Scanner
Perform a pass of the scanner and report changes
scan() - Method in interface org.eclipse.jetty.util.Scanner.ScanListener
 
scan(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
Find jar names from the provided list matching a pattern.
scan(Pattern, ClassLoader, boolean, boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
Find jar names from the classloader matching a pattern.
scanClass(InputStream) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Use ASM on a class
scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scanFiles() - Method in class org.eclipse.jetty.util.Scanner
Recursively scan all files in the designated directories.
Scanner - Class in org.eclipse.jetty.util
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.
Scanner() - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner.BulkListener - Interface in org.eclipse.jetty.util
 
Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
 
Scanner.Listener - Interface in org.eclipse.jetty.util
Listener Marker for notifications re file changes.
Scanner.Notification - Enum in org.eclipse.jetty.util
 
Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
Listener that notifies when a scan has started and when it has ended.
Scanner.ScanListener - Interface in org.eclipse.jetty.util
 
ScanningAppProvider - Class in org.eclipse.jetty.deploy.providers
 
ScanningAppProvider() - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
ScanningAppProvider(FilenameFilter) - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scavenge() - Method in class org.eclipse.jetty.server.session.HashSessionManager
Find sessions that have timed out and invalidate them.
schedule() - Method in class org.eclipse.jetty.util.Scanner
 
schedule(Runnable, long, TimeUnit) - Method in interface org.eclipse.jetty.util.thread.Scheduler
 
schedule(Timeout.Task) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
schedule(Timeout.Task, long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
schedule(Timeout) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Schedule the task on the given timeout.
schedule(Timeout, long) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
Schedule the task on the given timeout.
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
scheduleIdleTimeout(long) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
Scheduler - Interface in org.eclipse.jetty.util.thread
 
Scheduler.Task - Interface in org.eclipse.jetty.util.thread
 
scheduleTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
scheme() - Method in interface org.eclipse.jetty.client.api.Destination
 
scheme() - Method in interface org.eclipse.jetty.client.api.Request
 
scheme(String) - Method in interface org.eclipse.jetty.client.api.Request
 
scheme() - Method in class org.eclipse.jetty.client.HttpDestination
 
scheme() - Method in class org.eclipse.jetty.client.HttpRequest
 
scheme(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
ScopedHandler - Class in org.eclipse.jetty.server.handler
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
scratchBuffer() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
SEC_WEBSOCKET_PROTOCOL - Static variable in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
SecuredHelloHandler - Class in org.eclipse.jetty.embedded
 
SecuredHelloHandler() - Constructor for class org.eclipse.jetty.embedded.SecuredHelloHandler
 
SecureRequestCustomizer - Class in org.eclipse.jetty.server
 
SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in interface org.eclipse.jetty.security.Authenticator
 
SECURITY - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
SecurityHandler - Class in org.eclipse.jetty.security
Abstract SecurityHandler.
SecurityHandler() - Constructor for class org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler.NotChecked - Class in org.eclipse.jetty.security
 
SecurityHandler.NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
SecurityProviderLeakPreventer - Class in org.eclipse.jetty.util.preventers
SecurityProviderLeakPreventer Some security providers, such as sun.security.pkcs11.SunPKCS11 start a deamon thread, which will use the thread context classloader.
SecurityProviderLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
seekTo(char, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
seekTo(String, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
select() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
Process changes and waits on Selector.select().
SelectChannelEndPoint - Class in org.eclipse.jetty.io
An ChannelEndpoint that can be scheduled by SelectorManager.
SelectChannelEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey, Scheduler, long) - Constructor for class org.eclipse.jetty.io.SelectChannelEndPoint
 
selectCipherSuites(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported cipher suite lists.
SelectorManager - Class in org.eclipse.jetty.io
SelectorManager manages a number of SelectorManager.ManagedSelectors that simplify the non-blocking primitives provided by the JVM via the java.nio package.
SelectorManager(Executor, Scheduler) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager.ManagedSelector - Class in org.eclipse.jetty.io
SelectorManager.ManagedSelector wraps a Selector simplifying non-blocking operations on channels.
SelectorManager.ManagedSelector(int) - Constructor for class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
SelectorManager.SelectableEndPoint - Interface in org.eclipse.jetty.io
A SelectorManager.SelectableEndPoint is an EndPoint that wish to be notified of non-blocking events by the SelectorManager.ManagedSelector.
selectProtocol(List<String>) - Method in class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
selectProtocol(List<String>) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
selectProtocols(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select protocols to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported protocols.
SEMI_COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
send(Request, Response.Listener) - Method in interface org.eclipse.jetty.client.api.Connection
Sends a request with an associated response listener.
send() - Method in interface org.eclipse.jetty.client.api.Request
Sends this request and returns a Future that can be used to wait for the request and the response to be completed (either with a success or a failure).
send(Response.Listener) - Method in interface org.eclipse.jetty.client.api.Request
Sends this request and asynchronously notifies the given listener for response events.
send(Request, Response.Listener) - Method in class org.eclipse.jetty.client.HttpClient
 
send(Request, Response.Listener) - Method in class org.eclipse.jetty.client.HttpConnection
 
send(Request, Response.Listener) - Method in class org.eclipse.jetty.client.HttpDestination
 
send() - Method in class org.eclipse.jetty.client.HttpRequest
 
send(Response.Listener) - Method in class org.eclipse.jetty.client.HttpRequest
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
send(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - Method in interface org.eclipse.jetty.server.HttpTransport
 
send(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.server.HttpTransport
 
send(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - Method in class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
 
send(ByteBuffer, boolean) - Method in class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
 
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication challenge sent.
SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication failure sent.
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
 
sendContent(Object) - Method in class org.eclipse.jetty.server.HttpOutput
 
sendData(HttpServletRequest, HttpServletResponse, boolean, Resource, HttpContent, Enumeration) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
sendError(int) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(int, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
sendError(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
sendForbidden(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
sendForbidden(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
Issue a forbidden upgrade response.
sendForbidden(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
sendProcessing() - Method in class org.eclipse.jetty.server.Response
Sends a 102-Processing response.
sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendRedirect(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
SerialRestServlet - Class in org.eclipse.jetty.example.asyncrest
Servlet implementation class SerialRestServlet
SerialRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.SerialRestServlet
 
Server - Class in org.eclipse.jetty.server
Jetty HTTP Servlet Server.
Server() - Constructor for class org.eclipse.jetty.server.Server
 
Server(int) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a ServerConnector at the passed port.
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a ServerConnector at the passed address.
Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
 
Server - Class in org.eclipse.jetty.spring
Convenience class for jetty with Spring.
Server() - Constructor for class org.eclipse.jetty.spring.Server
 
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.spring.Server
 
Server(int) - Constructor for class org.eclipse.jetty.spring.Server
 
Server(ThreadPool) - Constructor for class org.eclipse.jetty.spring.Server
 
SERVER_CONFIG - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
SERVER_ERROR - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
SERVER_SRV_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
SERVER_SYS_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
ServerAuthException - Exception in org.eclipse.jetty.security
 
ServerAuthException() - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String, Throwable) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(Throwable) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerConnector - Class in org.eclipse.jetty.server
This Connector implementation is the primary connector for the Jetty server over TCP/IP.
ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerInstanceWrapper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
ServerInstanceWrapper Configures and starts a jetty Server instance.
ServerInstanceWrapper(String) - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
ServerSessionFrameListener - Interface in org.eclipse.jetty.spdy.api.server
Specific, server-side, SessionFrameListener.
ServerSessionFrameListener.Adapter - Class in org.eclipse.jetty.spdy.api.server
Empty implementation of ServerSessionFrameListener
ServerSessionFrameListener.Adapter() - Constructor for class org.eclipse.jetty.spdy.api.server.ServerSessionFrameListener.Adapter
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.Invoker
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.CGI
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServlet
 
SERVICE_PROP_BUNDLE_INSTALL_LOCATION_OVERRIDE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path to the base folder that overrides the computed bundle installation location if not null useful to install webapps or jetty context files that are in fact not embedded in a bundle
SERVICE_PROP_CONTEXT_FILE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
jetty context file path
SERVICE_PROP_CONTEXT_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
web app context path
SERVICE_PROP_DEFAULT_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
defaultweb.xml file path
SERVICE_PROP_EXTRA_CLASSPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Extra classpath
SERVICE_PROP_REQUIRE_TLD_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Comma separated list of bundles that contain tld file used by the webapp.
SERVICE_PROP_WAR - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Path to the web application base folder
SERVICE_PROP_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
web.xml file path
SERVICE_RESTART - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1012 indicates that the service is restarted.
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
serviceChanged(ServiceEvent) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
Receives notification that a service has had a lifecycle change.
serviceChanged(ServiceEvent) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.JettyContextHandlerServiceTracker
Receives notification that a service has had a lifecycle change.
serviceChanged(ServiceEvent) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Invokes the optional BundleActivator in each fragment.
Servlet3Continuation - Class in org.eclipse.jetty.continuation
This implementation of Continuation is used by ContinuationSupport when it detects that the application has been deployed in a non-jetty Servlet 3 server.
Servlet3Continuation(ServletRequest) - Constructor for class org.eclipse.jetty.continuation.Servlet3Continuation
 
ServletContainerInitializerListener - Class in org.eclipse.jetty.annotations
ServletContainerInitializerListener
ServletContainerInitializerListener() - Constructor for class org.eclipse.jetty.annotations.ServletContainerInitializerListener
 
ServletContextHandler - Class in org.eclipse.jetty.servlet
Servlet Context.
ServletContextHandler() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, boolean, boolean) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler, int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler.Context - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.Context() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
ServletContextHandler.Decorator - Interface in org.eclipse.jetty.servlet
Interface to decorate loaded classes.
ServletContextHandler.JspConfig - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.JspConfig() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
ServletContextHandler.JspPropertyGroup - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.JspPropertyGroup() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
ServletContextHandler.TagLib - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.TagLib() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
ServletHandler - Class in org.eclipse.jetty.plus.servlet
ServletHandler
ServletHandler() - Constructor for class org.eclipse.jetty.plus.servlet.ServletHandler
 
ServletHandler - Class in org.eclipse.jetty.servlet
Servlet HttpHandler.
ServletHandler() - Constructor for class org.eclipse.jetty.servlet.ServletHandler
Constructor.
ServletHolder - Class in org.eclipse.jetty.servlet
Servlet Instance and Context Holder.
ServletHolder() - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor .
ServletHolder(Holder.Source) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor .
ServletHolder(Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for existing servlet.
ServletHolder(String, Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder(String, Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder(Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder.Config - Class in org.eclipse.jetty.servlet
 
ServletHolder.Config() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Config
 
ServletHolder.Registration - Class in org.eclipse.jetty.servlet
 
ServletHolder.Registration() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Registration
 
ServletMapping - Class in org.eclipse.jetty.servlet
 
ServletMapping() - Constructor for class org.eclipse.jetty.servlet.ServletMapping
 
ServletMappingMBean - Class in org.eclipse.jetty.servlet.jmx
 
ServletMappingMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.ServletMappingMBean
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
Class to tunnel a ServletRequest via a HttpServletRequest
ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
ServletResponseHttpWrapper - Class in org.eclipse.jetty.server
Wrapper to tunnel a ServletResponse via a HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
ServletSecurityAnnotationHandler - Class in org.eclipse.jetty.annotations
ServletSecurityAnnotationHandler Inspect a class to see if it has an @ServletSecurity annotation on it, setting up the s.
ServletSecurityAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
 
ServletSSL - Class in org.eclipse.jetty.server.ssl
Jetty Servlet SSL support utilities.
ServletSSL() - Constructor for class org.eclipse.jetty.server.ssl.ServletSSL
 
ServletTester - Class in org.eclipse.jetty.servlet
 
ServletTester() - Constructor for class org.eclipse.jetty.servlet.ServletTester
 
ServletTester(String) - Constructor for class org.eclipse.jetty.servlet.ServletTester
 
ServletTester(String, int) - Constructor for class org.eclipse.jetty.servlet.ServletTester
 
ServletWebSocketRequest - Class in org.eclipse.jetty.websocket.server
 
ServletWebSocketRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
ServletWebSocketResponse - Class in org.eclipse.jetty.websocket.server
 
ServletWebSocketResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
Session - Interface in org.eclipse.jetty.spdy.api
A Session represents the client-side endpoint of a SPDY connection to a single origin server.
session - Variable in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
Session.Listener - Interface in org.eclipse.jetty.spdy.api
Super interface for listeners with callbacks that are invoked on specific session events.
Session.StreamListener - Interface in org.eclipse.jetty.spdy.api
Specialized listener that is invoked upon creation and removal of streams.
Session.StreamListener.Adapter - Class in org.eclipse.jetty.spdy.api
Empty implementation of Session.StreamListener.
Session.StreamListener.Adapter() - Constructor for class org.eclipse.jetty.spdy.api.Session.StreamListener.Adapter
 
SESSION_KNOWN_ONLY_TO_AUTHENTICATED - Static variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
SessionAuthentication - Class in org.eclipse.jetty.security.authentication
 
SessionAuthentication(String, UserIdentity, Object) - Constructor for class org.eclipse.jetty.security.authentication.SessionAuthentication
 
sessionClosed(Session) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
sessionClosed(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
sessionClosed(WebSocketSession) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
sessionDidActivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
SessionException - Exception in org.eclipse.jetty.spdy
 
SessionException(SessionStatus) - Constructor for exception org.eclipse.jetty.spdy.SessionException
 
SessionException(SessionStatus, String) - Constructor for exception org.eclipse.jetty.spdy.SessionException
 
SessionException(SessionStatus, Throwable) - Constructor for exception org.eclipse.jetty.spdy.SessionException
 
SessionFrameListener - Interface in org.eclipse.jetty.spdy.api
A SessionFrameListener is the passive counterpart of a Session and receives events happening on a SPDY session.
SessionFrameListener.Adapter - Class in org.eclipse.jetty.spdy.api
Empty implementation of SessionFrameListener
SessionFrameListener.Adapter() - Constructor for class org.eclipse.jetty.spdy.api.SessionFrameListener.Adapter
 
SessionHandler - Class in org.eclipse.jetty.server.session
SessionHandler.
SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
Constructor.
SessionHandler(SessionManager) - Constructor for class org.eclipse.jetty.server.session.SessionHandler
 
SessionIdManager - Interface in org.eclipse.jetty.server
Session ID Manager.
SessionManager - Interface in org.eclipse.jetty.server
 
sessionOpened(Session) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
sessionOpened(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
sessionOpened(WebSocketSession) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
SESSIONS - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
SessionStatus - Enum in org.eclipse.jetty.spdy.api
An enumeration of session statuses.
sessionWillPassivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
set(String[], IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Helper method to process a list of new entries and replace the content of the specified address pattern map
set(int, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
set(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
SET_INCLUDE_HEADER_PREFIX - Static variable in class org.eclipse.jetty.server.Response
If a header name starts with this string, the header (stripped of the prefix) can be set during include using only Response.setHeader(String, String) or Response.addHeader(String, String).
setAcceptedSubProtocol(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
setAcceptedSubProtocol(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
Set the accepted WebSocket Protocol.
setAcceptedSubProtocol(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAdd(boolean) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Sets the Add flag.
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set if resource aliases (eg symlink, 8.3 names, case insensitivity) are allowed.
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
 
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAllowUserInteraction(boolean) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setAlwaysSaveUri(boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
If true, uris that cause a redirect to a login page will always be remembered.
setAnyRole(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set append to log flag.
setAppProviders(Collection<AppProvider>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Set the AppProviders.
setArgCount(int) - Method in class org.eclipse.jetty.start.Config
 
setAssociate(Object) - Method in class org.eclipse.jetty.util.resource.Resource
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.server.Request
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.servlet.Holder
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.client.HttpConversation
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.continuation.Continuation
Set a request attribute.
setAttribute(String, Object) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
setAttribute(Attribute) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.HttpChannelState
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Request
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.servlet.ServletTester
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.spdy.api.Session
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.spdy.api.Stream
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.spdy.StandardSession
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.spdy.StandardStream
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
 
setAttributeMap(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAttributes(AttributeList) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
 
setAuthenticate(boolean) - Method in class org.eclipse.jetty.util.security.Constraint
 
setAuthenticated(boolean) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
setAuthenticator(Authenticator) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the authenticator.
setAuthenticatorFactory(Authenticator.Factory) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAuthMethod(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAutoFragment(boolean) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setAutoInstallOSGiBundles(boolean) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
<autoInstallOSGiBundles>true</autoInstallOSGiBundles>
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBeans(Collection<Object>) - Method in class org.eclipse.jetty.spring.Server
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.client.HttpClient
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
setBindings(Map<String, Binding>) - Method in class org.eclipse.jetty.jndi.NamingContext
 
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the blacklist of existing handler object
setBlobType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setBuffer(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
 
setBufferSize(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setBufferSize(int) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the buffer size.
setBufferSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setBufferSize(int) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.DeflateCompressionMethod
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.client.HttpClient
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Set the cacheControl.
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setCacheMs(int) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setCallbackHandler(CallbackHandler) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
setCallbackHandlerClass(String) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
setCallbacks(LifeCycleCallbackCollection) - Method in class org.eclipse.jetty.plus.servlet.ServletHandler
 
setCanonicalContext(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCertAlias(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
 
setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
 
setCheckAliases(boolean) - Static method in class org.eclipse.jetty.util.resource.FileResource
setCheckAliases.
setChecked(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in interface org.eclipse.jetty.server.SessionManager
 
setCheckWelcomeFiles(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setClassName(String) - Method in class org.eclipse.jetty.servlet.Holder
 
setClose(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
setCode(String) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
Sets the response status code.
setCommitted(boolean) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setComponentContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
Associate the given Context with the current thread.
setCompress(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
setConfig(String) - Method in class org.eclipse.jetty.security.HashLoginService
Load realm users from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
Load JDBC connection configuration from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
setConfig(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
setConfig(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
setConfig(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
setConfig(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
 
setConfig(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.extensions.fragment.FragmentExtension
 
setConfig(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.core.extensions.identity.IdentityExtension
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in interface org.eclipse.jetty.security.Authenticator
Configure the Authenticator
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setConfigurationDiscovered(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the configuration discovery mode.
setConfigurationManager(ConfigurationManager) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the configurationManager.
setConfigurations(Configuration[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
setConnection(Connection) - Method in interface org.eclipse.jetty.io.EndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setConnectTimeout(long) - Method in class org.eclipse.jetty.io.SelectorManager
 
setConnectTimeout(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
setConstraint(Constraint) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in interface org.eclipse.jetty.security.ConstraintAware
Set Constraint Mappings and roles.
setConstraintMappings(List<ConstraintMapping>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(ConstraintMapping[]) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setContent(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContentLength(int) - Method in class org.eclipse.jetty.server.Response
 
setContentLength(long) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Sets the content length.
setContentLength(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setContentLength(long) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setContentType(String) - Method in class org.eclipse.jetty.server.Request
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContentType(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setContentType(String) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
Set request context
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Set a contextAttribute that will be set for every Context deployed by this provider.
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttributes(AttributesMap) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setContextClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.server.Request
Sets the "context path" for this request
setContextPath(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
setContexts(ContextHandlerCollection) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setContextWhiteList(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the context white list In certain circumstances you want may want to deny access of one webapp from another when you may not fully trust the webapp.
setContextXmlDir(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Set the directory in which to look for context XML files.
setContinuation(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setContinuationIndex(int) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCopyWebDir(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setCopyWebInf(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setCreated(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCreateTables(boolean) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setCreator(WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
setCredential(Object) - Method in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
setCrlPath(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the crlPath.
setCrlPath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
 
setCurrentHttpChannel(HttpChannel<?>) - Static method in class org.eclipse.jetty.server.HttpChannel
 
setCurrentUser(AbstractLoginModule.JAASUserInfo) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
setCustomizers(List<HttpChannelConfig.Customizer>) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
setDataConstraint(int) - Method in class org.eclipse.jetty.util.security.Constraint
 
setDatasource(DataSource) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
setDebugEnabled(String, Boolean) - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
 
setDebugEnabled(boolean) - Method in interface org.eclipse.jetty.util.log.Logger
Mutator used to turn debug on programmatically.
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
Legacy interface where a programmatic configuration of the logger level is done as a wholesale approach.
setDecorators(List<ServletContextHandler.Decorator>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setDefault(boolean) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setDefault(JSON) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
setDefaultContentType(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setDefaultLifeCycleGoal(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
setDefaults(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the defaultsDescriptor.
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Set the defaultsDescriptor.
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
setDefaultSecurityHandlerClass(Class<? extends SecurityHandler>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Set the defaultSecurityHandlerClass.
setDefaultUseCaches(boolean) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setDefaultUseCaches(boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Change the default setting for url connection caches.
setDeferredSyntaxAllowedAsLiteral(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setDelayMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.util.MultiPartInputStream
 
setDeleteUnrestorableSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setDeploymentManager(DeploymentManager) - Method in interface org.eclipse.jetty.deploy.AppProvider
Set the Deployment Manager
setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
setDescription(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDictionary(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Compressor
 
setDictionary(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Decompressor
 
setDictionary(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardCompressor
 
setDictionary(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardDecompressor
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the directory.
setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
 
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setDispatches(int) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setDispatchIO(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether to dispatch I/O operations from the selector thread to a different thread.
setDispatchTime(long) - Method in class org.eclipse.jetty.server.Request
Set timetstamp of request dispatch
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDisplayName(String) - Method in class org.eclipse.jetty.servlet.Holder
 
setDisplayName(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
setDoInput(boolean) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setDomain(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Set domain to be used to add MBeans
setDoOutput(boolean) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Configure jdbc connection information via a jdbc Driver
setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Configure jdbc connection information via a jdbc Driver
setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDuration(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
setEdges(Set<Edge>) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setElIgnored(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables CRL Distribution Points Support
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEnabled(boolean) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables On-Line Certificate Status Protocol support
setEnv(Hashtable<String, Object>) - Method in class org.eclipse.jetty.jndi.NamingContext
 
setError() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setErrorOnUndeclaredNamespace(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setErrorPages(Map<String, String>) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the context event listeners.
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setExchange(HttpExchange) - Method in class org.eclipse.jetty.client.HttpConnection
 
setExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setExcluded(Set<String>) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the excluded user agents.
setExcluded(String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the excluded user agents.
setExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setExecutor(Executor) - Method in class org.eclipse.jetty.client.HttpClient
 
setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setExpiryTime(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the extended request log format flag.
setExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
setExtensions(List<ExtensionConfig>) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
Set the list of extensions that are approved for use with this websocket.
setExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
Get the list of extensions in use.
setExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
setExtraClasspath(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setExtract(boolean) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
setExtractWAR(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setExtractWars(boolean) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the extractWars.
setFile(String) - Method in class org.eclipse.jetty.deploy.FileConfigurationManager
 
setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the output file name of the request log.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the log file name date format.
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Apply a filter to files found in the scan directory.
setFilter(Filter) - Method in class org.eclipse.jetty.servlet.FilterHolder
 
setFilterChainsCached(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFilterMappings(FilterMapping[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFilterName(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setFilters(FilterHolder[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFin(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setFollowRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setForbidden(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setForcedPath(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setGracefulShutdown(int) - Method in class org.eclipse.jetty.server.Server
Set graceful shutdown timeout.
setGroupId(String) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setGroupId(String) - Method in interface org.eclipse.jetty.plugins.MavenService
 
setGrowOutput(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setHandled(boolean) - Method in class org.eclipse.jetty.server.Request
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setHandling(boolean) - Method in class org.eclipse.jetty.rewrite.handler.Rule
Set the handling flag value.
setHeader(String, String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setHeader(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
setHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
setHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setHeader(String, String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
setHeader(String, String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
setHeaders(MultiMap) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
setHeaderValue(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHeldClass(Class<? extends T>) - Method in class org.eclipse.jetty.servlet.Holder
 
setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set a forced valued for the host header to control what is returned by ServletRequest.getServerName() and ServletRequest.getServerPort().
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setHttpServiceErrorHandler(HttpServlet) - Static method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorHandlerHelper
 
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in interface org.eclipse.jetty.security.LoginService
Set the IdentityService associated with this Login Service.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.MappedLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
setIdleSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
Configures the period in seconds after which a session is deemed idle and saved to save on session memory.
setIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setIdleTimeout(long) - Method in interface org.eclipse.jetty.io.EndPoint
Set the idle timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
Sets the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call, although with NIO implementations other mechanisms may be used to implement the timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
setIdleTimeout(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
setIfModifiedSince(long) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set request paths that will not be logged.
setIncludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setIncludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setIncomingFramesHandler(IncomingFrames) - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
Sets whether this connector uses a channel inherited from the JVM.
setInitialWindowSize(int) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
 
setInitialWindowSize(int) - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
setInitOrder(int) - Method in class org.eclipse.jetty.servlet.ServletHolder
Set the initialize order.
setInitParameter(String, String) - Method in class org.eclipse.jetty.security.SecurityHandler
Set an initialization parameter.
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.Holder
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
setInitParameters(Map<String, String>) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setInitParameters(Map<String, String>) - Method in class org.eclipse.jetty.servlet.Holder
 
setInjections(InjectionCollection) - Method in class org.eclipse.jetty.plus.servlet.ServletHandler
 
setInput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setInput(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setInput(String, Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setInput(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Compressor
 
setInput(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Decompressor
 
setInput(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardCompressor
 
setInput(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardDecompressor
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.io.AbstractConnection
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
setInputEOF() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setInsertHeaders(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to insert the DoSFilter headers into the response.
setInterestedTypes(Class[]) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setIsXml(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setJAASInfo(Subject) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
setJettyEnvXml(URL) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
setJettyXml(String) - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
setJndiName(String) - Method in class org.eclipse.jetty.plus.annotation.Injection
 
setJndiName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store.
setKeyStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store resource.
setKeyStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setLastAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLazyLoad(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setLegacyRule(LegacyRule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Deprecated.
setLegacyRule(LegacyRule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Deprecated.
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
setLevel(int) - Method in class org.eclipse.jetty.util.log.StdErrLog
Set the level for this logger.
setLifeCycleBindings(Collection<AppLifeCycle.Binding>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setLoadOnStartup(int) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
 
setLocalRepository(String) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setLocation(String) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
Sets the redirect location.
setLog(Logger) - Static method in class org.eclipse.jetty.util.log.Log
 
setLogCookies(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request cookies.
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the timestamp format for request log entries in the file.
setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request dispatch time
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLoginModuleName(String) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
Set the name to use to index into the config file of LoginModules.
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the loginService.
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of request processing time.
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the locale of the request log.
setLogServer(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request hostname.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the timezone of the request log.
setLogToParent(String) - Static method in class org.eclipse.jetty.util.log.Log
Set Log to parent Logger.
setLogUrlOnStart(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
Sets whether or not the web app name and URL is logged on startup
setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
 
setLongType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMappingName(String) - Method in class org.eclipse.jetty.plus.annotation.Injection
 
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.FixedMasker
 
setMask(WebSocketFrame) - Method in interface org.eclipse.jetty.websocket.client.masks.Masker
 
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.ZeroMasker
 
setMask(byte[]) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setMasked(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setMasker(Masker) - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
setMasker(Masker) - Method in interface org.eclipse.jetty.websocket.client.WebSocketClient
 
setMaxAssociatedResources(int) - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
setMaxBinaryMessageSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setMaxConnectionsPerAddress(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxFilterChainsCacheSize(int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Set the maximum filter chain cache size.
setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the maximum size of a form post, to protect against DOS attacks from large forms.
setMaxFormKeys(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the maximum number of form Keys to protect against DOS attack from crafted hash keys.
setMaxIdleMs(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setMaxIdleTimeMs(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time.
setMaxIdleTrackerMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashedSession
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMaxNonceAge(long) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxPayloadSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setMaxQueued(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxQueueSizePerAddress(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRedirects(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRequestMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) to allow the request to process.
setMaxRequests(int) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the maximum number of requests allowed to be processed at the same time.
setMaxRequestsPerSec(int) - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum number of requests from a connection per second.
setMaxTextMessageSize(int) - Method in class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
setMaxThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMaxWaitMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
setMBeanContainer(MBeanContainer) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setMethod(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setMethod(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setMethod(HttpMethod, String) - Method in class org.eclipse.jetty.server.Request
 
setMethodOmissions(String[]) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the mime types.
setMimeTypes(String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the mime types.
setMinCompressSize(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the minimum reponse size.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the minimum number of threads.
setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMonitoredDirectories(Collection<String>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredDirName(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredDirResource(Resource) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredResources(List<Resource>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMultipartConfig(MultipartConfigElement) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setName(String) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
Set the name of the realm
setName(String) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
Assigns the cookie name.
setName(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Sets the header name.
setName(String) - Method in class org.eclipse.jetty.security.MappedLoginService
Set the name.
setName(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
setName(String) - Method in class org.eclipse.jetty.servlet.Holder
The name is a primary key for the held object.
setName(String) - Method in class org.eclipse.jetty.util.security.Constraint
 
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setName(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
setNameParser(NameParser) - Method in class org.eclipse.jetty.jndi.NamingContext
Setter for _parser
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNextIncomingFrames(IncomingFrames) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
setNextOutgoingFrames(OutgoingFrames) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setNodes(Set<Node>) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
setNow() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
setNow(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
setObject(Object) - Method in class org.eclipse.jetty.plus.jaas.callback.ObjectCallback
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the location of the OCSP Responder.
setOpCode(byte) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setOrdering(Ordering) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOrigin(String, Descriptor) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOrigin(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOrigin(String, Origin) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
setOutgoing(OutgoingFrames) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
setOutput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
setOverrideDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
setOverrideDescriptors(List<String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
setPageEncoding(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setParameter(String, int) - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
setParameter(String, String) - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
setParameterName(String) - Method in class org.eclipse.jetty.plus.jaas.callback.RequestParameterCallback
 
setParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
setParameterValues(List<?>) - Method in class org.eclipse.jetty.plus.jaas.callback.RequestParameterCallback
 
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the parentLoaderPriority.
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
Set the parentLoaderPriority.
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setPassword(String) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
setPassword(String) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference
 
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
setPathSpec(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setPathSpec(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setPathSpec(String) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setPathSpecs(String[]) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setPathSpecs(String[]) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setPathSpecSeparators(String) - Static method in class org.eclipse.jetty.http.PathMap
Set the path spec separator.
setPattern(String) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
Sets the rule pattern.
setPattern(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
Initialize the matcher by parsing a classpath pattern string
setPayload(byte[]) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Set the data and payload length.
setPayload(byte[], int, int) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Set the data and payload length.
setPayload(ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Set the data payload.
setPayload(String) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setPermissions(PermissionCollection) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setPolicy(WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.core.api.Extension
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
setPrintLongNames(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setProcess(Process) - Method in class org.eclipse.jetty.start.Monitor
 
setProperties(Properties) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference
 
setProperties(Properties) - Static method in class org.eclipse.jetty.util.log.StdErrLog
 
setProperty(String, String) - Method in class org.eclipse.jetty.start.Config
 
setProps(Object, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setProtocol(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProxyEngines(Map<String, ProxyEngine>) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
setProxyServerInfos(Map<String, ProxyEngineSelector.ProxyServerInfo>) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngineSelector
 
setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
Set the character encoding used for the query string.
setQueryString(String) - Method in class org.eclipse.jetty.server.Request
 
setRandom(Random) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
setReader(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
setReadTimeout(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setRealmName(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setReason(String) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
Sets the reason for the response status code.
setRecursive(boolean) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
 
setReferrerPushPeriod(int) - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setRefreshInterval(int) - Method in class org.eclipse.jetty.security.HashLoginService
 
setRefreshInterval(int) - Method in class org.eclipse.jetty.security.PropertyUserStore
sets the refresh interval (in seconds)
setRegex(String) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
Sets the regular expression string used to match with string URI.
setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
 
setRemotePort(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to have usage rate tracked by IP+port (effectively connection) if session tracking is not used.
setReplacement(String) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
Whenever a match is found, it replaces with this value.
setReplacement(String) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
Whenever a match is found, it replaces with this value.
setReplacement(String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
Whenever a match is found, it replaces with this value.
setReportDirs(boolean) - Method in class org.eclipse.jetty.util.Scanner
Set if found directories should be reported.
setReportExistingFilesOnStartup(boolean) - Method in class org.eclipse.jetty.util.Scanner
Whether or not an initial scan will report all files as being added.
setRepositoryUrl(String) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setRepositoryUrl(String) - Method in interface org.eclipse.jetty.plugins.MavenService
 
setRequest(Request) - Method in class org.eclipse.jetty.plus.jaas.callback.DefaultCallbackHandler
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
 
setRequestHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
setRequestProperty(String, String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setRequests(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setRequestURI(String) - Method in class org.eclipse.jetty.server.Request
 
setResource(Resource) - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
setResourceAlias(String, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set Resource Alias.
setResourceAliases(Map<String, String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setResourceBase(String) - Method in class org.eclipse.jetty.servlet.ServletTester
 
setResources(Resource[]) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Sets the resource collection's resources.
setResourcesAsCSV(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Sets the resources as string of comma-separated values.
setResponseBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setRestrictListeners(boolean) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the number of days before rotated log files are deleted.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setRewrite(PathMap) - Method in class org.eclipse.jetty.rewrite.handler.LegacyRule
Sets the map of rewriting rules.
setRewritePathInfo(boolean) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
setRewritePathInfo(boolean) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
setRewriteRequestURI(boolean) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
setRewriteRequestURI(boolean) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
setRoleClassNames(String[]) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
setRoleName(String) - Method in class org.eclipse.jetty.plus.annotation.RunAs
 
setRoles(String[]) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setRoles(String[]) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setRoles(Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Set the known roles.
setRoles(String[]) - Method in class org.eclipse.jetty.util.security.Constraint
 
setRoleTableKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRoleTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRoleTableRoleField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setRsv1(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setRsv2(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setRsv3(boolean) - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
setRules(Rule[]) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Assigns the rules to process.
setRules(RuleContainer) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Assigns the rules to process.
setRules(Rule[]) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Assigns the rules to process.
setRunAs(ServletHolder) - Method in class org.eclipse.jetty.plus.annotation.RunAs
 
setRunAs(Object) - Method in class org.eclipse.jetty.plus.annotation.RunAsCollection
 
setRunAs(UserIdentity, RunAsToken) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
setRunAs(UserIdentity, RunAsToken) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a runas Token with the current user and thread.
setRunAsRole(String) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setRunAsRole(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setSaveInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Set the time in seconds which is the interval between saving the session access time to the database.
setSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scanDepth.
setScanDirs(List<File>) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
setScavengeInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setScavengePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.client.HttpClient
 
setScheme(String) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
setScheme(String) - Method in class org.eclipse.jetty.server.Request
 
setScriptingInvalid(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setSearchLocalRepository(boolean) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setSearchLocalRepository(boolean) - Method in interface org.eclipse.jetty.plugins.MavenService
 
setSearchRemoteRepository(boolean) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setSearchRemoteRepository(boolean) - Method in interface org.eclipse.jetty.plugins.MavenService
 
setSecure(boolean) - Method in class org.eclipse.jetty.server.Request
 
setSecurePort(int) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
setSecurityHandler(SecurityHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.Server
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.Server
 
setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServer(Server) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setServerClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the server classes patterns.
setServerName(String) - Method in class org.eclipse.jetty.server.Request
 
setServerPort(int) - Method in class org.eclipse.jetty.server.Request
 
setServerVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setServlet(Servlet) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setServletHandler(ServletHandler) - Method in class org.eclipse.jetty.servlet.Holder
 
setServletHandler(ServletHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setServletMappings(ServletMapping[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setServletName(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setServletName(String) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setServletNames(String[]) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setServletPath(String) - Method in class org.eclipse.jetty.server.Request
 
setServlets(ServletHolder[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
Set Servlets.
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Delegate for ServletRegistration.Dynamic.setServletSecurity method
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setServletSecurity(ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
 
setSession(ISession) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
setSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
setSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
setSessionCachingEnabled(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the flag to enable SSL Session caching.
setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionHandler(SessionHandler) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the SessionHandler.
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the cross context session id manager
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionIdPathParameterName(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the session id URL path parameter name.
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.Request
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionRenewedOnAuthentication(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface org.eclipse.jetty.server.SessionManager
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setSingle(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setSource(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
Set if a log source is logged.
setSslContext(SSLContext) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSslContextFactory(SslContextFactory) - Method in class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSslSessionCacheSize(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
SEt SSL session cache size.
setSslSessionTimeout(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session timeout.
setStartWithUnavailable(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setStatus(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setStatusCode(int) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
setStatusReason(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
setStdErrStream(PrintStream) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
 
setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setStreamFrameListener(StreamFrameListener) - Method in interface org.eclipse.jetty.spdy.IStream
 
setStreamFrameListener(StreamFrameListener) - Method in class org.eclipse.jetty.spdy.StandardStream
 
setStrict(boolean) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Set the strict mode of the security handler.
setStringBufferSize(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setSubject(Subject) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
 
setSubProtocols(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeRequest
 
setSubProtocols(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeRequest
 
setSubProtocols(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
Not implemented (not relevant) on server side.
setSuccess(boolean) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setSuccess(boolean) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setSuspendMs(long) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.
setSystemClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the system classes patterns.
setTaglibLocation(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
setTaglibURI(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
setTarget(ServletContainerInitializer) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
setTarget(Class<?>, Field, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.Injection
 
setTarget(Class<?>, Method, Class<?>, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.Injection
 
setTarget(Class<?>, String, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.Injection
 
setTarget(String, String) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
setTarget(Class<?>, String) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
setTargetClassName(String) - Method in class org.eclipse.jetty.plus.annotation.RunAs
 
setTCPNoDelay(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setTempDir(File) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the Work directory where unpacked WAR files are managed from.
setTempDirectory(File) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set temporary directory for context.
setTerminating(boolean) - Method in class org.eclipse.jetty.rewrite.handler.Rule
Sets terminating to true or false.
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the priority of the pool threads.
setThrottledRequests(int) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set number of requests over the rate limit able to be considered at once.
setThrottleMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set amount of time (in milliseconds) to async wait for semaphore.
setThrowUnavailableOnStartupException(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setTimeout(long) - Method in interface org.eclipse.jetty.continuation.Continuation
Set the continuation timeout.
setTimeout(long) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
setTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannelState
 
setTimeout(long) - Method in class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
 
setTimeZone(TimeZone) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
setTimeZoneID(String) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
settings(SettingsInfo) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a SETTINGS to configure the SPDY connection.
settings(SettingsInfo, long, TimeUnit, Callback<Void>) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a SETTINGS to configure the SPDY connection.
Settings - Class in org.eclipse.jetty.spdy.api
 
Settings() - Constructor for class org.eclipse.jetty.spdy.api.Settings
 
Settings(Settings, boolean) - Constructor for class org.eclipse.jetty.spdy.api.Settings
 
settings(SettingsInfo) - Method in class org.eclipse.jetty.spdy.StandardSession
 
settings(SettingsInfo, long, TimeUnit, Callback<Void>) - Method in class org.eclipse.jetty.spdy.StandardSession
 
Settings.Flag - Enum in org.eclipse.jetty.spdy.api
 
Settings.ID - Class in org.eclipse.jetty.spdy.api
 
Settings.Setting - Class in org.eclipse.jetty.spdy.api
 
Settings.Setting(Settings.ID, int) - Constructor for class org.eclipse.jetty.spdy.api.Settings.Setting
 
Settings.Setting(Settings.ID, Settings.Flag, int) - Constructor for class org.eclipse.jetty.spdy.api.Settings.Setting
 
SettingsBodyParser - Class in org.eclipse.jetty.spdy.parser
 
SettingsBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.SettingsBodyParser
 
SettingsFrame - Class in org.eclipse.jetty.spdy.frames
 
SettingsFrame(short, byte, Settings) - Constructor for class org.eclipse.jetty.spdy.frames.SettingsFrame
 
SettingsGenerator - Class in org.eclipse.jetty.spdy.generator
 
SettingsGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.SettingsGenerator
 
SettingsInfo - Class in org.eclipse.jetty.spdy.api
 
SettingsInfo(Settings) - Constructor for class org.eclipse.jetty.spdy.api.SettingsInfo
 
SettingsInfo(Settings, boolean) - Constructor for class org.eclipse.jetty.spdy.api.SettingsInfo
 
setTldBundles(String) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
setTrackSessions(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to have usage rate tracked by session if a session exists.
setTrimDirectiveWhitespaces(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setTrustAll(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStore(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store.
setTrustStorePassword(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store resource.
setTrustStoreType(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setupContextHomeScanner(File) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.JettyContextHandlerServiceTracker
 
setUpgradeResponse(ClientUpgradeResponse) - Method in class org.eclipse.jetty.websocket.client.internal.DefaultWebSocketClient
 
setURI(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setUri(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setUseCaches(boolean) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
setUseFileMappedBuffer(boolean) - Method in class org.eclipse.jetty.server.ResourceCache
 
setUser(String) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
 
setUser(String) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference
 
setUserAgent(String) - Method in class org.eclipse.jetty.client.HttpClient
 
setUserDataConstraint(UserDataConstraint) - Method in class org.eclipse.jetty.security.RoleInfo
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUserInfo(UserInfo) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
setUserName(String) - Method in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
setUserPrincipal(Principal) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setUserPrincipal(Principal) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setUserRoleLink(String, String) - Method in class org.eclipse.jetty.servlet.ServletHolder
Link a user role.
setUserRoleTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserRoleTableRoleKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserRoleTableUserKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUsers(Map<String, UserIdentity>) - Method in class org.eclipse.jetty.security.MappedLoginService
Set the users.
setUserTableKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTablePasswordField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTableUserField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUseStandardBindings(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidating(boolean) - Method in class org.eclipse.jetty.webapp.Descriptor
 
setValidating(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
setValidating(boolean) - Method in class org.eclipse.jetty.xml.XmlParser
 
setValidExtensions(List<Extension>) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketRequest
 
setValue(Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
 
setValue(O) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
setValue(String) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
Assigns the cookie value.
setValue(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Sets the header value.
setVersion(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVersion(HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVersion(String) - Method in class org.eclipse.jetty.plugins.HttpMavenService
 
setVersion(String) - Method in interface org.eclipse.jetty.plugins.MavenService
 
setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
Set the virtual hosts that the rules within this container will apply to
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.servlet.ServletTester
 
setWaitMs(long) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setWar(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setWebAppContext(WebAppContext) - Method in class org.eclipse.jetty.annotations.ServletContainerInitializerListener
 
setWebappContext(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
In the case of the generation of a webapp via a jetty context file we need a proper classloader to setup the app before we have the WebappContext So we place a fake one there to start with.
setWebXml(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the whitelist of existing handler object
setWhitelist(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set a list of IP addresses that will not be rate limited.
setWindowSize(ISession, int) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
setWindowSize(ISession, int) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
setWindowSize(ISession, int) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
setWindowSize(int) - Method in class org.eclipse.jetty.spdy.StandardSession
 
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set the workname.
setXpath(String) - Method in class org.eclipse.jetty.xml.XmlParser
Set an XPath A very simple subset of xpath is supported to select a partial tree.
SHORT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
shouldOverride(String) - Method in interface org.eclipse.jetty.annotations.ClassNameResolver
Based on the execution context, if a duplicate class represented by "name" is detected, should the existing one be overridden or not?
shutdown(C) - Method in class org.eclipse.jetty.server.AbstractConnector
 
shutdown(C) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
shutdown(C) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set shutdown status.
shutdown() - Method in class org.eclipse.jetty.server.HttpInput
 
shutdown(C) - Method in class org.eclipse.jetty.server.ServerConnector
 
shutdown() - Method in interface org.eclipse.jetty.spdy.ISession
Gracefully shuts down this session.
shutdown() - Method in class org.eclipse.jetty.spdy.StandardSession
 
shutdown(C) - Method in interface org.eclipse.jetty.util.component.Graceful
 
SHUTDOWN - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1001 indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.
ShutdownHandler - Class in org.eclipse.jetty.server.handler
A handler that shuts the server down on a valid request.
ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Creates a listener that lets the server be shut down remotely (but only from localhost).
shutdownInput() - Method in class org.eclipse.jetty.http.HttpParser
Notifies this parser that I/O code read a -1 and therefore no more data will arrive to be parsed.
shutdownInput() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
shutdownOutput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown the output.
shutdownOutput() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
ShutdownThread - Class in org.eclipse.jetty.util.thread
ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual Machine
sidBytesToString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
Converts a binary SID to a string SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
sidStringToBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
Converts a string SID to a binary SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
SimpleBinaryMessage - Class in org.eclipse.jetty.websocket.core.io.message
 
SimpleBinaryMessage(EventDriver) - Constructor for class org.eclipse.jetty.websocket.core.io.message.SimpleBinaryMessage
 
SimplestServer - Class in org.eclipse.jetty.embedded
The simplest possible Jetty server.
SimplestServer() - Constructor for class org.eclipse.jetty.embedded.SimplestServer
 
SimpleTextMessage - Class in org.eclipse.jetty.websocket.core.io.message
 
SimpleTextMessage(EventDriver) - Constructor for class org.eclipse.jetty.websocket.core.io.message.SimpleTextMessage
 
size() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
size() - Method in class org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.spdy.api.Settings
 
size() - Method in class org.eclipse.jetty.util.ArrayQueue
 
size() - Method in class org.eclipse.jetty.util.AttributesMap
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
size() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
size() - Method in class org.eclipse.jetty.util.Fields
 
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
size() - Method in exception org.eclipse.jetty.util.MultiException
 
size() - Method in class org.eclipse.jetty.util.StringMap
 
size() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the number of children nodes.
SLASH - Static variable in class org.eclipse.jetty.util.URIUtil
 
Slf4jLog - Class in org.eclipse.jetty.util.log
Slf4jLog Logger
Slf4jLog() - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
Slf4jLog(String) - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
SocketBased - Interface in org.eclipse.jetty.io
Interface for Socket based I/O
SPACE - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
space(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the space from the limit to the capacity
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
SPDY - Class in org.eclipse.jetty.spdy.api
Helper class that holds useful SPDY constants.
SPDYClient - Class in org.eclipse.jetty.spdy.client
 
SPDYClient(short, SPDYClient.Factory) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient
 
SPDYClient.Factory - Class in org.eclipse.jetty.spdy.client
 
SPDYClient.Factory() - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClient.Factory(SslContextFactory) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClient.Factory(Executor) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClient.Factory(Executor, Scheduler) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClient.Factory(Executor, Scheduler, SslContextFactory) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClient.Factory(Executor, Scheduler, SslContextFactory, long) - Constructor for class org.eclipse.jetty.spdy.client.SPDYClient.Factory
 
SPDYClientConnectionFactory - Class in org.eclipse.jetty.spdy.client
 
SPDYClientConnectionFactory() - Constructor for class org.eclipse.jetty.spdy.client.SPDYClientConnectionFactory
 
SPDYConnection - Class in org.eclipse.jetty.spdy.client
 
SPDYConnection(EndPoint, ByteBufferPool, Parser, Executor) - Constructor for class org.eclipse.jetty.spdy.client.SPDYConnection
 
SPDYConnection(EndPoint, ByteBufferPool, Parser, Executor, int) - Constructor for class org.eclipse.jetty.spdy.client.SPDYConnection
 
SPDYException - Exception in org.eclipse.jetty.spdy.api
An unrecoverable exception that signals to the application that something wrong happened.
SPDYException() - Constructor for exception org.eclipse.jetty.spdy.api.SPDYException
 
SPDYException(String) - Constructor for exception org.eclipse.jetty.spdy.api.SPDYException
 
SPDYException(String, Throwable) - Constructor for exception org.eclipse.jetty.spdy.api.SPDYException
 
SPDYException(Throwable) - Constructor for exception org.eclipse.jetty.spdy.api.SPDYException
 
SPDYException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.jetty.spdy.api.SPDYException
 
SPDYProxyEngine - Class in org.eclipse.jetty.spdy.server.proxy
SPDYProxyEngine implements a SPDY to SPDY proxy, that is, converts SPDY events received by clients into SPDY events for the servers.
SPDYProxyEngine(SPDYClient.Factory) - Constructor for class org.eclipse.jetty.spdy.server.proxy.SPDYProxyEngine
 
SpdyServer - Class in org.eclipse.jetty.embedded
 
SpdyServer() - Constructor for class org.eclipse.jetty.embedded.SpdyServer
 
SPDYServerConnectionFactory - Class in org.eclipse.jetty.spdy.server
 
SPDYServerConnectionFactory(int) - Constructor for class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
SPDYServerConnectionFactory(int, ServerSessionFrameListener) - Constructor for class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
 
SPDYServerConnector - Class in org.eclipse.jetty.spdy.server
 
SPDYServerConnector(Server, ServerSessionFrameListener) - Constructor for class org.eclipse.jetty.spdy.server.SPDYServerConnector
 
SPDYServerConnector(Server, SslContextFactory, ServerSessionFrameListener) - Constructor for class org.eclipse.jetty.spdy.server.SPDYServerConnector
 
SPDYv3FlowControlStrategy - Class in org.eclipse.jetty.spdy
 
SPDYv3FlowControlStrategy() - Constructor for class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
SplitFileServer - Class in org.eclipse.jetty.embedded
A ContextHandlerCollection handler may be used to direct a request to a specific Context.
SplitFileServer() - Constructor for class org.eclipse.jetty.embedded.SplitFileServer
 
SpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
 
SpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
SpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Allow for a custom authMethod value to be set for instances where SPENGO may not be appropriate
SpnegoLoginService - Class in org.eclipse.jetty.security
 
SpnegoLoginService() - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoUserIdentity - Class in org.eclipse.jetty.security
 
SpnegoUserIdentity(Subject, Principal, List<String>) - Constructor for class org.eclipse.jetty.security.SpnegoUserIdentity
 
SpnegoUserPrincipal - Class in org.eclipse.jetty.security
 
SpnegoUserPrincipal(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpnegoUserPrincipal(String, byte[]) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpringConfigurationProcessor - Class in org.eclipse.jetty.spring
Spring ConfigurationProcessor
SpringConfigurationProcessor() - Constructor for class org.eclipse.jetty.spring.SpringConfigurationProcessor
 
SpringConfigurationProcessorFactory - Class in org.eclipse.jetty.spring
Spring ConfigurationProcessor Factory
SpringConfigurationProcessorFactory() - Constructor for class org.eclipse.jetty.spring.SpringConfigurationProcessorFactory
 
SslCertificates - Class in org.eclipse.jetty.server.ssl
 
SslCertificates() - Constructor for class org.eclipse.jetty.server.ssl.SslCertificates
 
SslConnection - Class in org.eclipse.jetty.io.ssl
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) that wants unencrypted data.
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection.DecryptedEndPoint - Class in org.eclipse.jetty.io.ssl
 
SslConnection.DecryptedEndPoint() - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
SslConnectionFactory - Class in org.eclipse.jetty.server
 
SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(SslContextFactory, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslContextFactory - Class in org.eclipse.jetty.http.ssl
Deprecated.
Use org.eclipse.jetty.util.ssl.SslContextFactory
SslContextFactory() - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
SslContextFactory(String) - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.
 
SslContextFactory - Class in org.eclipse.jetty.util.ssl
SslContextFactory is used to configure SSL connectors as well as HttpClient.
SslContextFactory() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory Default constructor for use in XmlConfiguration files
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory Default constructor for use in XmlConfiguration files
SslContextFactory(String) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory
SslSelectChannelConnector - Class in org.eclipse.jetty.server.ssl
Deprecated.
use SelectChannelConnector with SslContextFactory
SslSelectChannelConnector(Server) - Constructor for class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.
 
STANDARD_PROCESSOR - Static variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
StandardCompressionFactory - Class in org.eclipse.jetty.spdy
 
StandardCompressionFactory() - Constructor for class org.eclipse.jetty.spdy.StandardCompressionFactory
 
StandardCompressionFactory.StandardCompressor - Class in org.eclipse.jetty.spdy
 
StandardCompressionFactory.StandardCompressor() - Constructor for class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardCompressor
 
StandardCompressionFactory.StandardDecompressor - Class in org.eclipse.jetty.spdy
 
StandardCompressionFactory.StandardDecompressor() - Constructor for class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardDecompressor
 
StandardDeployer - Class in org.eclipse.jetty.deploy.bindings
 
StandardDeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
StandardDescriptorProcessor - Class in org.eclipse.jetty.webapp
StandardDescriptorProcessor Process a web.xml, web-defaults.xml, web-overrides.xml, web-fragment.xml.
StandardDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
StandardSession - Class in org.eclipse.jetty.spdy
 
StandardSession(short, ByteBufferPool, Executor, Scheduler, Controller<StandardSession.FrameBytes>, IdleListener, int, SessionFrameListener, Generator, FlowControlStrategy) - Constructor for class org.eclipse.jetty.spdy.StandardSession
 
StandardSession.FrameBytes - Interface in org.eclipse.jetty.spdy
 
StandardStarter - Class in org.eclipse.jetty.deploy.bindings
 
StandardStarter() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStarter
 
StandardStopper - Class in org.eclipse.jetty.deploy.bindings
 
StandardStopper() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStopper
 
StandardStream - Class in org.eclipse.jetty.spdy
 
StandardStream(int, byte, ISession, IStream) - Constructor for class org.eclipse.jetty.spdy.StandardStream
 
StandardUndeployer - Class in org.eclipse.jetty.deploy.bindings
 
StandardUndeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
start(Server, Dictionary) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
start(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Setup a new jetty Server, registers it as a service.
start(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.jsp.FragmentActivator
 
start(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
Register the url stream handler factory.
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
 
start(Runnable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
start(List<String>) - Method in class org.eclipse.jetty.start.Main
 
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
startAsync() - Method in class org.eclipse.jetty.server.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
 
startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Extensible startContext.
startContext() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Finish constructing handlers and link them together.
startContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
STARTED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STARTING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
startJettyAtJettyHome(BundleContext) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Called by the JettyBootStrapActivator.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startRequest(HttpMethod, String, String, HttpVersion) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(HttpMethod, String, String, HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
startRequest(HttpMethod, String, String, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannel
 
startRequest(HttpMethod, String, String, HttpVersion) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
 
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.client.HttpReceiver
 
startResponse(HttpVersion, int, String) - Method in interface org.eclipse.jetty.http.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.http.HttpTester.Response
 
startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
staticInit() - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
StatisticsHandler - Class in org.eclipse.jetty.server.handler
 
StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
 
statsReset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
Resets the current request statistics.
statsReset() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Reset statistics values
status() - Method in interface org.eclipse.jetty.client.api.Response
 
status() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
status() - Method in class org.eclipse.jetty.client.HttpResponse
 
status(int) - Method in class org.eclipse.jetty.client.HttpResponse
 
StatusCode - Class in org.eclipse.jetty.websocket.core.api
StatusCode() - Constructor for class org.eclipse.jetty.websocket.core.api.StatusCode
 
StdErrLog - Class in org.eclipse.jetty.util.log
StdErr Logging implementation.
StdErrLog() - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct an anonymous StdErrLog (no name).
StdErrLog(String) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct a named StdErrLog using the Log defined properties
StdErrLog(String, Properties) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct a named Logger using the provided properties to configure logger.
stop() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
Stops each one of the registered servers.
stop() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
stop() - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.JettyContextHandlerServiceTracker
 
stop(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Stop the activator.
stop(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.jsp.FragmentActivator
 
stop() - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
stop(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
Remove the url stream handler.
stop(int, String) - Method in class org.eclipse.jetty.start.Main
Stop a running jetty instance.
stop(int, String, boolean) - Method in class org.eclipse.jetty.start.Main
 
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
store(T, HttpServletResponse) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
store(T, HttpServletResponse) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
storeSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Insert a session into the database.
Stream - Interface in org.eclipse.jetty.spdy.api
A Stream represents a bidirectional exchange of data on top of a Session.
StreamException - Exception in org.eclipse.jetty.spdy
 
StreamException(int, StreamStatus) - Constructor for exception org.eclipse.jetty.spdy.StreamException
 
StreamException(int, StreamStatus, String) - Constructor for exception org.eclipse.jetty.spdy.StreamException
 
StreamFrameListener - Interface in org.eclipse.jetty.spdy.api
A StreamFrameListener is the passive counterpart of a Stream and receives events happening on a SPDY stream.
StreamFrameListener.Adapter - Class in org.eclipse.jetty.spdy.api
Empty implementation of StreamFrameListener
StreamFrameListener.Adapter() - Constructor for class org.eclipse.jetty.spdy.api.StreamFrameListener.Adapter
 
StreamStatus - Enum in org.eclipse.jetty.spdy.api
An enumeration of stream statuses.
StreamUtils - Class in org.eclipse.jetty.plugins.util
 
StreamUtils() - Constructor for class org.eclipse.jetty.plugins.util.StreamUtils
 
StrictRoleCheckPolicy - Class in org.eclipse.jetty.plus.jaas
StrictRoleCheckPolicy
StrictRoleCheckPolicy() - Constructor for class org.eclipse.jetty.plus.jaas.StrictRoleCheckPolicy
 
StringContentProvider - Class in org.eclipse.jetty.client.util
 
StringContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
StringContentProvider(String, String) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
StringDataInfo - Class in org.eclipse.jetty.spdy.api
Specialized DataInfo for String content.
StringDataInfo(String, boolean) - Constructor for class org.eclipse.jetty.spdy.api.StringDataInfo
 
StringMap<O> - Class in org.eclipse.jetty.util
Map implementation Optimized for Strings keys..
StringMap() - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringMap(boolean) - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
 
stripProtocol(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
stripProtocol(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
STYLE - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
submit(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
Submits a change to be executed in the selector thread.
substitueManifest(Manifest, InputStream) - Static method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
Use PipedOuputStream and PipedInputStream to do the transformation without making a new temporary file ust to replace the manifest.
subtract(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
success() - Method in class org.eclipse.jetty.client.HttpReceiver
 
success() - Method in class org.eclipse.jetty.client.HttpSender
 
supports() - Method in class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
suspend() - Method in interface org.eclipse.jetty.continuation.Continuation
Suspend the processing of the request and associated ServletResponse.
suspend(ServletResponse) - Method in interface org.eclipse.jetty.continuation.Continuation
Suspend the processing of the request and associated ServletResponse.
suspend(ServletResponse) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
suspend() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
suspend(ServletContext, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.HttpChannelState
 
suspend(ServletResponse) - Method in class org.eclipse.jetty.server.HttpChannelState
 
suspend() - Method in class org.eclipse.jetty.server.HttpChannelState
 
suspend() - Method in interface org.eclipse.jetty.websocket.core.api.BaseConnection
Suspend a the incoming read events on the connection.
suspend() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
suspend() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
syn(SynInfo, StreamFrameListener) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a SYN_FRAME to create a new SPDY stream.
syn(SynInfo, StreamFrameListener, long, TimeUnit, Callback<Stream>) - Method in interface org.eclipse.jetty.spdy.api.Session
Sends asynchronously a SYN_FRAME to create a new SPDY stream.
syn(SynInfo) - Method in interface org.eclipse.jetty.spdy.api.Stream
Initiate a unidirectional spdy pushstream associated to this stream asynchronously
syn(SynInfo, long, TimeUnit, Callback<Stream>) - Method in interface org.eclipse.jetty.spdy.api.Stream
Initiate a unidirectional spdy pushstream associated to this stream asynchronously
syn(SynInfo, StreamFrameListener) - Method in class org.eclipse.jetty.spdy.StandardSession
 
syn(SynInfo, StreamFrameListener, long, TimeUnit, Callback<Stream>) - Method in class org.eclipse.jetty.spdy.StandardSession
 
syn(SynInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
 
syn(SynInfo, long, TimeUnit, Callback<Stream>) - Method in class org.eclipse.jetty.spdy.StandardStream
 
SynInfo - Class in org.eclipse.jetty.spdy.api
A container for SYN_STREAM frames metadata and data.
SynInfo(boolean) - Constructor for class org.eclipse.jetty.spdy.api.SynInfo
Creates a new SynInfo instance with empty headers and the given close flag, not unidirectional, without associated stream, and with default priority.
SynInfo(Fields, boolean) - Constructor for class org.eclipse.jetty.spdy.api.SynInfo
Creates a ReplyInfo instance with the given headers and the given close flag, not unidirectional, without associated stream, and with default priority.
SynInfo(Fields, boolean, byte) - Constructor for class org.eclipse.jetty.spdy.api.SynInfo
Creates a ReplyInfo instance with the given headers, the given close flag and with the given priority.
SynReplyBodyParser - Class in org.eclipse.jetty.spdy.parser
 
SynReplyBodyParser(CompressionFactory.Decompressor, ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.SynReplyBodyParser
 
SynReplyFrame - Class in org.eclipse.jetty.spdy.frames
 
SynReplyFrame(short, byte, int, Fields) - Constructor for class org.eclipse.jetty.spdy.frames.SynReplyFrame
 
SynReplyGenerator - Class in org.eclipse.jetty.spdy.generator
 
SynReplyGenerator(ByteBufferPool, HeadersBlockGenerator) - Constructor for class org.eclipse.jetty.spdy.generator.SynReplyGenerator
 
SynStreamBodyParser - Class in org.eclipse.jetty.spdy.parser
 
SynStreamBodyParser(CompressionFactory.Decompressor, ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.SynStreamBodyParser
 
SynStreamFrame - Class in org.eclipse.jetty.spdy.frames
 
SynStreamFrame(short, byte, int, int, byte, short, Fields) - Constructor for class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
SynStreamGenerator - Class in org.eclipse.jetty.spdy.generator
 
SynStreamGenerator(ByteBufferPool, HeadersBlockGenerator) - Constructor for class org.eclipse.jetty.spdy.generator.SynStreamGenerator
 
SYS_PROP_JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
contains a comma separated list of pathes to the etc/jetty-*.xml files used to configure jetty.
SYS_PROP_JETTY_HOME - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Usual system property used as the hostname for a typical jetty configuration.
SYS_PROP_JETTY_HOME_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
System property to point to a bundle that embeds a jetty configuration and that jetty configuration should be the default jetty server.
SYS_PROP_JETTY_HOST - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Usual system property used as the hostname for a typical jetty configuration.
SYS_PROP_JETTY_PORT - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Usual system property used as the port for http for a typical jetty configuration.
SYS_PROP_JETTY_PORT_SSL - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Usual system property used as the port for https for a typical jetty configuration.
SYS_PROP_TLD_BUNDLES - Static variable in class org.eclipse.jetty.osgi.boot.jasper.PluggableWebAppRegistrationCustomizerImpl
To plug into jasper bundles that contain tld files please use a list of bundle's symbolic names: -Djetty.osgi.tldbundles=org.springframework.web.servlet ,com.opensymphony.module.sitemesh

T

TAB - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
TAGLIB_PROCESSOR - Static variable in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
TagLibConfiguration - Class in org.eclipse.jetty.webapp
TagLibConfiguration.
TagLibConfiguration() - Constructor for class org.eclipse.jetty.webapp.TagLibConfiguration
 
TagLibConfiguration.TagLibListener - Class in org.eclipse.jetty.webapp
TagLibListener A listener that does the job of finding .tld files that contain (other) listeners that need to be called by the servlet container.
TagLibConfiguration.TagLibListener(WebAppContext) - Constructor for class org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
 
TagLibConfiguration.TldDescriptor - Class in org.eclipse.jetty.webapp
TldDescriptor
TagLibConfiguration.TldDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor
 
TagLibConfiguration.TldProcessor - Class in org.eclipse.jetty.webapp
TldProcessor Process TldDescriptors representing tag libs to find listeners.
TagLibConfiguration.TldProcessor() - Constructor for class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
TagLibOSGiConfiguration - Class in org.eclipse.jetty.osgi.boot.jsp
Replacement for TagLibConfiguration for the OSGi integration.
TagLibOSGiConfiguration() - Constructor for class org.eclipse.jetty.osgi.boot.jsp.TagLibOSGiConfiguration
 
take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Retrieves and removes the head of this queue, waiting if no elements are present on this queue.
takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
takeOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
task - Variable in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
TEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
TEMPDIR_CONFIGURED - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
TEMPORARY_REDIRECT_307 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
terminateConnection(int, String) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
TEXT - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
OpCode for a Text Frame
text() - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
text(String) - Static method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
ThreadPool.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
 
tick() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
tick(long) - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
timeout() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
timeout() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
Timeout - Class in org.eclipse.jetty.util.thread
Deprecated.
Timeout() - Constructor for class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
Timeout(Object) - Constructor for class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
Timeout.Task - Class in org.eclipse.jetty.util.thread
Deprecated.
Task.
Timeout.Task() - Constructor for class org.eclipse.jetty.util.thread.Timeout.Task
Deprecated.
 
TimerScheduler - Class in org.eclipse.jetty.util.thread
 
TimerScheduler() - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TimerScheduler(String) - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TLD_RESOURCES - Static variable in class org.eclipse.jetty.webapp.TagLibConfiguration
 
TldLocatableURLClassloader - Class in org.eclipse.jetty.osgi.boot.internal.jsp
Tricky url classloader.
TldLocatableURLClassloader(ClassLoader, URL[]) - Constructor for class org.eclipse.jetty.osgi.boot.internal.jsp.TldLocatableURLClassloader
 
TldLocatableURLClassloaderWithInsertedJettyClassloader - Class in org.eclipse.jetty.osgi.boot.internal.jsp
Add a classloader to the org.apache.jasper.compiler.TldLocatableURLClassloader.
TldLocatableURLClassloaderWithInsertedJettyClassloader(ClassLoader, ClassLoader, URL[]) - Constructor for class org.eclipse.jetty.osgi.boot.internal.jsp.TldLocatableURLClassloaderWithInsertedJettyClassloader
 
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
toArray(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a ByteBuffer to a byte array.
toArray() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(T[]) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toBuffer() - Method in enum org.eclipse.jetty.http.HttpHeader
 
toBuffer() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
toBuffer() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toBuffer(int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using provided byte array.
toBuffer(byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using the provided byte array.
toBuffer(File) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBytes() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toCanonicalName(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Remove leading or trailing empty components from name.
toDetailString(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDetailString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toHeaderRangeString(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toHex(byte, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toInt(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an integer.
toJSON(JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
toJSON(Object, JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
toJSON(Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert Object to JSON
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an long.
toLong(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an long.
toName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
toSocketAddress(URI) - Static method in class org.eclipse.jetty.websocket.client.internal.ConnectionManager
 
toStarString() - Method in class org.eclipse.jetty.util.security.Password
 
toStatsHTML() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
toString() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ListValue
 
toString() - Method in class org.eclipse.jetty.annotations.AnnotationParser.SimpleValue
 
toString() - Method in class org.eclipse.jetty.client.api.Result
 
toString() - Method in class org.eclipse.jetty.client.HttpConnection
 
toString() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
toString() - Method in class org.eclipse.jetty.client.HttpConversation
 
toString() - Method in class org.eclipse.jetty.client.HttpDestination
 
toString() - Method in class org.eclipse.jetty.client.HttpExchange
 
toString() - Method in class org.eclipse.jetty.client.HttpRequest
 
toString() - Method in class org.eclipse.jetty.client.HttpResponse
 
toString(InputStream) - Method in class org.eclipse.jetty.continuation.test.ContinuationBase
 
toString() - Method in class org.eclipse.jetty.deploy.App
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Node
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Path
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
toString() - Method in class org.eclipse.jetty.http.HttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator.RequestInfo
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator.ResponseInfo
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator
 
toString() - Method in enum org.eclipse.jetty.http.HttpHeader
 
toString() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
 
toString() - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in enum org.eclipse.jetty.http.HttpScheme
 
toString() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
toString() - Method in class org.eclipse.jetty.http.HttpURI
 
toString() - Method in enum org.eclipse.jetty.http.HttpVersion
 
toString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
 
toString() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Bucket
 
toString() - Method in class org.eclipse.jetty.io.FillInterest
 
toString() - Method in class org.eclipse.jetty.io.FilterConnection.FilteredEndPoint
 
toString() - Method in class org.eclipse.jetty.io.FilterConnection
 
toString() - Method in class org.eclipse.jetty.io.SelectChannelEndPoint
 
toString() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
toString() - Method in class org.eclipse.jetty.io.WriteFlusher
 
toString() - Method in class org.eclipse.jetty.osgi.boot.internal.jsp.TldLocatableURLClassloader
 
toString() - Method in class org.eclipse.jetty.plus.jaas.JAASGroup
 
toString() - Method in class org.eclipse.jetty.plus.jaas.JAASPrincipal
 
toString() - Method in class org.eclipse.jetty.plus.jaas.JAASUserPrincipal
 
toString() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
Returns the cookie contents.
toString() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
Returns the header contents.
toString() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
Returns the rule pattern.
toString() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
Returns the redirect location.
toString() - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
Returns the regular expression string.
toString() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
Returns the code and reason string.
toString() - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
Returns the replacement string.
toString() - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
Returns the replacement string.
toString() - Method in class org.eclipse.jetty.rewrite.handler.Rule
Returns the handling and terminating flag values.
toString() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
toString() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
toString() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
toString() - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
toString() - Method in class org.eclipse.jetty.security.MappedLoginService
 
toString() - Method in class org.eclipse.jetty.security.RoleInfo
 
toString() - Method in class org.eclipse.jetty.security.RoleRunAsToken
 
toString() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
toString() - Method in class org.eclipse.jetty.security.UserAuthentication
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
toString() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
toString() - Method in class org.eclipse.jetty.server.HttpChannel
 
toString() - Method in class org.eclipse.jetty.server.HttpChannelConfig
 
toString() - Method in class org.eclipse.jetty.server.HttpChannelState
 
toString() - Method in class org.eclipse.jetty.server.HttpConnection
 
toString() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.server.Request
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache
 
toString() - Method in class org.eclipse.jetty.server.Response
 
toString() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.Server
 
toString() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
toString() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
toString() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
toString() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
toString() - Method in class org.eclipse.jetty.servlet.Holder
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
toString() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
toString() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
toString() - Method in class org.eclipse.jetty.spdy.api.DataInfo
 
toString() - Method in class org.eclipse.jetty.spdy.api.HeadersInfo
 
toString() - Method in class org.eclipse.jetty.spdy.api.ReplyInfo
 
toString() - Method in class org.eclipse.jetty.spdy.api.RstInfo
 
toString() - Method in class org.eclipse.jetty.spdy.api.Settings.ID
 
toString() - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
toString() - Method in class org.eclipse.jetty.spdy.api.Settings
 
toString() - Method in class org.eclipse.jetty.spdy.api.SynInfo
 
toString() - Method in class org.eclipse.jetty.spdy.frames.ControlFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.DataFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.GoAwayFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.HeadersFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.PingFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.RstStreamFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.SettingsFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.SynReplyFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.SynStreamFrame
 
toString() - Method in class org.eclipse.jetty.spdy.frames.WindowUpdateFrame
 
toString() - Method in class org.eclipse.jetty.spdy.server.NPNServerConnectionFactory
 
toString() - Method in class org.eclipse.jetty.spdy.StandardSession
 
toString() - Method in class org.eclipse.jetty.spdy.StandardStream
 
toString() - Method in class org.eclipse.jetty.start.Classpath
 
toString() - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
toString() - Method in class org.eclipse.jetty.start.Version
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
toString(Object) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Map) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Object[]) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(char[], int, int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
 
toString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, int, int, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a partial buffer to an ISO-8859-1 String
toString() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toString() - Method in class org.eclipse.jetty.util.ExecutorCallback
 
toString() - Method in class org.eclipse.jetty.util.Fields.Field
 
toString() - Method in class org.eclipse.jetty.util.Fields
 
toString() - Method in class org.eclipse.jetty.util.FutureCallback
 
toString(InputStream) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, String) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Reader) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toString() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
toString() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
toString() - Method in exception org.eclipse.jetty.util.MultiException
 
toString() - Method in class org.eclipse.jetty.util.MultiMap
 
toString() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
toString() - Method in class org.eclipse.jetty.util.resource.URLResource
 
toString() - Method in class org.eclipse.jetty.util.security.Constraint
 
toString() - Method in class org.eclipse.jetty.util.security.Password
 
toString() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
toString() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.Timeout
Deprecated.
 
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toString() - Method in class org.eclipse.jetty.webapp.Descriptor
 
toString() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
toString() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
toString() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.PerMessageCompressionExtension
 
toString() - Method in class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
 
toString() - Method in class org.eclipse.jetty.websocket.core.extensions.identity.IdentityExtension
 
toString() - Method in class org.eclipse.jetty.websocket.core.io.AbstractWebSocketConnection
 
toString() - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriverFactory
 
toString() - Method in class org.eclipse.jetty.websocket.core.io.event.EventMethods
 
toString() - Method in class org.eclipse.jetty.websocket.core.io.FrameBytes
 
toString() - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
toString() - Method in class org.eclipse.jetty.websocket.core.protocol.ExtensionConfig
 
toString() - Method in class org.eclipse.jetty.websocket.core.protocol.Generator
 
toString() - Method in class org.eclipse.jetty.websocket.core.protocol.Parser
 
toString() - Method in class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
 
toString() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
toString(boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
toSummaryString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toURL(File) - Static method in class org.eclipse.jetty.util.resource.Resource
Generate a properly encoded URL from a File instance.
toUTF8String(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an UTF-8 String
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toVariableName(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
Transaction - Class in org.eclipse.jetty.plus.jndi
Transaction Class to represent a JTA UserTransaction impl.
Transaction(UserTransaction) - Constructor for class org.eclipse.jetty.plus.jndi.Transaction
 
TRUST_ALL_CERTS - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
TRY_AGAIN_LATER - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
1013 indicates that the service is experiencing overload.
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.
TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
 

U

UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
Unauthenticated state.
UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
 
UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unbind(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
unbind(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
unbind(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
unbind(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
unbind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
 
unbind(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported.
unbind(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported.
unbind(Context) - Static method in class org.eclipse.jetty.jndi.NamingUtil
 
unbindENC() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Unbind this NamingEntry from a java:comp/env
unbindENC() - Method in class org.eclipse.jetty.plus.jndi.Transaction
Unbind this Transaction from a java:comp
unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
If value implements HttpSessionBindingListener, call valueUnbound()
UncheckedPrintWriter - Class in org.eclipse.jetty.io
A wrapper for the PrintWriter that re-throws the instances of IOException thrown by the underlying implementation of Writer as RuntimeIOException instances.
UncheckedPrintWriter(Writer) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
 
UncheckedPrintWriter(Writer, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter.
UncheckedPrintWriter(OutputStream) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
UncheckedPrintWriter(OutputStream, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter from an existing OutputStream.
UNDEFINED - Static variable in class org.eclipse.jetty.websocket.core.api.StatusCode
Reserved.
UNDEFINED - Static variable in class org.eclipse.jetty.websocket.core.protocol.OpCode
An undefined OpCode
undeployAll() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
UNDEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
UNDEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
undispatch() - Method in interface org.eclipse.jetty.continuation.Continuation
Undispatch the request.
undispatch() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
undispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
Signal that the HttpConnection has finished handling the request.
uninstallBundle(File) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
UnixCrypt - Class in org.eclipse.jetty.util.security
Unix Crypt.
UnknownControlFrameBodyParser - Class in org.eclipse.jetty.spdy.parser
 
UnknownControlFrameBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.UnknownControlFrameBodyParser
 
UNLOCK_PROPERTY - Static variable in class org.eclipse.jetty.jndi.NamingContext
 
unlockCompEnv(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
 
unmanage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unpack(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string.
unquote(String) - Static method in class org.eclipse.jetty.util.StringUtil
Remove single or double quotes.
unregister(ContextHandler) - Method in interface org.eclipse.jetty.osgi.boot.internal.webapp.IWebBundleDeployerHelper
Stop a ContextHandler and remove it from the collection.
unregister(ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
unregister(String) - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
unregister(String) - Method in interface org.eclipse.jetty.websocket.core.api.ExtensionRegistry
 
unregister(String) - Method in class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
unsetJAASInfo(Subject) - Method in class org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule.JAASUserInfo
 
unsetRunAs(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
unsetRunAs(Object) - Method in interface org.eclipse.jetty.security.IdentityService
Disassociate the current runAsToken from the thread and reassociate the previous token.
unsupported() - Method in class org.eclipse.jetty.spdy.client.NextProtoNegoClientConnection
 
unsupported() - Method in class org.eclipse.jetty.spdy.server.NextProtoNegoServerConnection
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
update(String, Credential, String[]) - Method in class org.eclipse.jetty.security.HashLoginService
 
update(String, Credential, String[]) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
updateBean(Object, Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Object[], Object[]) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBundle(File) - Method in class org.eclipse.jetty.osgi.boot.OSGiAppProvider
 
updateCloseState(boolean, boolean) - Method in interface org.eclipse.jetty.spdy.IStream
A stream can be open, half closed or closed and this method updates the close state of this stream.
updateCloseState(boolean, boolean) - Method in class org.eclipse.jetty.spdy.StandardStream
 
updateMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
updateMax(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMax(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateNameMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
updateSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update data on an existing persisted session.
updateSessionNode(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update the node on which the session was last seen to be my node.
updateWindow(ISession, IStream, int) - Method in class org.eclipse.jetty.spdy.FlowControlStrategy.None
 
updateWindow(ISession, IStream, int) - Method in interface org.eclipse.jetty.spdy.FlowControlStrategy
 
updateWindow(ISession, IStream, int) - Method in class org.eclipse.jetty.spdy.SPDYv3FlowControlStrategy
 
updateWindowSize(int) - Method in interface org.eclipse.jetty.spdy.IStream
Updates the window size for this stream by the given amount, that can be positive or negative.
updateWindowSize(int) - Method in class org.eclipse.jetty.spdy.StandardStream
 
upgrade(ServletWebSocketRequest, ServletWebSocketResponse, EventDriver) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
Upgrade the request/response to a WebSocket Connection.
UPGRADE_CONNECTION_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.HttpConnection
 
UpgradeConnection - Class in org.eclipse.jetty.websocket.client.internal.io
This is the initial connection handling that exists immediately after physical connection is established to destination server.
UpgradeConnection(EndPoint, Executor, DefaultWebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection
 
UpgradeConnection.SendUpgradeRequest - Class in org.eclipse.jetty.websocket.client.internal.io
 
UpgradeConnection.SendUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.internal.io.UpgradeConnection.SendUpgradeRequest
 
UpgradeException - Exception in org.eclipse.jetty.websocket.core.api
Exception during WebSocket Upgrade Handshake.
UpgradeException() - Constructor for exception org.eclipse.jetty.websocket.core.api.UpgradeException
 
UpgradeException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.UpgradeException
 
UpgradeException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.UpgradeException
 
UpgradeException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.UpgradeException
 
UpgradeRequest - Interface in org.eclipse.jetty.websocket.core.api
 
UpgradeResponse - Interface in org.eclipse.jetty.websocket.core.api
 
UPLOAD_BANDWIDTH - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
 
uri() - Method in interface org.eclipse.jetty.client.api.Request
 
uri() - Method in class org.eclipse.jetty.client.HttpRequest
 
URIUtil - Class in org.eclipse.jetty.util
URI Holder.
URL_PREFIX - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
UrlEncoded(UrlEncoded) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded() - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String, String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
URLResource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
URLResource(URL, URLConnection) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
URLResource(URL, URLConnection, boolean) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
USER_TRANSACTION - Static variable in class org.eclipse.jetty.plus.jndi.Transaction
 
UserAgentFilter - Class in org.eclipse.jetty.servlets
User Agent Filter.
UserAgentFilter() - Constructor for class org.eclipse.jetty.servlets.UserAgentFilter
 
UserAuthentication - Class in org.eclipse.jetty.security
 
UserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.UserAuthentication
 
UserDataConstraint - Enum in org.eclipse.jetty.security
 
UserIdentity - Interface in org.eclipse.jetty.server
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
UserIdentity.Scope - Interface in org.eclipse.jetty.server
A UserIdentity Scope.
UserIdentity.UnauthenticatedUserIdentity - Interface in org.eclipse.jetty.server
 
UserInfo - Class in org.eclipse.jetty.plus.jaas.spi
UserInfo This is the information read from the external source about a user.
UserInfo(String, Credential, List<String>) - Constructor for class org.eclipse.jetty.plus.jaas.spi.UserInfo
 
Utf8Appendable - Class in org.eclipse.jetty.util
Utf8 Appendable abstract base class This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
Utf8Appendable(Appendable) - Constructor for class org.eclipse.jetty.util.Utf8Appendable
 
Utf8Appendable.NotUtf8Exception - Exception in org.eclipse.jetty.util
 
Utf8Appendable.NotUtf8Exception(String) - Constructor for exception org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
 
Utf8HttpWriter - Class in org.eclipse.jetty.server
OutputWriter.
Utf8HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Utf8HttpWriter
 
Utf8LineParser - Class in org.eclipse.jetty.util
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
Utf8LineParser() - Constructor for class org.eclipse.jetty.util.Utf8LineParser
 
Utf8StringBuffer - Class in org.eclipse.jetty.util
UTF-8 StringBuffer.
Utf8StringBuffer() - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuffer(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
UTF8Validator - Class in org.eclipse.jetty.websocket.core.io.payload
Used to perform validation of UTF8 payload contents (for fast-fail reasons)
UTF8Validator() - Constructor for class org.eclipse.jetty.websocket.core.io.payload.UTF8Validator
 
Util - Class in org.eclipse.jetty.annotations
Util
Util() - Constructor for class org.eclipse.jetty.annotations.Util
 

V

V2 - Static variable in class org.eclipse.jetty.spdy.api.SPDY
Constant that indicates the version 2 of the SPDY protocol
V3 - Static variable in class org.eclipse.jetty.spdy.api.SPDY
Constant that indicates the version 3 of the SPDY protocol
validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static
validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
Commons Annotations Specification section 2.6: - no params to method - returns void - no checked exceptions - not static
validate(UserIdentity) - Method in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
validate(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - Method in class org.eclipse.jetty.security.MappedLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
validate(KeyStore) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates all aliases inside of a given keystore
validate(KeyStore, String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific alias inside of the keystore being passed in
validate(KeyStore, Certificate) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific certificate inside of the keystore being passed in
validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validateMethod(String) - Static method in class org.eclipse.jetty.util.security.Constraint
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in interface org.eclipse.jetty.security.Authenticator
Validate a response
validateWebSocketHash(String) - Method in class org.eclipse.jetty.websocket.client.internal.ClientUpgradeResponse
 
validateWebSocketHash(String) - Method in interface org.eclipse.jetty.websocket.core.api.UpgradeResponse
 
validateWebSocketHash(String) - Method in class org.eclipse.jetty.websocket.server.ServletWebSocketResponse
 
value() - Method in class org.eclipse.jetty.spdy.api.Settings.Setting
 
value() - Method in class org.eclipse.jetty.util.Fields.Field
 
valueAsInt() - Method in class org.eclipse.jetty.util.Fields.Field
Attempts to convert the result of Fields.Field.value() to an integer, returning it if the conversion is successful; returns null if the result of Fields.Field.value() is null.
valueBound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpGenerator.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpGenerator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpParser.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.Response.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.servlet.Holder.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.api.SessionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.api.Settings.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.api.StreamStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.frames.ControlFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.parser.CredentialBodyParser.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.spdy.server.http.HTTPSPDYHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.util.Scanner.Notification
Returns the enum constant of this type with the specified name.
valueOf(Class<?>, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(String) - Static method in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.webapp.MetaDataComplete
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.webapp.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.websocket.core.api.BaseConnection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.websocket.core.api.WebSocketBehavior
Returns the enum constant of this type with the specified name.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value parameters.
values() - Static method in enum org.eclipse.jetty.http.HttpGenerator.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpGenerator.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpParser.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.http.MimeTypes.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.security.UserDataConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.Response.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.servlet.Holder.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.api.SessionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.api.Settings.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.api.StreamStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.frames.ControlFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.parser.CredentialBodyParser.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.spdy.server.http.HTTPSPDYHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.jetty.util.Fields.Field
 
values() - Static method in enum org.eclipse.jetty.util.Scanner.Notification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.webapp.MetaDataComplete
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.webapp.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.websocket.core.api.BaseConnection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.websocket.core.api.WebSocketBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
version() - Method in interface org.eclipse.jetty.client.api.Request
 
version(HttpVersion) - Method in interface org.eclipse.jetty.client.api.Request
 
version() - Method in interface org.eclipse.jetty.client.api.Response
 
version() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
version() - Method in class org.eclipse.jetty.client.HttpRequest
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.HttpRequest
 
version() - Method in class org.eclipse.jetty.client.HttpResponse
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.HttpResponse
 
Version - Class in org.eclipse.jetty.start
Utility class for parsing and comparing version strings.
Version() - Constructor for class org.eclipse.jetty.start.Version
 
Version(String) - Constructor for class org.eclipse.jetty.start.Version
 
VERSION - Static variable in class org.eclipse.jetty.util.Jetty
 
VERSION - Static variable in class org.eclipse.jetty.websocket.server.handshake.HandshakeRFC6455
RFC 6455 - Sec-WebSocket-Version
VirtualHostRuleContainer - Class in org.eclipse.jetty.rewrite.handler
Groups rules that apply only to a specific virtual host or sets of virtual hosts
VirtualHostRuleContainer() - Constructor for class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
visit(String, Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
Visit a single-valued (name,value) pair for this annotation
visit(int, int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visit(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
visitAnnotation(String, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
Visit a (name,value) pair whose value is another Annotation
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visitArray(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
Visit an array valued (name, value) pair for this annotation
visitContextParam(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitDisplayName(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitDistributable(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitEnd() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
 
visitEnum(String, String, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyAnnotationVisitor
Visit a enum-valued (name,value) pair for this annotation
visitEnvEntry(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
JavaEE 5.4.1.3
visitErrorPage(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitField(int, String, String, String, Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visitFilter(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitFilterMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitJspConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitListener(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitListener(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
 
visitLocaleEncodingList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitLoginConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitMessageDestinationRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Common Annotations Spec section 2.3: message-destination-ref is for: - javax.jms.Queue - javax.jms.Topic
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visitMimeMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitPostConstruct(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
If web.xml has at least 1 post-construct, then all post-constructs in fragments are ignored.
visitPreDestroy(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
pre-destroy is the name of a class and method to call just as the instance is being destroyed
visitResourceEnvRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Common Annotations Spec section 2.3: resource-env-ref is for: - javax.transaction.UserTransaction - javax.resource.cci.InteractionSpec - anything else that is not a connection factory
visitResourceRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
Common Annotations Spec section 2.3: resource-ref is for: - javax.sql.DataSource - javax.jms.ConnectionFactory - javax.jms.QueueConnectionFactory - javax.jms.TopicConnectionFactory - javax.mail.Session - java.net.URL - javax.resource.cci.ConnectionFactory - org.omg.CORBA_2_3.ORB - any other connection factory defined by a resource adapter TODO If web.xml contains a resource-ref with injection targets, all resource-ref entries of the same name are ignored in web fragments.
visitSecurityConstraint(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitSecurityRole(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitServlet(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitServletMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitSessionConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitTagLib(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitWelcomeFileList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 

W

waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
wakeup() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
 
WarBundleManifestGenerator - Class in org.eclipse.jetty.osgi.boot.warurl.internal
 
WarBundleManifestGenerator() - Constructor for class org.eclipse.jetty.osgi.boot.warurl.internal.WarBundleManifestGenerator
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at warn level.
warn(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at warn level
warn(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at warn level, with Throwable information.
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
WarUrlActivator - Class in org.eclipse.jetty.osgi.boot.warurl
Register the factory to handle the war scheme specified by rfc66 when the bundle is activated.
WarUrlActivator() - Constructor for class org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
 
WarURLConnection - Class in org.eclipse.jetty.osgi.boot.warurl.internal
Facade for a URLConnection that will read a jar and substitute its manifest by the manifest provided here.
WarURLConnection(URL, Manifest) - Constructor for class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
WarUrlStreamHandler - Class in org.eclipse.jetty.osgi.boot.warurl
RFC-66: support for the "war" protocol We are reusing the parsing of the query string from jetty.
WarUrlStreamHandler() - Constructor for class org.eclipse.jetty.osgi.boot.warurl.WarUrlStreamHandler
 
WEB_DEFAULTS_XML - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
WebAppClassLoader - Class in org.eclipse.jetty.webapp
ClassLoader for HttpContext.
WebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
Constructor.
WebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
Constructor.
WebAppClassLoader.Context - Interface in org.eclipse.jetty.webapp
The Context in which the classloader operates.
WebAppContext - Class in org.eclipse.jetty.webapp
Web Application Context Handler.
WebAppContext() - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
This constructor is used in the geronimo integration.
WebAppContext.Context - Class in org.eclipse.jetty.webapp
 
WebAppContext.Context() - Constructor for class org.eclipse.jetty.webapp.WebAppContext.Context
 
WebAppProvider - Class in org.eclipse.jetty.deploy.providers
The webapps directory scanning provider.
WebAppProvider() - Constructor for class org.eclipse.jetty.deploy.providers.WebAppProvider
 
WebAppProvider.Filter - Class in org.eclipse.jetty.deploy.providers
 
WebAppProvider.Filter() - Constructor for class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
 
WebappRegistrationCustomizer - Interface in org.eclipse.jetty.osgi.boot.utils
Fix various shortcomings with the way jasper parses the tld files.
WebappRegistrationCustomizerImpl - Class in org.eclipse.jetty.osgi.boot.jasper
Fix various shortcomings with the way jasper parses the tld files.
WebappRegistrationCustomizerImpl() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.WebappRegistrationCustomizerImpl
 
WebBundleDeployerHelper - Class in org.eclipse.jetty.osgi.boot.internal.webapp
Bridges the jetty deployers with the OSGi lifecycle where applications are managed inside OSGi-bundles.
WebBundleDeployerHelper(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleDeployerHelper
 
WebBundleTrackerCustomizer - Class in org.eclipse.jetty.osgi.boot.internal.webapp
Support bundles that declare the webapp directly through headers in their manifest.
WebBundleTrackerCustomizer() - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.WebBundleTrackerCustomizer
 
WebDescriptor - Class in org.eclipse.jetty.webapp
Descriptor A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
WebDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.WebDescriptor
 
WebFilterAnnotation - Class in org.eclipse.jetty.annotations
WebFilterAnnotation
WebFilterAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotation
 
WebFilterAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotation
 
WebFilterAnnotationHandler - Class in org.eclipse.jetty.annotations
WebFilterAnnotationHandler
WebFilterAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
WebFilterAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>) - Constructor for class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
 
WEBINF_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
WebInfConfiguration - Class in org.eclipse.jetty.webapp
 
WebInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration
 
WebkitDeflateFrameExtension - Class in org.eclipse.jetty.websocket.core.extensions.compress
Implementation of the x-webkit-deflate-frame extension seen out in the wild.
WebkitDeflateFrameExtension() - Constructor for class org.eclipse.jetty.websocket.core.extensions.compress.WebkitDeflateFrameExtension
 
WebListenerAnnotation - Class in org.eclipse.jetty.annotations
WebListenerAnnotation
WebListenerAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotation
 
WebListenerAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotation
 
WebListenerAnnotationHandler - Class in org.eclipse.jetty.annotations
 
WebListenerAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
WebListenerAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>) - Constructor for class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
 
WebServletAnnotation - Class in org.eclipse.jetty.annotations
WebServletAnnotation
WebServletAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotation
 
WebServletAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotation
 
WebServletAnnotationHandler - Class in org.eclipse.jetty.annotations
WebServletAnnotationHandler Process a WebServlet annotation on a class.
WebServletAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
WebServletAnnotationHandler(WebAppContext, List<DiscoveredAnnotation>) - Constructor for class org.eclipse.jetty.annotations.WebServletAnnotationHandler
 
WebSocket - Annotation Type in org.eclipse.jetty.websocket.core.annotations
Tags a POJO as being a WebSocket class.
websocket - Variable in class org.eclipse.jetty.websocket.core.io.event.EventDriver
 
WebSocketAdapter - Class in org.eclipse.jetty.websocket.core.api
Default implementation of the WebSocketListener.
WebSocketAdapter() - Constructor for class org.eclipse.jetty.websocket.core.api.WebSocketAdapter
 
WebSocketBehavior - Enum in org.eclipse.jetty.websocket.core.api
Behavior for how the WebSocket should operate.
WebSocketBlockingConnection - Class in org.eclipse.jetty.websocket.core.api.io
For working with the WebSocketConnection in a blocking technique.
WebSocketBlockingConnection(WebSocketConnection) - Constructor for class org.eclipse.jetty.websocket.core.api.io.WebSocketBlockingConnection
 
WebSocketClient - Interface in org.eclipse.jetty.websocket.client
 
WebSocketClientConnection - Class in org.eclipse.jetty.websocket.client.internal.io
Client side WebSocket physical connection.
WebSocketClientConnection(EndPoint, Executor, DefaultWebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientConnection
 
WebSocketClientFactory - Class in org.eclipse.jetty.websocket.client
 
WebSocketClientFactory() - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
WebSocketClientFactory(Executor) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
WebSocketClientFactory(Executor, Scheduler) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
WebSocketClientFactory(Executor, Scheduler, SslContextFactory) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
WebSocketClientFactory(SslContextFactory) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClientFactory
 
WebSocketClientSelectorManager - Class in org.eclipse.jetty.websocket.client.internal.io
 
WebSocketClientSelectorManager(ByteBufferPool, Executor, Scheduler, WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.client.internal.io.WebSocketClientSelectorManager
 
WebSocketConnection - Interface in org.eclipse.jetty.websocket.core.api
Connection interface for WebSocket protocol RFC-6455.
WebSocketCreator - Interface in org.eclipse.jetty.websocket.server
Abstract WebSocket creator interface.
WebSocketException - Exception in org.eclipse.jetty.websocket.core.api
A recoverable exception within the websocket framework.
WebSocketException() - Constructor for exception org.eclipse.jetty.websocket.core.api.WebSocketException
 
WebSocketException(String) - Constructor for exception org.eclipse.jetty.websocket.core.api.WebSocketException
 
WebSocketException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.WebSocketException
 
WebSocketException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.api.WebSocketException
 
WebSocketExtensionRegistry - Class in org.eclipse.jetty.websocket.core.extensions
 
WebSocketExtensionRegistry(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.core.extensions.WebSocketExtensionRegistry
 
WebSocketFrame - Class in org.eclipse.jetty.websocket.core.protocol
A Base Frame as seen in RFC 6455.
WebSocketFrame() - Constructor for class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Default constructor
WebSocketFrame(byte) - Constructor for class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Construct form opcode
WebSocketFrame(WebSocketFrame) - Constructor for class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Copy constructor for the websocket frame.
WebSocketFrame(WebSocketFrame, ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.core.protocol.WebSocketFrame
Copy constructor for the websocket frame, with an alternate payload.
WebSocketHandler - Class in org.eclipse.jetty.websocket.server
 
WebSocketHandler() - Constructor for class org.eclipse.jetty.websocket.server.WebSocketHandler
 
WebSocketHandler.Simple - Class in org.eclipse.jetty.websocket.server
Create a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.
WebSocketHandler.Simple(Class<?>) - Constructor for class org.eclipse.jetty.websocket.server.WebSocketHandler.Simple
 
WebSocketHandshake - Interface in org.eclipse.jetty.websocket.server
 
WebSocketListener - Interface in org.eclipse.jetty.websocket.core.api
Basic WebSocket Listener interface for incoming WebSocket events.
WebSocketOpenCallback - Class in org.eclipse.jetty.websocket.server.callbacks
 
WebSocketOpenCallback() - Constructor for class org.eclipse.jetty.websocket.server.callbacks.WebSocketOpenCallback
 
WebSocketOutputStream - Class in org.eclipse.jetty.websocket.core.api.io
 
WebSocketOutputStream(WebSocketConnection) - Constructor for class org.eclipse.jetty.websocket.core.api.io.WebSocketOutputStream
 
WebSocketPolicy - Class in org.eclipse.jetty.websocket.core.api
Settings for WebSocket operations.
WebSocketPolicy(WebSocketBehavior) - Constructor for class org.eclipse.jetty.websocket.core.api.WebSocketPolicy
 
WebSocketServerConnection - Class in org.eclipse.jetty.websocket.server
 
WebSocketServerConnection(EndPoint, Executor, Scheduler, WebSocketPolicy, ByteBufferPool, WebSocketServerFactory) - Constructor for class org.eclipse.jetty.websocket.server.WebSocketServerConnection
 
WebSocketServerFactory - Class in org.eclipse.jetty.websocket.server
Factory to create WebSocket connections
WebSocketServerFactory(WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
WebSocketServerFactory(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
WebSocketServlet - Class in org.eclipse.jetty.websocket.server
Abstract Servlet used to bridge the Servlet API to the WebSocket API.
WebSocketServlet() - Constructor for class org.eclipse.jetty.websocket.server.WebSocketServlet
 
WebSocketSession - Class in org.eclipse.jetty.websocket.core.io
 
WebSocketSession(EventDriver, BaseConnection, WebSocketPolicy, String) - Constructor for class org.eclipse.jetty.websocket.core.io.WebSocketSession
 
WebSocketWriter - Class in org.eclipse.jetty.websocket.core.api.io
 
WebSocketWriter(WebSocketConnection) - Constructor for class org.eclipse.jetty.websocket.core.api.io.WebSocketWriter
 
WebXmlConfiguration - Class in org.eclipse.jetty.webapp
Configure by parsing default web.xml and web.xml
WebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebXmlConfiguration
 
WelcomeFilter - Class in org.eclipse.jetty.servlets
Welcome Filter This filter can be used to server an index file for a directory when no index file actually exists (thus the web.xml mechanism does not work).
WelcomeFilter() - Constructor for class org.eclipse.jetty.servlets.WelcomeFilter
 
width(long) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
WindowUpdateBodyParser - Class in org.eclipse.jetty.spdy.parser
 
WindowUpdateBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.WindowUpdateBodyParser
 
WindowUpdateFrame - Class in org.eclipse.jetty.spdy.frames
 
WindowUpdateFrame(short, int, int) - Constructor for class org.eclipse.jetty.spdy.frames.WindowUpdateFrame
 
WindowUpdateGenerator - Class in org.eclipse.jetty.spdy.generator
 
WindowUpdateGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.WindowUpdateGenerator
 
wrap(Object) - Method in class org.eclipse.jetty.websocket.core.io.event.EventDriverFactory
Wrap the given WebSocket object instance in a suitable EventDriver
write(Graph, File) - Static method in class org.eclipse.jetty.deploy.graph.GraphOutputDot
 
write(C, Callback<C>, ByteBuffer...) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
write(C, Callback<C>, ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
Writes the given buffers via EndPoint.flush(ByteBuffer...) and invokes callback methods when either all the data has been flushed or an error occurs.
write(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a single character.
write(char[], int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of an array of characters.
write(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write an array of characters.
write(String, int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of a string.
write(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a string.
write(C, Callback<C>, ByteBuffer...) - Method in class org.eclipse.jetty.io.WriteFlusher
Tries to switch state to WRITING.
write(byte[]) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.EncodingHttpWriter
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpChannel
Requests to write (in a blocking way) the given response content buffer, committing the response if needed.
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(String, int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.Iso88591HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.Utf8HttpWriter
 
write(int) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(byte[]) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(ByteBuffer, Callback<StandardSession.FrameBytes>, StandardSession.FrameBytes) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
 
write(ByteBuffer, Callback<T>, T) - Method in interface org.eclipse.jetty.spdy.Controller
 
write(ByteBuffer, Callback<StandardSession.FrameBytes>, StandardSession.FrameBytes) - Method in class org.eclipse.jetty.spdy.StandardSession
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(int) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
write(String) - Method in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketBlockingConnection
Send a binary message.
write(String) - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketBlockingConnection
Send text message.
write(int) - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketOutputStream
 
write(char[], int, int) - Method in class org.eclipse.jetty.websocket.core.api.io.WebSocketWriter
 
write(C, Callback<C>, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Send a a binary message.
write(C, Callback<C>, ByteBuffer) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Send a a binary message.
write(C, Callback<C>, String) - Method in interface org.eclipse.jetty.websocket.core.api.WebSocketConnection
Send a series of text messages.
write(C, Callback<C>, byte[], int, int) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
Send a a binary message.
write(C, Callback<C>, ByteBuffer) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
Send a a binary message.
write(C, Callback<C>, String) - Method in class org.eclipse.jetty.websocket.core.io.WebSocketSession
Send a series of text messages.
writeErrorPage(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageBody(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageHead(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageMessage(HttpServletRequest, Writer, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageStacks(HttpServletRequest, Writer) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
WriteFlusher - Class in org.eclipse.jetty.io
A Utility class to help implement EndPoint.write(Object, Callback, ByteBuffer...) by calling EndPoint.flush(ByteBuffer...) until all content is written.
WriteFlusher(EndPoint) - Constructor for class org.eclipse.jetty.io.WriteFlusher
 
writeHeaders(HttpServletResponse, HttpContent, long) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
writeOptionHeaders(HttpFields) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
writeOptionHeaders(HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
WriterOutputStream - Class in org.eclipse.jetty.io
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer, String) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
writeTo(Utf8StringBuilder) - Method in class org.eclipse.jetty.http.HttpURI
 
writeTo(ByteBuffer, OutputStream) - Static method in class org.eclipse.jetty.util.BufferUtil
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.util.resource.Resource
 
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 

X

XML_CONFIGURATION - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
XmlConfiguration - Class in org.eclipse.jetty.xml
Configures objects from XML.
XmlConfiguration(URL) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlConfiguration(String) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration string.
XmlConfiguration(InputStream) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration stream.
XmlParser - Class in org.eclipse.jetty.xml
XML Parser wrapper.
XmlParser() - Constructor for class org.eclipse.jetty.xml.XmlParser
Construct
XmlParser(boolean) - Constructor for class org.eclipse.jetty.xml.XmlParser
Constructor.
XmlParser.Attribute - Class in org.eclipse.jetty.xml
XML Attribute.
XmlParser.Node - Class in org.eclipse.jetty.xml
XML Node.

Z

ZeroMasker - Class in org.eclipse.jetty.websocket.client.masks
 
ZeroMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.ZeroMasker
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_BUFFER - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_COOKIE - Static variable in class org.eclipse.jetty.http.HttpFields
 
__BASIC_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CERT_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CERT_AUTH2 - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CHARSET - Static variable in class org.eclipse.jetty.util.URIUtil
 
__CheckRemoteSessionEncoding - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__contextName - Static variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
__COOKIE_DELIM - Static variable in class org.eclipse.jetty.http.HttpFields
 
__dateCache - Static variable in class org.eclipse.jetty.http.HttpFields
 
__DEFAULT_APPID - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
__DEFAULT_MULTIPART_CONFIG - Static variable in class org.eclipse.jetty.util.MultiPartInputStream
 
__DEFAULT_SERVLET - Static variable in class org.eclipse.jetty.servlet.ServletHandler
 
__DefaultSessionCookie - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionDomain - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionIdPathParameterName - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__defaultSessionTrackingModes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
__defaultUseCaches - Static variable in class org.eclipse.jetty.util.resource.Resource
 
__DELETE - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__dftServerClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
__dftSystemClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
__DIGEST_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__distantFuture - Static variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
__EMPTY_ARGS - Static variable in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
__FORM_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__FORM_DISPATCH - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_ERROR_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_LOGIN_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORWARD_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__GMT - Static variable in class org.eclipse.jetty.http.HttpFields
 
__ignored - Static variable in class org.eclipse.jetty.util.log.Log
Legacy flag indicating if Log#ignore(Throwable) methods produce any output in the Loggers
__INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__ISO_8859_1 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__ISO_8859_1_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
__J_AUTHENTICATED - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
__J_PASSWORD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_POST - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_SECURITY_CHECK - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_URI - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_USERNAME - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__javaNameParser - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
__JSP_FILE - Static variable in class org.eclipse.jetty.server.Dispatcher
JSP attributes
__LINE_SEPARATOR - Static variable in class org.eclipse.jetty.util.StringUtil
 
__log - Static variable in class org.eclipse.jetty.jndi.NamingUtil
 
__logClass - Static variable in class org.eclipse.jetty.util.log.Log
The Logger implementation class name
__MaxAgeProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Max Age.
__md5Lock - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__MOVE - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.server.Request
 
__MULTIPART_CONTEXT - Static variable in class org.eclipse.jetty.server.Request
 
__MULTIPART_INPUT_STREAM - Static variable in class org.eclipse.jetty.server.Request
 
__nameRoot - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
__NEGOTIATE_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__NO_USER - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
__NOBODY - Static variable in class org.eclipse.jetty.security.SecurityHandler
Nobody user.
__OBFUSCATE - Static variable in class org.eclipse.jetty.util.security.Password
 
__OPTIONS - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__parserSingleton - Static variable in class org.eclipse.jetty.webapp.TagLibConfiguration.TldDescriptor
 
__props - Static variable in class org.eclipse.jetty.util.log.Log
Logging Configuration Properties
__PUT - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__root - Static variable in class org.eclipse.jetty.jndi.local.localContextRoot
 
__separators - Static variable in class org.eclipse.jetty.http.HttpFields
 
__SessionCookieProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session cookie name.
__SessionDomainProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Domain.
__SessionIdPathParameterNameProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session id path parameter name.
__SessionPathProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Path.
__signature - Static variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
__SPNEGO_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.Crypt
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
_afterOthers - Variable in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
_afters - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_annotatedTypeNames - Variable in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
_annotations - Variable in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
_annotations - Variable in class org.eclipse.jetty.webapp.MetaData
 
_appendable - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_appid - Variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
_applicableTypeNames - Variable in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
_asyncSupported - Variable in class org.eclipse.jetty.servlet.Holder
 
_authenticator - Variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
_beforeOthers - Variable in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
_befores - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_bindings - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_blobType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_bOut - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_bout - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_callbackHandlerClass - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_chainCache - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_chainLRU - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_class - Variable in class org.eclipse.jetty.servlet.Holder
 
_classInheritanceHandler - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_className - Variable in class org.eclipse.jetty.servlet.Holder
 
_className - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_classNames - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_clazz - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_closed - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_closed - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_componentType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_compressedOutputStream - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_config - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_connection - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_connectionUrl - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_containerInitializerAnnotationHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_contentLength - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_context - Variable in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
 
_context - Variable in class org.eclipse.jetty.annotations.ServletContainerInitializerListener
 
_context - Variable in class org.eclipse.jetty.plus.webapp.PlusDecorator
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_context - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_contextTmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_count - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_counter - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_createSessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_createSessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_credential - Variable in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
_curr - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_datasource - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_decorators - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_defaultSecurityHandlerClass - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_defaultUser - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_deflateCompressionLevel - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_deflateNoWrap - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_delayMs - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_deleteId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteOldExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteOnExit - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_deleteSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_descriptorProcessors - Variable in class org.eclipse.jetty.webapp.MetaData
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_discoverableAnnotationHandlers - Variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
_displayName - Variable in class org.eclipse.jetty.servlet.Holder
 
_distributable - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_doNotCompress - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_driver - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_driverClassName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_elements - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_enabled - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_encoding - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_env - Variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
_env - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_excluded - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_excluded - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_excludedAgentPatterns - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedAgents - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedPathPatterns - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedPaths - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_extInstance - Variable in class org.eclipse.jetty.servlet.Holder
 
_file - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_filename - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_filenameFilter - Variable in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_getters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_growCapacity - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_growOutput - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_handlers - Variable in class org.eclipse.jetty.annotations.AnnotationIntrospector
 
_handlers - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_handling - Variable in class org.eclipse.jetty.rewrite.handler.Rule
 
_hasOther - Variable in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
_headers - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_identityService - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.MappedLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.SpnegoLoginService
 
_in - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_in - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_in - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_initParams - Variable in class org.eclipse.jetty.servlet.Holder
 
_insertHeaders - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_insertId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_insertSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_interestedTypes - Variable in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
_ishut - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_isOrdered - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_jarConnection - Variable in class org.eclipse.jetty.util.resource.JarResource
 
_jdbcAttributes - Variable in class org.eclipse.jetty.server.session.AbstractSession
 
_jdbcSessionIdMgr - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_jndiName - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_jndiName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_jspConfig - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_lastScavengeTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_legacy - Variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
_listener - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_loader - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_lock - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_loginModuleName - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_loginService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_longType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_majorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_majorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_managed - Variable in class org.eclipse.jetty.jmx.ObjectMBean
 
_map - Variable in class org.eclipse.jetty.util.AttributesMap
 
_max - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_maxIdleTrackerMs - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_maxRequestMs - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_maxRequests - Variable in class org.eclipse.jetty.servlets.QoSFilter
 
_maxRequestsPerSec - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_maxWaitMs - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_metaData - Variable in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
_metaData - Variable in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
_metaDataComplete - Variable in class org.eclipse.jetty.webapp.MetaData
 
_metaDataComplete - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_mimeTypes - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_mimeTypes - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_minCompressSize - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_minGzipSize - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_minGzipSize - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_minorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_minorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_multipartConfig - Variable in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
_name - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_name - Variable in class org.eclipse.jetty.security.MappedLoginService
 
_name - Variable in class org.eclipse.jetty.security.SpnegoLoginService
 
_name - Variable in class org.eclipse.jetty.servlet.Holder
 
_name - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_name - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_name - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_namingEntryNameString - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_nextE - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nextSlot - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_noOthers - Variable in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
 
_numberType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_object - Variable in class org.eclipse.jetty.plus.jaas.callback.ObjectCallback
 
_objectNameString - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_options - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_order - Variable in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
 
_orderedContainerJars - Variable in class org.eclipse.jetty.webapp.MetaData
 
_orderedWebInfJars - Variable in class org.eclipse.jetty.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_originalPathAttribute - Variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
_origins - Variable in class org.eclipse.jetty.webapp.MetaData
 
_oshut - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_otherType - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_out - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_out - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_out - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_parent - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_parsedClassNames - Variable in class org.eclipse.jetty.annotations.AnnotationParser
 
_parser - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_parser - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_parserSingleton - Static variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_parts - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_passes - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_pattern - Variable in class org.eclipse.jetty.rewrite.handler.PatternRule
 
_pojoClass - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_port - Variable in class org.eclipse.jetty.continuation.test.ContinuationBase
 
_preUnpackBaseResource - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
_propertyName - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_queryId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_queue - Variable in class org.eclipse.jetty.io.ArrayByteBufferPool.Bucket
 
_queue - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_random - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_rateTrackers - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_realmName - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_regex - Variable in class org.eclipse.jetty.rewrite.handler.RegexRule
 
_remotePort - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_request - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_request - Variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
_resource - Variable in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
 
_resource - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_response - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_restrictedContextListeners - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_rewritePathInfo - Variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
_rewriteRequestURI - Variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
_roleClassNames - Variable in class org.eclipse.jetty.plus.jaas.JAASLoginService
 
_root - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_rules - Variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
_saveIntervalSec - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_scavengeIntervalMs - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_scope - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_secureCookies - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_secureRequestOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_securityHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_selectExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_server - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_servlet - Variable in class org.eclipse.jetty.continuation.test.ContinuationBase
 
_servletContext - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.Holder
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionComment - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionCookie - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionDomain - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionHandler - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterName - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterNamePrefix - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIds - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionPath - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessions - Variable in class org.eclipse.jetty.server.session.HashSessionManager
 
_sessionsStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTableRowId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_setter - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_setters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_size - Variable in class org.eclipse.jetty.io.ArrayByteBufferPool.Bucket
 
_size - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_size - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_state - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_suspendMs - Variable in class org.eclipse.jetty.servlets.QoSFilter
 
_target - Variable in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
_task - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_temporary - Variable in class org.eclipse.jetty.util.MultiPartInputStream.MultiPart
 
_terminating - Variable in class org.eclipse.jetty.rewrite.handler.Rule
 
_throttledRequests - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_throttleMs - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_timer - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_tmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStream
 
_total - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_total - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_totalVariance100 - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_trackSessions - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_type - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_updateSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_updateSessionAccessTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_updateSessionNode - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_url - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_urlString - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_userName - Variable in class org.eclipse.jetty.plus.jaas.callback.AbstractCallbackHandler
 
_users - Variable in class org.eclipse.jetty.security.MappedLoginService
 
_validating - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_visitors - Variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
_wac - Variable in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
 
_waitMs - Variable in class org.eclipse.jetty.servlets.QoSFilter
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_webDefaultsRoot - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentAnnotations - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentNameMap - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentResourceMap - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentRoots - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webInfJars - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webOverrideRoots - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webXmlRoot - Variable in class org.eclipse.jetty.webapp.MetaData
 
_whitelistStr - Variable in class org.eclipse.jetty.servlets.DoSFilter
 
_workerName - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_writer - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_xml - Variable in class org.eclipse.jetty.webapp.Descriptor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.