Uses of Annotation Type
org.eclipse.jetty.util.annotation.ManagedAttribute
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty IO : Core classes for Jetty IO subsystem
Jetty JMX : Integration for JMX in Jetty
Jetty NoSql : MongoDB Integration
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Server JMX Integration
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of ManagedAttribute in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionint
AbstractConnectionPool.getActiveConnectionCount()
int
AbstractConnectionPool.getConnectionCount()
HttpDestination.getConnectionPool()
long
HttpClient.getConnectTimeout()
HttpClient.getDefaultRequestContentType()
long
HttpClient.getDestinationIdleTimeout()
The default value is 0HttpDestination.getHost()
long
HttpDestination.getIdle()
int
AbstractConnectionPool.getIdleConnectionCount()
long
HttpClient.getIdleTimeout()
int
AbstractConnectionPool.getMaxConnectionCount()
int
HttpClient.getMaxConnectionsPerDestination()
long
AbstractConnectionPool.getMaxDuration()
Get the max usage duration in milliseconds of the pool's connections.int
MultiplexConnectionPool.getMaxMultiplex()
int
MultiplexHttpDestination.getMaxRequestsPerConnection()
int
HttpClient.getMaxRequestsQueuedPerDestination()
int
HttpClient.getMaxResponseHeadersSize()
int
DuplexConnectionPool.getMaxUsageCount()
int
MultiplexConnectionPool.getMaxUsageCount()
HttpClient.getName()
int
AbstractConnectionPool.getPendingConnectionCount()
int
HttpDestination.getPort()
int
HttpDestination.getQueuedRequestCount()
int
HttpClient.getRequestBufferSize()
int
HttpClient.getResponseBufferSize()
HttpDestination.getScheme()
int
AbstractConnectorHttpClientTransport.getSelectors()
int
ValidatingConnectionPool.getValidatingConnectionCount()
boolean
AbstractConnectionPool.isClosed()
boolean
HttpClient.isConnectBlocking()
boolean
HttpClient.isFollowRedirects()
boolean
AbstractConnectionPool.isMaximizeConnections()
boolean
HttpClient.isRemoveIdleDestinations()
Deprecated.boolean
HttpDestination.isStale()
boolean
HttpClient.isStrictEventOrdering()
boolean
HttpClient.isTCPNoDelay()
Deprecated.useClientConnector.isTCPNoDelay()
insteadboolean
HttpClient.isUseInputDirectByteBuffers()
boolean
HttpClient.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.client.http
Modifier and TypeMethodDescriptionint
HttpClientTransportOverHTTP.getHeaderCacheSize()
boolean
HttpClientTransportOverHTTP.isHeaderCacheCaseSensitive()
-
Uses of ManagedAttribute in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionDeploymentManager.getContexts()
PropertiesConfigurationManager.getFile()
-
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[]
WebAppProvider.getConfigurationClasses()
WebAppProvider.getDefaultsDescriptor()
Get the defaultsDescriptor.int
ScanningAppProvider.getScanInterval()
WebAppProvider.getTempDir()
Get the user supplied Work Directory.boolean
WebAppProvider.isExtractWars()
Get the extractWars.boolean
WebAppProvider.isParentLoaderPriority()
Get the parentLoaderPriority. -
Uses of ManagedAttribute in org.eclipse.jetty.deploy.providers.jmx
-
Uses of ManagedAttribute in org.eclipse.jetty.fcgi.client.http
-
Uses of ManagedAttribute in org.eclipse.jetty.fcgi.server
Modifier and TypeMethodDescriptionboolean
ServerFCGIConnectionFactory.isUseInputDirectByteBuffers()
boolean
ServerFCGIConnectionFactory.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.gcloud.session
Modifier and TypeMethodDescriptionint
GCloudSessionDataStore.getBackoffMs()
GCloudSessionDataStore.getHost()
int
GCloudSessionDataStore.getMaxResults()
int
GCloudSessionDataStore.getMaxRetries()
GCloudSessionDataStore.getNamespace()
GCloudSessionDataStore.getProjectId()
boolean
GCloudSessionDataStore.isPassivating()
-
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.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.http
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 TypeMethodDescriptionvoid
LeakTrackingByteBufferPool.clearTracking()
Clears the tracking data returned byLeakTrackingByteBufferPool.getLeakedAcquires()
,LeakTrackingByteBufferPool.getLeakedReleases()
,LeakTrackingByteBufferPool.getLeakedResources()
.long
ArrayRetainableByteBufferPool.getAvailableDirectByteBufferCount()
long
ArrayRetainableByteBufferPool.getAvailableDirectMemory()
long
ArrayRetainableByteBufferPool.getAvailableHeapByteBufferCount()
long
ArrayRetainableByteBufferPool.getAvailableHeapMemory()
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
ArrayRetainableByteBufferPool.getDirectByteBufferCount()
long
MappedByteBufferPool.getDirectByteBufferCount()
long
ArrayRetainableByteBufferPool.getDirectMemory()
SelectorManager.getExecutor()
long
ArrayByteBufferPool.getHeapByteBufferCount()
long
ArrayRetainableByteBufferPool.getHeapByteBufferCount()
long
MappedByteBufferPool.getHeapByteBufferCount()
long
ArrayRetainableByteBufferPool.getHeapMemory()
ClientConnector.getIdleTimeout()
long
LeakTrackingByteBufferPool.getLeakedAcquires()
long
LeakTrackingByteBufferPool.getLeakedReleases()
long
LeakTrackingByteBufferPool.getLeakedRemoves()
long
LeakTrackingByteBufferPool.getLeakedResources()
int
ArrayRetainableByteBufferPool.getMaxCapacity()
long
ManagedSelector.getMaxSelectedKeys()
int
ArrayRetainableByteBufferPool.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
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.memcached.session
Modifier and TypeMethodDescriptionint
MemcachedSessionDataMap.getExpirySec()
Expiry time for memached entries.boolean
MemcachedSessionDataMap.isHeartbeats()
-
Uses of ManagedAttribute in org.eclipse.jetty.nosql.mongodb
Modifier and TypeMethodDescriptioncom.mongodb.DBCollection
MongoSessionDataStore.getDBCollection()
boolean
MongoSessionDataStore.isPassivating()
-
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()
Handler[]
HandlerContainer.getChildHandlers()
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.Handler[]
HandlerContainer.getHandlers()
int
HttpConfiguration.getHeaderCacheSize()
AbstractNetworkConnector.getHost()
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()
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()
int
HttpConfiguration.getOutputAggregationSize()
int
HttpConfiguration.getOutputBufferSize()
long
AcceptRateLimit.getPeriod()
int
LowResourceMonitor.getPeriod()
int
AbstractNetworkConnector.getPort()
AbstractConnectionFactory.getProtocol()
AbstractConnector.getProtocols()
int
AcceptRateLimit.getRate()
LowResourceMonitor.getReasons()
int
HttpConfiguration.getRequestHeaderSize()
int
HttpConfiguration.getResponseHeaderSize()
int
RequestLogWriter.getRetainDays()
Retrieve the number of days before rotated log files are deleted.boolean
ServerConnector.getReuseAddress()
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.getServer()
HttpConfiguration.getServerAuthority()
Get the Server authority override to be used if no authority is provided by a request.Server.getThreadPool()
RequestLogWriter.getTimeZone()
AcceptRateLimit.getUnits()
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
DebugListener.isDumpContext()
boolean
HttpConfiguration.isHeaderCacheCaseSensitive()
boolean
LowResourceMonitor.isLowOnResources()
boolean
HttpConfiguration.isNotifyRemoteAsyncErrors()
boolean
HttpConfiguration.isPersistentConnectionsEnabled()
boolean
HttpConfiguration.isRelativeRedirectAllowed()
boolean
DebugListener.isRenameThread()
boolean
ServerConnector.isReusePort()
boolean
DebugListener.isShowHeaders()
boolean
HttpConfiguration.isUseInputDirectByteBuffers()
boolean
HttpConfiguration.isUseOutputDirectByteBuffers()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionboolean
ContextHandler.getAllowNullPathInfo()
int
StatisticsHandler.getAsyncDispatches()
int
StatisticsHandler.getAsyncRequests()
int
StatisticsHandler.getAsyncRequestsWaiting()
int
StatisticsHandler.getAsyncRequestsWaitingMax()
ContextHandler.getClassPath()
Make best effort to extract a file classpath from the context classloaderContextHandler.getContextPath()
int
StatisticsHandler.getDispatched()
int
StatisticsHandler.getDispatchedActive()
int
StatisticsHandler.getDispatchedActiveMax()
long
StatisticsHandler.getDispatchedTimeMax()
double
StatisticsHandler.getDispatchedTimeMean()
double
StatisticsHandler.getDispatchedTimeStdDev()
long
StatisticsHandler.getDispatchedTimeTotal()
ContextHandler.getDisplayName()
ContextHandler.getErrorHandler()
int
StatisticsHandler.getErrors()
int
StatisticsHandler.getExpires()
boolean
StatisticsHandler.getGracefulShutdownWaitsForRequests()
HandlerWrapper.getHandler()
Handler[]
HandlerCollection.getHandlers()
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()
ContextHandler.getResourceBase()
int
StatisticsHandler.getResponses1xx()
int
StatisticsHandler.getResponses2xx()
int
StatisticsHandler.getResponses3xx()
int
StatisticsHandler.getResponses4xx()
int
StatisticsHandler.getResponses5xx()
long
StatisticsHandler.getResponsesBytesTotal()
int
StatisticsHandler.getResponsesThrown()
long
StatisticsHandler.getStatsOnMs()
int
ThreadLimitHandler.getThreadLimit()
String[]
ContextHandler.getVirtualHosts()
Get the virtual hosts for the context.String[]
ContextHandler.getWelcomeFiles()
boolean
ThreadLimitHandler.isEnabled()
boolean
ContextHandler.isShutdown()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.handler.jmx
-
Uses of ManagedAttribute in org.eclipse.jetty.server.jmx
Modifier and TypeMethodDescriptionHandler[]
ServerMBean.getContexts()
long
ServerMBean.getStartupTime()
-
Uses of ManagedAttribute in org.eclipse.jetty.server.session
Modifier and TypeMethodDescriptionint
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()
SessionHandler.getSameSite()
int
AbstractSessionDataStore.getSavePeriodSec()
boolean
SessionHandler.getSecureCookies()
SessionHandler.getSessionCookie()
SessionHandler.getSessionDomain()
SessionHandler.getSessionIdManager()
Gets the cross context session id managerSessionHandler.getSessionIdPathParameterName()
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()
FileSessionDataStore.getStoreDir()
DefaultSessionIdManager.getWorkerName()
Get the workname.boolean
SessionHandler.isCheckingRemoteSessionIdEncoding()
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. -
Uses of ManagedAttribute in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionBaseHolder.getClassName()
Holder.getDisplayName()
ServletHandler.getFilterMappings()
FilterMapping.getFilterName()
ServletHandler.getFilters()
ServletHolder.getForcedPath()
int
ServletHolder.getInitOrder()
Holder.getInitParameters()
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()
boolean
ServletMapping.isFromDefaultDescriptor()
-
Uses of ManagedAttribute in org.eclipse.jetty.session.infinispan
Modifier and TypeMethodDescriptionint
InfinispanSessionDataStore.getInfinispanIdleTimeoutSec()
boolean
InfinispanSessionDataStore.isPassivating()
-
Uses of ManagedAttribute in org.eclipse.jetty.unixsocket.server
Modifier and TypeMethodDescriptionint
UnixSocketConnector.getAcceptQueueSize()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
UnixSocketConnector.getReuseAddress()
Deprecated, for removal: This API element is subject to removal in a future version.UnixSocketConnector.getUnixSocket()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ManagedAttribute in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionint
Pool.getClosedCount()
HostPort.getHost()
Get the host.int
Pool.getIdleCount()
int
Pool.getInUseCount()
int
Pool.getMaxEntries()
int
Pool.getMaxMultiplex()
Deprecated.Multiplex functionalities will be removedint
Pool.getMaxUsageCount()
Deprecated.MaxUsage functionalities will be removedint
HostPort.getPort()
Get the port.int
Pool.getReservedCount()
long
SocketAddressResolver.Async.getTimeout()
-
Uses of ManagedAttribute in org.eclipse.jetty.util.component
-
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
ExecutorThreadPool.getMinThreads()
int
QueuedThreadPool.getMinThreads()
ExecutorThreadPool.getName()
QueuedThreadPool.getName()
ScheduledExecutorScheduler.getName()
int
ReservedThreadExecutor.getPending()
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
ExecutorThreadPool.isLowOnThreads()
boolean
QueuedThreadPool.isLowOnThreads()
Returns whether this thread pool is low on threads.boolean
ThreadPool.isLowOnThreads()
-
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.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()
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.getServerClasses()
String[]
WebAppContext.getSystemClasses()
WebAppContext.getTempDirectory()
WebAppContext.getWar()
boolean
WebAppContext.isCopyWebDir()
boolean
WebAppContext.isDistributable()
boolean
WebAppContext.isExtractWAR()
boolean
WebAppContext.isParentLoaderPriority()
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.common
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionAbstractExtension.getNextIncoming()
AbstractExtension.getNextOutgoing()
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.core.internal
Modifier and TypeMethodDescriptionExtensionStack.getExtensions()
ExtensionStack.getNextIncoming()
ExtensionStack.getNextOutgoing()
-
Uses of ManagedAttribute in org.eclipse.jetty.websocket.javax.common
HttpClient.getDestinationIdleTimeout()