- 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.HttpChannelOverHTTP
-
- abort(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(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(Throwable) - Method in class org.eclipse.jetty.client.HttpSender
-
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
-
- abort() - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
-
- abort() - Method in class org.eclipse.jetty.http.HttpGenerator
-
- abort() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
-
- abort() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- abort() - Method in class org.eclipse.jetty.server.HttpConnection
-
- abort() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Abort transport.
- abort(Throwable) - Method in class org.eclipse.jetty.spdy.client.http.HttpChannelOverSPDY
-
- abort(Throwable) - Method in class org.eclipse.jetty.spdy.client.http.HttpDestinationOverSPDY
-
- abort() - Method in class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
-
- 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.TestServletA() - Constructor for class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest.TestServletA
-
- AbstractClientCrossContextSessionTest.TestServletB - Class in org.eclipse.jetty.server.session
-
- AbstractClientCrossContextSessionTest.TestServletB() - Constructor for class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest.TestServletB
-
- AbstractCompressedStream - Class in org.eclipse.jetty.servlets.gzip
-
Skeletal implementation of a CompressedStream.
- AbstractCompressedStream(String, HttpServletRequest, CompressedResponseWrapper, String) - Constructor for class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
Instantiates a new compressed stream.
- AbstractConfiguration - Class in org.eclipse.jetty.webapp
-
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
-
- AbstractConnection - Class in org.eclipse.jetty.io
-
- AbstractConnection(EndPoint, Executor) - Constructor for class org.eclipse.jetty.io.AbstractConnection
-
- AbstractConnection(EndPoint, Executor, boolean) - Constructor for class org.eclipse.jetty.io.AbstractConnection
-
- AbstractConnection.FillingInterestedCallback - Class in org.eclipse.jetty.io
-
- AbstractConnection.NestedState - Class in org.eclipse.jetty.io
-
- AbstractConnection.State - Class in org.eclipse.jetty.io
-
- AbstractConnectionFactory - Class in org.eclipse.jetty.server
-
- 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
-
- 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
- AbstractContextProvider.OSGiApp(DeploymentManager, AppProvider, String, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
-
- AbstractContextProvider.OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.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
-
- 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
-
- 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
-
- 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
-
- AbstractHttpClientTransport.ClientSelectorManager(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport.ClientSelectorManager
-
- 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
-
- AbstractImmortalSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractImmortalSessionTest.TestServlet
-
- 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
-
- AbstractInvalidationSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractInvalidationSessionTest.TestServlet
-
- AbstractJettyMojo - Class in org.eclipse.jetty.maven.plugin
-
AbstractJettyMojo
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.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest.TestServlet
-
- AbstractLastAccessTimeTest.TestSessionListener - Class in org.eclipse.jetty.server.session
-
- AbstractLastAccessTimeTest.TestSessionListener() - Constructor for class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest.TestSessionListener
-
- AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
AbstractLeakPreventer
Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to
proactively call the code that pins them (generally pinned as static data members, or as static
data members that are daemon threads (which use the context classloader)).
- AbstractLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
-
- AbstractLifeCycle - Class in org.eclipse.jetty.util.component
-
Basic implementation of the life cycle interface for components.
- AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
-
- AbstractLifeCycle.AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
- AbstractLightLoadTest - Class in org.eclipse.jetty.server.session
-
AbstractLightLoadTest
- AbstractLightLoadTest() - Constructor for class org.eclipse.jetty.server.session.AbstractLightLoadTest
-
- AbstractLightLoadTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractLightLoadTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractLightLoadTest.TestServlet
-
- AbstractLightLoadTest.Worker - Class in org.eclipse.jetty.server.session
-
- AbstractLightLoadTest.Worker(CyclicBarrier, int, String, String[]) - Constructor for class org.eclipse.jetty.server.session.AbstractLightLoadTest.Worker
-
- 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
-
- AbstractLocalSessionScavengingTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractLocalSessionScavengingTest.TestServlet
-
- 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
-
- AbstractLoginModule.JAASUserInfo(UserInfo) - Constructor for class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
-
- 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
-
- AbstractNewSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractNewSessionTest.TestServlet
-
- 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
-
- AbstractOrphanedSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractOrphanedSessionTest.TestServlet
-
- 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
-
- 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
-
- AbstractReentrantRequestSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractReentrantRequestSessionTest.TestServlet
-
- 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.TestEventListener() - Constructor for class org.eclipse.jetty.server.session.AbstractRemoveSessionTest.TestEventListener
-
- AbstractRemoveSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractRemoveSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractRemoveSessionTest.TestServlet
-
- AbstractRestServlet - Class in org.eclipse.jetty.example.asyncrest
-
Abstract Servlet implementation class AsyncRESTServlet.
- AbstractRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
-
- 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.TestServletA() - Constructor for class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest.TestServletA
-
- AbstractServerCrossContextSessionTest.TestServletB - Class in org.eclipse.jetty.server.session
-
- AbstractServerCrossContextSessionTest.TestServletB() - Constructor for class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest.TestServletB
-
- 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
-
AbstractNewSessionTest
- AbstractSessionCookieTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCookieTest
-
- AbstractSessionCookieTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionCookieTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCookieTest.TestServlet
-
- AbstractSessionExpiryTest - Class in org.eclipse.jetty.server.session
-
- AbstractSessionExpiryTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionExpiryTest
-
- AbstractSessionExpiryTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionExpiryTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionExpiryTest.TestServlet
-
- 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.MySessionListener() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest.MySessionListener
-
- AbstractSessionInvalidateAndCreateTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionInvalidateAndCreateTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest.TestServlet
-
- AbstractSessionInvalidateAndCreateTest.TestServlet.MySessionBindingListener - Class in org.eclipse.jetty.server.session
-
- AbstractSessionInvalidateAndCreateTest.TestServlet.MySessionBindingListener() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest.TestServlet.MySessionBindingListener
-
- 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.CookieConfig() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- 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
-
- AbstractSessionMigrationTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionMigrationTest.TestServlet
-
- 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.TestHttpSessionIdListener() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionRenewTest.TestHttpSessionIdListener
-
- AbstractSessionRenewTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionRenewTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionRenewTest.TestServlet
-
- AbstractSessionValueSavingTest - Class in org.eclipse.jetty.server.session
-
AbstractLastAccessTimeTest
- AbstractSessionValueSavingTest() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionValueSavingTest
-
- AbstractSessionValueSavingTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractSessionValueSavingTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionValueSavingTest.TestServlet
-
- AbstractStopSessionManagerPreserveSessionTest - Class in org.eclipse.jetty.server.session
-
- AbstractStopSessionManagerPreserveSessionTest() - Constructor for class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest
-
- AbstractStopSessionManagerPreserveSessionTest.TestServlet - Class in org.eclipse.jetty.server.session
-
- AbstractStopSessionManagerPreserveSessionTest.TestServlet() - Constructor for class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest.TestServlet
-
- 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, String) - 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
-
- 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
Base class for Jetty DeploymentManager Providers that are capable of deploying a webapp,
either from a bundle or an OSGi service.
- AbstractWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
-
- AbstractWebAppProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
-
OSGiApp
- AbstractWebAppProvider.OSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- AbstractWebAppProvider.OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- 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.OnDisconnectCallback - Class in org.eclipse.jetty.websocket.common.io
-
- AbstractWebSocketConnection.OnDisconnectCallback() - Constructor for class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.OnDisconnectCallback
-
- AbstractWebSocketConnection.Stats - Class in org.eclipse.jetty.websocket.common.io
-
- AbstractWebSocketConnection.Stats() - Constructor for class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
-
- accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
-
- accept(Request, Response) - Method in class org.eclipse.jetty.client.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(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a channel to perform non-blocking read/write operations.
- accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
-
- accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
-
- accept(File) - Method in class org.eclipse.jetty.start.FS.AllFilter
-
- accept(File) - Method in class org.eclipse.jetty.start.FS.DirFilter
-
- accept(File) - Method in class org.eclipse.jetty.start.FS.FilenameRegexFilter
-
- accept(File) - Method in class org.eclipse.jetty.start.FS.FileNamesFilter
-
- accept(File) - Method in class org.eclipse.jetty.start.FS.RelativeRegexFilter
-
- accepted(SocketChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
- 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.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_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- acquire() - Method in class org.eclipse.jetty.client.ConnectionPool
-
- 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(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.ConnectionPool
-
- 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
-
- 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(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(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(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
- 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.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(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(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.
- 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.AbstractSession
-
- addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
- addAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
-
- addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
- addAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
-
- addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
-
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.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(Module) - Method in class org.eclipse.jetty.start.Module
-
- addChunk(byte[], int, int) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
- addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
-
- addClasses(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- 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
-
- 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
-
- addDecorator(ServletContextHandler.Decorator) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
- 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(ServerEndpointMetadata) - 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.
- 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
-
- addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.api.UpgradeRequest
-
- addExtensions(String...) - Method in class org.eclipse.jetty.websocket.api.UpgradeRequest
-
- addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
conveniance method to add a filter
- addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
convenience method to add a filter
- addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
convenience method to add a filter
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addFilter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addFilter(String, Filter) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
convenience method to add a filter and mapping
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
- addFilterWithMapping(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class<? extends Filter>, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFragment(Resource, Resource) - Method in class org.eclipse.jetty.webapp.MetaData
-
Add a web-fragment.xml
- addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
-
- addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
- addHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
-
- addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
-
- addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
- addHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
-
- 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
-
- addImplementation(EventDriverImpl) - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
-
- addIncludeCoda(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- addIncludePrelude(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
-
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher
-
A bundle is being added to the BundleTracker
.
- addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Iterate over the <injection-target> entries for a node
- addInput(String) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
-
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addJars(Resource) - Method in class org.eclipse.jetty.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
-
- 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.NoContext
-
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- 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(Session.Listener) - Method in interface org.eclipse.jetty.spdy.api.Session
-
Registers the given listener
to be notified of session events.
- addListener(Parser.Listener) - Method in class org.eclipse.jetty.spdy.parser.Parser
-
- addListener(Session.Listener) - Method in class org.eclipse.jetty.spdy.StandardSession
-
- addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
-
Add an added/removed/changed listener
- 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
-
- 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
- addMonitorActions(MonitorAction...) - Static method in class org.eclipse.jetty.monitor.JMXMonitor
-
- 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
- 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(Module) - Method in class org.eclipse.jetty.start.Module
-
- 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
-
- 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
-
Parse a classpath pattern string and appending the result
to the existing configuration.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addRawArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Add a simple argument to the command line.
- addRequestProperty(String, String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
-
- addRequestProxyHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
-
- addResponseProxyHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
-
- addRewriteRule(String, String) - Method in class org.eclipse.jetty.rewrite.handler.LegacyRule
-
Add a path rewriting rule
- addRole(String) - Method in interface org.eclipse.jetty.security.ConstraintAware
-
Add a Role definition.
- addRole(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- addRole(String) - Method in class org.eclipse.jetty.security.RoleInfo
-
- addRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
-
Add a Rule
- addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Add a Rule
- addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
-
- addScannerListener(Scanner.Listener) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
- addScanTargets(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- addServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add to the list of Server classes.
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
conveniance method to add a servlet.
- addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
conveniance method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
conveniance method to add a servlet.
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
-
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
conveniance method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
conveniance method to add a servlet.
- addSession(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(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
-
- 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
-
- addSources(List<String>) - Method in class org.eclipse.jetty.start.Module
-
- 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
-
- 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
- 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
-
- 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.ProxyServlet
-
- addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
-
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.servlet.ServletTester
-
- 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(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.JettyServer
-
- 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(Request, HttpServletRequest) - Method in class org.eclipse.jetty.proxy.ProxyServlet
-
- advance() - Method in class org.eclipse.jetty.client.HttpContent
-
Advances the cursor to the next block of content.
- 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
- aid - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
-
KeyManager to select a key with desired alias
while delegating processing to specified KeyManager
Can be used both with server and client sockets
- AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
Construct KeyManager instance
- AliasedX509KeyManager - Class in org.eclipse.jetty.util.ssl
-
KeyManager to select a key with desired alias
while delegating processing to specified KeyManager
Can be used both with server and client sockets
- AliasedX509KeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
-
Construct KeyManager instance
- ALL - Static variable in class org.eclipse.jetty.servlet.FilterMapping
-
- ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
-
- allocate(int) - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
-
- allocate(int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.webapp.MetaData
-
- ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Symbolic Link AliasChecker.
- AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
- 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
- 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 javax.websocket.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 javax.websocket.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(Class<?>, ServerEndpoint) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
-
- AnnotatedServerEndpointConfig(Class<?>, ServerEndpoint, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
-
- AnnotatedServerEndpointMetadata - Class in org.eclipse.jetty.websocket.jsr356.server
-
- AnnotatedServerEndpointMetadata(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.BundleParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource, ClassNameResolver) - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
-
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.annotations
-
- AnnotationConfiguration.ClassInheritanceMap() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
-
- 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.ContainerClassNameResolver(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ContainerClassNameResolver
-
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.annotations
-
ParserTask
Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource, ClassNameResolver) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
-
- 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.ServletContainerInitializerComparator(AnnotationConfiguration.ServletContainerInitializerOrdering) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
-
- 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.ServletContainerInitializerOrdering(String) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.annotations
-
TimeStatistic
Simple class to capture elapsed time of an operation.
- AnnotationConfiguration.TimeStatistic() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
-
- 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.
- AnnotationConfiguration.WebAppClassNameResolver(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.WebAppClassNameResolver
-
- 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.AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.annotations
-
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationParser - Class in org.eclipse.jetty.annotations
-
AnnotationParser
Use asm to scan classes for annotations.
- AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
-
- AnnotationParser - Class in org.eclipse.jetty.osgi.annotations
-
- AnnotationParser() - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationParser
-
- AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.annotations
-
AbstractHandler
Convenience base class to provide no-ops for all Handler methods.
- AnnotationParser.AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
-
- AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
-
ClassInfo
Immutable information gathered by parsing class header.
- AnnotationParser.ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
-
- AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
-
FieldInfo
Immutable information gathered by parsing a field on a class.
- AnnotationParser.FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
-
- 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.MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
-
- AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
-
MyClassVisitor
ASM visitor for a class.
- AnnotationParser.MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
-
- AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
-
MyFieldVisitor
An ASM visitor for parsing Fields.
- AnnotationParser.MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
-
- AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
-
MyMethodVisitor
ASM Visitor for parsing a method.
- AnnotationParser.MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
-
- AntWebAppContext - Class in org.eclipse.jetty.ant
-
AntWebAppContext
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.AntServletHandler() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHandler
-
- AntWebAppContext.AntServletHolder - Class in org.eclipse.jetty.ant
-
AntServletHolder
- AntWebAppContext.AntServletHolder() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntWebAppContext.AntServletHolder(Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntWebAppContext.AntServletHolder(Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntWebAppContext.AntServletHolder(String, Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
-
- AntWebAppContext.AntServletHolder(String, Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.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.
- AntWebAppContext.AntURLClassLoader(AntClassLoader) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
-
- 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
-
- anyToFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpSender
-
- 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(StandardSession.FrameBytes) - Method in class org.eclipse.jetty.spdy.Flusher
-
- append(StandardSession.DataFrameBytes) - Method in class org.eclipse.jetty.spdy.Flusher
-
- 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 byte 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(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
-
- append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
- appendArray(StringBuffer, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- appendArray(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- appendBoolean(StringBuffer, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
-
- 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
-
- appendSchemeHostPort(StringBuffer, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
- appendString(StringBuffer, String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- APPID_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
-
- 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(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
-
- apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
-
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
-
Invokes this method when a match found.
- apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
-
Apply the rule to the request
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
-
Apply the rule to the request
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
-
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
-
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
-
Apply this rule to the request/response pair.
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
-
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
-
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
-
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Process the contained rules (called by matchAndApply)
- apply(Stream, Fields, Fields) - Method in interface org.eclipse.jetty.spdy.server.http.PushStrategy
-
Applies the SPDY push logic for the primary resource.
- apply(Stream, Fields, Fields) - Method in class org.eclipse.jetty.spdy.server.http.PushStrategy.None
-
- apply(Stream, Fields, Fields) - Method in class org.eclipse.jetty.spdy.server.http.ReferrerPushStrategy
-
- apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
-
- applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.Starter
-
- applyMetaInfContextXml(Resource) - 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
-
- AppProvider - Interface in org.eclipse.jetty.deploy
-
- 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.Bucket - Class in org.eclipse.jetty.io
-
- 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
-
- ArrayTernaryTrie(boolean) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
- ArrayTernaryTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
- ArrayTernaryTrie(boolean, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
-
- 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
-
- ArrayUtil() - Constructor for class org.eclipse.jetty.util.ArrayUtil
-
- 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
-
- asByteBuffer(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- asBytes(boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- asCanonicalName(Type) - Static method in class org.eclipse.jetty.annotations.Util
-
- asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast lower case conversion.
- asFrame() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
-
- asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Array to List.
- asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
- 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
-
- associate(HttpChannel) - Method in class org.eclipse.jetty.client.HttpExchange
-
- 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.
- associate(IStream) - Method in interface org.eclipse.jetty.spdy.IStream
-
- associate(IStream) - Method in class org.eclipse.jetty.spdy.StandardStream
-
- 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
-
- asString(String, boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- asString(Charset, boolean) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
-
- ASYNC - Static variable in class org.eclipse.jetty.servlet.FilterMapping
-
- ASYNC_CONTEXT - Static variable in class org.eclipse.jetty.proxy.ProxyServlet
-
- 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
-
- AsyncGzipFilter - Class in org.eclipse.jetty.servlets
-
Async GZIP Filter
This filter is a gzip filter using jetty internal mechanism to apply gzip compression
to output that is compatible with async IO and does not need to wrap the response nor output stream.
- AsyncGzipFilter() - Constructor for class org.eclipse.jetty.servlets.AsyncGzipFilter
-
- 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
-
- 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
-
- Atomics - Class in org.eclipse.jetty.util
-
- ATTR - Static variable in interface org.eclipse.jetty.webapp.Configuration
-
- AttrEventTrigger<TYPE extends Comparable<TYPE>> - Class in org.eclipse.jetty.monitor.triggers
-
AttrEventTrigger
Event trigger that polls a value of an MXBean attribute
and matches every invocation of this trigger.
- 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
-
- Attributes - Class in org.eclipse.jetty.ant.types
-
- Attributes() - Constructor for class org.eclipse.jetty.ant.types.Attributes
-
- 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
-
Executes the authentication mechanism for the given request, returning a
Result
that can be
used to actually authenticate the request via
Result#apply(Request)
.
- 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.Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
-
- 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.HeaderInfo(String, String, String, HttpHeader) - Constructor for class org.eclipse.jetty.client.api.Authentication.HeaderInfo
-
- 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
- available() - Method in class org.eclipse.jetty.server.HttpInput
-
- available() - Method in class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
-
- available() - Method in class org.eclipse.jetty.spdy.api.BytesDataInfo
-
- available() - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- await() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
- 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
-
- B64Code - Class in org.eclipse.jetty.util
-
Fast B64 Encoder/Decoder as described in RFC 1421.
- BAD_DATA - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands
only text data MAY send this if it receives a binary message).
- BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- BAD_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the
message (e.g., non-UTF-8 [
RFC3629] data within a text message).
- BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- badMessage(int, String) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
-
- badMessage(int, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
Called to signal that a bad HTTP message has been received.
- badMessage(int, String) - Method in class org.eclipse.jetty.http.HttpTester.Message
-
- badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpChannel
-
- badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
-
- badMessage(int, String) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
-
- badMessageError(int, String, HttpFields) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Bad Message Error body
- BadPayloadException - Exception in org.eclipse.jetty.websocket.api
-
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame
payload.
- BadPayloadException(String) - Constructor for exception org.eclipse.jetty.websocket.api.BadPayloadException
-
- BadPayloadException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.BadPayloadException
-
- BadPayloadException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.BadPayloadException
-
- BalancerServlet - Class in org.eclipse.jetty.proxy
-
- BalancerServlet() - Constructor for class org.eclipse.jetty.proxy.BalancerServlet
-
- BaseAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
use *ServerAuthentication
- BaseAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
Deprecated.
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
Deprecated.
- BaseHolder<T> - Class in org.eclipse.jetty.servlet
-
AbstractHolder
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter,
listener), and/or require metadata to be held regarding their origin
(web.xml, annotation, programmatic api etc).
- BaseHolder(BaseHolder.Source) - Constructor for class org.eclipse.jetty.servlet.BaseHolder
-
- BaseHolder.Source - Enum in org.eclipse.jetty.servlet
-
- BaseHome - Class in org.eclipse.jetty.start
-
File access for ${jetty.home}
, ${jetty.base}
, directories.
- BaseHome() - Constructor for class org.eclipse.jetty.start.BaseHome
-
- BaseHome(File, File) - Constructor for class org.eclipse.jetty.start.BaseHome
-
- BASETEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
-
- BasicAuthentication - Class in org.eclipse.jetty.client.util
-
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
- BasicAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication
-
- BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
-
- BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
-
- BasicAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
use *ServerAuthentication
- BasicAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthModule
-
Deprecated.
- BasicAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthModule
-
Deprecated.
- BasicEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356
-
Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
- BasicEndpointConfig() - Constructor for class org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
-
- BasicServerEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.server
-
- BasicServerEndpointConfig(Class<?>, String) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
-
- BasicServerEndpointConfig(ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
-
- BasicServerEndpointConfigurator - Class in org.eclipse.jetty.websocket.jsr356.server
-
- BasicServerEndpointConfigurator() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfigurator
-
- BatchMode - Enum in org.eclipse.jetty.websocket.api
-
The possible batch modes when invoking OutgoingFrames#outgoingFrame(Frame, WriteCallback, BatchMode)
.
- beanAdded(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
- beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
-
- beanRemoved(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
- beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
-
- beforeRequest(Map<String, List<String>>) - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
-
- BeginRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
- BeginRequestContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
-
- beginToHeaders(Request) - Method in class org.eclipse.jetty.client.HttpSender
-
- BINARY - Static variable in class org.eclipse.jetty.websocket.common.OpCode
-
OpCode for a Binary Frame
- BinaryFrame - Class in org.eclipse.jetty.websocket.common.frames
-
- BinaryFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.BinaryFrame
-
- BinaryPartialMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
-
Partial BINARY MessageAppender for MessageHandler.Partial interface
- BinaryPartialMessage(MessageHandlerWrapper) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialMessage
-
- BinaryPartialOnMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
-
Partial BINARY MessageAppender for @OnMessage
annotated methods
- BinaryPartialOnMessage(JsrAnnotatedEventDriver) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialOnMessage
-
- BinaryWholeMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
-
- BinaryWholeMessage(EventDriver, MessageHandlerWrapper) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryWholeMessage
-
- bind(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
-
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Bind a name to an object
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Bind a name (as a String) to an object
- bind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
-
- bind(Context, String, Object) - Static method in class org.eclipse.jetty.jndi.NamingUtil
-
Bind an object to a context ensuring all sub-contexts
are created if necessary
- bind(Param.Role) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.Param
-
- bindEntry(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Bind a resource with the given name from web.xml of the given type
with a jndi resource from either the server or the webapp's naming
environment.
- bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
-
Bind all EnvEntries that have been declared, so that the processing of the
web.xml file can potentially override them.
- bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
- BindingEnumeration - Class in org.eclipse.jetty.jndi
-
BindingEnumeration
- BindingEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.BindingEnumeration
-
- bindingLogin(String, Object) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
binding authentication check
This method of authentication works only if the user branch of the DIT (ldap tree)
has an ACI (access control instruction) that allow the access to any user or at least
for the user that logs in.
- bindMessageDestinationRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
- bindResourceEnvRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
- bindResourceRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Link
-
- bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Add a java:comp/env binding for the object represented by this NamingEntry,
but bind it as the name supplied
- bindToENC(Object, String, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
-
Link a name in a webapp's java:/comp/evn namespace to a pre-existing
resource.
- bindToENC() - Static method in class org.eclipse.jetty.plus.jndi.Transaction
-
- bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Transaction
-
Allow other bindings of UserTransaction.
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
-
- bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
If value implements HttpSessionBindingListener, call valueBound()
- block() - Method in class org.eclipse.jetty.util.BlockingCallback
-
Block until the Callback has succeeded or failed and
after the return leave in the state to allow reuse.
- block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
- blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Blocks until some content or some end-of-file event arrives.
- blockForContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- blockForContent() - Method in class org.eclipse.jetty.server.QueuedHttpInput
-
- BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
-
A BlockingQueue backed by a circular array capable or growing.
- BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
- BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
- BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
- BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
- BlockingCallback - Class in org.eclipse.jetty.util
-
An implementation of Callback that blocks until success or failure.
- BlockingCallback() - Constructor for class org.eclipse.jetty.util.BlockingCallback
-
- BlockingWriteCallback - Class in org.eclipse.jetty.websocket.common
-
extend a SharedlBlockingCallback to an websocket WriteCallback
- BlockingWriteCallback() - Constructor for class org.eclipse.jetty.websocket.common.BlockingWriteCallback
-
- BlockingWriteCallback.WriteBlocker - Class in org.eclipse.jetty.websocket.common
-
- BlockingWriteCallback.WriteBlocker() - Constructor for class org.eclipse.jetty.websocket.common.BlockingWriteCallback.WriteBlocker
-
- BooleanDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the
Text
Message to
Boolean
decoder.
- BooleanDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.BooleanDecoder
-
- BooleanEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Boolean
to
Text
Message encoder
- BooleanEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.BooleanEncoder
-
- BufferingResponseListener - Class in org.eclipse.jetty.client.util
-
Implementation of
Response.Listener
that buffers the content up to a maximum length
specified to the constructors.
- BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with a default maximum length of 2 MiB.
- BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with the given maximum length
- bufferSize - Static variable in class org.eclipse.jetty.util.IO
-
- BufferUtil - Class in org.eclipse.jetty.util
-
Buffer utility methods.
- BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
-
- build(Method, Class<? extends Annotation>, ParamList...) - Static method in exception org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
-
- buildGraph() - Method in class org.eclipse.jetty.start.Modules
-
Using the provided dependencies, build the module graph
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
- bundleAdded(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
-
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
A bundle has been added that could be a webapp
- BundleClassLoaderHelper - Interface in org.eclipse.jetty.osgi.boot.utils
-
BundleClassLoaderHelper
Is there a clean OSGi way to go from the Bundle object to the classloader of
the Bundle ? You can certainly take a class inside the bundle and get the
bundle's classloader that way.
- BundleClassLoaderHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
-
BundleClassLoaderHelperFactory
Get a class loader helper adapted for the particular osgi environment.
- BundleContextProvider - Class in org.eclipse.jetty.osgi.boot
-
BundleContextProvider
Handles deploying OSGi bundles that define a context xml file for configuring them.
- BundleContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
- BundleFileLocatorHelper - Interface in org.eclipse.jetty.osgi.boot.utils
-
BundleFileLocatorHelper
From a bundle to its location on the filesystem.
- BundleFileLocatorHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
-
BundleFileLocatorHelperFactory
Obtain a helper for locating files based on the bundle.
- BundleProvider - Interface in org.eclipse.jetty.osgi.boot
-
BundleProvider
Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as osgi bundles.
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
Bundle has been removed.
- bundleRemoved(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
-
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
Bundle has been removed.
- BundleWatcher - Class in org.eclipse.jetty.osgi.boot.internal.webapp
-
BundleWatcher
Tracks the installation and removal of Bundles in the OSGi environment.
- BundleWatcher() - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.BundleWatcher
-
- BundleWebAppProvider - Class in org.eclipse.jetty.osgi.boot
-
BundleWebAppProvider
A Jetty Provider that knows how to deploy a WebApp contained inside a Bundle.
- BundleWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
- ByteAccumulator - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
- ByteAccumulator(int) - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
- ByteArrayDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteArrayDecoder
-
- ByteArrayEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.ByteArrayEncoder
-
- ByteArrayEndPoint - Class in org.eclipse.jetty.io
-
ByteArrayEndPoint.
- ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(Scheduler, long) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(Scheduler, long, byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(Scheduler, long, String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayEndPoint(Scheduler, long, ByteBuffer, ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
-
- ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
-
Byte Array ISO 8859 writer.
- ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
Constructor.
- ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
Constructor.
- ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
-
ByteArrayOutputStream with public internals
- ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
-
- ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
-
- ByteBufferContentProvider - Class in org.eclipse.jetty.client.util
-
- ByteBufferContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
-
- ByteBufferDataInfo - Class in org.eclipse.jetty.spdy.api
-
- ByteBufferDataInfo(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
-
- ByteBufferDataInfo(long, TimeUnit, ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.spdy.api.ByteBufferDataInfo
-
- ByteBufferDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteBufferDecoder
-
- ByteBufferEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
-
- byteBufferPool - Variable in class org.eclipse.jetty.fcgi.generator.Generator
-
- ByteBufferPool - Interface in org.eclipse.jetty.io
-
- ByteBufferQueuedHttpInput - Class in org.eclipse.jetty.server
-
An implementation of HttpInput using
ByteBuffer
as items.
- ByteBufferQueuedHttpInput() - Constructor for class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
-
- ByteDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the
Text
Message to
Byte
decoder
- ByteDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteDecoder
-
- ByteEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Byte
to
Text
Message encoder
- ByteEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.ByteEncoder
-
- BytesContentProvider - Class in org.eclipse.jetty.client.util
-
- BytesContentProvider(byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
-
- BytesDataInfo - Class in org.eclipse.jetty.spdy.api
-
Specialized
DataInfo
for byte array content.
- BytesDataInfo(byte[], boolean) - Constructor for class org.eclipse.jetty.spdy.api.BytesDataInfo
-
- BytesDataInfo(long, TimeUnit, byte[], boolean) - Constructor for class org.eclipse.jetty.spdy.api.BytesDataInfo
-
- BytesDataInfo(long, TimeUnit, byte[], int, int, boolean) - Constructor for class org.eclipse.jetty.spdy.api.BytesDataInfo
-
- 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.
- call() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
-
- call() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
-
- call(T) - Method in class org.eclipse.jetty.util.ForkInvoker
-
Executes the direct, non-forked, invocation
- call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- call(Object, Object...) - Method in class org.eclipse.jetty.websocket.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(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
-
- Callback.Adapter() - Constructor for class org.eclipse.jetty.util.Callback.Adapter
-
- callbackHandler - Variable in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
Deprecated.
- 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(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
-
- 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(File) - Static method in class org.eclipse.jetty.start.FS
-
- canReadFile(File) - 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
-
- CASE_INSENSTIVE - Static variable in class org.eclipse.jetty.util.StringMap
-
Deprecated.
- casHeadBlock(ConcurrentArrayQueue.Block<T>, ConcurrentArrayQueue.Block<T>) - Method in class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- 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
-
- 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
-
Default implementation of the
Text
Message to
Character
decoder
- CharacterDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
-
- CharacterEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Character
to
Text
Message encoder
- CharacterEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.CharacterEncoder
-
- 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(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
-
Deprecated.
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
-
Deprecated.
- 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
-
- 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.io.UncheckedPrintWriter
-
- checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
-
- checkKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Check KeyStore Configuration.
- 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
-
- checkManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- 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
- checkNPNAvailable() - Static method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
-
- checkOrigin(String) - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfigurator
-
- 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.spdy.server.SPDYServerConnectionFactory
-
- 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
-
- 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
-
- 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(List<String>, String) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509KeyManager
-
- CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
-
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
-
The name of the custom implementation for this interface in a fragment.
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
The name of the custom implementation for this interface in a fragment.
- classesDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
The directory containing generated classes.
- 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
-
- ClassLoaderDump - Class in org.eclipse.jetty.server
-
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
-
- 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 - Class in org.eclipse.jetty.start
-
Class to handle CLASSPATH construction
- Classpath() - Constructor for class org.eclipse.jetty.start.Classpath
-
- Classpath(String) - Constructor for class org.eclipse.jetty.start.Classpath
-
- ClasspathPattern - Class in org.eclipse.jetty.webapp
-
ClasspathPattern performs sequential pattern matching of a class name
against an internal array of classpath pattern entries.
- ClasspathPattern() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
-
- ClasspathPattern(String[]) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
-
- ClasspathPattern(String) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
-
- cleanReference(String) - Method in class org.eclipse.jetty.start.Props
-
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
-
Deprecated.
- 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.http.HttpFields
-
Clear the header.
- clear() - Method in class org.eclipse.jetty.http.HttpURI
-
- clear() - Method in class org.eclipse.jetty.http.PathMap
-
- clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
-
- clear() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
-
- clear(HttpServletRequest) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
-
- clear(HttpServletRequest) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
-
- clear() - Method in class org.eclipse.jetty.spdy.api.Settings
-
- clear() - Method in class org.eclipse.jetty.util.ArrayQueue
-
- clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
- clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in flush mode.
- clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
- clear() - Method in class org.eclipse.jetty.util.Fields
-
Empties this
Fields
instance from all fields
- clear() - Method in class org.eclipse.jetty.util.StringMap
-
Deprecated.
- 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
-
- CLEAR_PERSISTED - Static variable in class org.eclipse.jetty.spdy.api.SettingsInfo
-
- 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 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
-
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- clearCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
-
- 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
-
- clearSources() - Method in class org.eclipse.jetty.start.Module
-
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clearWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- 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.
use *ServerAuthentication
- 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
-
- ClientConnectionFactory.Helper - Class 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(Executor) - 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
-
- ClientParser.Listener.Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
-
- 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.TagLibConfiguration
-
Deprecated.
- 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.ant.AntWebAppContext.AntURLClassLoader
-
- close() - Method in interface org.eclipse.jetty.client.api.Connection
-
- close() - Method in class org.eclipse.jetty.client.ConnectionPool
-
- close() - 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(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.OutputStreamContentProvider
-
- close() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
- close() - Method in class org.eclipse.jetty.http.HttpParser
-
- 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() - 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.SelectChannelEndPoint
-
- close() - Method in class org.eclipse.jetty.io.ssl.SslConnection
-
- close() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
-
- close() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
-
Close the stream.
- close() - Method in class org.eclipse.jetty.io.WriterOutputStream
-
- close() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
-
- close() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- close() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- close() - Method in class org.eclipse.jetty.jndi.NameEnumeration
-
- close() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Do nothing
- close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- close() - Method in class org.eclipse.jetty.server.HttpOutput
-
- close() - Method in class org.eclipse.jetty.server.HttpWriter
-
- close() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
- close() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to close the network communication
(for example, to stop accepting network connections).
- close() - Method in class org.eclipse.jetty.server.ServerConnector
-
- close() - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
-
- close() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
- close() - Method in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
-
- close() - Method in class org.eclipse.jetty.spdy.client.http.HttpConnectionOverSPDY
-
- close() - Method in class org.eclipse.jetty.spdy.client.NegotiatingClientConnection
-
- close() - Method in class org.eclipse.jetty.spdy.client.NPNClientConnection
-
- close() - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
-
- close(boolean) - Method in class org.eclipse.jetty.spdy.client.SPDYConnection
-
- close(boolean) - Method in interface org.eclipse.jetty.spdy.Controller
-
- close() - Method in class org.eclipse.jetty.spdy.server.NegotiatingServerConnection
-
- close() - Method in class org.eclipse.jetty.spdy.server.NPNServerConnection
-
- close() - Method in class org.eclipse.jetty.spdy.StandardSession
-
- close(Closeable) - Static method in class org.eclipse.jetty.start.FS
-
- close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- close(InputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an input stream, and logs exceptions
- close(Reader) - Static method in class org.eclipse.jetty.util.IO
-
closes a reader, and logs exceptions
- close(Writer) - Static method in class org.eclipse.jetty.util.IO
-
closes a writer, and logs exceptions
- close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an output stream, and logs exceptions
- close() - Method in class org.eclipse.jetty.util.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
-
- close() - Method in class org.eclipse.jetty.util.resource.JarResource
-
- 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 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.io.AbstractWebSocketConnection
-
- 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
-
- close() - Method in class org.eclipse.jetty.xml.XmlAppendable
-
- CloseableDoSFilter - Class in org.eclipse.jetty.servlets
-
Closeable DoS Filter.
- CloseableDoSFilter() - Constructor for class org.eclipse.jetty.servlets.CloseableDoSFilter
-
- closeAllConnections() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
- closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.CloseableDoSFilter
-
- closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Takes drastic measures to return this response and stop this thread.
- 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.
- closed - Variable in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
-
- 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
-
- 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
-
- 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.
- CMD_LINE_SOURCE - Static variable in class org.eclipse.jetty.start.StartArgs
-
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.FrameType
-
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.Role
-
- code() - Method in enum org.eclipse.jetty.spdy.api.Settings.Flag
-
- code() - Method in class org.eclipse.jetty.spdy.api.Settings.ID
-
- CoderMetadata<T> - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
The immutable base metadata for a coder (Decoder
or Encoder
- 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
-
- 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
-
- 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 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.servlets.gzip.GzipHttpOutput
-
- 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
-
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
-
- compare(Module, Module) - Method in class org.eclipse.jetty.start.Module.DepthComparator
-
- 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(String, String) - Method in class org.eclipse.jetty.start.NaturalSort.Strings
-
- compare(Version) - Method in class org.eclipse.jetty.start.Version
-
Compares with other version.
- compareTo(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Comparitor by init order.
- compareTo(PathMappings.MappedResource<E>) - Method in class org.eclipse.jetty.websocket.server.pathmap.PathMappings.MappedResource
-
Comparison is based solely on the pathSpec
- compareTo(PathSpec) - Method in class org.eclipse.jetty.websocket.server.pathmap.PathSpec
-
- compile() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
-
- 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.nosql.NoSqlSession
-
- 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(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.fcgi.server.HttpTransportOverFCGI
-
- completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- completed() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- completed() - Method in class org.eclipse.jetty.server.HttpConnection
-
- completed() - Method in interface org.eclipse.jetty.server.HttpTransport
-
- completed() - Method in class org.eclipse.jetty.spdy.client.NegotiatingClientConnection
-
- completed() - Method in class org.eclipse.jetty.spdy.server.http.HttpTransportOverSPDY
-
- completed() - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
-
- completed() - Method in class org.eclipse.jetty.util.IteratingCallback
-
Invoked when the overall task has completed successfully.
- completed() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
-
- completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
-
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- composeName(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- composeName(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Join two names together.
- composeName(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Join two names together.
- compress(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Compressor
-
- compress(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardCompressor
-
- CompressedResponseWrapper - Class in org.eclipse.jetty.servlets.gzip
-
- CompressedResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
-
- CompressExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
- CompressExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
- CompressionDictionary - Class in org.eclipse.jetty.spdy
-
- CompressionDictionary() - Constructor for class org.eclipse.jetty.spdy.CompressionDictionary
-
- CompressionFactory - Interface in org.eclipse.jetty.spdy
-
- CompressionFactory.Compressor - Interface in org.eclipse.jetty.spdy
-
- CompressionFactory.Decompressor - Interface in org.eclipse.jetty.spdy
-
- ConcatServlet - Class in org.eclipse.jetty.servlets
-
Concatenation Servlet
This servlet may be used to concatenate multiple resources into
a single response.
- ConcatServlet() - Constructor for class org.eclipse.jetty.servlets.ConcatServlet
-
- 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
-
- ConcurrentArrayQueue.Block(int) - Constructor for class org.eclipse.jetty.util.ConcurrentArrayQueue.Block
-
- ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
-
- ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
-
- condensePackageString(String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
-
Condenses a classname by stripping down the package name to just the first character of each package name
segment.Configured
- condition() - Method in class org.eclipse.jetty.util.ForkInvoker
-
- config(Props) - Method in class org.eclipse.jetty.start.ModuleGraphWriter
-
- config - Variable in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
-
- 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
-
- Configuration.ClassList() - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- Configuration.ClassList(String[]) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- Configuration.ClassList(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
-
- 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(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(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(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(SocketChannel) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
-
- configure(Object) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
-
- configure() - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
-
Return a configured bean.
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
-
- configure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
-
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
-
Configure
Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration
-
Deprecated.
- 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
-
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- configureContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
-
- 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() - Method in class org.eclipse.jetty.maven.plugin.JettyServer
-
Set up the handler structure to receive a webapp.
- configureJetty() - Method in class org.eclipse.jetty.maven.plugin.Starter
-
- 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
-
- 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
-
- configureWrappedResponse(CompressedResponseWrapper) - Method in class org.eclipse.jetty.servlets.GzipFilter
-
- CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- connect(SocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Establishes a physical connection to the given address
.
- 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(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.spdy.client.http.HttpClientTransportOverSPDY
-
- connect(SocketAddress, SessionFrameListener) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
-
Equivalent to:
- connect(SocketAddress, SessionFrameListener, Promise<Session>) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
-
Equivalent to:
- connect(SocketAddress, SessionFrameListener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.spdy.client.SPDYClient
-
Connects to the given address
, binding the given listener
to session events,
and notified the given promise
of the connect result.
- 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
-
- 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.ConnectContext(HttpServletRequest, HttpServletResponse, AsyncContext, HttpConnection) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
-
- ConnectHandler.ConnectManager - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.DownstreamConnection - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap<String, Object>, ByteBuffer) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.DownstreamConnection
-
- ConnectHandler.UpstreamConnection - Class in org.eclipse.jetty.proxy
-
- ConnectHandler.UpstreamConnection(EndPoint, Executor, ByteBufferPool, ConnectHandler.ConnectContext) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.UpstreamConnection
-
- Connection - Interface in org.eclipse.jetty.client.api
-
- Connection - Interface in org.eclipse.jetty.io
-
- Connection.Listener - Interface in org.eclipse.jetty.io
-
- Connection.Listener.Adapter - Class in org.eclipse.jetty.io
-
- Connection.Listener.Adapter() - Constructor for class org.eclipse.jetty.io.Connection.Listener.Adapter
-
- 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
-
- 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
-
- 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, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.ConnectionPool
-
- ConnectionState - Enum in org.eclipse.jetty.websocket.common
-
Connection states as outlined in
RFC6455.
- 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
-
Connectors
Specifies a jetty configuration 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(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
-
Conveniance Constructor.
- ConstraintAware - Interface in org.eclipse.jetty.security
-
- ConstraintMapping - Class in org.eclipse.jetty.security
-
- ConstraintMapping() - Constructor for class org.eclipse.jetty.security.ConstraintMapping
-
- ConstraintSecurityHandler - Class in org.eclipse.jetty.security
-
ConstraintSecurityHandler
Handler to enforce SecurityConstraints.
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- constraintsExist(List<ServletMapping>, List<ConstraintMapping>) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
-
Check if there are already elements defined that match the url-patterns for
the servlet.
- construct(Class<?>, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- construct(Class<?>, Object[], Map<String, Object>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
- consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
-
- consume(T, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Consumes the given content.
- consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- consume(int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
Consumes the given number of bytes from this
DataInfo
.
- consume(DataInfo, int) - Method in class org.eclipse.jetty.spdy.server.http.HttpInputOverSPDY
-
- consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
-
- consumed() - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- consumeInto(ByteBuffer) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
- consumeInto(byte[], int, int) - Method in class org.eclipse.jetty.spdy.api.DataInfo
-
Reads and consumes the content bytes of this
DataInfo
into the given byte array,
starting from index
offset
for
length
bytes.
- Container - Interface in org.eclipse.jetty.util.component
-
- Container.InheritedListener - Interface in org.eclipse.jetty.util.component
-
Inherited Listener.
- Container.Listener - Interface in org.eclipse.jetty.util.component
-
A listener for Container events.
- CONTAINER_BUNDLE_PATTERN - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
-
- 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
-
- 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(ContainerInitializer, Class) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
- ContainerLifeCycle - Class in org.eclipse.jetty.util.component
-
An ContainerLifeCycle is an
LifeCycle
implementation for a collection of contained beans.
- ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- ContainerTldBundleDiscoverer - Class in org.eclipse.jetty.osgi.boot.jasper
-
ContainerTldBundleDiscoverer
Use a System property to define bundles that contain tlds that need to
be treated by jasper as if they were on the jetty container's classpath.
- ContainerTldBundleDiscoverer() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
- contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(String, String) - Method in class org.eclipse.jetty.http.HttpFields
-
- contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
- contains(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
- contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
-
- containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
- containsHeader(String) - Method in class org.eclipse.jetty.server.Response
-
- containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- containsHeader(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
-
- containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
-
- containsKey(String) - Method in class org.eclipse.jetty.start.Props
-
- containsKey(Object) - Method in class org.eclipse.jetty.util.StringMap
-
Deprecated.
- containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
-
Return whether the path matches any entries in the PathMap,
excluding the default entry
- containsSameFieldName(Field, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- containsSameMethodSignature(Method, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
-
- containsSimpleValue(V) - Method in class org.eclipse.jetty.util.MultiMap
-
Test for a specific single value in the map.
- 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) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
-
- content(T) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
-
- content(T) - Method in class org.eclipse.jetty.server.HttpChannel
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
-
- content(T) - Method in class org.eclipse.jetty.server.HttpInput
-
Adds some content to this input stream.
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- content(T) - Method in class org.eclipse.jetty.server.QueuedHttpInput
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyHTTPSPDYConnection
-
- content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
-
- CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- CONTENT_TYPE_SUFFIX - Static variable in class org.eclipse.jetty.servlets.MultiPartFilter
-
- ContentDecoder - Interface in org.eclipse.jetty.client
-
- ContentDecoder.Factory - Class in org.eclipse.jetty.client
-
- ContentDecoder.Factory(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
-
- ContentParser - Class in org.eclipse.jetty.fcgi.parser
-
- ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
-
- ContentProvider - Interface in org.eclipse.jetty.client.api
-
- ContentResponse - Interface in org.eclipse.jetty.client.api
-
A specialized
Response
that can hold a limited content in memory.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
-
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
-
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
-
Deprecated.
- ContextFactory - Class in org.eclipse.jetty.jndi
-
ContextFactory.java
This is an object factory that produces a jndi naming
context based on a classloader.
- ContextFactory() - Constructor for class org.eclipse.jetty.jndi.ContextFactory
-
- contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
- contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
-
- ContextHandler - Class in org.eclipse.jetty.server.handler
-
ContextHandler.
- ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler.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.ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
- ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
-
Approve Aliases of a non existent directory.
- ContextHandler.ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
- ContextHandler.ApprovePathPrefixAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- ContextHandler.ApprovePathPrefixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
-
Deprecated.
- ContextHandler.ApproveSameSuffixAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- ContextHandler.ApproveSameSuffixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
-
Deprecated.
- ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
-
- ContextHandler.Context - Class in org.eclipse.jetty.server.handler
-
Context.
- ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- ContextHandler.NoContext - Class in org.eclipse.jetty.server.handler
-
- ContextHandler.NoContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- 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 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 org.eclipse.jetty.servlet.listener.ELContextCleaner
-
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
-
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
-
Deprecated.
- 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
- 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.server.HttpChannel
-
If the associated response has the Expect header set to 100 Continue,
then accessing the input stream indicates that the handler/servlet
is ready for the request body and thus a 100 Continue response is sent.
- CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
- CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
-
- ContinueProtocolHandler - Class in org.eclipse.jetty.client
-
- ContinueProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler
-
- ContinueProtocolHandler.ContinueListener - Class in org.eclipse.jetty.client
-
- ContinueProtocolHandler.ContinueListener() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
-
- control(ControlFrame) - Method in class org.eclipse.jetty.spdy.generator.Generator
-
- control(IStream, ControlFrame, long, TimeUnit, Callback) - Method in interface org.eclipse.jetty.spdy.ISession
-
- control(IStream, ControlFrame, long, TimeUnit, Callback) - Method in class org.eclipse.jetty.spdy.StandardSession
-
- ControlFrame - Class in org.eclipse.jetty.spdy.frames
-
- ControlFrame(short, ControlFrameType, byte) - Constructor for class org.eclipse.jetty.spdy.frames.ControlFrame
-
- ControlFrame - Class in org.eclipse.jetty.websocket.common.frames
-
- ControlFrame(byte) - Constructor for class org.eclipse.jetty.websocket.common.frames.ControlFrame
-
- ControlFrameBodyParser - Class in org.eclipse.jetty.spdy.parser
-
- ControlFrameBodyParser() - Constructor for class org.eclipse.jetty.spdy.parser.ControlFrameBodyParser
-
- ControlFrameGenerator - Class in org.eclipse.jetty.spdy.generator
-
- ControlFrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.ControlFrameGenerator
-
- ControlFrameParser - Class in org.eclipse.jetty.spdy.parser
-
- ControlFrameParser(CompressionFactory.Decompressor) - Constructor for class org.eclipse.jetty.spdy.parser.ControlFrameParser
-
- ControlFrameType - Enum in org.eclipse.jetty.spdy.frames
-
- Controller - Interface in org.eclipse.jetty.spdy
-
- 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(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
-
- CookieCutter - Class in org.eclipse.jetty.server
-
Cookie parser
- CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
-
- CookiePatternRule - Class in org.eclipse.jetty.rewrite.handler
-
Sets the cookie in the response whenever the rule finds a match.
- CookiePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
-
- cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- 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
-
- 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
-
- copyTo(File) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
-
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- count() - Method in class org.eclipse.jetty.start.Classpath
-
- count() - Method in class org.eclipse.jetty.start.Modules
-
- 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
-
- countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
Not implemented.
- CR - Static variable in class org.eclipse.jetty.util.TypeUtil
-
- 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
-
- createConnector(boolean) - Method in class org.eclipse.jetty.servlet.ServletTester
-
Create a port based connector.
- createConstraint() - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- createConstraint(Constraint) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Create a security constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
- 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
-
- 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.NoContext
-
- createFilter(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- createHttpClient() - Method in class org.eclipse.jetty.proxy.ProxyServlet
-
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
-
- createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- 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.NoContext
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- createLocalConnector() - Method in class org.eclipse.jetty.servlet.ServletTester
-
- createLogger() - Method in class org.eclipse.jetty.proxy.ProxyServlet
-
- createServer(int) - Method in class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest
-
- 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) - Method in class org.eclipse.jetty.server.session.AbstractLightLoadTest
-
- 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.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.NoContext
-
- 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
-
- createStream() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
Create the stream fitting to the underlying compression type.
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Create a context as a child of this one
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Create a Context as a child of this one
- createWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
-
- 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.
- createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.GzipFilter
-
- createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.IncludableGzipFilter
-
- Credential - Class in org.eclipse.jetty.util.security
-
Credentials.
- Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
-
- Credential.Crypt - Class in org.eclipse.jetty.util.security
-
Unix Crypt Credentials
- Credential.MD5 - Class in org.eclipse.jetty.util.security
-
MD5 Credentials
- CredentialBodyParser - Class in org.eclipse.jetty.spdy.parser
-
- CredentialBodyParser(ControlFrameParser) - Constructor for class org.eclipse.jetty.spdy.parser.CredentialBodyParser
-
- CredentialBodyParser.State - Enum in org.eclipse.jetty.spdy.parser
-
- CredentialFrame - Class in org.eclipse.jetty.spdy.frames
-
- CredentialFrame(short, short, byte[], Certificate[]) - Constructor for class org.eclipse.jetty.spdy.frames.CredentialFrame
-
- CredentialGenerator - Class in org.eclipse.jetty.spdy.generator
-
- CredentialGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.CredentialGenerator
-
- credentialLogin(Object) - Method in class org.eclipse.jetty.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
-
- CRLF - Static variable in interface org.eclipse.jetty.http.HttpTokens
-
- CRLF - Static variable in class org.eclipse.jetty.util.IO
-
- CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
-
- CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
-
- CrossContextPsuedoSession<T> - Interface in org.eclipse.jetty.security
-
- CrossOriginFilter - Class in org.eclipse.jetty.servlets
-
- CrossOriginFilter() - Constructor for class org.eclipse.jetty.servlets.CrossOriginFilter
-
- crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
-
- crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
-
Encrypts String into crypt (Unix) code.
- CURRENT_CONGESTION_WINDOW - Static variable in class org.eclipse.jetty.spdy.api.Settings.ID
-
- customize(Request, HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
-
- 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
-
- 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
-
- customizeProxyRequest(Request, HttpServletRequest) - Method in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
-
- customizeProxyRequest(Request, HttpServletRequest) - Method in class org.eclipse.jetty.proxy.ProxyServlet
-
Extension point for subclasses to customize the proxy request.
- customizeRequestHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
-
- customizeResponseHeaders(Stream, Fields) - Method in class org.eclipse.jetty.spdy.server.proxy.ProxyEngine
-
- daemon - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Determines whether or not the server blocks when started.
- 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(DataInfo) - Method in interface org.eclipse.jetty.spdy.api.Stream
-
Sends asynchronously a DATA frame on this stream.
- data(DataInfo, Callback) - Method in interface org.eclipse.jetty.spdy.api.Stream
-
Sends asynchronously a DATA frame on this stream.
- data(int, int, DataInfo) - Method in class org.eclipse.jetty.spdy.generator.Generator
-
- data(IStream, DataInfo, long, TimeUnit, Callback) - Method in interface org.eclipse.jetty.spdy.ISession
-
- data(IStream, DataInfo, long, TimeUnit, Callback) - Method in class org.eclipse.jetty.spdy.StandardSession
-
- data(DataInfo) - Method in class org.eclipse.jetty.spdy.StandardStream
-
- data(DataInfo, Callback) - Method in class org.eclipse.jetty.spdy.StandardStream
-
- data - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
The payload data.
- DataFrame - Class in org.eclipse.jetty.spdy.frames
-
- DataFrame(int, byte, int) - Constructor for class org.eclipse.jetty.spdy.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.
- DataFrameGenerator - Class in org.eclipse.jetty.spdy.generator
-
- DataFrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.spdy.generator.DataFrameGenerator
-
- DataFrameParser - Class in org.eclipse.jetty.spdy.parser
-
- DataFrameParser() - Constructor for class org.eclipse.jetty.spdy.parser.DataFrameParser
-
- DataInfo - Class in org.eclipse.jetty.spdy.api
-
A container for DATA frames metadata and content bytes.
- DataInfo(boolean) - Constructor for class org.eclipse.jetty.spdy.api.DataInfo
-
Creates a new
DataInfo
with the given close flag and no compression flag.
- DataInfo(long, TimeUnit, boolean) - Constructor for class org.eclipse.jetty.spdy.api.DataInfo
-
Creates a new
DataInfo
with the given close flag and no compression flag.
- 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
-
- 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
-
//TODO JASPI cf JDBCLoginService
DataSourceUserRealm
Obtain user/password/role information from a database
via jndi DataSource.
- DataSourceLoginService() - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
-
- DataSourceLoginService(String) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
-
- DataSourceLoginService(String, IdentityService) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
-
- DateCache - Class in org.eclipse.jetty.util
-
Date Format Cache.
- DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
-
- DateCache(String, 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
-
- DateCache.Tick(long, String) - Constructor for class org.eclipse.jetty.util.DateCache.Tick
-
- DateGenerator - Class in org.eclipse.jetty.http
-
ThreadLocal Date formatters for HTTP style dates.
- DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
-
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_FORBIDDEN - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- DC_UNSET - Static variable in class org.eclipse.jetty.util.security.Constraint
-
- debug(String, 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
-
Debug Handler.
- DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
-
- 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.NoContext
-
- declareRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
-
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
-
- decode(ByteBuffer) - Method in interface org.eclipse.jetty.client.ContentDecoder
-
Decodes the bytes in the given buffer
and returns decoded bytes, if any.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
-
Decodes the bytes in the given buffer
and returns decoded bytes, if any.
- decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Base 64 decode as described in RFC 2045.
- decode(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 Map.
- decodeName(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionManager
-
- decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodePath(byte[], int, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
- decodeQueryTo(MultiMap<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(DecoderMetadataSet) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
-
- DecoderFactory(DecoderMetadataSet, DecoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
-
- DecoderFactory.Wrapper - Class in org.eclipse.jetty.websocket.jsr356
-
- DecoderMetadata - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
Immutable Metadata for a Decoder
- 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, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeTo(String, MultiMap<String>, String, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap<String>, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(InputStream, MultiMap<String>, String, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- 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(byte[], int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeValue(Object) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionManager
-
- decompress(byte[]) - Method in interface org.eclipse.jetty.spdy.CompressionFactory.Decompressor
-
- decompress(byte[]) - Method in class org.eclipse.jetty.spdy.StandardCompressionFactory.StandardDecompressor
-
- decompress(byte[]) - Method 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.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.TagLibConfiguration
-
Deprecated.
- 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 interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
-
- decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
- deduceKeyLength(String) - Static method in class org.eclipse.jetty.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
-
- DEFAULT_BLOCK_SIZE - Static variable in class org.eclipse.jetty.util.ConcurrentArrayQueue
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
-
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.ArrayQueue
-
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default initial capacity, 128.
- 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_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_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
- DEFAULT_MIN_COMPRESS_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
-
- DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
-
- 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_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_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.JettyRunForkedMojo
-
- DEFAULT_WEBAPP_SRC - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
-
- 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
Default implementation of the BundleClassLoaderHelper.
- 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
-
- DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
DefaultFileLocatorHelper
From a bundle to its location on the filesystem.
- DefaultFileLocatorHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
- DefaultHandler - Class in org.eclipse.jetty.server.handler
-
Default Handler.
- DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
-
- DefaultIdentityService - Class in org.eclipse.jetty.security
-
Default Identity Service implementation.
- DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
-
- DefaultJettyAtJettyHomeHelper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
-
DefaultJettyAtJettyHomeHelper
Creates a default instance of Jetty, based on the values of the
System properties "jetty.home" or "jetty.home.bundle", one of which
must be specified in order to create the default instance.
- DefaultJettyAtJettyHomeHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
- 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
-
- 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.servlets.AsyncGzipFilter
-
- DEFLATE - Static variable in class org.eclipse.jetty.servlets.GzipFilter
-
- DeflatedOutputStream - Class in org.eclipse.jetty.servlets.gzip
-
- DeflatedOutputStream(OutputStream, Deflater, byte[]) - Constructor for class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
-
- 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.server.session.HashedSession
-
- deIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- DelegatingThreadPool - Class in org.eclipse.jetty.http.spi
-
- DelegatingThreadPool(Executor) - Constructor for class org.eclipse.jetty.http.spi.DelegatingThreadPool
-
- 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
-
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.Resource
-
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
- delete() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Deletes the given resource
- deleteParts() - Method in class org.eclipse.jetty.util.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.
- DeploymentManager.AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
-
- DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
-
- DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
-
- 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.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
-
- 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(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
-
- destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
- 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.ProxyServlet
-
- 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(Object) - Method in interface org.eclipse.jetty.servlet.ServletContextHandler.Decorator
-
- destroy() - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
-
- 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() - Method in class org.eclipse.jetty.servlets.GzipFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.MultiPartFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.PutFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.QoSFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.UserAgentFilter
-
- destroy() - Method in class org.eclipse.jetty.servlets.WelcomeFilter
-
- destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
- destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Destroys the managed Destroyable beans in the reverse order they were added.
- destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
-
- destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
-
- destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Destroy WebApp.
- destroy() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.AbstractEncoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteArrayEncoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
-
- destroy() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- destroy() - Method in class org.eclipse.jetty.websocket.servlet.WebSocketServlet
-
- Destroyable - Interface in org.eclipse.jetty.util.component
-
A Destroyable is an object which can be destroyed.
- destroyed - Variable in class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest.TestSessionListener
-
- destroyEndPoint(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
-
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.FilterHolder
-
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.Holder
-
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
-
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
-
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
- didActivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
-
- DigestAuthentication - Class in org.eclipse.jetty.client.util
-
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
- DigestAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.util.DigestAuthentication
-
- DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
-
- DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
-
- DigestAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
use *ServerAuthentication
- DigestAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- DigestAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- disassociate() - Method in class org.eclipse.jetty.client.HttpChannel
-
- disassociate(HttpChannel) - Method in class org.eclipse.jetty.client.HttpExchange
-
- disassociate(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
-
- disassociate(Object) - Method in interface org.eclipse.jetty.security.IdentityService
-
Disassociate the user identity from the current thread
and restore previous identity.
- disassociate(IStream) - Method in interface org.eclipse.jetty.spdy.IStream
-
remove the given associated
IStream
from this stream
- disassociate(IStream) - Method in class org.eclipse.jetty.spdy.StandardStream
-
- disassociateClassLoader() - Static method in class org.eclipse.jetty.jndi.ContextFactory
-
- disassociateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
-
- disconnect() - Method in class org.eclipse.jetty.monitor.jmx.ServiceConnection
-
Close the connections
- disconnect() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Issue a harsh disconnect of the underlying connection.
- disconnect(boolean) - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
-
- disconnect() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
- disconnect() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Terminate the connection (no close frame sent)
- disconnect() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Harsh disconnect
- discover(Class<? extends T>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
Coder Specific discovery of Metadata for a specific coder.
- discover(Class<? extends Decoder>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadataSet
-
- discover(Class<? extends Encoder>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.EncoderMetadataSet
-
- DiscoveredAnnotation - Class in org.eclipse.jetty.webapp
-
DiscoveredAnnotation
Represents an annotation that has been discovered
by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
-
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
-
- dispatch() - Method in class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
-
- dispatch() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- dispatch(String) - Static method in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch type from name
- dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
-
- dispatch(Runnable) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
-
- dispatch(Runnable) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
- Dispatcher - Class in org.eclipse.jetty.server
-
Servlet RequestDispatcher.
- Dispatcher(ContextHandler, String, String, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
-
- Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
-
Constructor.
- dispose() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
-
- dispose() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
-
- dispose() - Method in class org.eclipse.jetty.client.HttpReceiver
-
- dispose() - Method in class org.eclipse.jetty.client.HttpSender
-
- doCompress() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
Do compress.
- DOCUMENT_ROOT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- DOCUMENT_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
-
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.tests.webapp.HttpMethodsServlet
-
- doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- doExecute(long) - Method in class org.eclipse.jetty.monitor.jmx.MonitorAction
-
This method will be called when event trigger associated
with this monitor action matches its conditions.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.GzipFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PutFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.QoSFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
- doFormatCookieDate(StringBuilder, long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
- doFormatDate(long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.DumpServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.MinimalServlets.HelloServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest.TestServletA
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractClientCrossContextSessionTest.TestServletB
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractImmortalSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractInvalidationSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractLastAccessTimeTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractLightLoadTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractLocalSessionScavengingTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractNewSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractOrphanedSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractReentrantRequestSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractRemoveSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest.TestServletA
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractServerCrossContextSessionTest.TestServletB
-
- doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionCookieTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionExpiryTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionInvalidateAndCreateTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionMigrationTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionRenewTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionValueSavingTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractStopSessionManagerPreserveSessionTest.TestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.WebAppObjectInSessionServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.NoJspServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.ConcatServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.tests.webapp.HttpMethodsServlet
-
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
-
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the
environment that will be looked up at runtime.
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
-
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
-
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
- doHandshakeResponse(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.server.HandshakeRFC6455
-
- doHandshakeResponse(ServletUpgradeRequest, ServletUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.server.WebSocketHandshake
-
Formulate a WebSocket upgrade handshake response.
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.tests.webapp.HttpMethodsServlet
-
- doInvalidate() - Method in class org.eclipse.jetty.nosql.NoSqlSession
-
- doInvalidate() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- doInvalidate() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- DOMLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
DOMLeakPreventer
See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6916498
Prevent the RuntimeException that is a static member of AbstractDOMParser
from pinning a webapp classloader by causing it to be set here by a non-webapp classloader.
- DOMLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DOMLeakPreventer
-
- doNotCompress(boolean) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
-
Do not compress.
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractReentrantRequestSessionTest.TestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.AbstractSessionMigrationTest.TestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.tests.webapp.HttpMethodsServlet
-
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.tests.webapp.HttpMethodsServlet
-
- doPutOrRemove(String, Object) - Method in class org.eclipse.jetty.nosql.NoSqlSession
-
- doPutOrRemove(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- doResponseHeaders(HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Set the response headers.
- doRFC2254Encoding(String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
-
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
- doSessionAttributeListeners(AbstractSession, String, Object, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- DoSFilter - Class in org.eclipse.jetty.servlets
-
- DoSFilter() - Constructor for class org.eclipse.jetty.servlets.DoSFilter
-
- doStart() - Method in class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
-
Call the doStart method of the ServletContainerInitializers
- doStart() - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- doStart() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- doStart() - Method in class org.eclipse.jetty.client.HttpClient
-
- doStart() - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
- doStart() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
- doStart() - Method in class org.eclipse.jetty.io.SelectorManager
-
- doStart() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
-
- doStart() - Method in class org.eclipse.jetty.jaas.JAASLoginService
-
- doStart() - Method in class org.eclipse.jetty.jmx.ConnectorServer
-
- doStart() - Method in class org.eclipse.jetty.maven.plugin.JettyServer
-
- doStart() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
-
- doStart() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
-
- doStart() - Method in class org.eclipse.jetty.monitor.ThreadMonitor
-
- doStart() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionIdManager
-
- doStart() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionManager
-
- doStart() - Method in class org.eclipse.jetty.nosql.NoSqlSessionManager
-
- doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
- doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
- doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
-
- doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
-
- doStart() - Method in class org.eclipse.jetty.proxy.ConnectHandler
-
- doStart() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- doStart() - Method in class org.eclipse.jetty.security.HashLoginService
-
- doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
-
- doStart() - Method in class org.eclipse.jetty.security.MappedLoginService
-
- doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after
it has initially loaded it.
- doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
-
- doStart() - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
- doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- doStart() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- doStart() - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- doStart() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- doStart() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
- doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
-
- doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.Server
-
- doStart() - Method in class org.eclipse.jetty.server.ServerConnector
-
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- doStart() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
-
- doStart() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Start up the id manager.
- doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Start the session manager.
- doStart() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- doStart() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
- doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
-
- doStart() - Method in class org.eclipse.jetty.servlet.BaseHolder
-
- doStart() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
-
- doStart() - Method in class org.eclipse.jetty.servlet.FilterHolder
-
- doStart() - Method in class org.eclipse.jetty.servlet.ListenerHolder
-
- doStart() - Method in class org.eclipse.jetty.servlet.ServletHandler
-
- doStart() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
- doStart() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
-
- doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Starts the managed lifecycle beans in the order they were added.
- doStart() - Method in class org.eclipse.jetty.util.LeakDetector
-
- doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
-
- doStart() - Method in class org.eclipse.jetty.util.Scanner
-
Start the scanning action.
- doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Create the SSLContext object and start the lifecycle
- doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
- doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
-
- doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
-
- doStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
- doStart() - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
-
- doStart() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
- doStart() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
- doStart() - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
-
- doStop() - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
- doStop() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
-
- doStop() - Method in class org.eclipse.jetty.client.HttpClient
-
- doStop() - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
- doStop() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
- doStop() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
-
- doStop() - Method in class org.eclipse.jetty.io.SelectorManager
-
- doStop() - Method in class org.eclipse.jetty.io.SelectorManager.ManagedSelector
-
- doStop() - Method in class org.eclipse.jetty.jmx.ConnectorServer
-
- doStop() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
-
- doStop() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
-
- doStop() - Method in class org.eclipse.jetty.monitor.ThreadMonitor
-
- doStop() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionIdManager
-
- doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
- doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
- doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
-
- doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
-
- doStop() - Method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
-
- doStop() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
- doStop() - Method in class org.eclipse.jetty.security.HashLoginService
-
- doStop() - Method in class org.eclipse.jetty.security.MappedLoginService
-
- doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
- doStop() - Method in class org.eclipse.jetty.security.SecurityHandler
-
- doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- doStop() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
- doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- doStop() - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- doStop() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
- doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
- doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- doStop() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
-
- doStop() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Close the log file and perform cleanup.
- doStop() - Method in class org.eclipse.jetty.server.Server
-
- doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- doStop() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
-
- doStop() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Stop the scavenger.
- doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Stop the session manager.
- doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- doStop() - Method in class org.eclipse.jetty.servlet.BaseHolder
-
- doStop() - Method in class org.eclipse.jetty.servlet.FilterHolder
-
- doStop() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
- doStop() - Method in class org.eclipse.jetty.servlet.ServletHandler
-
- doStop() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
- doStop() - Method in class org.eclipse.jetty.spdy.client.SPDYClient.Factory
-
- doStop() - Method in class org.eclipse.jetty.spdy.server.SPDYServerConnectionFactory
-
- doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
- doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Stops the managed lifecycle beans in the reverse order they were added.
- doStop() - Method in class org.eclipse.jetty.util.LeakDetector
-
- doStop() - Method in class org.eclipse.jetty.util.Scanner
-
Stop the scanning.
- doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-