Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedAttribute
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty Server : Modular Servlet Integration
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Util : Modular Web Application Support
Jetty IO : Core classes for Jetty IO subsystem
Jetty JMX : Integration for JMX in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Core Server : JMX Integration
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of ManagedAttribute in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionint
AbstractConnectionPool.getActiveConnectionCount()
int
AbstractConnectionPool.getConnectionCount()
long
HttpClient.getConnectTimeout()
HttpClient.getDefaultRequestContentType()
long
HttpClient.getDestinationIdleTimeout()
The default value is 0int
AbstractConnectionPool.getIdleConnectionCount()
long
HttpClient.getIdleTimeout()
int
MultiplexConnectionPool.getInitialMaxMultiplex()
int
AbstractConnectionPool.getMaxConnectionCount()
int
HttpClient.getMaxConnectionsPerDestination()
long
AbstractConnectionPool.getMaxDuration()
Returns the max usage duration in milliseconds of a pooled connection.int
HttpClient.getMaxRequestsQueuedPerDestination()
int
HttpClient.getMaxResponseHeadersSize()
int
AbstractConnectionPool.getMaxUsage()
Returns the max number of times a pooled connection can be used.HttpClient.getName()
int
AbstractConnectionPool.getPendingConnectionCount()
int
HttpClient.getRequestBufferSize()
int
HttpClient.getResponseBufferSize()
int
AbstractConnectorHttpClientTransport.getSelectors()
int
ValidatingConnectionPool.getValidatingConnectionCount()
boolean
HttpClient.isConnectBlocking()
boolean
HttpClient.isFollowRedirects()
boolean
AbstractConnectionPool.isMaximizeConnections()
boolean
HttpClient.isStrictEventOrdering()
boolean
HttpClient.isUseInputDirectByteBuffers()
boolean
HttpClient.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpDestination.getConnectionPool()
int
HttpClientTransportOverHTTP.getHeaderCacheSize()
HttpDestination.getHost()
long
HttpDestination.getIdle()
int
HttpDestination.getPort()
int
HttpDestination.getQueuedRequestCount()
HttpDestination.getScheme()
boolean
HttpClientTransportOverHTTP.isHeaderCacheCaseSensitive()
boolean
HttpClientTransportOverHTTP.isInitializeConnections()
boolean
HttpDestination.isStale()
-
Uses of ManagedAttribute in org.eclipse.jetty.deploy
-
Uses of ManagedAttribute in org.eclipse.jetty.deploy.jmx
Modifier and TypeMethodDescriptionDeploymentManagerMBean.getAppProviders()
DeploymentManagerMBean.getApps()
-
Uses of ManagedAttribute in org.eclipse.jetty.deploy.providers
Modifier and TypeMethodDescriptionString[]
ContextProvider.getConfigurationClasses()
This is equivalent to getting theDeployable.CONFIGURATION_CLASSES
property.ContextProvider.getDefaultsDescriptor()
Get the defaultsDescriptor.int
ScanningAppProvider.getScanInterval()
boolean
ContextProvider.isExtractWars()
Get the extractWars.boolean
ContextProvider.isParentLoaderPriority()
Get the parentLoaderPriority. -
Uses of ManagedAttribute in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionBaseHolder.getClassName()
Holder.getDisplayName()
ServletHandler.getFilterMappings()
FilterMapping.getFilterName()
ServletHandler.getFilters()
ServletHolder.getForcedPath()
int
ServletHolder.getInitOrder()
Holder.getInitParameters()
ServletContextHandler.getInitParams()
int
ServletContextHandler.getMaxFormContentSize()
Holder.getName()
String[]
FilterMapping.getPathSpecs()
String[]
ServletMapping.getPathSpecs()
ServletHolder.getRunAsRole()
ServletContextHandler.getSecurityHandler()
ServletContextHandler.getServletHandler()
ServletHandler.getServletMappings()
ServletMapping.getServletName()
String[]
FilterMapping.getServletNames()
ServletHandler.getServlets()
ServletContextHandler.getSessionHandler()
String[]
ServletContextHandler.getWelcomeFiles()
boolean
ServletHandler.isDecodeAmbiguousURIs()
boolean
DebugListener.isDumpContext()
boolean
ServletMapping.isFromDefaultDescriptor()
boolean
DebugListener.isRenameThread()
boolean
DebugListener.isShowHeaders()
-
Uses of ManagedAttribute in org.eclipse.jetty.ee10.servlets
Modifier and TypeMethodDescriptionlong
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()
Deprecated.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.long
QoSFilter.getSuspendMs()
Deprecated.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()
Deprecated.Get the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.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) -
Uses of ManagedAttribute in org.eclipse.jetty.ee10.webapp
Modifier and TypeMethodDescriptionString[]
WebAppContext.getConfigurationClasses()
WebAppContext.getDefaultsDescriptor()
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xmlWebAppContext.getDescriptor()
WebAppContext.getExtraClasspath()
String[]
WebAppContext.getHiddenClasses()
WebAppContext.getOverrideDescriptors()
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xmlString[]
WebAppContext.getProtectedClasses()
WebAppContext.getWar()
boolean
WebAppContext.isCopyWebDir()
boolean
WebAppContext.isDistributable()
boolean
WebAppContext.isExtractWAR()
boolean
WebAppContext.isParentLoaderPriority()
-
Uses of ManagedAttribute in org.eclipse.jetty.ee10.websocket.jakarta.common
-
Uses of ManagedAttribute in org.eclipse.jetty.fcgi.client.transport
-
Uses of ManagedAttribute in org.eclipse.jetty.fcgi.server
Modifier and TypeMethodDescriptionboolean
ServerFCGIConnectionFactory.isUseInputDirectByteBuffers()
boolean
ServerFCGIConnectionFactory.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.http.pathmap
Modifier and TypeMethodDescriptionPathMappings.getMappings()
MappedResource.getPathSpec()
MappedResource.getResource()
-
Uses of ManagedAttribute in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionfloat
BufferingFlowControlStrategy.getBufferRatio()
HTTP2Session.getFlowControlStrategy()
int
HTTP2Session.getInitialSessionRecvWindow()
int
AbstractFlowControlStrategy.getInitialStreamRecvWindow()
int
AbstractFlowControlStrategy.getInitialStreamSendWindow()
int
HTTP2Session.getMaxEncoderTableCapacity()
int
HTTP2Session.getMaxLocalStreams()
int
HTTP2Session.getMaxRemoteStreams()
int
HTTP2Session.getMaxTotalLocalStreams()
int
HTTP2Session.getRecvWindow()
int
HTTP2Session.getSendWindow()
long
AbstractFlowControlStrategy.getSessionStallTime()
int
HTTP2Session.getStreamCount()
long
HTTP2Session.getStreamIdleTimeout()
long
HTTP2Session.getStreamsClosed()
long
HTTP2Session.getStreamsOpened()
long
AbstractFlowControlStrategy.getStreamsStallTime()
int
HTTP2Session.getWriteThreshold()
boolean
HTTP2Session.isConnectProtocolEnabled()
boolean
HTTP2Session.isPushEnabled()
-
Uses of ManagedAttribute in org.eclipse.jetty.http2.client
Modifier and TypeMethodDescriptionlong
HTTP2Client.getConnectTimeout()
long
HTTP2Client.getIdleTimeout()
int
HTTP2Client.getInitialSessionRecvWindow()
int
HTTP2Client.getInitialStreamRecvWindow()
int
HTTP2Client.getInputBufferSize()
int
HTTP2Client.getMaxConcurrentPushedStreams()
int
HTTP2Client.getMaxDecoderTableCapacity()
int
HTTP2Client.getMaxEncoderTableCapacity()
int
HTTP2Client.getMaxFrameSize()
int
HTTP2Client.getMaxHeaderBlockFragment()
int
HTTP2Client.getMaxResponseHeadersSize()
int
HTTP2Client.getMaxSettingsKeys()
HTTP2Client.getProtocols()
int
HTTP2Client.getSelectors()
long
HTTP2Client.getStreamIdleTimeout()
boolean
HTTP2Client.isConnectBlocking()
boolean
HTTP2Client.isUseALPN()
boolean
HTTP2Client.isUseInputDirectByteBuffers()
boolean
HTTP2Client.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.http2.client.transport
Modifier and TypeMethodDescriptionint
HttpClientTransportOverHTTP2.getSelectors()
boolean
HttpClientTransportOverHTTP2.isUseALPN()
-
Uses of ManagedAttribute in org.eclipse.jetty.http2.server
Modifier and TypeMethodDescriptionint
AbstractHTTP2ServerConnectionFactory.getInitialSessionRecvWindow()
int
AbstractHTTP2ServerConnectionFactory.getInitialStreamRecvWindow()
int
AbstractHTTP2ServerConnectionFactory.getMaxConcurrentStreams()
int
AbstractHTTP2ServerConnectionFactory.getMaxDecoderTableCapacity()
int
AbstractHTTP2ServerConnectionFactory.getMaxEncoderTableCapacity()
int
AbstractHTTP2ServerConnectionFactory.getMaxFrameSize()
int
AbstractHTTP2ServerConnectionFactory.getMaxHeaderBlockFragment()
int
AbstractHTTP2ServerConnectionFactory.getMaxSettingsKeys()
int
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.getSize()
long
AbstractHTTP2ServerConnectionFactory.getStreamIdleTimeout()
boolean
AbstractHTTP2ServerConnectionFactory.isConnectProtocolEnabled()
boolean
AbstractHTTP2ServerConnectionFactory.isUseInputDirectByteBuffers()
boolean
AbstractHTTP2ServerConnectionFactory.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.http3
Modifier and TypeMethodDescriptionint
HTTP3Configuration.getInputBufferSize()
int
HTTP3Configuration.getMaxBlockedStreams()
int
HTTP3Configuration.getMaxDecoderTableCapacity()
int
HTTP3Configuration.getMaxEncoderTableCapacity()
int
HTTP3Configuration.getMaxRequestHeadersSize()
int
HTTP3Configuration.getMaxResponseHeadersSize()
int
HTTP3Configuration.getOutputBufferSize()
long
HTTP3Configuration.getStreamIdleTimeout()
boolean
HTTP3Configuration.isUseInputDirectByteBuffers()
boolean
HTTP3Configuration.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionlong
ArrayByteBufferPool.getAvailableDirectByteBufferCount()
long
ArrayByteBufferPool.getAvailableHeapByteBufferCount()
double
ManagedSelector.getAverageSelectedKeys()
ClientConnector.getBindAddress()
long
ConnectionStatistics.getConnectionDurationMax()
double
ConnectionStatistics.getConnectionDurationMean()
double
ConnectionStatistics.getConnectionDurationStdDev()
long
ConnectionStatistics.getConnections()
long
ConnectionStatistics.getConnectionsMax()
long
ConnectionStatistics.getConnectionsTotal()
ClientConnector.getConnectTimeout()
long
SelectorManager.getConnectTimeout()
Get the connect timeoutlong
ArrayByteBufferPool.getDirectByteBufferCount()
long
ArrayByteBufferPool.getDirectMemory()
SelectorManager.getExecutor()
long
ArrayByteBufferPool.getHeapByteBufferCount()
long
ArrayByteBufferPool.getHeapMemory()
ClientConnector.getIdleTimeout()
int
ArrayByteBufferPool.getMaxCapacity()
long
ManagedSelector.getMaxSelectedKeys()
int
ArrayByteBufferPool.getMinCapacity()
int
ClientConnector.getReceiveBufferSize()
long
ConnectionStatistics.getReceivedBytes()
long
ConnectionStatistics.getReceivedBytesRate()
long
ConnectionStatistics.getReceivedMessages()
long
ConnectionStatistics.getReceivedMessagesRate()
boolean
ClientConnector.getReuseAddress()
SelectorManager.getScheduler()
long
ManagedSelector.getSelectCount()
int
SelectorManager.getSelectorCount()
int
ClientConnector.getSelectors()
int
ClientConnector.getSendBufferSize()
long
ConnectionStatistics.getSentBytes()
long
ConnectionStatistics.getSentBytesRate()
long
ConnectionStatistics.getSentMessages()
long
ConnectionStatistics.getSentMessagesRate()
int
ManagedSelector.getTotalKeys()
int
SelectorManager.getTotalKeys()
Get total number of keys from each selector.boolean
ClientConnector.isConnectBlocking()
boolean
ClientConnector.isReusePort()
boolean
ArrayByteBufferPool.isStatisticsEnabled()
boolean
ClientConnector.isTCPNoDelay()
-
Uses of ManagedAttribute in org.eclipse.jetty.io.jmx
-
Uses of ManagedAttribute in org.eclipse.jetty.jmx
Modifier and TypeMethodDescriptionMBeanContainer.getDomain()
Retrieve domain name used to add MBeansboolean
MBeanContainer.isUseCacheForOtherClassLoaders()
-
Uses of ManagedAttribute in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionint
ServerConnector.getAcceptedReceiveBufferSize()
int
ServerConnector.getAcceptedSendBufferSize()
boolean
ServerConnector.getAcceptedTcpNoDelay()
int
AbstractConnector.getAcceptorPriorityDelta()
int
AbstractConnector.getAcceptors()
int
ServerConnector.getAcceptQueueSize()
int
AcceptRateLimit.getAcceptRateLimit()
Server.getByteBufferPool()
int
ConnectionLimit.getConnections()
Server.getConnectors()
RequestLogWriter.getDatedFilename()
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk usingRolloverFileOutputStream
.AbstractConnector.getDefaultProtocol()
RequestLogWriter.getFileName()
Retrieve the output file name of the request log.RequestLogWriter.getFilenameDateFormat()
Retrieve the file name date format string.CustomRequestLog.getFormatString()
Retrieve the format string.HttpConfiguration.getFormEncodedMethods()
Handler.Singleton.getHandler()
Handler.Container.getHandlers()
int
HttpConfiguration.getHeaderCacheSize()
AbstractNetworkConnector.getHost()
HttpConfiguration.getHttpCompliance()
long
AbstractConnector.getIdleTimeout()
long
ConnectionLimit.getIdleTimeout()
long
Connector.getIdleTimeout()
long
HttpConfiguration.getIdleTimeout()
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.int
AbstractConnectionFactory.getInputBufferSize()
default Invocable.InvocationType
Request.Handler.getInvocationType()
HttpConfiguration.getLocalAddress()
Get the SocketAddress override to be reported as the local address of all connectionsint
ServerConnector.getLocalPort()
Slf4jRequestLogWriter.getLoggerName()
int
LowResourceMonitor.getLowResourcesIdleTimeout()
LowResourceMonitor.getLowResourcesReasons()
long
LowResourceMonitor.getLowResourcesStarted()
int
ConnectionLimit.getMaxConnections()
int
HttpConfiguration.getMaxErrorDispatches()
int
LowResourceMonitor.getMaxLowResourcesTime()
long
LowResourceMonitor.getMaxMemory()
long
AcceptRateLimit.getMaxRate()
long
HttpConfiguration.getMinRequestDataRate()
long
HttpConfiguration.getMinResponseDataRate()
LowResourceMonitor.getMonitoredConnectors()
boolean
LowResourceMonitor.getMonitorThreads()
HttpConfiguration.getMultiPartCompliance()
int
HttpConfiguration.getOutputAggregationSize()
int
HttpConfiguration.getOutputBufferSize()
int
ConnectionLimit.getPendingConnections()
long
AcceptRateLimit.getPeriod()
int
LowResourceMonitor.getPeriod()
int
AbstractNetworkConnector.getPort()
AbstractConnectionFactory.getProtocol()
AbstractConnector.getProtocols()
int
AcceptRateLimit.getRate()
LowResourceMonitor.getReasons()
HttpConfiguration.getRequestCookieCompliance()
int
HttpConfiguration.getRequestHeaderSize()
HttpConfiguration.getResponseCookieCompliance()
int
HttpConfiguration.getResponseHeaderSize()
int
RequestLogWriter.getRetainDays()
Retrieve the number of days before rotated log files are deleted.boolean
ServerConnector.getReuseAddress()
Server.getScheduler()
int
HttpConfiguration.getSecurePort()
HttpConfiguration.getSecureScheme()
ServerConnector.getSelectorManager()
boolean
HttpConfiguration.getSendDateHeader()
Indicates if theDate
header will be sent in responses.boolean
HttpConfiguration.getSendServerVersion()
boolean
HttpConfiguration.getSendXPoweredBy()
Handler.Abstract.getServer()
Handler.getServer()
HttpConfiguration.getServerAuthority()
Get the Server authority override to be used if no authority is provided by a request.Server.getTempDirectory()
Server.getThreadPool()
RequestLogWriter.getTimeZone()
AcceptRateLimit.getUnits()
HttpConfiguration.getUriCompliance()
static String
Server.getVersion()
CustomRequestLog.getWriter()
boolean
LowResourceMonitor.isAcceptingInLowResources()
boolean
RequestLogWriter.isAppend()
Retrieve append to log flag.boolean
HttpConfiguration.isDelayDispatchUntilContent()
boolean
Server.isDumpAfterStart()
boolean
Server.isDumpBeforeStop()
boolean
Handler.AbstractContainer.isDynamic()
boolean
HttpConfiguration.isHeaderCacheCaseSensitive()
boolean
LowResourceMonitor.isLowOnResources()
boolean
HttpConfiguration.isNotifyRemoteAsyncErrors()
boolean
HttpConfiguration.isPersistentConnectionsEnabled()
boolean
HttpConfiguration.isRelativeRedirectAllowed()
boolean
ServerConnector.isReusePort()
boolean
HttpConfiguration.isUseInputDirectByteBuffers()
boolean
HttpConfiguration.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionCrossOriginHandler.getAllowedHeaders()
CrossOriginHandler.getAllowedMethods()
CrossOriginHandler.getAllowedOriginPatterns()
CrossOriginHandler.getAllowedTimingOriginPatterns()
boolean
ContextHandler.getAllowNullPathInContext()
ContextHandler.getBaseResource()
int
ErrorHandler.getBufferSize()
long
StatisticsHandler.getBytesRead()
long
StatisticsHandler.getBytesWritten()
ErrorHandler.getCacheControl()
Get the cacheControl.ContextHandler.getClassPath()
Make best effort to extract a file classpath from the context classloaderContextHandler.getContext()
ContextHandler.getContextPath()
ContextHandlerCollection.getContextPaths()
long
GracefulHandler.getCurrentRequestCount()
ErrorHandler.getDefaultResponseMimeType()
long
StateTrackingHandler.getDemandCallbackTimeout()
ContextHandler.getDisplayName()
ContextHandler.getErrorHandler()
CrossOriginHandler.getExposedHeaders()
int
StatisticsHandler.getFailures()
int
StatisticsHandler.getHandleActive()
int
StatisticsHandler.getHandleActiveMax()
long
StateTrackingHandler.getHandlerCallbackTimeout()
long
StatisticsHandler.getHandleTimeMax()
double
StatisticsHandler.getHandleTimeMean()
double
StatisticsHandler.getHandleTimeStdDev()
long
StatisticsHandler.getHandleTimeTotal()
int
StatisticsHandler.getHandleTotal()
int
StatisticsHandler.getHandlingFailures()
int
QoSHandler.getMaxRequestCount()
int
QoSHandler.getMaxSuspendedRequestCount()
CrossOriginHandler.getPreflightMaxAge()
int
StatisticsHandler.getRequests()
Deprecated.int
StatisticsHandler.getRequestsActive()
int
StatisticsHandler.getRequestsActiveMax()
long
StatisticsHandler.getRequestTimeMax()
double
StatisticsHandler.getRequestTimeMean()
double
StatisticsHandler.getRequestTimeStdDev()
long
StatisticsHandler.getRequestTimeTotal()
int
StatisticsHandler.getRequestTotal()
int
StatisticsHandler.getResponses1xx()
int
StatisticsHandler.getResponses2xx()
int
StatisticsHandler.getResponses3xx()
int
StatisticsHandler.getResponses4xx()
int
StatisticsHandler.getResponses5xx()
StatisticsHandler.getStatisticsDuration()
int
QoSHandler.getSuspendedRequestCount()
ContextHandler.getTempDirectory()
int
ThreadLimitHandler.getThreadLimit()
ContextHandler.getVirtualHosts()
Get the virtual hosts for the context.long
StateTrackingHandler.getWriteCallbackTimeout()
long
StateTrackingHandler.getWriteTimeout()
boolean
CrossOriginHandler.isAllowCredentials()
boolean
StateTrackingHandler.isCompleteHandlerCallbackAtTimeout()
boolean
ContextHandler.isCrossContextDispatchSupported()
Get if this context support cross context dispatch, either as originator or target.boolean
CrossOriginHandler.isDeliverNonAllowedOriginRequests()
boolean
CrossOriginHandler.isDeliverNonAllowedOriginWebSocketUpgradeRequests()
boolean
CrossOriginHandler.isDeliverPreflightRequests()
boolean
ThreadLimitHandler.isEnabled()
boolean
DefaultHandler.isServeFavIcon()
boolean
ErrorHandler.isShowCauses()
boolean
DefaultHandler.isShowContexts()
boolean
ErrorHandler.isShowMessageInTitle()
boolean
ErrorHandler.isShowStacks()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.handler.jmx
Modifier and TypeMethodDescriptionContextHandlerMBean.getContextAttributes()
long
QoSHandlerMBean.getMaxSuspendMillis()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.jmx
Modifier and TypeMethodDescriptionServerMBean.getContexts()
ServerMBean.getStartupTime()
ServerMBean.getUpTime()
-
Uses of ManagedAttribute in org.eclipse.jetty.session
Modifier and TypeMethodDescriptionint
AbstractSessionCache.getEvictionPolicy()
int
AbstractSessionDataStore.getGracePeriodSec()
long
HouseKeeper.getIntervalSec()
Get the period between scavenge cycles.int
SessionConfig.getMaxCookieAge()
int
SessionConfig.getMaxInactiveInterval()
int
SessionConfig.getRefreshCookieAge()
SessionConfig.getSameSite()
int
AbstractSessionDataStore.getSavePeriodSec()
SessionConfig.getSessionComment()
SessionConfig.getSessionCookie()
SessionConfig.getSessionDomain()
SessionConfig.getSessionIdPathParameterName()
SessionConfig.getSessionPath()
int
AbstractSessionManager.getSessionsCreated()
long
DefaultSessionCache.getSessionsCurrent()
long
DefaultSessionCache.getSessionsMax()
long
DefaultSessionCache.getSessionsTotal()
double
AbstractSessionManager.getSessionTimeMean()
double
AbstractSessionManager.getSessionTimeStdDev()
long
AbstractSessionManager.getSessionTimeTotal()
FileSessionDataStore.getStoreDir()
DefaultSessionIdManager.getWorkerName()
Get the workname.boolean
SessionConfig.isCheckingRemoteSessionIdEncoding()
boolean
SessionConfig.isHttpOnly()
boolean
SessionConfig.isPartitioned()
boolean
FileSessionDataStore.isPassivating()
boolean
JDBCSessionDataStore.isPassivating()
boolean
NullSessionDataStore.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.boolean
SessionConfig.isSecureCookies()
boolean
SessionConfig.isSecureRequestOnly()
boolean
SessionConfig.isUsingCookies()
boolean
SessionConfig.isUsingUriParameters()
-
Uses of ManagedAttribute in org.eclipse.jetty.unixdomain.server
Modifier and TypeMethodDescriptionint
UnixDomainServerConnector.getAcceptedReceiveBufferSize()
int
UnixDomainServerConnector.getAcceptedSendBufferSize()
int
UnixDomainServerConnector.getAcceptQueueSize()
UnixDomainServerConnector.getUnixDomainPath()
boolean
UnixDomainServerConnector.isInheritChannel()
-
Uses of ManagedAttribute in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionHostPort.getHost()
Get the host.default int
Pool.getIdleCount()
default int
Pool.getInUseCount()
long
ConcurrentPool.getLeaked()
int
Pool.getMaxSize()
int
HostPort.getPort()
Get the port.default int
Pool.getReservedCount()
default int
Pool.getTerminatedCount()
long
SocketAddressResolver.Async.getTimeout()
int
Pool.size()
-
Uses of ManagedAttribute in org.eclipse.jetty.util.component
-
Uses of ManagedAttribute in org.eclipse.jetty.util.resource
-
Uses of ManagedAttribute in org.eclipse.jetty.util.ssl
Modifier and TypeMethodDescriptionSslContextFactory.getCertAlias()
SslContextFactory.getCrlPath()
SslContextFactory.getEndpointIdentificationAlgorithm()
String[]
SslContextFactory.getExcludeCipherSuites()
String[]
SslContextFactory.getExcludeProtocols()
String[]
SslContextFactory.getIncludeCipherSuites()
String[]
SslContextFactory.getIncludeProtocols()
SslContextFactory.getKeyManagerFactoryAlgorithm()
SslContextFactory.getKeyStorePath()
SslContextFactory.getKeyStoreProvider()
SslContextFactory.getKeyStoreType()
int
SslContextFactory.getMaxCertPathLength()
boolean
SslContextFactory.Server.getNeedClientAuth()
SslContextFactory.getOcspResponderURL()
SslContextFactory.getProtocol()
SslContextFactory.getProvider()
Get the optional Security Provider name.int
SslContextFactory.getRenegotiationLimit()
int
KeyStoreScanner.getScanInterval()
SslContextFactory.getSecureRandomAlgorithm()
String[]
SslContextFactory.getSelectedCipherSuites()
String[]
SslContextFactory.getSelectedProtocols()
int
SslContextFactory.getSslSessionCacheSize()
Get SSL session cache size.int
SslContextFactory.getSslSessionTimeout()
Get SSL session timeout.SslContextFactory.getTrustManagerFactoryAlgorithm()
SslContextFactory.getTrustStorePath()
SslContextFactory.getTrustStoreProvider()
SslContextFactory.getTrustStoreType()
boolean
SslContextFactory.Server.getWantClientAuth()
boolean
SslContextFactory.isEnableCRLDP()
boolean
SslContextFactory.isEnableOCSP()
boolean
SslContextFactory.isRenegotiationAllowed()
boolean
SslContextFactory.isSessionCachingEnabled()
boolean
SslContextFactory.Server.isSniRequired()
Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.boolean
SslContextFactory.isTrustAll()
boolean
SslContextFactory.isUseCipherSuitesOrder()
boolean
SslContextFactory.isValidateCerts()
boolean
SslContextFactory.isValidatePeerCerts()
-
Uses of ManagedAttribute in org.eclipse.jetty.util.thread
Modifier and TypeMethodDescriptionint
ReservedThreadExecutor.getAvailable()
int
QueuedThreadPool.getAvailableReservedThreads()
long
MonitoredQueuedThreadPool.getAverageQueueLatency()
long
MonitoredQueuedThreadPool.getAverageTaskLatency()
int
QueuedThreadPool.getBusyThreads()
The number of threads executing internal and transient jobs.int
ReservedThreadExecutor.getCapacity()
int
ExecutorThreadPool.getIdleThreads()
int
QueuedThreadPool.getIdleThreads()
The number of idle threads, but without including reserved threads.int
ThreadPool.getIdleThreads()
int
ExecutorThreadPool.getIdleTimeout()
int
QueuedThreadPool.getIdleTimeout()
long
ReservedThreadExecutor.getIdleTimeoutMs()
int
QueuedThreadPool.getLeasedThreads()
The fundamental value that represents the number of threads that are leased to internal components, and therefore cannot be used to execute transient jobs.int
ThreadPoolBudget.getLeasedThreads()
int
QueuedThreadPool.getLowThreadsThreshold()
int
QueuedThreadPool.getMaxAvailableThreads()
The maximum number of threads available to run transient jobs.int
MonitoredQueuedThreadPool.getMaxBusyThreads()
int
QueuedThreadPool.getMaxEvictCount()
int
QueuedThreadPool.getMaxLeasedThreads()
The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.long
MonitoredQueuedThreadPool.getMaxQueueLatency()
int
MonitoredQueuedThreadPool.getMaxQueueSize()
int
QueuedThreadPool.getMaxReservedThreads()
long
MonitoredQueuedThreadPool.getMaxTaskLatency()
int
ExecutorThreadPool.getMaxThreads()
int
QueuedThreadPool.getMaxThreads()
int
VirtualThreadPool.getMaxThreads()
int
ExecutorThreadPool.getMinThreads()
int
QueuedThreadPool.getMinThreads()
ExecutorThreadPool.getName()
QueuedThreadPool.getName()
ScheduledExecutorScheduler.getName()
VirtualThreadPool.getName()
int
ReservedThreadExecutor.getPending()
Deprecated.int
QueuedThreadPool.getQueueSize()
int
QueuedThreadPool.getReadyThreads()
The fundamental value that represents the number of threads ready to execute transient jobs.int
ExecutorThreadPool.getReservedThreads()
int
QueuedThreadPool.getReservedThreads()
long
MonitoredQueuedThreadPool.getTasks()
int
ExecutorThreadPool.getThreads()
int
QueuedThreadPool.getThreads()
The fundamental value that represents the number of threads currently known by this thread pool.int
ScheduledExecutorScheduler.getThreads()
int
ThreadPool.getThreads()
int
QueuedThreadPool.getThreadsPriority()
double
QueuedThreadPool.getUtilizationRate()
The rate between the number ofutilized threads
and the maximum number ofutilizable threads
.int
QueuedThreadPool.getUtilizedThreads()
The number of threads executing transient jobs.boolean
ExecutorThreadPool.isDaemon()
boolean
QueuedThreadPool.isDaemon()
boolean
ScheduledExecutorScheduler.isDaemon()
boolean
ExecutorThreadPool.isDetailedDump()
boolean
QueuedThreadPool.isDetailedDump()
boolean
TrackingExecutor.isDetailedDump()
boolean
VirtualThreadPool.isDetailedDump()
boolean
ExecutorThreadPool.isLowOnThreads()
boolean
QueuedThreadPool.isLowOnThreads()
Returns whether this thread pool is low on threads.boolean
ThreadPool.isLowOnThreads()
boolean
VirtualThreadPool.isTracking()
Get if this pool is tracking virtual threads. -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread.strategy
Modifier and TypeMethodDescriptionlong
AdaptiveExecutionStrategy.getEPCTasksConsumed()
long
AdaptiveExecutionStrategy.getPCTasksConsumed()
long
AdaptiveExecutionStrategy.getPECTasksExecuted()
long
AdaptiveExecutionStrategy.getPICTasksExecuted()
boolean
AdaptiveExecutionStrategy.isIdle()
boolean
AdaptiveExecutionStrategy.isUseVirtualThreads()
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.common
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionExtensionStack.getExtensions()
AbstractExtension.getNextIncoming()
ExtensionStack.getNextIncoming()
AbstractExtension.getNextOutgoing()
ExtensionStack.getNextOutgoing()
StatisticsHandler.getRequestTotal()
instead.