Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.http.pathmap | |
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.client.http | |
org.eclipse.jetty.http2.server | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.jmx |
Jetty JMX : Integration for JMX in Jetty
|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.jmx |
Jetty Server : Server JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.session.infinispan | |
org.eclipse.jetty.test.jmx | |
org.eclipse.jetty.test.jmx.jmx | |
org.eclipse.jetty.unixsocket | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.util.thread.strategy | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
int |
DuplexConnectionPool.getActiveConnectionCount() |
int |
AbstractConnectionPool.getConnectionCount() |
ConnectionPool |
HttpDestination.getConnectionPool() |
long |
HttpClient.getConnectTimeout() |
java.lang.String |
HttpClient.getDefaultRequestContentType() |
java.lang.String |
HttpDestination.getHost() |
int |
DuplexConnectionPool.getIdleConnectionCount() |
long |
HttpClient.getIdleTimeout() |
int |
AbstractConnectionPool.getMaxConnectionCount() |
int |
HttpClient.getMaxConnectionsPerDestination() |
int |
HttpClient.getMaxRequestsQueuedPerDestination() |
java.lang.String |
HttpClient.getName() |
int |
AbstractConnectionPool.getPendingCount() |
int |
HttpDestination.getPort() |
int |
HttpDestination.getQueuedRequestCount() |
int |
HttpClient.getRequestBufferSize() |
int |
HttpClient.getResponseBufferSize() |
java.lang.String |
HttpDestination.getScheme() |
int |
AbstractConnectorHttpClientTransport.getSelectors() |
int |
ValidatingConnectionPool.getValidatingConnectionCount() |
boolean |
HttpClient.isConnectBlocking() |
boolean |
HttpClient.isFollowRedirects() |
boolean |
HttpClient.isRemoveIdleDestinations() |
boolean |
HttpClient.isStrictEventOrdering() |
boolean |
HttpClient.isTCPNoDelay() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AppProvider> |
DeploymentManager.getAppProviders() |
java.util.Collection<App> |
DeploymentManager.getApps() |
ContextHandlerCollection |
DeploymentManager.getContexts() |
void |
PropertiesConfigurationManager.setFile(java.lang.String resource) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
WebAppProvider.getConfigurationClasses() |
java.lang.String |
WebAppProvider.getDefaultsDescriptor()
Get the defaultsDescriptor.
|
int |
ScanningAppProvider.getScanInterval() |
java.io.File |
WebAppProvider.getTempDir()
Get the user supplied Work Directory.
|
boolean |
WebAppProvider.isExtractWars()
Get the extractWars.
|
boolean |
WebAppProvider.isParentLoaderPriority()
Get the parentLoaderPriority.
|
boolean |
ScanningAppProvider.isRecursive() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HttpClientTransportOverFCGI.getScriptRoot() |
boolean |
HttpClientTransportOverFCGI.isMultiplexed() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MappedResource<E>> |
PathMappings.getMappings() |
PathSpec |
MappedResource.getPathSpec() |
E |
MappedResource.getResource() |
Modifier and Type | Method and Description |
---|---|
float |
BufferingFlowControlStrategy.getBufferRatio() |
FlowControlStrategy |
HTTP2Session.getFlowControlStrategy() |
int |
HTTP2Session.getInitialSessionRecvWindow() |
int |
AbstractFlowControlStrategy.getInitialStreamRecvWindow() |
int |
AbstractFlowControlStrategy.getInitialStreamSendWindow() |
int |
HTTP2Session.getRecvWindow() |
int |
HTTP2Session.getSendWindow() |
long |
AbstractFlowControlStrategy.getSessionStallTime() |
int |
HTTP2Session.getStreamCount() |
long |
HTTP2Session.getStreamIdleTimeout() |
long |
AbstractFlowControlStrategy.getStreamsStallTime() |
boolean |
HTTP2Session.isPushEnabled() |
Modifier and Type | Method and Description |
---|---|
long |
HTTP2Client.getConnectTimeout() |
long |
HTTP2Client.getIdleTimeout() |
int |
HTTP2Client.getInitialSessionRecvWindow() |
int |
HTTP2Client.getInitialStreamRecvWindow() |
int |
HTTP2Client.getInputBufferSize() |
int |
HTTP2Client.getMaxConcurrentPushedStreams() |
int |
HTTP2Client.getMaxFrameLength() |
int |
HTTP2Client.getMaxSettingsKeys() |
java.util.List<java.lang.String> |
HTTP2Client.getProtocols() |
int |
HTTP2Client.getSelectors() |
boolean |
HTTP2Client.isConnectBlocking() |
Modifier and Type | Method and Description |
---|---|
int |
HttpClientTransportOverHTTP2.getSelectors() |
boolean |
HttpClientTransportOverHTTP2.isUseALPN() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractHTTP2ServerConnectionFactory.getInitialSessionRecvWindow() |
int |
AbstractHTTP2ServerConnectionFactory.getInitialStreamRecvWindow() |
int |
AbstractHTTP2ServerConnectionFactory.getMaxConcurrentStreams() |
int |
AbstractHTTP2ServerConnectionFactory.getMaxDynamicTableSize() |
int |
AbstractHTTP2ServerConnectionFactory.getMaxFrameLength() |
int |
AbstractHTTP2ServerConnectionFactory.getMaxHeaderBlockFragment() |
int |
AbstractHTTP2ServerConnectionFactory.getMaxSettingsKeys() |
int |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.getSize() |
long |
AbstractHTTP2ServerConnectionFactory.getStreamIdleTimeout() |
Modifier and Type | Method and Description |
---|---|
long |
ConnectionStatistics.getConnectionDurationMax() |
double |
ConnectionStatistics.getConnectionDurationMean() |
double |
ConnectionStatistics.getConnectionDurationStdDev() |
long |
ConnectionStatistics.getConnections() |
long |
ConnectionStatistics.getConnectionsMax() |
long |
ConnectionStatistics.getConnectionsTotal() |
long |
SelectorManager.getConnectTimeout()
Get the connect timeout
|
java.util.concurrent.Executor |
SelectorManager.getExecutor() |
long |
ConnectionStatistics.getReceivedBytes() |
long |
ConnectionStatistics.getReceivedBytesRate() |
long |
ConnectionStatistics.getReceivedMessages() |
long |
ConnectionStatistics.getReceivedMessagesRate() |
Scheduler |
SelectorManager.getScheduler() |
int |
SelectorManager.getSelectorCount() |
long |
ConnectionStatistics.getSentBytes() |
long |
ConnectionStatistics.getSentBytesRate() |
long |
ConnectionStatistics.getSentMessages() |
long |
ConnectionStatistics.getSentMessagesRate() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MBeanContainer.getDomain()
Retrieve domain name used to add MBeans
|
boolean |
MBeanContainer.isUseCacheForOtherClassLoaders() |
Modifier and Type | Method and Description |
---|---|
long |
MavenServerConnector.getIdleTimeout() |
Modifier and Type | Method and Description |
---|---|
com.mongodb.DBCollection |
MongoSessionDataStore.getDBCollection() |
boolean |
MongoSessionDataStore.isPassivating() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractConnector.getAcceptorPriorityDelta() |
int |
AbstractConnector.getAcceptors() |
int |
ServerConnector.getAcceptQueueSize() |
int |
AcceptRateLimit.getAcceptRateLimit() |
long |
HttpConfiguration.getBlockingTimeout()
Deprecated.
|
int |
ConnectorStatistics.getBytesIn()
Deprecated.
|
int |
ConnectorStatistics.getBytesOut()
Deprecated.
|
Handler[] |
HandlerContainer.getChildHandlers() |
long |
ConnectorStatistics.getConnectionDurationMax()
Deprecated.
|
double |
ConnectorStatistics.getConnectionDurationMean()
Deprecated.
|
double |
ConnectorStatistics.getConnectionDurationStdDev()
Deprecated.
|
int |
ConnectionLimit.getConnections() |
int |
ConnectorStatistics.getConnections()
Deprecated.
|
int |
ConnectorStatistics.getConnectionsOpen()
Deprecated.
|
int |
ConnectorStatistics.getConnectionsOpenMax()
Deprecated.
|
Connector[] |
Server.getConnectors() |
java.lang.String |
RequestLogWriter.getDatedFilename()
Retrieve the file name of the request log with the expanded
date wildcard if the output is written to the disk using
RolloverFileOutputStream . |
java.lang.String |
AbstractConnector.getDefaultProtocol() |
java.lang.String |
NCSARequestLog.getFilename()
Deprecated.
Retrieve the output file name of the request log.
|
java.lang.String |
RequestLogWriter.getFileName()
Retrieve the output file name of the request log.
|
java.lang.String |
RequestLogWriter.getFilenameDateFormat()
Retrieve the file name date format string.
|
java.lang.String |
CustomRequestLog.getFormatString()
Retrieve the format string.
|
Handler[] |
HandlerContainer.getHandlers() |
int |
HttpConfiguration.getHeaderCacheSize() |
java.lang.String |
AbstractNetworkConnector.getHost() |
long |
ConnectionLimit.getIdleTimeout() |
long |
AbstractConnector.getIdleTimeout() |
long |
Connector.getIdleTimeout() |
long |
HttpConfiguration.getIdleTimeout()
The max idle time is applied to a HTTP request for IO operations and
delayed dispatch.
|
int |
AbstractConnectionFactory.getInputBufferSize() |
int |
ServerConnector.getLocalPort() |
java.lang.String |
Slf4jRequestLogWriter.getLoggerName() |
java.lang.String |
AbstractNCSARequestLog.getLogTimeZone()
Deprecated.
Retrieve the timezone of the request log.
|
int |
LowResourceMonitor.getLowResourcesIdleTimeout() |
java.lang.String |
LowResourceMonitor.getLowResourcesReasons() |
long |
LowResourceMonitor.getLowResourcesStarted() |
int |
ConnectionLimit.getMaxConnections() |
int |
LowResourceMonitor.getMaxConnections()
Deprecated.
Replaced by ConnectionLimit
|
int |
LowResourceMonitor.MaxConnectionsLowResourceCheck.getMaxConnections()
Deprecated.
Replaced by ConnectionLimit
|
int |
HttpConfiguration.getMaxErrorDispatches() |
int |
LowResourceMonitor.getMaxLowResourcesTime() |
long |
LowResourceMonitor.getMaxMemory() |
long |
AcceptRateLimit.getMaxRate() |
int |
ConnectorStatistics.getMessagesIn()
Deprecated.
|
int |
ConnectorStatistics.getMessagesInPerConnectionMax()
Deprecated.
|
double |
ConnectorStatistics.getMessagesInPerConnectionMean()
Deprecated.
|
double |
ConnectorStatistics.getMessagesInPerConnectionStdDev()
Deprecated.
|
int |
ConnectorStatistics.getMessagesInPerSecond()
Deprecated.
|
int |
ConnectorStatistics.getMessagesOut()
Deprecated.
|
int |
ConnectorStatistics.getMessagesOutPerConnectionMax()
Deprecated.
|
double |
ConnectorStatistics.getMessagesOutPerConnectionMean()
Deprecated.
|
double |
ConnectorStatistics.getMessagesOutPerConnectionStdDev()
Deprecated.
|
int |
ConnectorStatistics.getMessagesOutPerSecond()
Deprecated.
|
long |
HttpConfiguration.getMinRequestDataRate() |
long |
HttpConfiguration.getMinResponseDataRate() |
java.util.Collection<Connector> |
LowResourceMonitor.getMonitoredConnectors() |
boolean |
LowResourceMonitor.getMonitorThreads() |
int |
HttpConfiguration.getOutputAggregationSize() |
int |
HttpConfiguration.getOutputBufferSize() |
long |
AcceptRateLimit.getPeriod() |
int |
LowResourceMonitor.getPeriod() |
int |
AbstractNetworkConnector.getPort() |
java.lang.String |
AbstractConnectionFactory.getProtocol() |
java.util.List<java.lang.String> |
AbstractConnector.getProtocols() |
int |
AcceptRateLimit.getRate() |
java.lang.String |
LowResourceMonitor.getReasons() |
int |
HttpConfiguration.getRequestHeaderSize() |
int |
HttpConfiguration.getResponseHeaderSize() |
int |
NCSARequestLog.getRetainDays()
Deprecated.
Retrieve the number of days before rotated log files are deleted.
|
int |
RequestLogWriter.getRetainDays()
Retrieve the number of days before rotated log files are deleted.
|
int |
HttpConfiguration.getSecurePort() |
java.lang.String |
HttpConfiguration.getSecureScheme() |
SelectorManager |
ServerConnector.getSelectorManager() |
boolean |
HttpConfiguration.getSendDateHeader() |
boolean |
HttpConfiguration.getSendServerVersion() |
boolean |
HttpConfiguration.getSendXPoweredBy() |
Server |
Handler.getServer() |
int |
ServerConnector.getSoLingerTime()
Deprecated.
don't use as socket close linger time has undefined behavior for non-blocking sockets
|
long |
ConnectorStatistics.getStartedMillis()
Deprecated.
|
ThreadPool |
Server.getThreadPool() |
java.lang.String |
RequestLogWriter.getTimeZone() |
java.util.concurrent.TimeUnit |
AcceptRateLimit.getUnits() |
static java.lang.String |
Server.getVersion() |
RequestLog.Writer |
CustomRequestLog.getWriter() |
boolean |
LowResourceMonitor.isAcceptingInLowResources() |
boolean |
NCSARequestLog.isAppend()
Deprecated.
Retrieve append to log flag.
|
boolean |
RequestLogWriter.isAppend()
Retrieve append to log flag.
|
boolean |
HttpConfiguration.isDelayDispatchUntilContent() |
boolean |
Server.isDumpAfterStart() |
boolean |
Server.isDumpBeforeStop() |
boolean |
DebugListener.isDumpContext() |
boolean |
AbstractNCSARequestLog.isExtended()
Deprecated.
Retrieve the extended request log format flag.
|
boolean |
LowResourceMonitor.isLowOnResources() |
boolean |
HttpConfiguration.isNotifyRemoteAsyncErrors() |
boolean |
HttpConfiguration.isPersistentConnectionsEnabled() |
boolean |
DebugListener.isRenameThread() |
boolean |
DebugListener.isShowHeaders() |
Modifier and Type | Method and Description |
---|---|
boolean |
ContextHandler.getAllowNullPathInfo() |
int |
StatisticsHandler.getAsyncDispatches() |
int |
StatisticsHandler.getAsyncRequests() |
int |
StatisticsHandler.getAsyncRequestsWaiting() |
int |
StatisticsHandler.getAsyncRequestsWaitingMax() |
java.lang.String |
ContextHandler.getClassPath()
Make best effort to extract a file classpath from the context classloader
|
java.lang.String |
ContextHandler.getContextPath() |
int |
StatisticsHandler.getDispatched() |
int |
StatisticsHandler.getDispatchedActive() |
int |
StatisticsHandler.getDispatchedActiveMax() |
long |
StatisticsHandler.getDispatchedTimeMax() |
double |
StatisticsHandler.getDispatchedTimeMean() |
double |
StatisticsHandler.getDispatchedTimeStdDev() |
long |
StatisticsHandler.getDispatchedTimeTotal() |
java.lang.String |
ContextHandler.getDisplayName() |
ErrorHandler |
ContextHandler.getErrorHandler() |
int |
StatisticsHandler.getExpires() |
Handler |
HandlerWrapper.getHandler() |
Handler[] |
HandlerCollection.getHandlers() |
java.util.Map<java.lang.String,java.lang.String> |
ContextHandler.getInitParams() |
int |
ContextHandler.getMaxFormContentSize() |
int |
StatisticsHandler.getRequests() |
int |
StatisticsHandler.getRequestsActive() |
int |
StatisticsHandler.getRequestsActiveMax() |
long |
StatisticsHandler.getRequestTimeMax() |
double |
StatisticsHandler.getRequestTimeMean() |
double |
StatisticsHandler.getRequestTimeStdDev() |
long |
StatisticsHandler.getRequestTimeTotal() |
java.lang.String |
ContextHandler.getResourceBase() |
int |
StatisticsHandler.getResponses1xx() |
int |
StatisticsHandler.getResponses2xx() |
int |
StatisticsHandler.getResponses3xx() |
int |
StatisticsHandler.getResponses4xx() |
int |
StatisticsHandler.getResponses5xx() |
long |
StatisticsHandler.getResponsesBytesTotal() |
long |
StatisticsHandler.getStatsOnMs() |
int |
ThreadLimitHandler.getThreadLimit() |
java.lang.String[] |
ContextHandler.getVirtualHosts()
Get the virtual hosts for the context.
|
java.lang.String[] |
ContextHandler.getWelcomeFiles() |
boolean |
ThreadLimitHandler.isEnabled() |
boolean |
ContextHandler.isShutdown() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
ContextHandlerMBean.getContextAttributes() |
Modifier and Type | Method and Description |
---|---|
Handler[] |
ServerMBean.getContexts() |
long |
ServerMBean.getStartupTime() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractSessionCache.getEvictionPolicy() |
int |
AbstractSessionDataStore.getGracePeriodSec() |
boolean |
SessionHandler.getHttpOnly() |
long |
HouseKeeper.getIntervalSec()
Get the period between scavenge cycles.
|
int |
SessionHandler.getMaxCookieAge() |
int |
SessionHandler.getMaxInactiveInterval() |
int |
SessionHandler.getRefreshCookieAge() |
int |
AbstractSessionDataStore.getSavePeriodSec() |
boolean |
SessionHandler.getSecureCookies() |
java.lang.String |
SessionHandler.getSessionCookie() |
java.lang.String |
SessionHandler.getSessionDomain() |
SessionIdManager |
SessionHandler.getSessionIdManager()
Gets the cross context session id manager
|
java.lang.String |
SessionHandler.getSessionIdPathParameterName() |
java.lang.String |
SessionHandler.getSessionPath() |
int |
SessionHandler.getSessionsCreated() |
long |
DefaultSessionCache.getSessionsCurrent() |
long |
DefaultSessionCache.getSessionsMax() |
long |
DefaultSessionCache.getSessionsTotal() |
long |
SessionHandler.getSessionTimeMax() |
double |
SessionHandler.getSessionTimeMean() |
double |
SessionHandler.getSessionTimeStdDev() |
long |
SessionHandler.getSessionTimeTotal() |
java.io.File |
FileSessionDataStore.getStoreDir() |
java.lang.String |
DefaultSessionIdManager.getWorkerName()
Get the workname.
|
boolean |
SessionHandler.isCheckingRemoteSessionIdEncoding() |
boolean |
FileSessionDataStore.isPassivating() |
boolean |
NullSessionDataStore.isPassivating() |
boolean |
JDBCSessionDataStore.isPassivating() |
boolean |
AbstractSessionCache.isRemoveUnloadableSessions() |
boolean |
AbstractSessionCache.isSaveOnCreate() |
boolean |
AbstractSessionCache.isSaveOnInactiveEviction()
Whether we should save a session that has been inactive before
we boot it from the cache.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BaseHolder.getClassName() |
java.lang.String |
Holder.getDisplayName() |
FilterMapping[] |
ServletHandler.getFilterMappings() |
java.lang.String |
FilterMapping.getFilterName() |
FilterHolder[] |
ServletHandler.getFilters() |
java.lang.String |
ServletHolder.getForcedPath() |
GzipHandler |
ServletContextHandler.getGzipHandler() |
int |
ServletHolder.getInitOrder() |
java.util.Map<java.lang.String,java.lang.String> |
Holder.getInitParameters() |
java.lang.String |
Holder.getName() |
java.lang.String[] |
ServletMapping.getPathSpecs() |
java.lang.String[] |
FilterMapping.getPathSpecs() |
java.lang.String |
ServletHolder.getRunAsRole() |
SecurityHandler |
ServletContextHandler.getSecurityHandler() |
ServletHandler |
ServletContextHandler.getServletHandler() |
ServletMapping[] |
ServletHandler.getServletMappings() |
java.lang.String |
ServletMapping.getServletName() |
java.lang.String[] |
FilterMapping.getServletNames() |
ServletHolder[] |
ServletHandler.getServlets() |
SessionHandler |
ServletContextHandler.getSessionHandler() |
boolean |
ServletMapping.isDefault() |
Modifier and Type | Method and Description |
---|---|
long |
DoSFilter.getDelayMs()
Get delay (in milliseconds) that is applied to all requests
over the rate limit, before they are considered at all.
|
long |
DoSFilter.getMaxIdleTrackerMs()
Get maximum amount of time (in milliseconds) to keep track
of request rates for a connection, before deciding that
the user has gone away, and discarding it.
|
long |
DoSFilter.getMaxRequestMs()
Get maximum amount of time (in milliseconds) to allow
the request to process.
|
int |
QoSFilter.getMaxRequests()
Get the maximum number of requests allowed to be processed
at the same time.
|
int |
DoSFilter.getMaxRequestsPerSec()
Get maximum number of requests from a connection per
second.
|
long |
DoSFilter.getMaxWaitMs()
Get maximum amount of time (in milliseconds) the filter will
blocking wait for the throttle semaphore.
|
java.util.Map<java.lang.String,java.lang.String> |
PushCacheFilter.getPushCache() |
long |
QoSFilter.getSuspendMs()
Get the amount of time (in milliseconds) that the filter would suspend
a request for while waiting for the semaphore to become available.
|
int |
DoSFilter.getThrottledRequests()
Get number of requests over the rate limit able to be
considered at once.
|
long |
DoSFilter.getThrottleMs()
Get amount of time (in milliseconds) to async wait for semaphore.
|
long |
QoSFilter.getWaitMs()
Get the (short) amount of time (in milliseconds) that the filter would wait
for the semaphore to become available before suspending a request.
|
java.lang.String |
DoSFilter.getWhitelist()
Get a list of IP addresses that will not be rate limited.
|
boolean |
DoSFilter.isEnabled() |
boolean |
DoSFilter.isInsertHeaders()
Check flag to insert the DoSFilter headers into the response.
|
boolean |
DoSFilter.isRemotePort()
Get flag to have usage rate tracked by IP+port (effectively connection)
if session tracking is not used.
|
boolean |
DoSFilter.isTrackSessions()
Get flag to have usage rate tracked by session if a session exists.
|
Modifier and Type | Method and Description |
---|---|
int |
InfinispanSessionDataStore.getInfinispanIdleTimeoutSec() |
boolean |
InfinispanSessionDataStore.isPassivating() |
Modifier and Type | Method and Description |
---|---|
int |
Echoer.getCount() |
java.lang.String |
CommonComponent.getName() |
Modifier and Type | Method and Description |
---|---|
int |
PingerMBean.getCount() |
java.lang.String |
EchoerMBean.getFoo() |
Modifier and Type | Method and Description |
---|---|
int |
UnixSocketConnector.getAcceptQueueSize() |
java.lang.String |
UnixSocketConnector.getUnixSocket() |
Modifier and Type | Method and Description |
---|---|
long |
SocketAddressResolver.Async.getTimeout() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AbstractLifeCycle.getState() |
long |
AbstractLifeCycle.getStopTimeout() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,Logger> |
Log.getLoggers()
Get a map of all configured
Logger instances. |
boolean |
StdErrLog.isDebugEnabled() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
LogMBean.getLoggers() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SslContextFactory.getCertAlias() |
java.lang.String |
SslContextFactory.getCrlPath() |
java.lang.String |
SslContextFactory.getEndpointIdentificationAlgorithm() |
java.lang.String[] |
SslContextFactory.getExcludeCipherSuites() |
java.lang.String[] |
SslContextFactory.getExcludeProtocols() |
java.lang.String[] |
SslContextFactory.getIncludeCipherSuites() |
java.lang.String[] |
SslContextFactory.getIncludeProtocols() |
java.lang.String |
SslContextFactory.getKeyManagerFactoryAlgorithm() |
java.lang.String |
SslContextFactory.getKeyStorePath() |
java.lang.String |
SslContextFactory.getKeyStoreProvider() |
java.lang.String |
SslContextFactory.getKeyStoreType() |
int |
SslContextFactory.getMaxCertPathLength() |
boolean |
SslContextFactory.getNeedClientAuth() |
java.lang.String |
SslContextFactory.getOcspResponderURL() |
java.lang.String |
SslContextFactory.getProtocol() |
java.lang.String |
SslContextFactory.getProvider() |
int |
SslContextFactory.getRenegotiationLimit() |
java.lang.String |
SslContextFactory.getSecureRandomAlgorithm() |
java.lang.String[] |
SslContextFactory.getSelectedCipherSuites() |
java.lang.String[] |
SslContextFactory.getSelectedProtocols() |
int |
SslContextFactory.getSslSessionCacheSize()
Get SSL session cache size.
|
int |
SslContextFactory.getSslSessionTimeout()
Get SSL session timeout.
|
java.lang.String |
SslContextFactory.getTrustManagerFactoryAlgorithm() |
java.lang.String |
SslContextFactory.getTrustStorePath() |
java.lang.String |
SslContextFactory.getTrustStoreProvider() |
java.lang.String |
SslContextFactory.getTrustStoreType() |
boolean |
SslContextFactory.getWantClientAuth() |
boolean |
SslContextFactory.isEnableCRLDP() |
boolean |
SslContextFactory.isEnableOCSP() |
boolean |
SslContextFactory.isRenegotiationAllowed() |
boolean |
SslContextFactory.isSessionCachingEnabled() |
boolean |
SslContextFactory.isTrustAll() |
boolean |
SslContextFactory.isUseCipherSuitesOrder() |
boolean |
SslContextFactory.isValidateCerts() |
boolean |
SslContextFactory.isValidatePeerCerts() |
Modifier and Type | Method and Description |
---|---|
int |
ReservedThreadExecutor.getAvailable() |
long |
MonitoredQueuedThreadPool.getAverageQueueLatency() |
long |
MonitoredQueuedThreadPool.getAverageTaskLatency() |
int |
QueuedThreadPool.getBusyThreads() |
int |
ReservedThreadExecutor.getCapacity() |
int |
QueuedThreadPool.getIdleThreads() |
int |
ThreadPool.getIdleThreads() |
int |
ExecutorThreadPool.getIdleThreads() |
int |
QueuedThreadPool.getIdleTimeout()
Get the maximum thread idle time.
|
int |
ExecutorThreadPool.getIdleTimeout() |
long |
ReservedThreadExecutor.getIdleTimeoutMs() |
int |
QueuedThreadPool.getLowThreadsThreshold() |
int |
MonitoredQueuedThreadPool.getMaxBusyThreads() |
long |
MonitoredQueuedThreadPool.getMaxQueueLatency() |
int |
MonitoredQueuedThreadPool.getMaxQueueSize() |
long |
MonitoredQueuedThreadPool.getMaxTaskLatency() |
int |
QueuedThreadPool.getMaxThreads()
Get the maximum number of threads.
|
int |
ExecutorThreadPool.getMaxThreads() |
int |
QueuedThreadPool.getMinThreads()
Get the minimum number of threads.
|
int |
ExecutorThreadPool.getMinThreads() |
java.lang.String |
QueuedThreadPool.getName() |
java.lang.String |
ExecutorThreadPool.getName() |
int |
ReservedThreadExecutor.getPending() |
int |
QueuedThreadPool.getQueueSize()
Get the size of the job queue.
|
int |
QueuedThreadPool.getReservedThreads()
Get the number of reserved threads.
|
int |
ExecutorThreadPool.getReservedThreads() |
long |
MonitoredQueuedThreadPool.getTasks() |
int |
QueuedThreadPool.getThreads() |
int |
ThreadPool.getThreads() |
int |
ExecutorThreadPool.getThreads() |
int |
QueuedThreadPool.getThreadsPriority()
Get the priority of the pool threads.
|
boolean |
QueuedThreadPool.isDaemon() |
boolean |
ExecutorThreadPool.isDaemon() |
boolean |
QueuedThreadPool.isDetailedDump() |
boolean |
ExecutorThreadPool.isDetailedDump() |
boolean |
QueuedThreadPool.isLowOnThreads()
Returns whether this thread pool is low on threads.
|
boolean |
ThreadPool.isLowOnThreads() |
boolean |
ExecutorThreadPool.isLowOnThreads() |
Modifier and Type | Method and Description |
---|---|
long |
EatWhatYouKill.getEPCTasksConsumed() |
long |
EatWhatYouKill.getPCTasksConsumed() |
long |
EatWhatYouKill.getPECTasksExecuted() |
long |
EatWhatYouKill.getPICTasksExecuted() |
boolean |
EatWhatYouKill.isIdle() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
WebAppContext.getConfigurationClasses() |
java.lang.String |
WebAppContext.getDefaultsDescriptor()
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
|
java.lang.String |
WebAppContext.getDescriptor() |
java.lang.String |
WebAppContext.getExtraClasspath() |
java.util.List<java.lang.String> |
WebAppContext.getOverrideDescriptors()
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
|
java.lang.String[] |
WebAppContext.getServerClasses() |
java.lang.String[] |
WebAppContext.getSystemClasses() |
java.io.File |
WebAppContext.getTempDirectory() |
java.lang.String |
WebAppContext.getWar() |
boolean |
WebAppContext.isCopyWebDir() |
boolean |
WebAppContext.isDistributable() |
boolean |
WebAppContext.isExtractWAR() |
boolean |
WebAppContext.isParentLoaderPriority() |
Modifier and Type | Method and Description |
---|---|
IncomingFrames |
WebSocketSession.getIncomingHandler() |
OutgoingFrames |
WebSocketSession.getOutgoingHandler() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Extension> |
ExtensionStack.getExtensions() |
IncomingFrames |
ExtensionStack.getNextIncoming() |
IncomingFrames |
AbstractExtension.getNextIncoming() |
OutgoingFrames |
ExtensionStack.getNextOutgoing() |
OutgoingFrames |
AbstractExtension.getNextOutgoing() |
Modifier and Type | Method and Description |
---|---|
NativeWebSocketConfiguration |
WebSocketUpgradeFilter.getConfiguration() |
Copyright © 1995–2023 Webtide. All rights reserved.