- ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.websocket.api.util.QuoteUtil
-
ABNF from RFC 2616, RFC 822, and RFC 6455 specified characters requiring quoting.
- ABNORMAL - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
Abnormal Close is a synonym for
StatusCode.NO_CLOSE
, used to indicate a close
condition where no close frame was processed from the remote side.
- abort(Throwable) - Method in interface org.eclipse.jetty.client.api.Request
-
Attempts to abort the send of this request.
- abort(Throwable) - Method in interface org.eclipse.jetty.client.api.Response
-
Attempts to abort the receive of this response.
- abort(Throwable) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- abort(HttpExchange, Throwable, Throwable) - Method in class org.eclipse.jetty.client.HttpChannel
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpContentResponse
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpConversation
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
-
- abort(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpReceiver
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpRequest
-
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpResponse
-
- abort(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpSender
-
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
-
- abort() - Method in class org.eclipse.jetty.http.HttpGenerator
-
- abort(HttpExchange, Throwable, Throwable) - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
-
- abort(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- abort(Throwable) - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
-
- abort() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
-
- abort() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
-
If a write or similar operation to this channel fails,
then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
-
- abort(Throwable) - Method in interface org.eclipse.jetty.server.HttpTransport
-
Aborts this transport.
- abort(Throwable) - Method in class org.eclipse.jetty.util.CompletableCallback
-
Callback method invoked when this callback is failed.
- abortResponse(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpChannel
-
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
-
- AbstractAuthentication - Class in org.eclipse.jetty.client.util
-
- AbstractAuthentication(URI, String) - Constructor for class org.eclipse.jetty.client.util.AbstractAuthentication
-
- AbstractCallbackHandler - Class in org.eclipse.jetty.jaas.callback
-
- AbstractCallbackHandler() - Constructor for class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
-
- AbstractClientCrossContextSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractClientCrossContextSessionTest
- AbstractClientCrossContextSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest
-
- AbstractClientCrossContextSessionTest.TestServletA - Class in org.eclipse.jetty.server.session
-
- AbstractClientCrossContextSessionTest.TestServletB - Class in org.eclipse.jetty.server.session
-
- AbstractConfiguration - Class in org.eclipse.jetty.webapp
-
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
-
- AbstractConnection - Class in org.eclipse.jetty.io
-
- AbstractConnection(EndPoint, Executor) - 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
-
- AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
-
- AbstractConnector - Class in org.eclipse.jetty.server
-
- 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
-
- AbstractContainerListener - Class in org.eclipse.jetty.cdi.websocket
-
Abstract implementation of listener that needs both Container events and LifeCycle events
- AbstractContainerListener() - Constructor for class org.eclipse.jetty.cdi.websocket.AbstractContainerListener
-
- AbstractContextProvider - Class in org.eclipse.jetty.osgi.boot
-
AbstractContextProvider
Base class for DeploymentManager Providers that can deploy ContextHandlers into
Jetty that have been discovered via OSGI either as bundles or services.
- AbstractContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider
-
- AbstractContextProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
-
OSGiApp
- AbstractDatabaseLoginModule - Class in org.eclipse.jetty.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.jaas.spi.AbstractDatabaseLoginModule
-
- AbstractDatabaseLoginModule.JDBCUserInfo - Class in org.eclipse.jetty.jaas.spi
-
- AbstractDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
- AbstractDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
-
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
-
- AbstractEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- AbstractEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.AbstractEncoder
-
- AbstractEndPoint - Class in org.eclipse.jetty.io
-
- AbstractEndPoint(Scheduler, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
-
- AbstractEventDriver - Class in org.eclipse.jetty.websocket.common.events
-
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.
- AbstractEventDriver(WebSocketPolicy, Object) - Constructor for class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
-
- AbstractExtension - Class in org.eclipse.jetty.websocket.common.extensions
-
- AbstractExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
- AbstractFlowControlStrategy - Class in org.eclipse.jetty.http2
-
- AbstractFlowControlStrategy(int) - Constructor for class org.eclipse.jetty.http2.AbstractFlowControlStrategy
-
- AbstractForwardedSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractForwardedSessionTest
Test that creating a session inside a forward on the same context works, and that
attributes set after the forward returns are preserved.
- AbstractForwardedSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractForwardedSessionTest
-
- AbstractForwardedSessionTest.Servlet1 - Class in org.eclipse.jetty.server.session
-
- AbstractForwardedSessionTest.Servlet2 - Class in org.eclipse.jetty.server.session
-
- AbstractForwardedSessionTest.Servlet3 - Class in org.eclipse.jetty.server.session
-
- AbstractForwardedSessionTest.Servlet4 - Class in org.eclipse.jetty.server.session
-
- AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-
- 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
-
- AbstractHTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
-
- AbstractHTTP2ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
- AbstractHTTP2ServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
- AbstractHttpClientTransport - Class in org.eclipse.jetty.client
-
- AbstractHttpClientTransport(int) - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- AbstractHttpClientTransport.ClientSelectorManager - Class in org.eclipse.jetty.client
-
- AbstractImmortalSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractImmortalSessionTest
- AbstractImmortalSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractImmortalSessionTest
-
- AbstractImmortalSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- AbstractInvalidationSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractInvalidationSessionTest
Goal of the test is to be sure that invalidating a session on one node
result in the session being unavailable in the other node also.
- AbstractInvalidationSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractInvalidationSessionTest
-
- AbstractInvalidationSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractJettyMojo - Class in org.eclipse.jetty.maven.plugin
-
Common base class for most jetty mojos.
- AbstractJettyMojo() - Constructor for class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- AbstractJsrEventDriver - Class in org.eclipse.jetty.websocket.jsr356.endpoints
-
- AbstractJsrEventDriver(WebSocketPolicy, EndpointInstance) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
-
- AbstractJsrRemote - Class in org.eclipse.jetty.websocket.jsr356
-
- AbstractJsrRemote(JsrSession) - Constructor for class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
-
- AbstractLastAccessTimeTest - Class in org.eclipse.jetty.server.session
-
AbstractLastAccessTimeTest
This test checks that a session can migrate from node A to node B, kept in use in node B
past the time at which it would have expired due to inactivity on node A but is NOT
scavenged by node A.
- AbstractLastAccessTimeTest() - Constructor for class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest
-
- AbstractLastAccessTimeTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractLastAccessTimeTest.TestSessionListener - Class in org.eclipse.jetty.server.session
-
- 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
-
- AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- AbstractLocalSessionScavengingTest - Class in org.eclipse.jetty.server.session
-
AbstractLocalSessionScavengingTest
- AbstractLocalSessionScavengingTest() - Constructor for class org.eclipse.jetty.server.session.AbstractLocalSessionScavengingTest
-
- AbstractLocalSessionScavengingTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- 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.jaas.spi
-
AbstractLoginModule
Abstract base class for all LoginModules.
- AbstractLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.AbstractLoginModule
-
- AbstractLoginModule.JAASUserInfo - Class in org.eclipse.jetty.jaas.spi
-
JAASUserInfo
This class unites the UserInfo data with jaas concepts
such as Subject and Principals
- AbstractMethodAnnotationScanner<T> - Class in org.eclipse.jetty.websocket.common.events.annotated
-
Basic scanner for Annotated Methods
- AbstractMethodAnnotationScanner() - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- AbstractNCSARequestLog - Class in org.eclipse.jetty.server
-
Base implementation of the
RequestLog
outputs logs in the pseudo-standard NCSA common log format.
- AbstractNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
-
- 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
-
- AbstractNewSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractNewSessionTest
- AbstractNewSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractNewSessionTest
-
- AbstractNewSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractOrphanedSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractOrphanedSessionTest
- AbstractOrphanedSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractOrphanedSessionTest
-
- AbstractOrphanedSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractOSGiApp - Class in org.eclipse.jetty.osgi.boot
-
AbstractOSGiApp
Base class representing info about a webapp/ContextHandler that is deployed into Jetty.
- AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
-
- AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
-
- AbstractProxySerializationTest - Class in org.eclipse.jetty.server.session
-
AbstractProxySerializationTest
- AbstractProxySerializationTest() - Constructor for class org.eclipse.jetty.server.session.AbstractProxySerializationTest
-
- AbstractProxyServlet - Class in org.eclipse.jetty.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractReentrantRequestSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractReentrantRequestSessionTest
- AbstractReentrantRequestSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractReentrantRequestSessionTest
-
- AbstractReentrantRequestSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractRemoveSessionTest - Class in org.eclipse.jetty.server.session
-
- AbstractRemoveSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractRemoveSessionTest
-
- AbstractRemoveSessionTest.TestEventListener - Class in org.eclipse.jetty.server.session
-
- AbstractRemoveSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractRestServlet - Class in org.eclipse.jetty.example.asyncrest
-
Abstract Servlet implementation class AsyncRESTServlet.
- AbstractRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
-
- AbstractSameNodeLoadTest - Class in org.eclipse.jetty.server.session
-
AbstractSameNodeLoadTest
This test performs multiple concurrent requests for the same session on the same node.
- AbstractSameNodeLoadTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSameNodeLoadTest
-
- AbstractSameNodeLoadTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSameNodeLoadTest.Worker - Class in org.eclipse.jetty.server.session
-
- AbstractScatterGunLoadTest - Class in org.eclipse.jetty.server.session
-
AbstractScatterGunLoadTest
This is an unrealistic test.
- AbstractScatterGunLoadTest() - Constructor for class org.eclipse.jetty.server.session.AbstractScatterGunLoadTest
-
- AbstractScatterGunLoadTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractScatterGunLoadTest.Worker - Class in org.eclipse.jetty.server.session
-
- AbstractServerCrossContextSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractServerCrossContextSessionTest
- AbstractServerCrossContextSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest
-
- AbstractServerCrossContextSessionTest.TestServletA - Class in org.eclipse.jetty.server.session
-
- AbstractServerCrossContextSessionTest.TestServletB - Class in org.eclipse.jetty.server.session
-
- AbstractSession - Class in org.eclipse.jetty.server.session
-
- 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
-
- AbstractSessionCookieTest - Class in org.eclipse.jetty.server.session
-
AbstractSessionCookieTest
- AbstractSessionCookieTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCookieTest
-
- AbstractSessionCookieTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionExpiryTest - Class in org.eclipse.jetty.server.session
-
- AbstractSessionExpiryTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionExpiryTest
-
- AbstractSessionExpiryTest.TestHttpSessionListener - Class in org.eclipse.jetty.server.session
-
- AbstractSessionExpiryTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- 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
-
- AbstractSessionInvalidateAndCreateTest - Class in org.eclipse.jetty.server.session
-
AbstractSessionInvalidateAndCreateTest
This test verifies that invalidating an existing session and creating
a new session within the scope of a single request will expire the
newly created session correctly (removed from the server and session listeners called).
- AbstractSessionInvalidateAndCreateTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest
-
- AbstractSessionInvalidateAndCreateTest.MySessionListener - Class in org.eclipse.jetty.server.session
-
- AbstractSessionInvalidateAndCreateTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionInvalidateAndCreateTest.TestServlet.MySessionBindingListener - Class in org.eclipse.jetty.server.session
-
- AbstractSessionManager - Class in org.eclipse.jetty.server.session
-
An Abstract implementation of SessionManager.
- AbstractSessionManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager
-
- AbstractSessionManager.CookieConfig - Class in org.eclipse.jetty.server.session
-
CookieConfig
Implementation of the javax.servlet.SessionCookieConfig.
- 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
-
- AbstractSessionMigrationTest - Class in org.eclipse.jetty.server.session
-
AbstractSessionMigrationTest
- AbstractSessionMigrationTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionMigrationTest
-
- AbstractSessionMigrationTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionRenewTest - Class in org.eclipse.jetty.server.session
-
- AbstractSessionRenewTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionRenewTest
-
- AbstractSessionRenewTest.TestHttpSessionIdListener - Class in org.eclipse.jetty.server.session
-
- AbstractSessionRenewTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionValueSavingTest - Class in org.eclipse.jetty.server.session
-
AbstractSessionValueSavingTest
- AbstractSessionValueSavingTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionValueSavingTest
-
- AbstractSessionValueSavingTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractStopSessionManagerPreserveSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractStopSessionManagerPreserveSessionTest
- AbstractStopSessionManagerPreserveSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest
-
- AbstractStopSessionManagerPreserveSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractTestServer - Class in org.eclipse.jetty.server.session
-
AbstractTestServer
- AbstractTestServer(int) - Constructor for class org.eclipse.jetty.server.session.AbstractTestServer
-
- AbstractTestServer(int, int, int) - Constructor for class org.eclipse.jetty.server.session.AbstractTestServer
-
- AbstractTestServer(int, int, int, Object) - Constructor for class org.eclipse.jetty.server.session.AbstractTestServer
-
- AbstractTrie<V> - Class in org.eclipse.jetty.util
-
Abstract Trie implementation.
- AbstractTrie(boolean) - Constructor for class org.eclipse.jetty.util.AbstractTrie
-
- AbstractTypedContentProvider - Class in org.eclipse.jetty.client.util
-
- AbstractTypedContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.AbstractTypedContentProvider
-
- AbstractUserAuthentication - Class in org.eclipse.jetty.security
-
AbstractUserAuthentication
Base class for representing an authenticated user.
- AbstractUserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.AbstractUserAuthentication
-
- AbstractWebAppObjectInSessionTest - Class in org.eclipse.jetty.server.session
-
AbstractWebAppObjectInSessionTest
Target of this test is to check that when a webapp on nodeA puts in the session
an object of a class loaded from the war (and hence with a WebAppClassLoader),
the same webapp on nodeB is able to load that object from the session.
- AbstractWebAppObjectInSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractWebAppObjectInSessionTest
-
- AbstractWebAppProvider - Class in org.eclipse.jetty.osgi.boot
-
AbstractWebAppProvider
- AbstractWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
-
- AbstractWebAppProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
-
OSGiApp
Represents a deployable webapp.
- AbstractWebSocketConnection - Class in org.eclipse.jetty.websocket.common.io
-
- AbstractWebSocketConnection(EndPoint, Executor, Scheduler, WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- AbstractWebSocketConnection.OnCloseLocalCallback - Class in org.eclipse.jetty.websocket.common.io
-
- AbstractWebSocketConnection.OnDisconnectCallback - Class in org.eclipse.jetty.websocket.common.io
-
- AbstractWebSocketConnection.Stats - Class in org.eclipse.jetty.websocket.common.io
-
- accept(String...) - Method in interface org.eclipse.jetty.client.api.Request
-
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
-
- accept(String...) - Method in class org.eclipse.jetty.client.HttpRequest
-
- accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
-
Inspects the given request
and response
to detect whether this protocol handler should handle them.
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
-
- accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
-
- accept(Request, Response) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
-
- accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
-
- accept(SslContextFactory, SocketChannel, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
- accept(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
- accept(SocketChannel, Object) - 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(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
- accepted(SocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
-
- ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- AcceptHash - Class in org.eclipse.jetty.websocket.common
-
Logic for working with the Sec-WebSocket-Key
and Sec-WebSocket-Accept
headers.
- AcceptHash() - Constructor for class org.eclipse.jetty.websocket.common.AcceptHash
-
- acceptor(ServerSocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a server channel for accept operations.
- acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- acceptWebSocket(WebSocketCreator, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
- acceptWebSocket(WebSocketCreator, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
- access(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.Session
-
Called on entry to the session.
- access(long) - Method in class org.eclipse.jetty.nosql.NoSqlSession
-
- 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(long) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionManager.Session
-
Called on entry to the session.
- 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
-
- ACCESSED - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- ACK - Static variable in interface org.eclipse.jetty.http2.Flags
-
- acknowledgeLicenses() - Method in class org.eclipse.jetty.start.Licensing
-
- acquire() - Method in class org.eclipse.jetty.client.DuplexConnectionPool
-
- acquire() - Method in class org.eclipse.jetty.client.PoolingHttpDestination
-
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
-
- acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
- acquire(boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
-
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
-
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
-
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
-
- acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
- acquired(Connection) - Method in class org.eclipse.jetty.client.DuplexConnectionPool
-
- acquired(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
-
- acquired(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Tracks the resource as been acquired.
- acquireWriteBlocker() - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback
-
- acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
-
- activeMessage - Variable in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
-
- Adapter() - Constructor for class org.eclipse.jetty.client.api.Request.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.client.api.Response.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ServerParser.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.Session.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.http2.parser.ServerParser.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.io.Connection.Listener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
-
- Adapter() - Constructor for class org.eclipse.jetty.util.Callback.Adapter
-
Deprecated.
- Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
-
- adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- add(Connector) - Method in class org.eclipse.jetty.ant.types.Connectors
-
Adds a connector to the list of connectors to deploy.
- add(ContextHandler) - Method in class org.eclipse.jetty.ant.types.ContextHandlers
-
- add(LoginService) - Method in class org.eclipse.jetty.ant.types.LoginServices
-
- 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(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
-
- add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
-
Add fields from another HttpFields instance.
- add(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
-
Deprecated.
- add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
-
- add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
-
- add(EventState.TriggerState<TYPE>) - Method in class org.eclipse.jetty.monitor.jmx.EventState
-
Adds a trigger state to the event state
- add(EventTrigger) - Method in class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
- 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, PathMap<IPAddressMap<Boolean>>) - 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(ConfigSource) - Method in class org.eclipse.jetty.start.config.ConfigSources
-
- 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(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
-
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
-
- 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(String) - Method in class org.eclipse.jetty.util.RegexSet
-
- add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
- add(int, String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
- add(String) - Method in class org.eclipse.jetty.webapp.Ordering.AbsoluteOrdering
-
- add(Class<? extends T>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
- add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
- addActions(MonitorAction...) - Method in class org.eclipse.jetty.monitor.JMXMonitor
-
Adds monitor actions to the monitor
- addAfter(String, String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
- addAfter(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
-
- addAfterOthers(Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
-
- addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAll(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
-
- addAll(Collection<? extends String>) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
-
- addAll(Collection<EventState.TriggerState<TYPE>>) - Method in class org.eclipse.jetty.monitor.jmx.EventState
-
Adds a collection of trigger states to the event state
- addAll(List<EventTrigger>) - Method in class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
- addAll(EventTrigger...) - Method in class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
- addAll(Props) - Method in class org.eclipse.jetty.start.Props
-
- addAll(List<String>, Path) - Method in class org.eclipse.jetty.start.RawArgs
-
- addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
-
- addAll(Class<? extends T>[]) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
- addAll(List<Class<? extends T>>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
- 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.
- addArg(String, String) - Method in class org.eclipse.jetty.start.RawArgs
-
- addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of an array to a LazyList
- addAttribute(Attribute) - Method in class org.eclipse.jetty.ant.types.Attributes
-
- addAttributes(Attributes) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
Adds a new Ant's attributes tag object if it have not been created yet.
- addAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.MemSession
-
- 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(ScopedInstance<?>) - Method in class org.eclipse.jetty.cdi.core.SimpleBeanStore
-
- addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
-
Add a bean.
- 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
-
- addBefore(String, String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
- addBefore(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
-
- 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
- addChildEdge(T) - Method in class org.eclipse.jetty.start.graph.Node
-
- addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
-
- addClasses(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- addClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
- 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
-
- addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of a Collection to a LazyList
- addComponent(File) - Method in class org.eclipse.jetty.start.Classpath
-
- addComponent(String) - 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
-
- addConnectors(Connectors) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
Adds a new Ant's connector tag object if it have not been created yet.
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- addContainerResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
- addContainerTldBundleDiscoverer(TldBundleDiscoverer) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
-
- addContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
-
Adds some content to this input stream.
- addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
-
Add a ContentHandler.
- addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Add a context handler.
- addContext(String) - Method in class org.eclipse.jetty.server.session.AbstractTestServer
-
- addContextHandlers(ContextHandlers) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
- addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.continuation.Continuation
-
Add a ContinuationListener.
- addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
- addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- 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(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- 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
-
- addDecodedPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- addDecorator(ServletContextHandler.Decorator) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
- addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
-
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
-
- addDirectoryScanner(DirectoryScanner) - Method in class org.eclipse.jetty.ant.types.FileMatchingConfiguration
-
- addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource
eg a jar or dir.
- addDiscoveredAnnotations(List<DiscoveredAnnotation>) - Method in class org.eclipse.jetty.webapp.MetaData
-
Annotations not associated with a WEB-INF/lib fragment jar.
- addEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
- addEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
- addEndpoint(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
-
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
-
- 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.
- addEvent(PathWatcher.PathWatchEvent) - Method in class org.eclipse.jetty.util.PathWatcher.PathPendingEvents
-
- 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(Container.Listener) - Method in interface org.eclipse.jetty.util.component.Container
-
Add an event listener.
- addEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- addEventListener(EventListener) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- addExclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher
- addExclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher.
- addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the mime types.
- addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- addExcludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a glob:
syntax pattern exclude reference in a directory relative, os neutral, pattern.
- addExcludeHidden() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Exclude hidden files and hidden directories
- addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExcludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple exclude PathMatchers
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.api.UpgradeRequest
-
- addExtensions(String...) - Method in class org.eclipse.jetty.websocket.api.UpgradeRequest
-
- addFieldPart(String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Adds a field part with the given name
as field name, and the given
content
as part content.
- addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFilePart(String, String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Adds a file part with the given name
as field name, the given
fileName
as file name, and the given content
as part content.
- addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience 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
- 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
-
- 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.
- addFirstConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- addFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Add a form encoded HTTP Method
- 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 interface org.eclipse.jetty.server.PushBuilder
-
Add a header to be used for the push.
- addHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
-
- 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.websocket.api.UpgradeResponse
-
- addHeader(String, String) - Method in interface org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParseListener
-
- addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- addImplementation(EventDriverImpl) - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
-
- addInclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addInclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addIncludeCoda(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- addIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included mime types.
- addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add path specs to include.
- addIncludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a glob:
syntax pattern reference in a directory relative, os neutral, pattern.
- addIncludePrelude(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- addIncludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple include PathMatchers
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher
-
A bundle is being added to the BundleTracker
.
- addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.ServiceWatcher
-
A Service that is a ContextHandler is detected.
- 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(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
-
- addInput(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
-
- addInput(String, Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
-
- addInputAndExecute(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
-
- addInputEOF() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
-
- 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.runner.Runner.Classpath
-
- 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
-
- addLib(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- 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
-
Adds a listener of connection events.
- addListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- 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(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addListener(AsyncListener) - 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(ListenerHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Add a holder for a listener
- addListener(EventListener) - Method in class org.eclipse.jetty.util.PathWatcher
-
Add a listener for changes the watcher notices.
- addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
-
Add an added/removed/changed listener
- addListener(IOState.ConnectionStateListener) - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- addLoginServices(LoginServices) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
- addManaged(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Add a managed lifecycle.
- addMapping(String...) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
-
- addMapping(PathSpec, WebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.MappedWebSocketCreator
-
- addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
-
- 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.jaas.JAASGroup
-
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
-
- addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
-
Set a mime mapping
- addModule(Module) - Method in interface org.eclipse.jetty.start.BaseBuilder.Config
-
Add a module to the start environment in ${jetty.base}
- addModule(Module) - Method in class org.eclipse.jetty.start.builders.StartDirBuilder
-
- addModule(Module) - Method in class org.eclipse.jetty.start.builders.StartIniBuilder
-
- addModule(Module) - Method in class org.eclipse.jetty.start.Licensing
-
- addMonitorActions(MonitorAction...) - Static method in class org.eclipse.jetty.monitor.JMXMonitor
-
- addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
-
- addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
-
- addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
- addNoOthers(Resource) - Method in class org.eclipse.jetty.webapp.Ordering.RelativeOrdering
-
- addNotifier(EventNotifier) - Method in class org.eclipse.jetty.monitor.jmx.NotifierGroup
-
Add specified event notifier to event notifier group
- addNotifiers(Collection<EventNotifier>) - Method in class org.eclipse.jetty.monitor.jmx.NotifierGroup
-
Add a collection of event notifiers to event notifier group
- addOptionalParentName(String) - Method in class org.eclipse.jetty.start.graph.Node
-
- 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.common.events.ParamList
-
- addParentEdge(T) - Method in class org.eclipse.jetty.start.graph.Node
-
- addParentName(String) - Method in class org.eclipse.jetty.start.graph.Node
-
- addPath(Resource) - Method in class org.eclipse.jetty.runner.Runner.Classpath
-
- addPath(String) - Method in class org.eclipse.jetty.util.resource.EmptyResource
-
- addPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- 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, String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
-
- addPattern(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Deprecated.
- addPossibleProperty(String, String) - Method in class org.eclipse.jetty.start.Props
-
Add a potential argument as a property.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- addRawArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Add a simple argument to the command line.
- addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
-
- addRequestProperty(String, String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
-
- Address(String, int) - Constructor for class org.eclipse.jetty.client.Origin.Address
-
- 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
-
- addScanTargets(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- addScope(BeforeBeanDiscovery) - Method in class org.eclipse.jetty.cdi.websocket.WebSocketScopeExtension
-
- addSelection(Selection) - Method in class org.eclipse.jetty.start.graph.Node
-
- addServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add to the list of Server classes.
- addService(BundleContext, ContextHandler, ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.ServiceWatcher
-
Deploy ContextHandler that is a Service.
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience 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.
- 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
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a servlet.
- addSession(HttpSession) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionIdManager
-
Remember a new in-use session id.
- addSession(AbstractSession) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionManager
-
Add a new session for the context related to this session manager
- addSession(HttpSession) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionIdManager
-
- addSession(AbstractSession) - Method in class org.eclipse.jetty.nosql.NoSqlSessionManager
-
- 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(String) - 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.
- addSession(HttpSession) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionIdManager
-
Remember a new in-use session id.
- addSession(AbstractSession) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionManager
-
Add a new session for the context related to this session manager
- addSessionFactory(SessionFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
-
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
-
Add to the list of System classes.
- addSystemProperties(SystemProperties) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
- addSystemProperty(Property) - Method in class org.eclipse.jetty.ant.types.SystemProperties
-
- addSystemProperty(String, String) - Method in class org.eclipse.jetty.start.StartArgs
-
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
-
- addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
-
- 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
- addToPendingList(Path, PathWatcher.PathWatchEvent) - Method in class org.eclipse.jetty.util.PathWatcher
-
Add an event reported by the WatchService to list of pending events
that will be sent after their quiet time has expired.
- addTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.StartIni
-
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.TextFile
-
- addUnsafe(E) - Method in class org.eclipse.jetty.util.ArrayQueue
-
Add without synchronization or bounds checking
- addURL(URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- addUrlPattern(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- addValue(String) - Method in class org.eclipse.jetty.http.QuotedCSV
-
- addValue(String) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
-
- 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.
- addViaHeader(Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- 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.
- addWebApp(AntWebAppContext) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
Creates a new WebApp
Ant object.
- addWebAppContext(String, String) - Method in class org.eclipse.jetty.server.session.AbstractTestServer
-
- addWebApplication(AntWebAppContext) - Method in class org.eclipse.jetty.ant.ServerProxyImpl
-
- addWebApplication(AntWebAppContext) - Method in interface org.eclipse.jetty.ant.utils.ServerProxy
-
Adds a new web application to this server.
- addWebApplication(Server, WebAppContext) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
- 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
- addWhitelistAddress(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D
or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.
- addXForwardedHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- advance() - Method in class org.eclipse.jetty.client.HttpContent
-
Advances the cursor to the next block of content.
- AEOF - Static variable in class org.eclipse.jetty.server.HttpInput
-
- AfterContentTransformer - Class in org.eclipse.jetty.proxy
-
A specialized transformer for
AsyncMiddleManServlet
that performs
the transformation when the whole content has been received.
- AfterContentTransformer() - Constructor for class org.eclipse.jetty.proxy.AfterContentTransformer
-
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.proxy
-
The source from where the original content is read to be transformed.
- afterResponse(HandshakeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
-
- agent(String) - Method in interface org.eclipse.jetty.client.api.Request
-
- agent(String) - Method in class org.eclipse.jetty.client.HttpRequest
-
- AggregateEventTrigger - Class in org.eclipse.jetty.monitor.triggers
-
AggregateEventTrigger
EventTrigger aggregation that executes every aggregated event
triggers in left to right order, and returns match if any one
of them have returned match.
- AggregateEventTrigger() - Constructor for class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
Construct an event trigger
- AggregateEventTrigger(List<EventTrigger>) - Constructor for class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
Construct an event trigger and associate the list
of event triggers to be aggregated by this trigger
- AggregateEventTrigger(EventTrigger...) - Constructor for class org.eclipse.jetty.monitor.triggers.AggregateEventTrigger
-
Construct an event trigger and associate the array
of event triggers to be aggregated by this trigger
- AHW_ATTR - Static variable in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
- aid - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
-
An
X509ExtendedKeyManager
that select a key with desired alias,
delegating other processing to a nested X509ExtendedKeyManager.
- AliasedX509ExtendedKeyManager(X509ExtendedKeyManager, String) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- ALL - Static variable in class org.eclipse.jetty.servlet.FilterMapping
-
- ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
-
- 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
-
- ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Symbolic Link AliasChecker.
- AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
- AllPredicate - Class in org.eclipse.jetty.start.graph
-
Match on everything.
- AllPredicate() - Constructor for class org.eclipse.jetty.start.graph.AllPredicate
-
- ALPNClientConnection - Class in org.eclipse.jetty.alpn.client
-
- ALPNClientConnection(EndPoint, Executor, ClientConnectionFactory, SSLEngine, Map<String, Object>, List<String>) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnection
-
- ALPNClientConnectionFactory - Class in org.eclipse.jetty.alpn.client
-
- ALPNClientConnectionFactory(Executor, ClientConnectionFactory, List<String>) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
-
- ALPNServerConnection - Class in org.eclipse.jetty.alpn.server
-
- ALPNServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnection
-
- ALPNServerConnectionFactory - Class in org.eclipse.jetty.alpn.server
-
- ALPNServerConnectionFactory(String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
-
- ALPNServerConnectionFactory(String...) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
-
- AndEventTrigger - Class in org.eclipse.jetty.monitor.triggers
-
AndEventTrigger
EventTrigger aggregation using logical AND operation
that executes matching of the aggregated event triggers
in left to right order
- AndEventTrigger(List<EventTrigger>) - Constructor for class org.eclipse.jetty.monitor.triggers.AndEventTrigger
-
Construct an event trigger and associate the list
of event triggers to be aggregated by this trigger
- AndEventTrigger(EventTrigger...) - Constructor for class org.eclipse.jetty.monitor.triggers.AndEventTrigger
-
Construct an event trigger and associate the array
of event triggers to be aggregated by this trigger
- AndPredicate - Class in org.eclipse.jetty.start.graph
-
Match on multiple predicates.
- AndPredicate(Predicate...) - Constructor for class org.eclipse.jetty.start.graph.AndPredicate
-
- AnnotatedClientEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.client
-
- AnnotatedClientEndpointConfig(ClientEndpoint) - Constructor for class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
-
- AnnotatedClientEndpointMetadata - Class in org.eclipse.jetty.websocket.jsr356.client
-
- AnnotatedClientEndpointMetadata(ClientContainer, Class<?>) - Constructor for class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
-
- AnnotatedEndpointMetadata<T extends Annotation,C extends EndpointConfig> - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Static reference to a specific annotated classes metadata.
- AnnotatedEndpointMetadata(Class<?>) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
- AnnotatedEndpointScanner<T extends Annotation,C extends EndpointConfig> - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
- AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T, C>) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointScanner
-
- AnnotatedServerEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.server
-
- AnnotatedServerEndpointConfig(WebSocketContainerScope, Class<?>, ServerEndpoint) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
-
- AnnotatedServerEndpointConfig(WebSocketContainerScope, Class<?>, ServerEndpoint, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
-
- AnnotatedServerEndpointMetadata - Class in org.eclipse.jetty.websocket.jsr356.server
-
- AnnotatedServerEndpointMetadata(WebSocketContainerScope, Class<?>, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
-
- AnnotationConfiguration - Class in org.eclipse.jetty.annotations
-
Configuration for Annotations
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- annotationConfiguration - Variable in class org.eclipse.jetty.ant.AntWebAppContext
-
- 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
-
- AnnotationConfiguration.BundleParserTask - Class in org.eclipse.jetty.osgi.annotations
-
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.annotations
-
- AnnotationConfiguration.ContainerClassNameResolver - Class in org.eclipse.jetty.annotations
-
ContainerClassNameResolver
Checks to see if a classname belongs to a hidden or visible package
when scanning for annotations and thus whether it should be excluded from
consideration or not.
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.annotations
-
ParserTask
Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.annotations
-
ServletContainerInitializerComparator
Comparator impl that orders a set of ServletContainerInitializers according to the
list of classnames (optionally containing a "*" wildcard character) established in a
ServletContainerInitializerOrdering.
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.annotations
-
ServletContainerInitializerOrdering
A list of classnames of ServletContainerInitializers in the order in which
they are to be called back.
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.annotations
-
TimeStatistic
Simple class to capture elapsed time of an operation.
- AnnotationConfiguration.WebAppClassNameResolver - Class in org.eclipse.jetty.annotations
-
WebAppClassNameResolver
Checks to see if a classname belongs to hidden or visible packages when scanning,
and whether a classname that is a duplicate should override a previously
scanned classname.
- AnnotationDecorator - Class in org.eclipse.jetty.annotations
-
AnnotationDecorator
- 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.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
- 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.AbstractHandler - Class in org.eclipse.jetty.annotations
-
AbstractHandler
Convenience base class to provide no-ops for all Handler methods.
- AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
-
ClassInfo
Immutable information gathered by parsing class header.
- AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
-
FieldInfo
Immutable information gathered by parsing a field on a class.
- AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
-
Handler
Signature for all handlers that respond to parsing class files.
- AnnotationParser.MethodInfo - Class in org.eclipse.jetty.annotations
-
MethodInfo
Immutable information gathered by parsing a method on a class.
- AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
-
MyClassVisitor
ASM visitor for a class.
- AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
-
MyFieldVisitor
An ASM visitor for parsing Fields.
- AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
-
MyMethodVisitor
ASM Visitor for parsing a method.
- Anonymous() - Constructor for class org.eclipse.jetty.security.MappedLoginService.Anonymous
-
- AntServletHandler() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHandler
-
- AntServletHolder() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntServletHolder(Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntServletHolder(Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntServletHolder(String, Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntServletHolder(String, Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntURLClassLoader(AntClassLoader) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- AntWebAppContext - Class in org.eclipse.jetty.ant
-
Extension of WebAppContext to allow configuration via Ant environment.
- AntWebAppContext(Project) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext
-
Default constructor.
- AntWebAppContext.AntServletHandler - Class in org.eclipse.jetty.ant
-
AntServletHandler
- AntWebAppContext.AntServletHolder - Class in org.eclipse.jetty.ant
-
AntServletHolder
- AntWebAppContext.AntURLClassLoader - Class in org.eclipse.jetty.ant
-
AntURLClassLoader
Adapt the AntClassLoader which is not a URLClassLoader - this is needed for
jsp to be able to search the classpath.
- antWebInfConfiguration - Variable in class org.eclipse.jetty.ant.AntWebAppContext
-
- AntWebInfConfiguration - Class in org.eclipse.jetty.ant
-
- AntWebInfConfiguration() - Constructor for class org.eclipse.jetty.ant.AntWebInfConfiguration
-
- AntWebXmlConfiguration - Class in org.eclipse.jetty.ant
-
This configuration object provides additional way to inject application
properties into the configured web application.
- AntWebXmlConfiguration() - Constructor for class org.eclipse.jetty.ant.AntWebXmlConfiguration
-
- ANY_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- ANY_ROLE - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- AnyLiteral - Class in org.eclipse.jetty.cdi.core
-
- AnyLiteral() - Constructor for class org.eclipse.jetty.cdi.core.AnyLiteral
-
- AnySelectionPredicate - Class in org.eclipse.jetty.start.graph
-
- AnySelectionPredicate() - Constructor for class org.eclipse.jetty.start.graph.AnySelectionPredicate
-
- anyToFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpSender
-
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.servlet.ServletHolder
-
- App - Class in org.eclipse.jetty.deploy
-
- 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(ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
-
- append(HTTP2Flusher.Entry) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
-
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
-
- 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 bytes to a buffer.
- append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a byte to a buffer
- append(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a buffer to a buffer
- 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(char) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- append(String, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- 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(char[], int, int) - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
-
- append(int) - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
-
- append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append 2 digits (zero padded) to the StringBuffer
- append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append 2 digits (zero padded) to the StringBuilder
- 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
-
- appendFrame(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.common.message.MessageAppender
-
Append the frame payload to the message.
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.MessageReader
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.SimpleTextMessage
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialMessage
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialOnMessage
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialMessage
-
- appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialOnMessage
-
- 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, boolean) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
-
- 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
-
- appendSchemeHostPort(StringBuilder, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
- appendSchemeHostPort(StringBuffer, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
- 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
-
- AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
-
- APPID_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
-
- appliesTo(DispatcherType) - Method in class org.eclipse.jetty.servlet.FilterMapping
-
- AppLifeCycle - Class in org.eclipse.jetty.deploy
-
- 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(Request) - Method in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
-
- 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, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
-
- 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(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
-
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
-
- apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
-
- applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.Starter
-
Apply any jetty xml files given
- applyMetaInfContextXml(Resource, String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.CompactPathRule
-
- applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
-
This method will add _query to the requests's queryString and also combine it with existing queryStrings in
the request.
- 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
-
- applyXmlConfigurations(Server, List<File>) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
Apply xml files to server startup, passing in ourselves as the
"Server" instance.
- AppProvider - Interface in org.eclipse.jetty.deploy
-
- ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
- ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
- args - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
-
- 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(int, int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
- arrayCopy() - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
-
- arrayFromString(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- ArrayQueue<E> - Class in org.eclipse.jetty.util
-
Queue backed by circular array.
- ArrayQueue() - Constructor for class org.eclipse.jetty.util.ArrayQueue
-
- ArrayQueue(Object) - 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
-
- ArrayTernaryTrie<V> - Class in org.eclipse.jetty.util
-
A Ternary Trie String lookup data structure.
- ArrayTernaryTrie() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a case insensitive Trie of default capacity.
- ArrayTernaryTrie(boolean) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a Trie of default capacity
- ArrayTernaryTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a case insensitive Trie
- ArrayTernaryTrie(boolean, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Create a Trie
- ArrayTernaryTrie(ArrayTernaryTrie<V>, double) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
Copy Trie and change capacity by a factor
- ArrayTrie<V> - Class in org.eclipse.jetty.util
-
A Trie String lookup data structure using a fixed size array.
- ArrayTrie() - Constructor for class org.eclipse.jetty.util.ArrayTrie
-
- ArrayTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTrie
-
- ArrayUtil - Class in org.eclipse.jetty.util
-
Utility methods for Array manipulation
- ArrayUtil() - Constructor for class org.eclipse.jetty.util.ArrayUtil
-
- Artifact(String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- Artifact(String, String, String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- artifactId - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
-
- asArray() - Method in class org.eclipse.jetty.runner.Runner.Classpath
-
- 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
-
- 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.common.CloseInfo
-
- asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Array to List.
- ASM_OPCODE_VERSION - Static variable in class org.eclipse.jetty.annotations.AnnotationParser
-
- asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
- asNameSet(Set<T>) - Method in class org.eclipse.jetty.start.graph.Graph
-
- assertDecoderRequired() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
-
- assertFrameValid(Frame) - Method in class org.eclipse.jetty.websocket.common.Generator
-
- assertInputOpen() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- assertIsPublicNonStatic(Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- assertIsReturn(Method, Class<?>) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- assertIsVoidReturn(Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
-
- assertOutputOpen() - Method in class org.eclipse.jetty.websocket.common.io.IOState
-
- assertPartialMessageSupportDisabled(Param, JsrCallable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
-
- assertRoleRequired(int, String) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
-
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
-
- assertUnset(CallableMethod, Class<? extends Annotation>, Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- assertValid() - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
-
- assertValid() - Method in class org.eclipse.jetty.websocket.common.frames.DataFrame
-
- assertValid() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- assertValidBinaryMessageSize(int) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
- assertValidSignature(Method, Class<? extends Annotation>, ParamList) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
-
- assertValidTextMessageSize(int) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
- associate(HttpExchange) - Method in class org.eclipse.jetty.client.HttpChannel
-
Associates the given exchange
to this channel in order to be sent over the network.
- associate(UserIdentity) - Method in class org.eclipse.jetty.security.DefaultIdentityService
-
- associate(UserIdentity) - Method in interface org.eclipse.jetty.security.IdentityService
-
Associate a user identity with the current thread.
- associateClassLoader(ClassLoader) - Static method in class org.eclipse.jetty.jndi.ContextFactory
-
- associateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
-
Associate the given Context with the current thread.
- asString() - Method in class org.eclipse.jetty.client.HttpDestination
-
- asString() - Method in class org.eclipse.jetty.client.Origin.Address
-
- asString() - Method in class org.eclipse.jetty.client.Origin
-
- 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
-
- asSubConfig(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Build a new config from a this configuration.
- asTransitive() - Method in class org.eclipse.jetty.start.graph.Selection
-
- ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
-
- ASYNC - Static variable in class org.eclipse.jetty.servlet.FilterMapping
-
- Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
-
Creates a new instance with the given executor (to perform DNS resolution in a separate thread),
the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds.
- AsyncContentProvider - Interface in org.eclipse.jetty.client
-
- AsyncContentProvider.Listener - Interface in org.eclipse.jetty.client
-
A listener that is notified of content availability
- AsyncContextEvent - Class in org.eclipse.jetty.server
-
- AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
-
- AsyncContextState - Class in org.eclipse.jetty.server
-
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
-
- AsyncDelayHandler - Class in org.eclipse.jetty.server.handler
-
A handler wrapper that provides the framework to asynchronously
delay the handling of a request.
- AsyncDelayHandler() - Constructor for class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
- AsyncEchoServlet - Class in org.eclipse.jetty.embedded
-
- AsyncEchoServlet() - Constructor for class org.eclipse.jetty.embedded.AsyncEchoServlet
-
- AsyncGzipFilter - Class in org.eclipse.jetty.servlets
-
Deprecated.
- AsyncGzipFilter() - Constructor for class org.eclipse.jetty.servlets.AsyncGzipFilter
-
Deprecated.
- AsyncMiddleManServlet - Class in org.eclipse.jetty.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability
to intercept and modify request/response content.
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.proxy.AsyncMiddleManServlet
-
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.proxy
-
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.proxy
-
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.proxy
-
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.proxy
-
- AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.proxy
-
- AsyncNCSARequestLog - Class in org.eclipse.jetty.server
-
An asynchronously writing NCSA Request Log
- AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncProxyServlet - Class in org.eclipse.jetty.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.proxy.AsyncProxyServlet
-
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.proxy
-
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.proxy
-
- AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.proxy
-
Convenience extension of
AsyncProxyServlet
that offers transparent proxy functionalities.
- asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpChannel
-
- asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
- asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
-
- AsyncRestServlet - Class in org.eclipse.jetty.example.asyncrest
-
Servlet implementation class AsyncRESTServlet.
- AsyncRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
-
- atEOF() - Method in class org.eclipse.jetty.http.HttpParser
-
Signal that the associated data source is at EOF
- Atomics - Class in org.eclipse.jetty.util
-
- ATTR - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
-
ServletContext attribute for the active DecoratedObjectFactory
- ATTR - Static variable in interface org.eclipse.jetty.webapp.Configuration
-
- AttrEventTrigger<TYPE extends Comparable<TYPE>> - Class in org.eclipse.jetty.monitor.triggers
-
AttrEventTrigger
- AttrEventTrigger(String, String) - Constructor for class org.eclipse.jetty.monitor.triggers.AttrEventTrigger
-
Construct event trigger and specify the MXBean attribute
that will be polled by this event trigger.
- AttrEventTrigger(ObjectName, String) - Constructor for class org.eclipse.jetty.monitor.triggers.AttrEventTrigger
-
Construct event trigger and specify the MXBean attribute
that will be polled by this event trigger.
- Attribute - Class in org.eclipse.jetty.ant.types
-
- Attribute() - Constructor for class org.eclipse.jetty.ant.types.Attribute
-
- 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
-
- attributeAdded(HttpSessionBindingEvent) - Method in class com.acme.TagListener
-
- attributeAdded(ServletContextAttributeEvent) - Method in class com.acme.TagListener
-
- attributeAdded(ServletRequestAttributeEvent) - Method in class com.acme.TagListener
-
- attributeAdded(HttpSessionBindingEvent) - Method in class com.acme.TestListener
-
- attributeAdded(ServletContextAttributeEvent) - Method in class com.acme.TestListener
-
- attributeAdded(ServletRequestAttributeEvent) - Method in class com.acme.TestListener
-
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- AttributeNormalizer - Class in org.eclipse.jetty.quickstart
-
Normalize Attribute to String.
- AttributeNormalizer(Resource) - Constructor for class org.eclipse.jetty.quickstart.AttributeNormalizer
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.acme.TagListener
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.acme.TagListener
-
- attributeRemoved(ServletRequestAttributeEvent) - Method in class com.acme.TagListener
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.acme.TestListener
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.acme.TestListener
-
- attributeRemoved(ServletRequestAttributeEvent) - Method in class com.acme.TestListener
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.acme.TagListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.acme.TagListener
-
- attributeReplaced(ServletRequestAttributeEvent) - Method in class com.acme.TagListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.acme.TestListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.acme.TestListener
-
- attributeReplaced(ServletRequestAttributeEvent) - Method in class com.acme.TestListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- Attributes - Class in org.eclipse.jetty.ant.types
-
- Attributes() - Constructor for class org.eclipse.jetty.ant.types.Attributes
-
- ATTRIBUTES - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- Attributes - Interface in org.eclipse.jetty.util
-
Attributes.
- AttributesMap - Class in org.eclipse.jetty.util
-
- AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
-
- AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
-
- AUTH_METHOD_KEY - Static variable in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
-
- AUTH_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in interface org.eclipse.jetty.client.api.Authentication
-
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.BasicAuthentication
-
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, 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
-
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
-
- 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.Failed - Exception in org.eclipse.jetty.server
-
- Authentication.Failure - Interface in org.eclipse.jetty.server
-
An Authentication Failure has been sent.
- Authentication.HeaderInfo - Class in org.eclipse.jetty.client.api
-
Structure holding information about the WWW-Authenticate
(or Proxy-Authenticate
) header.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.server
-
Authentication Response sent state.
- Authentication.Result - Interface in org.eclipse.jetty.client.api
-
- 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, 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
- AUTHORITY - Static variable in class org.eclipse.jetty.http2.hpack.AuthorityHttpField
-
- AuthorityHttpField - Class in org.eclipse.jetty.http2.hpack
-
- AuthorityHttpField(String) - Constructor for class org.eclipse.jetty.http2.hpack.AuthorityHttpField
-
- available() - Method in class org.eclipse.jetty.server.HttpInput
-
- await(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
Waits for the given timeout for the whole request/response cycle to be finished,
then returns the corresponding result.
- 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
-
- 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 class org.eclipse.jetty.http.HttpParser
-
Cache of common
HttpField
s including:
Common static combinations such as:
Connection: close
Accept-Encoding: gzip
Content-Length: 0
Combinations of Content-Type header for common mime types by common charsets
Most common headers with null values so that a lookup will at least
determine the header name even if the name:value combination is not cached
- 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_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
- 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.
- CachingWebAppClassLoader - Class in org.eclipse.jetty.webapp
-
- CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
-
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
-
- call() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
-
- call() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
-
- call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- call(Object, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- call(Object, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
-
- call(Object, Session, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
-
- call(Object, CloseInfo) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
-
- call(Object, CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
-
- call(Object, int, String) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
-
- call(Object, Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
-
- call(Object, ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryCallable
-
- call(Object, InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryStreamCallable
-
- call(Object, ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessagePongCallable
-
- call(Object, String, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
-
- call(Object, Reader) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextStreamCallable
-
- call(Object, EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnOpenCallable
-
- CallableMethod - Class in org.eclipse.jetty.websocket.common.events.annotated
-
A Callable Method
- CallableMethod(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- callback - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
-
- 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 - Interface in org.eclipse.jetty.util
-
A callback abstraction that handles completed/failed events of asynchronous operations.
- Callback.Adapter - Class in org.eclipse.jetty.util
-
Deprecated.
- Callback.Nested - Class in org.eclipse.jetty.util
-
- Callback.NonBlocking - Interface in org.eclipse.jetty.util
-
Callback interface that declares itself as non-blocking
- callbackHandler - Variable in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
- callBinary(RemoteEndpoint.Async, Object, ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- callBinaryStream(RemoteEndpoint.Async, Object, InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- callClose(Object, CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- 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
-
- callError(Object, Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- callOpen(Object, EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- callPong(RemoteEndpoint.Async, Object, ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- 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
- callSessionAttributeListeners(String, Object, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Call binding and attribute listeners based on the new and old
values of the attribute.
- callStartup(WebAppContext) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
- callText(RemoteEndpoint.Async, Object, String, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- callTextStream(RemoteEndpoint.Async, Object, Reader) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
-
- cancel() - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
-
- cancel(boolean) - Method in class org.eclipse.jetty.client.util.FutureResponseListener
-
- cancel(MonitorAction) - Static method in class org.eclipse.jetty.monitor.jmx.MonitorTask
-
Cancel timer task for specified monitor action
- cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
-
- cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
-
- cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
-
- cancel(boolean) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
-
- cancelTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- cancelTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a path to a cananonical form.
- canReadDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
-
- canReadFile(Path) - Static method in class org.eclipse.jetty.start.FS
-
- canWrite(Path) - Static method in class org.eclipse.jetty.start.FS
-
- capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- CARRIAGE_RETURN - Static variable in interface org.eclipse.jetty.http.HttpTokens
-
- casHeadBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- cast(WatchEvent<?>) - Static method in class org.eclipse.jetty.util.PathWatcher
-
- casTailBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
-
- 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
-
- changeAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Either set (perhaps replace) or remove the value of the attribute
in the session.
- changeSessionId() - Method in class org.eclipse.jetty.server.Request
-
- changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- changeSessionId() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
-
- CHANNEL_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http2.IStream
-
The constant used as attribute key to store/retrieve the HTTP
channel associated with this stream
- ChannelEndPoint - Class in org.eclipse.jetty.io
-
Channel End Point.
- ChannelEndPoint(Scheduler, SocketChannel) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint
-
- CharacterDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
- CharacterDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
-
- CharacterEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- CharacterEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.CharacterEncoder
-
- ChatServlet - Class in com.acme
-
- ChatServlet() - Constructor for class com.acme.ChatServlet
-
- ChatWebSocket() - Constructor for class com.acme.WebSocketChatServlet.ChatWebSocket
-
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
- check(String, Resource) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Check an alias
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
- 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
-
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- 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
-
- checkContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
-
- checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.UserInfo
-
- checkError() - Method in class org.eclipse.jetty.server.ResponseWriter
-
- checkExpiry(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Check to see if session has expired as at the time given.
- checkForModification() - Method in class org.eclipse.jetty.gcloud.session.GCloudConfiguration
-
- checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
-
- checkIsRunning() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Check if the lifecycle has been started and throw runtime exception
- checkIsStarted() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Check if the lifecycle has been started and throw runtime exception
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
-
- checkNonce(String, long) - Method in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- checkNotStarted() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Check if the lifecycle has been started and throw runtime exception
- checkOrigin(String) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
-
- checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.security.ConstraintAware
-
See Servlet Spec 31, sec 13.8.4, pg 145
Container must check if there are urls with uncovered http methods
- checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg.
- checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
Verify the configuration given in the pom.
- checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
-
- checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
-
- checkProtocolNegotiationAvailable() - Static method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
-
- 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.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.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.
- checkSessionPersisted(boolean) - Method in class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest
-
- checkSize(int, boolean) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Check that the max size will not be exceeded.
- checkState() - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- 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.nosql.NoSqlSession
-
- 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
-
- checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- 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
-
- checkWhitelist(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- checkWhitelist(List<String>, String) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Deprecated.
- 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.SniX509ExtendedKeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Collection<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
-
- Chunk(ByteBuffer, Callback) - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
-
- CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
-
- CipherComparator() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
-
- 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.
- classesDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
The directory containing generated classes.
- classifier - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
-
- ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
-
- ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
-
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
- ClassInheritanceHandler(ConcurrentHashMap<String, ConcurrentHashSet<String>>) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
-
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
-
- ClassList() - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- ClassList(String[]) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- ClassList(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- ClassLoaderDump - Class in org.eclipse.jetty.server
-
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
-
- ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionManager.ClassLoadingObjectInputStream
-
- ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionManager.ClassLoadingObjectInputStream
-
- ClassLoadingObjectInputStream - Class in org.eclipse.jetty.util
-
ClassLoadingObjectInputStream
For re-inflating serialized objects, this class uses the thread context classloader
rather than the jvm's default classloader selection.
- ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
-
- ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
-
- ClassNameResolver - Interface in org.eclipse.jetty.annotations
-
- Classpath() - Constructor for class org.eclipse.jetty.runner.Runner.Classpath
-
- 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
-
Classpath classes list 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
-
- cleanReference(String) - Method in class org.eclipse.jetty.start.Props
-
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
- cleanUp() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Only remove tmp files.
- cleanup() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- cleanup() - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
- cleanupSrcs() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
-
Until Jasper supports the option to generate the srcs in a different dir
than the classes, this is the best we can do.
- clear() - Method in class org.eclipse.jetty.cdi.core.SimpleBeanStore
-
- clear() - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Removes all protocol handlers from this container.
- clear() - Method in class org.eclipse.jetty.http.HttpFields
-
- clear() - Method in class org.eclipse.jetty.http.HttpURI
-
- clear() - Method in class org.eclipse.jetty.http.PathMap
-
Deprecated.
- clear() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
-
- clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
-
- clear() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
-
- clear() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
-
- clear() - Method in class org.eclipse.jetty.util.ArrayQueue
-
- clear() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
-
- clear() - Method in class org.eclipse.jetty.util.ArrayTrie
-
- 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.DecoratedObjectFactory
-
- clear() - Method in class org.eclipse.jetty.util.Fields
-
Empties this
Fields
instance from all fields
- clear() - Method in class org.eclipse.jetty.util.IncludeExclude
-
- clear() - Method in class org.eclipse.jetty.util.RegexSet
-
- clear() - Method in class org.eclipse.jetty.util.TreeTrie
-
- clear() - Method in interface org.eclipse.jetty.util.Trie
-
- clear() - Method in class org.eclipse.jetty.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
-
- clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
- clearAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
clear the list of AliasChecks
- clearAssertionStatus() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- 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 class org.eclipse.jetty.server.session.MemSession
-
- 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
-
- clearAuthentications() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
-
- clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
-
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- clearCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
-
- clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
-
- 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.
- clearHeaders() - Method in class org.eclipse.jetty.websocket.api.UpgradeRequest
-
- clearImplementations() - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
-
- clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- clearObject() - Method in class org.eclipse.jetty.jaas.callback.ObjectCallback
-
- clearPassword() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
-
- clearPassword() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
-
- clearPassword() - Method in class org.eclipse.jetty.security.jaspi.modules.UserInfo
-
- clearPushCache() - Method in class org.eclipse.jetty.servlets.PushCacheFilter
-
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clearTracking() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
-
- clearWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
-
- ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
-
- ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
- ClientCertAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
- ClientCertAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.ClientCertAuthModule
-
Deprecated.
- ClientCertAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.security.jaspi.modules.ClientCertAuthModule
-
Deprecated.
- ClientConnectionFactory - Interface in org.eclipse.jetty.io
-
- ClientContainer - Class in org.eclipse.jetty.websocket.jsr356
-
Container for Client use of the javax.websocket API.
- ClientContainer() - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- ClientContainer(WebSocketContainerScope) - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- ClientGenerator - Class in org.eclipse.jetty.fcgi.generator
-
- ClientGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
-
- ClientParser - Class in org.eclipse.jetty.fcgi.parser
-
- ClientParser(ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser
-
- ClientParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
-
- ClientParser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
-
- ClientSelectorManager(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport.ClientSelectorManager
-
- ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client
-
Allowing a generate from a UpgradeRequest
- ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
- ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
- ClientUpgradeResponse - Class in org.eclipse.jetty.websocket.client
-
- ClientUpgradeResponse() - Constructor for class org.eclipse.jetty.websocket.client.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.WebInfConfiguration
-
- clonePolicy() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
- close() - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnection
-
- close() - Method in class org.eclipse.jetty.alpn.server.ALPNServerConnection
-
- close() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- close() - Method in interface org.eclipse.jetty.client.api.Connection
-
- close() - Method in class org.eclipse.jetty.client.DuplexConnectionPool
-
- close() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- close(Throwable) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
-
- close() - Method in class org.eclipse.jetty.client.HttpContent
-
- close() - Method in class org.eclipse.jetty.client.HttpDestination
-
- close(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
-
- close() - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
-
- close() - Method in class org.eclipse.jetty.client.MultiplexHttpDestination
-
- close(Connection) - Method in class org.eclipse.jetty.client.MultiplexHttpDestination
-
- close(Connection) - Method in class org.eclipse.jetty.client.PoolingHttpDestination
-
- close() - Method in class org.eclipse.jetty.client.PoolingHttpDestination
-
- close() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
-
No more content will be added to this content provider
and notifies the listener that no more content is available.
- close() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
- close() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
- close() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
-
- close() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
- close(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
- close() - Method in class org.eclipse.jetty.http.HttpParser
-
Request that the associated data source be closed
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
-
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
-
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
-
- close(int, String, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Closes the session by sending a GOAWAY frame with the given error code
and payload.
- close() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
-
- close(Throwable) - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
-
- close() - Method in class org.eclipse.jetty.http2.HTTP2Connection
-
- close(int, String, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
Invoked internally and by applications to send a GO_AWAY frame to the
other peer.
- close() - Method in class org.eclipse.jetty.http2.HTTP2Stream
-
- close() - Method in interface org.eclipse.jetty.http2.IStream
-
Forcibly closes this stream.
- close() - Method in class org.eclipse.jetty.io.AbstractConnection
-
- close() - Method in class org.eclipse.jetty.io.AbstractEndPoint
-
- 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.NegotiatingClientConnection
-
- 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.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 class org.eclipse.jetty.server.NegotiatingServerConnection
-
- 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.ProxyConnectionFactory.ProxyEndPoint
-
- close() - Method in class org.eclipse.jetty.server.ResponseWriter
-
- close() - Method in class org.eclipse.jetty.server.ServerConnector
-
- close() - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
-
- close(Closeable) - Static method in class org.eclipse.jetty.start.FS
-
- close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- close(Closeable) - Static method in class org.eclipse.jetty.util.IO
-
Closes an arbitrary closable, and logs exceptions at ignore level
- close(InputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an input stream, and logs exceptions
- close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an output 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() - Method in class org.eclipse.jetty.util.IteratingCallback
-
- close() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
-
- close() - Method in class org.eclipse.jetty.util.log.StacklessLogging
-
- close() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.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.resource.EmptyResource
-
- close() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- close() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- close() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- close() - Method in class org.eclipse.jetty.util.resource.Resource
-
Release any temporary resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- close() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Release any resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
-
- close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
- close() - Method in class org.eclipse.jetty.util.thread.Locker.Lock
-
- close() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
-
- close() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
- close() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Request a close of the current conversation with a normal status code and no reason phrase.
- close(CloseStatus) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Request Close the current conversation, giving a reason for the closure.
- close(int, String) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close() - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback.WriteBlocker
-
- close() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Close without a close code or reason
- close(int, String) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Close the connection.
- close() - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
-
- close() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Send a websocket Close frame, without a status code or reason.
- close(int, String) - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Send a websocket Close frame, with status code.
- close() - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
-
- close() - Method in class org.eclipse.jetty.websocket.common.message.MessageOutputStream
-
- close() - Method in class org.eclipse.jetty.websocket.common.message.MessageWriter
-
- CLOSE - Static variable in class org.eclipse.jetty.websocket.common.OpCode
-
OpCode for a Close Frame
- close() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- close(CloseStatus) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- close(int, String) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- close(CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
-
- CloseableDoSFilter - Class in org.eclipse.jetty.servlets
-
This is an extension to
DoSFilter
that uses Jetty APIs to
abruptly close the connection when the request times out.
- CloseableDoSFilter() - Constructor for class org.eclipse.jetty.servlets.CloseableDoSFilter
-
- closeByHTTP(HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
- closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- closed(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
-
- closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
-
Callback method invoked when a connection to a remote client has been closed.
- CloseException - Exception in org.eclipse.jetty.websocket.api
-
- CloseException(int, String) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
-
- CloseException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
-
- CloseException(int, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
-
- CloseFrame - Class in org.eclipse.jetty.websocket.common.frames
-
- CloseFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.CloseFrame
-
- CloseInfo - Class in org.eclipse.jetty.websocket.common
-
- CloseInfo() - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
- CloseInfo(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
Parse the Close Frame payload.
- CloseInfo(Frame) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
- CloseInfo(Frame, boolean) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
- CloseInfo(int) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
- CloseInfo(int, String) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
-
- closeOutput() - Method in class org.eclipse.jetty.server.Response
-
- CloseState - Enum in org.eclipse.jetty.http2
-
- CloseStatus - Class in org.eclipse.jetty.websocket.api
-
- CloseStatus(int, String) - Constructor for class org.eclipse.jetty.websocket.api.CloseStatus
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
-
- CLUSTERID - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.FrameType
-
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.Role
-
- code - Variable in enum org.eclipse.jetty.http2.ErrorCode
-
- CoderMetadata<T> - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
- CoderMetadata(Class<? extends T>, Class<?>, MessageType, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
-
- CoderMetadataSet<T,M extends CoderMetadata<T>> - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
- CoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
- 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
-
- com.acme - package com.acme
-
- 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() - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
-
- CommandLineBuilder(String) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
-
- CommandLineConfigSource - Class in org.eclipse.jetty.start.config
-
Configuration Source representing the Command Line arguments.
- CommandLineConfigSource(String[]) - Constructor for class org.eclipse.jetty.start.config.CommandLineConfigSource
-
- comment(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Sends a comment to the client.
- comment(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
-
- commit() - Method in class com.acme.MockUserTransaction
-
- commit(MetaData.Response) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
-
- commit() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
-
- commit() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- commit(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
-
- commit(MetaData.Response) - Method in class org.eclipse.jetty.server.HttpChannel
-
- CommonComponent - Class in org.eclipse.jetty.test.jmx
-
- CommonComponent() - Constructor for class org.eclipse.jetty.test.jmx.CommonComponent
-
- communicateStartupResult(Exception) - Method in class org.eclipse.jetty.maven.plugin.Starter
-
- 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.
- CompactPathRule - Class in org.eclipse.jetty.rewrite.handler
-
Rewrite the URI by compacting to remove //
- CompactPathRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CompactPathRule
-
- COMPARATOR - Static variable in class org.eclipse.jetty.http2.HTTP2Cipher
-
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
-
- compare(String, String) - Method in class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
-
- compare(Node<?>, Node<?>) - Method in class org.eclipse.jetty.start.graph.NodeDepthComparator
-
- compare(Module, Module) - Method in class org.eclipse.jetty.start.Module.NameComparator
-
- compare(File, File) - Method in class org.eclipse.jetty.start.NaturalSort.Files
-
- compare(Path, Path) - Method in class org.eclipse.jetty.start.NaturalSort.Paths
-
- compare(String, String) - Method in class org.eclipse.jetty.start.NaturalSort.Strings
-
- compareTo(MappedResource<E>) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
-
Comparison is based solely on the pathSpec
- compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathSpec
-
- compareTo(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Comparator by init order.
- compareTo(Version) - Method in class org.eclipse.jetty.start.Version
-
- compile() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
-
- CompletableCallback - Class in org.eclipse.jetty.util
-
A callback to be used by driver code that needs to know whether the callback has been
succeeded or failed (that is, completed) just after the asynchronous operation or not,
typically because further processing depends on the callback being completed.
- CompletableCallback() - Constructor for class org.eclipse.jetty.util.CompletableCallback
-
- 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.gcloud.session.GCloudSessionManager.Session
-
Exit from session
- complete() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
-
- complete() - Method in class org.eclipse.jetty.nosql.NoSqlSession
-
- complete() - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
-
- complete() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- complete() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- 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 class org.eclipse.jetty.session.infinispan.InfinispanSessionManager.Session
-
Exit from session
- complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
-
- complete() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
- complete() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
-
- complete() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
-
- completed() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
-
- completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
-
- complianceViolation(HttpCompliance, String) - Method in class org.eclipse.jetty.http.HttpParser
-
Check RFC compliance violation
- 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.
- CompressExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
- CompressExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
- ConcatServlet - Class in org.eclipse.jetty.servlets
-
This servlet may be used to concatenate multiple resources into
a single response.
- ConcatServlet() - Constructor for class org.eclipse.jetty.servlets.ConcatServlet
-
- ConcurrentArrayQueue<T> - Class in org.eclipse.jetty.util
-
A concurrent, unbounded implementation of
Queue
that uses singly-linked array blocks
to store elements.
- ConcurrentArrayQueue() - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- ConcurrentArrayQueue(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- ConcurrentArrayQueue.Block<E> - Class in org.eclipse.jetty.util
-
- 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.AbstractLogger
-
Condenses a classname by stripping down the package name to just the first character of each package name
segment.Configured
- conditional(boolean) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set if the request is to be conditional.
- conditional(boolean) - Method in class org.eclipse.jetty.server.PushBuilderImpl
-
- Config() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Config
-
- config(Props) - Method in class org.eclipse.jetty.start.ModuleGraphWriter
-
- config() - Static method in class org.eclipse.jetty.util.log.JettyLogHandler
-
- Config(Path) - Constructor for class org.eclipse.jetty.util.PathWatcher.Config
-
- config - Variable in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
-
- ConfigSource - Interface in org.eclipse.jetty.start.config
-
A Configuration Source
- ConfigSources - Class in org.eclipse.jetty.start.config
-
Weighted List of ConfigSources.
- ConfigSources() - Constructor for class org.eclipse.jetty.start.config.ConfigSources
-
- Configurable - Interface in org.eclipse.jetty.websocket.jsr356
-
Tag indicating a component that needs to be configured.
- Configuration - Interface in org.eclipse.jetty.webapp
-
Base Class for WebApplicationContext Configuration.
- Configuration.ClassList - Class in org.eclipse.jetty.webapp
-
- ConfigurationException - Exception in org.eclipse.jetty.websocket.jsr356
-
- ConfigurationException(String) - Constructor for exception org.eclipse.jetty.websocket.jsr356.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.jsr356.ConfigurationException
-
- 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(WebSocketServletFactory) - Method in class com.acme.WebSocketChatServlet
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.ant.AntWebInfConfiguration
-
Adds classpath files into web application classloader, and
sets web.xml and base directory for the configured web application.
- configure(HttpClient, SocketChannel) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.embedded.WebSocketServer.EchoServlet
-
- configure(SocketChannel) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
-
- configure(Server, List<URL>, Dictionary) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
-
Allow fragments to supply some resources that are added to the baseResource of the webapp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
-
- configure(String[]) - Method in class org.eclipse.jetty.runner.Runner
-
Configure a jetty instance and deploy the webapps presented as args
- 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.JettyWebXmlConfiguration
-
Configure
Apply web-jetty.xml configuration
- 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(Generator) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- configure(Parser) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
-
- configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler.Simple
-
- configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.servlet.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.jaas.spi.AbstractLoginModule
-
- configureConnectors(Server, Connector) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
Configure at least one connector for the server
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.cdi.websocket.WebSocketCdiInitializer
-
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Jetty Native approach.
- configureContext(ServletContext, ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Servlet 3.1 approach.
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- configureContext(ServletContext) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- configureContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
-
- configureDefaultConfigurationClasses(Server) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
- configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.common.Generator
-
- configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.common.Parser
-
- configureHandlers(Server, RequestLog) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
Set up the handler structure to receive a webapp.
- configureJetty() - Method in class org.eclipse.jetty.maven.plugin.Starter
-
- configureLoginServices(Server, LoginService[]) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
-
Set up any security LoginServices provided.
- configureMonitor() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- configurePluginClasspath() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- 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
- configureScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
- configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
-
- configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
-
- configureSessionManagement(ServletContextHandler) - Method in class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest
-
- configureTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
- configureWebApp() - Method in class org.eclipse.jetty.maven.plugin.Starter
-
- configureWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Subclasses should invoke this to setup basic info
on the webapp
- configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
- configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
-
- configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
-
- CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- connect(InetSocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Establishes a physical connection to the given address
.
- connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
-
- connect(InetSocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
- connect(SslContextFactory, InetSocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
- connect(SslContextFactory, InetSocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
- 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.monitor.jmx.ServiceConnection
-
- connect() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
-
- connect(WebSocketClient, EventDriver, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
-
- connect(Object, URI) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
- connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
- connect(Object, URI, ClientUpgradeRequest, UpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
- ConnectContext(HttpServletRequest, HttpServletResponse, AsyncContext, HttpConnection) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
-
- connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
-
(re)Connect to database with parameters setup by loadConfig()
- connectFailed(Map<String, Object>, Throwable) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- ConnectHandler - Class in org.eclipse.jetty.proxy
-
Implementation of a
Handler
that supports HTTP CONNECT.
- ConnectHandler() - Constructor for class org.eclipse.jetty.proxy.ConnectHandler
-
- ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler
-
- ConnectHandler.ConnectContext - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.ConnectManager - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.DownstreamConnection - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.UpstreamConnection - Class in org.eclipse.jetty.proxy
-
- Connection - Interface in org.eclipse.jetty.client.api
-
- Connection - Interface in org.eclipse.jetty.io
-
- Connection.Listener - Interface in org.eclipse.jetty.io
-
A Listener for connection events.
- Connection.Listener.Adapter - Class in org.eclipse.jetty.io
-
- Connection.UpgradeFrom - Interface in org.eclipse.jetty.io
-
- Connection.UpgradeTo - Interface in org.eclipse.jetty.io
-
- CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.server.HttpConnection
-
- connectionClosed(Connection) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a connection is closed.
- ConnectionFactory - Interface in org.eclipse.jetty.server
-
- ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
-
- connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport.ClientSelectorManager
-
- connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a non-blocking connect cannot be completed.
- connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
-
- connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
-
- connectionFailure(ByteBuffer, int, String) - Method in class org.eclipse.jetty.http2.parser.BodyParser
-
- ConnectionManager - Class in org.eclipse.jetty.websocket.client.io
-
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(WebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.io.ConnectionManager
-
- connectionOpened(Connection) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a connection is opened.
- ConnectionPool - Class in org.eclipse.jetty.client
-
- ConnectionPool(Destination, int, Callback) - Constructor for class org.eclipse.jetty.client.ConnectionPool
-
Deprecated.
- ConnectionState - Enum in org.eclipse.jetty.websocket.common
-
Connection states as outlined in
RFC6455.
- ConnectManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
-
- Connector - Class in org.eclipse.jetty.ant.types
-
Connector
- Connector() - Constructor for class org.eclipse.jetty.ant.types.Connector
-
- Connector(int, int) - Constructor for class org.eclipse.jetty.ant.types.Connector
-
- 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.
- Connectors - Class in org.eclipse.jetty.ant.types
-
Specifies a jetty configuration <connectors/>
element for Ant build file.
- Connectors() - Constructor for class org.eclipse.jetty.ant.types.Connectors
-
Default constructor.
- Connectors(int, int) - Constructor for class org.eclipse.jetty.ant.types.Connectors
-
Constructor.
- 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
-
A Connector.Listener that gathers Connector and Connections Statistics.
- ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
-
- ConnectPromise - Class in org.eclipse.jetty.websocket.client.io
-
Holder for the pending connect information.
- ConnectPromise(WebSocketClient, EventDriver, ClientUpgradeRequest) - Constructor for class org.eclipse.jetty.websocket.client.io.ConnectPromise
-
- connectToServer(HttpServletRequest, String, int, Promise<SocketChannel>) - Method in class org.eclipse.jetty.proxy.ConnectHandler
-
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- connectToServer(Class<?>, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
- ConsoleNotifier - Class in org.eclipse.jetty.monitor.jmx
-
ConsoleNotifier
Provides a way to output notification messages to the server console
- ConsoleNotifier(String) - Constructor for class org.eclipse.jetty.monitor.jmx.ConsoleNotifier
-
Constructs a new notifier with specified format string
- consoleScanner - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
A scanner to check ENTER hits on the console
- ConsoleScanner - Class in org.eclipse.jetty.maven.plugin
-
ConsoleScanner
Read input from stdin
- ConsoleScanner(AbstractJettyMojo) - Constructor for class org.eclipse.jetty.maven.plugin.ConsoleScanner
-
- Constraint - Class in org.eclipse.jetty.util.security
-
Constraint
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
-
Convenience 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
-
ConstraintSecurityHandler
- 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 <security-constraint>
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
-
- consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
-
- consumeInput() - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
-
- consumeNonContent() - Method in class org.eclipse.jetty.server.HttpInput
-
- Container - Interface in org.eclipse.jetty.util.component
-
A Container
- 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_BUNDLE_PATTERN - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
-
Regex of symbolic names of bundles that should be considered to be on the container classpath
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
-
- ContainerClassNameResolver(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ContainerClassNameResolver
-
- ContainerDefaultConfigurator - Class in org.eclipse.jetty.websocket.jsr356.server
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
-
Default Constructor required, as
javax.websocket.server.ServerEndpointConfig$Configurator.fetchContainerDefaultConfigurator()
will be the one that instantiates this class in most cases.
- ContainerInitializer - Class in org.eclipse.jetty.plus.annotation
-
- ContainerInitializer(ServletContainerInitializer, Class<?>[]) - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
- ContainerInitializer(ClassLoader, String) - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.annotations
-
ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ContainerInitializer, Class) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
- ContainerLifeCycle - Class in org.eclipse.jetty.util.component
-
- ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- ContainerListener(WebSocketContainerScope) - Constructor for class org.eclipse.jetty.cdi.websocket.WebSocketCdiListener.ContainerListener
-
- ContainerTldBundleDiscoverer - Class in org.eclipse.jetty.osgi.boot.jasper
-
ContainerTldBundleDiscoverer
Finds bundles that are considered as on the container classpath that
contain tlds.
- ContainerTldBundleDiscoverer() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
- contains(String) - Method in class org.eclipse.jetty.http.HttpField
-
Look for a value in a possible multi valued field
- contains(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(String, String) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(Object) - Method in class org.eclipse.jetty.http.PathMap.PathSet
-
Deprecated.
- contains(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
-
- 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.http.pathmap.PathSpecSet
-
- 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(String) - Method in class org.eclipse.jetty.start.Props
-
- containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
-
Deprecated.
Return whether the path matches any entries in the PathMap,
excluding the default entry
- containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
-
Deprecated.
- containsNode(String) - Method in class org.eclipse.jetty.start.graph.Graph
-
- containsPathSpec(String) - Method in class org.eclipse.jetty.servlet.ServletMapping
-
Test if the list of path specs contains a particular one.
- 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.
- containsSystemProperty(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
-
- content(ContentProvider) - Method in interface org.eclipse.jetty.client.api.Request
-
- content(ContentProvider, String) - Method in interface org.eclipse.jetty.client.api.Request
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
-
- content(ContentProvider) - Method in class org.eclipse.jetty.client.HttpRequest
-
- content(ContentProvider, String) - Method in class org.eclipse.jetty.client.HttpRequest
-
- content(ByteBuffer, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
-
- content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
- Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
-
- content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
-
- CONTENT_ENCODING_GZIP - Static variable in class org.eclipse.jetty.http.GzipHttpContent
-
- CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- CONTENT_LENGTH_0 - Static variable in class org.eclipse.jetty.http2.hpack.HpackDecoder
-
- CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- CONTENT_TYPE_SUFFIX - Static variable in class org.eclipse.jetty.servlets.MultiPartFilter
-
Deprecated.
- ContentDecoder - Interface in org.eclipse.jetty.client
-
- ContentDecoder.Factory - Class in org.eclipse.jetty.client
-
- ContentParser - Class in org.eclipse.jetty.fcgi.parser
-
- ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
-
- ContentParser.Result - Enum in org.eclipse.jetty.fcgi.parser
-
- ContentProvider - Interface in org.eclipse.jetty.client.api
-
- ContentProvider.Typed - Interface in org.eclipse.jetty.client.api
-
An extension of
ContentProvider
that provides a content type string
to be used as a
Content-Type
HTTP header in requests.
- ContentResponse - Interface in org.eclipse.jetty.client.api
-
A specialized
Response
that can hold a limited content in memory.
- Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- Context() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- Context() - Constructor for class org.eclipse.jetty.webapp.WebAppContext.Context
-
- CONTEXT_ATTRIBUTE_KEY - Static variable in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- contextDestroyed(ServletContextEvent) - Method in class com.acme.TagListener
-
- contextDestroyed(ServletContextEvent) - Method in class com.acme.TestListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- 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.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
-
- ContextDestroyListener() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
-
- ContextFactory - Class in org.eclipse.jetty.jndi
-
ContextFactory
- 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.AliasCheck - Interface in org.eclipse.jetty.server.handler
-
Interface to check aliases
- ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
-
Approve all aliases.
- ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
-
Approve Aliases of a non existent directory.
- ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
-
- ContextHandler.Context - Class in org.eclipse.jetty.server.handler
-
Context.
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.StaticContext - Class in org.eclipse.jetty.server.handler
-
- 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
-
- ContextHandlers - Class in org.eclipse.jetty.ant.types
-
Specifies <contextHandlers/>
element in web app configuration.
- ContextHandlers() - Constructor for class org.eclipse.jetty.ant.types.ContextHandlers
-
- contextHandlers - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
List of other contexts to set up.
- contextInitialized(ServletContextEvent) - Method in class com.acme.TagListener
-
- contextInitialized(ServletContextEvent) - Method in class com.acme.TestListener
-
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
-
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- 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.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
-
- CONTEXTPATH - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- contextXml - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Location of a context xml configuration file whose contents
will be applied to the webapp AFTER anything in <webApp>.Optional.
- Continuation - Interface in org.eclipse.jetty.continuation
-
Continuation.
- CONTINUATION - Static variable in class org.eclipse.jetty.websocket.common.OpCode
-
OpCode for a Continuation Frame
- ContinuationBodyParser - Class in org.eclipse.jetty.http2.parser
-
- ContinuationBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - Constructor for class org.eclipse.jetty.http2.parser.ContinuationBodyParser
-
- 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
-
- ContinuationFrame - Class in org.eclipse.jetty.websocket.common.frames
-
- ContinuationFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.ContinuationFrame
-
- 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.http2.server.HttpChannelOverHTTP2
-
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.
- 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.
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
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
-
- ContinueListener() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
-
- ContinueProtocolHandler - Class in org.eclipse.jetty.client
-
A protocol handler that handles the 100 response code.
- ContinueProtocolHandler() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler
-
- ContinueProtocolHandler.ContinueListener - Class in org.eclipse.jetty.client
-
- control(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.Generator
-
- ControlFrame - Class in org.eclipse.jetty.websocket.common.frames
-
- ControlFrame(byte) - Constructor for class org.eclipse.jetty.websocket.common.frames.ControlFrame
-
- convert(Fields) - Static method in class org.eclipse.jetty.client.util.FormContentProvider
-
- convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.util.FormContentProvider
-
- convertCredentialJettyToLdap(String) - Static method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- convertCredentialLdapToJetty(String) - Static method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- convertHexDigit(char) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- convertHexDigit(int) - 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
-
- cookie(HttpCookie) - Method in interface org.eclipse.jetty.client.api.Request
-
- cookie(HttpCookie) - Method in class org.eclipse.jetty.client.HttpRequest
-
- CookieConfig() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- CookieCutter - Class in org.eclipse.jetty.server
-
Cookie parser
- CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
-
- CookieDump - Class in com.acme
-
Test Servlet Cookies.
- CookieDump() - Constructor for class com.acme.CookieDump
-
- 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
-
- CookiePatternRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
-
- cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- COOKIESETTIME - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- Coordinates() - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
-
- 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
- copy(Frame) - Static method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- copyChunk(byte[], int, int) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
- copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
-
- copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
-
- copyHeaders(Frame) - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- copyHeaders(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
- copyRequest(HttpRequest, URI) - Method in class org.eclipse.jetty.client.HttpClient
-
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- copyTo(File) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.PathResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
-
Copy the Resource to the new destination file.
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- COUNT - Static variable in class org.eclipse.jetty.server.session.AbstractSameNodeLoadTest.Worker
-
- count() - Method in class org.eclipse.jetty.start.Classpath
-
- count() - Method in class org.eclipse.jetty.start.graph.Graph
-
- Counter - Class in com.acme
-
- Counter() - Constructor for class com.acme.Counter
-
- COUNTER - Static variable in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
-
- CounterStatistic - Class in org.eclipse.jetty.util.statistic
-
Statistics on a counter value.
- CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
-
- CountingCallback - Class in org.eclipse.jetty.util
-
A callback wrapper that succeeds the wrapped callback when the count is
reached, or on first failure.
- CountingCallback(Callback, int) - Constructor for class org.eclipse.jetty.util.CountingCallback
-
- countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
Not implemented.
- CR - Static variable in class org.eclipse.jetty.util.TypeUtil
-
- create() - Method in class org.eclipse.jetty.cdi.websocket.WebSocketScopeContext
-
- create(Object, WebSocketPolicy) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriverImpl
-
Create the EventDriver based on this implementation.
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedImpl
-
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerImpl
-
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.client.JsrClientEndpointImpl
-
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointImpl
-
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerEndpointImpl
-
- create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerExtendsEndpointImpl
-
- create(WebSocketPolicy) - Static method in class org.eclipse.jetty.websocket.servlet.WebSocketServletFactory.Loader
-
- 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.
- 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
-
- createConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
-
- 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
-
Create a Constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
- createContext(String, HttpHandler) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
-
- createContext(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
-
- 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(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
-
- createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
-
- createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
-
- createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- created - Variable in class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest.TestSessionListener
-
- CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- createdSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionExpiryTest.TestHttpSessionListener
-
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
-
- createFactory(WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- createFactory(WebSocketPolicy) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
- createFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
- createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- createFilter(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- createHttpClient() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Creates a
HttpClient
instance, configured with init parameters of this servlet.
- createHttpServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
-
- createHttpsServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
-
- createHttpURI(String, String, int, String, String, String, String) - Static method in class org.eclipse.jetty.http.HttpURI
-
Construct a normalized URI.
- createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- createInstance(Class<T>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
-
- createJULog(InjectionPoint) - Method in class org.eclipse.jetty.tests.logging.JULogFactory
-
- createLibEtcClassLoader(File, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
-
- createLibExtClassLoader(List<File>, List<URL>, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- createLocalStream(int, Promise<Stream>) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- createLogger(InjectionPoint) - Method in class org.eclipse.jetty.cdi.core.JettyLogFactory
-
- createLogger() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
- createNewFile(Path) - Static method in class org.eclipse.jetty.start.FS
-
- createRemoteStream(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractForwardedSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractImmortalSessionTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractInvalidationSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractLocalSessionScavengingTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractNewSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractOrphanedSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractProxySerializationTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractReentrantRequestSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractRemoveSessionTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractSameNodeLoadTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractScatterGunLoadTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractSessionCookieTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractSessionExpiryTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionMigrationTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractSessionRenewTest
-
- createServer(int, int, int) - Method in class org.eclipse.jetty.server.session.AbstractSessionValueSavingTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractWebAppObjectInSessionTest
-
- createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- createServlet(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- createSession(URI, EventDriver, LogicalConnection) - Method in interface org.eclipse.jetty.websocket.common.SessionFactory
-
- createSession(URI, EventDriver, LogicalConnection) - Method in class org.eclipse.jetty.websocket.common.WebSocketSessionFactory
-
- createSession(URI, EventDriver, LogicalConnection) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
-
- 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
- CREATETIME - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager.SessionEntityConverter
-
- createWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class com.acme.WebSocketChatServlet
-
- createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrCreator
-
- createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
Default Creator logic
- createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketCreator
-
Create a websocket from the incoming request.
- creationalContext - Variable in class org.eclipse.jetty.cdi.core.ScopedInstance
-
- 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
- credentialLogin(Object) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
password supplied authentication check
- CredentialValidationCallback - Class in org.eclipse.jetty.security.jaspi.callback
-
CredentialValidationCallback
Store a jetty Credential for a user so that it can be
validated by jaspi
- CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
-
- CriteriaPredicate - Class in org.eclipse.jetty.start.graph
-
- CriteriaPredicate(String) - Constructor for class org.eclipse.jetty.start.graph.CriteriaPredicate
-
- CriteriaSetPredicate - Class in org.eclipse.jetty.start.graph
-
- CriteriaSetPredicate(String...) - Constructor for class org.eclipse.jetty.start.graph.CriteriaSetPredicate
-
- 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
-
- CrossOriginFilter - Class in org.eclipse.jetty.servlets
-
- 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.
- csvSplit(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
- csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
- csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Split a quoted comma separated string to a list
- current() - Static method in class org.eclipse.jetty.cdi.websocket.WebSocketScopeContext
-
- customize(Request, HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.rewrite.RewriteCustomizer
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
-
- customize(Connector, HttpConfiguration, Request) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
- customize(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes to be set for SSL requests.
- customize(Socket, Class<? extends Connection>, boolean) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
-
This method may be extended to configure a socket on open
events.
- customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- customizeContext(ServletContextHandler) - Method in class org.eclipse.jetty.server.session.AbstractProxySerializationTest
-
- customizeFastCGIHeaders(Request, HttpFields) - Method in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
-
- customizeParamsOnClose(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
- customizeParamsOnClose(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
-
- customizeParamsOnError(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
- customizeParamsOnError(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
-
- customizeParamsOnMessage(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
- customizeParamsOnMessage(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
-
- customizeParamsOnOpen(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
- customizeParamsOnOpen(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
-
- customizeSecure(Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes for general secure settings.
- daemon - Variable in class org.eclipse.jetty.maven.plugin.JettyDeployWar
-
If true, the plugin should continue and not block.
- data(DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given DATA frame
.
- data(ByteBufferPool.Lease, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.Generator
-
- data(IStream, Callback, DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
- data(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
-
- data(IStream, Callback, DataFrame) - Method in interface org.eclipse.jetty.http2.ISession
-
Enqueues the given DATA frame to be written to the connection.
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
-
- data(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
-
- data - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
The payload data.
- DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- DataBodyParser - Class in org.eclipse.jetty.http2.parser
-
- DataBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.DataBodyParser
-
- DataFrame - Class in org.eclipse.jetty.http2.frames
-
- DataFrame(int, ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
-
- DataFrame(int, ByteBuffer, boolean, int) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
-
- DataFrame - Class in org.eclipse.jetty.websocket.common.frames
-
A Data Frame
- DataFrame(byte) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
-
- DataFrame(Frame) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
-
Construct new DataFrame based on headers of provided frame.
- DataFrame(Frame, boolean) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
-
Construct new DataFrame based on headers of provided frame, overriding for continuations if needed.
- DataGenerator - Class in org.eclipse.jetty.http2.generator
-
- DataGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.DataGenerator
-
- DataRateLimitedServlet - Class in org.eclipse.jetty.servlets
-
A servlet that uses the Servlet 3.1 asynchronous IO API to server
static content at a limited data rate.
- DataRateLimitedServlet() - Constructor for class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
- dataRemaining() - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
-
- 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.jaas.spi
-
DataSourceLoginModule
A LoginModule that uses a DataSource to retrieve user authentication
and authorisation information.
- DataSourceLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
-
- DataSourceLoginService - Class in org.eclipse.jetty.plus.security
-
DataSourceUserRealm
- 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
-
- DataSourceLoginService.DBUser - Class in org.eclipse.jetty.plus.security
-
DBUser
- Date2Tag - Class in com.acme
-
- Date2Tag() - Constructor for class com.acme.Date2Tag
-
- 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, Locale, String) - Constructor for class org.eclipse.jetty.util.DateCache
-
- DateCache(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.DateCache
-
- DateCache.Tick - Class in org.eclipse.jetty.util
-
- DateGenerator - Class in org.eclipse.jetty.http
-
ThreadLocal Date formatters for HTTP style dates.
- DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
-
- DateParser - Class in org.eclipse.jetty.http
-
ThreadLocal data parsers for HTTP style dates
- DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
-
- DateTag - Class in com.acme
-
- DateTag() - Constructor for class com.acme.DateTag
-
- DBUser(String, Credential, int) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUser
-
- 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(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
-
- debug(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
-
- debug() - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
- debug(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
-
- debug(Throwable) - Static method in class org.eclipse.jetty.start.StartLog
-
- debug(String, long) - Method in class org.eclipse.jetty.util.log.AbstractLogger
-
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
- debug(String, long) - 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(String, long) - 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, long) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
- debug(String, long) - 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(String, long) - 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
-
- DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- DebugListener - Class in org.eclipse.jetty.server
-
A Context Listener that produces additional debug.
- DebugListener() - Constructor for class org.eclipse.jetty.server.DebugListener
-
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
-
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
-
- DebugListenerBinding - Class in org.eclipse.jetty.deploy.bindings
-
A Deployment binding that installs a DebugListener in all deployed contexts
- DebugListenerBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
-
- DebugListenerBinding(DebugListener) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
-
- declaredRolesContains(String) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
-
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
- 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(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
-
- decode(ByteBuffer) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
-
- decode(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
-
- decode(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.NBitInteger
-
- decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(String, Charset) - 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, ByteArrayOutputStream) - 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, Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.BooleanDecoder
-
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteArrayDecoder
-
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteBufferDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.DoubleDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.FloatDecoder
-
- decode(InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.IntegerDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.LongDecoder
-
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.PongMessageDecoder
-
- decode(Reader) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ShortDecoder
-
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.StringDecoder
-
- decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to MultiMap, using ISO8859-1 encodings.
- decodeName(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionManager
-
- decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodeQueryTo(MultiMap<String>) - Method in class org.eclipse.jetty.http.HttpURI
-
- decodeQueryTo(MultiMap<String>, String) - Method in class org.eclipse.jetty.http.HttpURI
-
- decodeQueryTo(MultiMap<String>, Charset) - Method in class org.eclipse.jetty.http.HttpURI
-
- decoder - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
-
- decoderClass - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
-
- DecoderFactory - Class in org.eclipse.jetty.websocket.jsr356
-
- DecoderFactory(WebSocketContainerScope, DecoderMetadataSet) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
-
- DecoderFactory(WebSocketSessionScope, DecoderMetadataSet, DecoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
-
- DecoderFactory(WebSocketContainerScope, DecoderMetadataSet, DecoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
-
- DecoderFactory.Wrapper - Class in org.eclipse.jetty.websocket.jsr356
-
- decodeRFC4648URL(String) - Static method in class org.eclipse.jetty.util.B64Code
-
- decodeRFC4648URL(String, ByteArrayOutputStream) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 4648 URL.
- DecoderMetadata - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
- DecoderMetadata(Class<? extends Decoder>, Class<?>, MessageType, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadata
-
- DecoderMetadataSet - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
- DecoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadataSet
-
- decodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeString(String, int, int, Charset) - 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>, Charset) - 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.
- decodeTo(InputStream, MultiMap<String>, Charset, 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(String, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
- decodeUtf8To(String, 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.
- decodeValue(Object) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionManager
-
- decompress(ByteAccumulator, ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
- decompressCount - Variable in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
-
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
-
- 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.WebInfConfiguration
-
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
-
- decorate(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
-
- decorate(Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
-
- decorate(T) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
-
- decorate(T) - Method in interface org.eclipse.jetty.util.Decorator
-
- decorate(T) - Method in class org.eclipse.jetty.util.DeprecationWarning
-
- DecoratedObjectFactory - Class in org.eclipse.jetty.util
-
An ObjectFactory enhanced by
Decorator
instances.
- DecoratedObjectFactory() - Constructor for class org.eclipse.jetty.util.DecoratedObjectFactory
-
- Decorator - Interface in org.eclipse.jetty.util
-
Interface for 3rd party libraries to decorate recently created objects in Jetty.
- decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
decrement by 1
- DecryptedEndPoint() - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
-
- deduceKeyLength(String) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream
cipher key strength.
- DEEP_BINDING - Static variable in class org.eclipse.jetty.jndi.NamingContext
-
- 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
-
- Default404Servlet() - Constructor for class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
-
- DEFAULT_BLOCK_SIZE - Static variable in class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.ArrayQueue
-
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default initial capacity, 128.
- DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
-
- DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
-
- DEFAULT_CONFIGURATIONS - Variable in class org.eclipse.jetty.ant.AntWebAppContext
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.jetty.io.SelectorManager
-
- DEFAULT_CONTAINER_INCLUDE_JAR_PATTERN - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
-
- DEFAULT_DELIMS - Static variable in class org.eclipse.jetty.osgi.boot.utils.Util
-
- DEFAULT_EXCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
-
- DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.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 - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default growth factor, 64.
- DEFAULT_IDLE_EXPIRY_MULTIPLE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionIdManager
-
- DEFAULT_IDLE_EXPIRY_MULTIPLE - Static variable in class org.eclipse.jetty.session.infinispan.InfinispanSessionIdManager
-
- DEFAULT_INCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
-
- 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_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
-
- DEFAULT_MAX_IDLE_TIME - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
-
- DEFAULT_MAX_INACTIVE - Static variable in class org.eclipse.jetty.server.session.AbstractTestServer
-
- DEFAULT_MAX_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.Frame
-
- DEFAULT_MAX_QUERY_RESULTS - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager
-
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- DEFAULT_POLL_INTERVAL - Static variable in class org.eclipse.jetty.monitor.jmx.MonitorAction
-
- DEFAULT_PORT - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
-
- DEFAULT_PORT_STR - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
-
- DEFAULT_PROTECTED_OSGI_TARGETS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Set of extra dirs that must not be served by osgi webapps
- DEFAULT_QUICKSTART_DESCRIPTOR_NAME - Static variable in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
-
- DEFAULT_ROLE_CLASS_NAME - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
-
- DEFAULT_ROLE_CLASS_NAMES - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
-
- DEFAULT_SCAVENGE - Static variable in class org.eclipse.jetty.server.session.AbstractTestServer
-
- DEFAULT_SCAVENGE_SEC - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionManager
-
- 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
-
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
- DEFAULT_WEBAPP_SRC - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
- DEFAULT_WINDOW_SIZE - Static variable in interface org.eclipse.jetty.http2.FlowControlStrategy
-
- DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
-
The Default Authenticator Factory.
- DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
-
- DefaultBinaryEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- DefaultBinaryEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryEncoder
-
- DefaultBinaryStreamEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- DefaultBinaryStreamEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryStreamEncoder
-
- DefaultBundleClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
DefaultBundleClassLoaderHelper
- DefaultBundleClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
-
- DefaultCallbackHandler - Class in org.eclipse.jetty.jaas.callback
-
DefaultUsernameCredentialCallbackHandler
- DefaultCallbackHandler() - Constructor for class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
-
- DefaultExecutionStrategyFactory() - Constructor for class org.eclipse.jetty.util.thread.ExecutionStrategy.DefaultExecutionStrategyFactory
-
- DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
DefaultFileLocatorHelper
- 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
-
- DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
-
- DefaultJettyAtJettyHomeHelper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
-
DefaultJettyAtJettyHomeHelper
- DefaultJettyAtJettyHomeHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
- DefaultParser() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
-
- 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
-
- DefaultTextEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- DefaultTextEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextEncoder
-
- DefaultTextStreamEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- DefaultTextStreamEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextStreamEncoder
-
- DefaultUserIdentity - Class in org.eclipse.jetty.security
-
The default implementation of UserIdentity.
- DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.DefaultUserIdentity
-
- DeferredAuthentication - Class in org.eclipse.jetty.security.authentication
-
- DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
-
- DeferredContentProvider - Class in org.eclipse.jetty.client.util
-
- DeferredContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider
-
- DeferredContentProvider.Chunk - Class in org.eclipse.jetty.client.util
-
- defineAttribute(Method, ManagedAttribute) - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
TODO update to new behavior
Define an attribute on the managed object.
- definePackage(String, Manifest, URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- definePackage(String, String, String, String, String, String, String, URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
- DeflateFrameExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
Implementation of the
deflate-frame
extension seen out in the wild.
- DeflateFrameExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.DeflateFrameExtension
-
- deIdle() - Method in class org.eclipse.jetty.nosql.NoSqlSession
-
- deIdle() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- deIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicate that a requests handling is being delayed/
The implementation should arrange for context.dispatch() to be
called when the request should be handled.
- DelegatingThreadPool - Class in org.eclipse.jetty.http.spi
-
- DelegatingThreadPool(Executor) - Constructor for class org.eclipse.jetty.http.spi.DelegatingThreadPool
-
- delete(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionIdManager
-
Remove a session id from the cluster.
- delete(GCloudSessionManager.Session) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionManager
-
Remove the session from the cluster cache.
- delete(String) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionIdManager
-
Remove a session id from the cluster.
- delete(InfinispanSessionManager.Session) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionManager
-
Remove the session from the cluster cache.
- delete(File) - Static method in class org.eclipse.jetty.util.IO
-
Delete File.
- delete() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.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.EmptyResource
-
- delete() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.PathResource
-
- 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
- deleteOnExit - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
-
- deleteParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Delete any tmp storage for parts, and clear out the parts list.
- deleteSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Delete a session from the database.
- DeMaskProcessor - Class in org.eclipse.jetty.websocket.common.io.payload
-
- DeMaskProcessor() - Constructor for class org.eclipse.jetty.websocket.common.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
-
- DEPLOYED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
-
- DEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
-
- DEPLOYING_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
-
- 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.
- DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
-
- DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
-
- DeprecationWarning - Class in org.eclipse.jetty.util
-
- DeprecationWarning() - Constructor for class org.eclipse.jetty.util.DeprecationWarning
-
- DepthLimitedFileVisitor(PathWatcher, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.DepthLimitedFileVisitor
-
- dequeue() - Method in class org.eclipse.jetty.util.ArrayQueue
-
- dequote(String) - Static method in class org.eclipse.jetty.websocket.api.util.QuoteUtil
-
Remove quotes from a string, only if the input string start with and end with the same quote character.
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
-
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
-
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
-
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
-
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
-
- describeRule() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriverImpl
-
human readable string describing the rule that would support this EventDriver.
- describeRule() - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedImpl
-
- describeRule() - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerImpl
-
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.client.JsrClientEndpointImpl
-
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointImpl
-
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerEndpointImpl
-
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerExtendsEndpointImpl
-
- deScript(String) - Method in class com.acme.CookieDump
-
- Descriptor - Class in org.eclipse.jetty.webapp
-
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.Descriptor
-
- DescriptorProcessor - Interface in org.eclipse.jetty.webapp
-
DescriptorProcessor
- Destination - Interface in org.eclipse.jetty.client.api
-
- destinationFor(String, String, int) - Method in class org.eclipse.jetty.client.HttpClient
-
- destroy() - Method in class com.acme.CookieDump
-
- destroy() - Method in class com.acme.DispatchServlet
-
- destroy() - Method in class com.acme.Dump
-
- destroy() - Method in class com.acme.JNDITest
-
- destroy() - Method in class com.acme.RegTest
-
- destroy() - Method in class com.acme.TestFilter
-
- destroy(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
-
- destroy() - Method in class org.eclipse.jetty.cdi.core.ScopedInstance
-
- destroy() - Method in class org.eclipse.jetty.cdi.core.SimpleBeanStore
-
- destroy() - Method in class org.eclipse.jetty.cdi.websocket.WebSocketScopeContext
-
- destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
- destroy() - Method in class org.eclipse.jetty.embedded.Http2Server.PushedTilesFilter
-
- destroy() - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
-
- 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.proxy.AbstractProxyServlet
-
- destroy() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
-
- 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.DataRateLimitedServlet
-
- destroy() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.EventSourceServlet
-
- destroy()