Uses of Class
org.eclipse.jetty.util.annotation.ManagedAttribute
-
Packages that use ManagedAttribute 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.client.http org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.deploy.providers.jmx org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.gcloud.session 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 subsystemorg.eclipse.jetty.io.jmx org.eclipse.jetty.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.memcached.session org.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.session.infinispan org.eclipse.jetty.unixsocket org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.log.jmx Jetty JMX : Jetty Logging JMX Integrationorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.webapp Jetty Util : Modular Web Application Supportorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.extensions Jetty WebSocket Common : Extension Implementationsorg.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of ManagedAttribute in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with annotations of type ManagedAttribute Modifier and Type Method Description intAbstractConnectionPool. getActiveConnectionCount()intAbstractConnectionPool. getConnectionCount()ConnectionPoolHttpDestination. getConnectionPool()longHttpClient. getConnectTimeout()java.lang.StringHttpClient. getDefaultRequestContentType()longHttpClient. getDestinationIdleTimeout()The default value is 0java.lang.StringHttpDestination. getHost()longHttpDestination. getIdle()intAbstractConnectionPool. getIdleConnectionCount()longHttpClient. getIdleTimeout()intAbstractConnectionPool. getMaxConnectionCount()intHttpClient. getMaxConnectionsPerDestination()longAbstractConnectionPool. getMaxDuration()Get the max usage duration in milliseconds of the pool's connections.intMultiplexConnectionPool. getMaxMultiplex()intHttpClient. getMaxRequestsQueuedPerDestination()intDuplexConnectionPool. getMaxUsageCount()intMultiplexConnectionPool. getMaxUsageCount()java.lang.StringHttpClient. getName()intAbstractConnectionPool. getPendingConnectionCount()intAbstractConnectionPool. getPendingCount()Deprecated.intHttpDestination. getPort()intHttpDestination. getQueuedRequestCount()intHttpClient. getRequestBufferSize()intHttpClient. getResponseBufferSize()java.lang.StringHttpDestination. getScheme()intAbstractConnectorHttpClientTransport. getSelectors()intValidatingConnectionPool. getValidatingConnectionCount()booleanAbstractConnectionPool. isClosed()booleanHttpClient. isConnectBlocking()booleanHttpClient. isFollowRedirects()booleanAbstractConnectionPool. isMaximizeConnections()booleanHttpClient. isRemoveIdleDestinations()Deprecated.replaced byHttpClient.getDestinationIdleTimeout()booleanHttpDestination. isStale()booleanHttpClient. isStrictEventOrdering()booleanHttpClient. isTCPNoDelay() -
Uses of ManagedAttribute in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with annotations of type ManagedAttribute Modifier and Type Method Description intHttpClientTransportOverHTTP. getHeaderCacheSize() -
Uses of ManagedAttribute in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy with annotations of type ManagedAttribute Modifier and Type Method Description ContextHandlerCollectionDeploymentManager. getContexts()voidPropertiesConfigurationManager. setFile(java.lang.String resource) -
Uses of ManagedAttribute in org.eclipse.jetty.deploy.jmx
Methods in org.eclipse.jetty.deploy.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.util.List<java.lang.String>DeploymentManagerMBean. getAppProviders()java.util.Collection<java.lang.String>DeploymentManagerMBean. getApps() -
Uses of ManagedAttribute in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.String[]WebAppProvider. getConfigurationClasses()java.lang.StringWebAppProvider. getDefaultsDescriptor()Get the defaultsDescriptor.intScanningAppProvider. getScanInterval()java.io.FileWebAppProvider. getTempDir()Get the user supplied Work Directory.booleanWebAppProvider. isExtractWars()Get the extractWars.booleanWebAppProvider. isParentLoaderPriority()Get the parentLoaderPriority.booleanScanningAppProvider. isRecursive() -
Uses of ManagedAttribute in org.eclipse.jetty.deploy.providers.jmx
Methods in org.eclipse.jetty.deploy.providers.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.util.List<java.lang.String>WebAppProviderMBean. getMonitoredResources() -
Uses of ManagedAttribute in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringHttpClientTransportOverFCGI. getScriptRoot()booleanHttpClientTransportOverFCGI. isMultiplexed() -
Uses of ManagedAttribute in org.eclipse.jetty.gcloud.session
Methods in org.eclipse.jetty.gcloud.session with annotations of type ManagedAttribute Modifier and Type Method Description intGCloudSessionDataStore. getBackoffMs()intGCloudSessionDataStore. getMaxResults()intGCloudSessionDataStore. getMaxRetries()java.lang.StringGCloudSessionDataStore. getNamespace()booleanGCloudSessionDataStore. isPassivating() -
Uses of ManagedAttribute in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap with annotations of type ManagedAttribute Modifier and Type Method Description java.util.List<MappedResource<E>>PathMappings. getMappings()PathSpecMappedResource. getPathSpec()EMappedResource. getResource() -
Uses of ManagedAttribute in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with annotations of type ManagedAttribute Modifier and Type Method Description floatBufferingFlowControlStrategy. getBufferRatio()FlowControlStrategyHTTP2Session. getFlowControlStrategy()intHTTP2Session. getInitialSessionRecvWindow()intAbstractFlowControlStrategy. getInitialStreamRecvWindow()intAbstractFlowControlStrategy. getInitialStreamSendWindow()intHTTP2Session. getMaxEncoderTableCapacity()intHTTP2Session. getMaxLocalStreams()intHTTP2Session. getMaxRemoteStreams()intHTTP2Session. getRecvWindow()intHTTP2Session. getSendWindow()longAbstractFlowControlStrategy. getSessionStallTime()intHTTP2Session. getStreamCount()longHTTP2Session. getStreamIdleTimeout()longHTTP2Session. getStreamsClosed()longHTTP2Session. getStreamsOpened()longAbstractFlowControlStrategy. getStreamsStallTime()intHTTP2Session. getWriteThreshold()booleanHTTP2Session. isPushEnabled() -
Uses of ManagedAttribute in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client with annotations of type ManagedAttribute Modifier and Type Method Description longHTTP2Client. getConnectTimeout()longHTTP2Client. getIdleTimeout()intHTTP2Client. getInitialSessionRecvWindow()intHTTP2Client. getInitialStreamRecvWindow()intHTTP2Client. getInputBufferSize()intHTTP2Client. getMaxConcurrentPushedStreams()intHTTP2Client. getMaxDecoderTableCapacity()intHTTP2Client. getMaxDynamicTableSize()Deprecated.intHTTP2Client. getMaxEncoderTableCapacity()intHTTP2Client. getMaxFrameLength()Deprecated.intHTTP2Client. getMaxFrameSize()intHTTP2Client. getMaxHeaderBlockFragment()intHTTP2Client. getMaxResponseHeadersSize()intHTTP2Client. getMaxSettingsKeys()java.util.List<java.lang.String>HTTP2Client. getProtocols()intHTTP2Client. getSelectors()longHTTP2Client. getStreamIdleTimeout()booleanHTTP2Client. isConnectBlocking() -
Uses of ManagedAttribute in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with annotations of type ManagedAttribute Modifier and Type Method Description intHttpClientTransportOverHTTP2. getSelectors()booleanHttpClientTransportOverHTTP2. isUseALPN() -
Uses of ManagedAttribute in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with annotations of type ManagedAttribute Modifier and Type Method Description intAbstractHTTP2ServerConnectionFactory. getInitialSessionRecvWindow()intAbstractHTTP2ServerConnectionFactory. getInitialStreamRecvWindow()intAbstractHTTP2ServerConnectionFactory. getMaxConcurrentStreams()intAbstractHTTP2ServerConnectionFactory. getMaxDecoderTableCapacity()intAbstractHTTP2ServerConnectionFactory. getMaxDynamicTableSize()Deprecated.intAbstractHTTP2ServerConnectionFactory. getMaxEncoderTableCapacity()intAbstractHTTP2ServerConnectionFactory. getMaxFrameLength()Deprecated.intAbstractHTTP2ServerConnectionFactory. getMaxFrameSize()intAbstractHTTP2ServerConnectionFactory. getMaxHeaderBlockFragment()intAbstractHTTP2ServerConnectionFactory. getMaxSettingsKeys()intAbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. getSize()longAbstractHTTP2ServerConnectionFactory. getStreamIdleTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedAttribute Modifier and Type Method Description voidLeakTrackingByteBufferPool. clearTracking()Clears the tracking data returned byLeakTrackingByteBufferPool.getLeakedAcquires(),LeakTrackingByteBufferPool.getLeakedReleases(),LeakTrackingByteBufferPool.getLeakedResources().doubleManagedSelector. getAverageSelectedKeys()longConnectionStatistics. getConnectionDurationMax()doubleConnectionStatistics. getConnectionDurationMean()doubleConnectionStatistics. getConnectionDurationStdDev()longConnectionStatistics. getConnections()longConnectionStatistics. getConnectionsMax()longConnectionStatistics. getConnectionsTotal()longSelectorManager. getConnectTimeout()Get the connect timeoutlongArrayByteBufferPool. getDirectByteBufferCount()longMappedByteBufferPool. getDirectByteBufferCount()java.util.concurrent.ExecutorSelectorManager. getExecutor()longArrayByteBufferPool. getHeapByteBufferCount()longMappedByteBufferPool. getHeapByteBufferCount()longLeakTrackingByteBufferPool. getLeakedAcquires()longLeakTrackingByteBufferPool. getLeakedReleases()longLeakTrackingByteBufferPool. getLeakedRemoves()longLeakTrackingByteBufferPool. getLeakedResources()doubleManagedSelector. getMaxSelectedKeys()longConnectionStatistics. getReceivedBytes()longConnectionStatistics. getReceivedBytesRate()longConnectionStatistics. getReceivedMessages()longConnectionStatistics. getReceivedMessagesRate()SchedulerSelectorManager. getScheduler()longManagedSelector. getSelectCount()intSelectorManager. getSelectorCount()longConnectionStatistics. getSentBytes()longConnectionStatistics. getSentBytesRate()longConnectionStatistics. getSentMessages()longConnectionStatistics. getSentMessagesRate()intManagedSelector. getTotalKeys() -
Uses of ManagedAttribute in org.eclipse.jetty.io.jmx
Methods in org.eclipse.jetty.io.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.util.Collection<java.lang.String>ConnectionStatisticsMBean. getConnectionStatisticsGroups() -
Uses of ManagedAttribute in org.eclipse.jetty.jmx
Methods in org.eclipse.jetty.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringMBeanContainer. getDomain()Retrieve domain name used to add MBeansbooleanMBeanContainer. isUseCacheForOtherClassLoaders() -
Uses of ManagedAttribute in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin with annotations of type ManagedAttribute Modifier and Type Method Description longMavenServerConnector. getIdleTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.memcached.session
Methods in org.eclipse.jetty.memcached.session with annotations of type ManagedAttribute Modifier and Type Method Description intMemcachedSessionDataMap. getExpirySec()Expiry time for memached entries.booleanMemcachedSessionDataMap. isHeartbeats() -
Uses of ManagedAttribute in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with annotations of type ManagedAttribute Modifier and Type Method Description com.mongodb.DBCollectionMongoSessionDataStore. getDBCollection()booleanMongoSessionDataStore. isPassivating() -
Uses of ManagedAttribute in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with annotations of type ManagedAttribute Modifier and Type Method Description intServerConnector. getAcceptedReceiveBufferSize()intServerConnector. getAcceptedSendBufferSize()booleanServerConnector. getAcceptedTcpNoDelay()intAbstractConnector. getAcceptorPriorityDelta()intAbstractConnector. getAcceptors()intServerConnector. getAcceptQueueSize()intAcceptRateLimit. getAcceptRateLimit()longHttpConfiguration. getBlockingTimeout()Deprecated.intConnectorStatistics. getBytesIn()Deprecated.intConnectorStatistics. getBytesOut()Deprecated.Handler[]HandlerContainer. getChildHandlers()longConnectorStatistics. getConnectionDurationMax()Deprecated.doubleConnectorStatistics. getConnectionDurationMean()Deprecated.doubleConnectorStatistics. getConnectionDurationStdDev()Deprecated.intConnectionLimit. getConnections()intConnectorStatistics. getConnections()Deprecated.intConnectorStatistics. getConnectionsOpen()Deprecated.intConnectorStatistics. getConnectionsOpenMax()Deprecated.Connector[]Server. getConnectors()java.lang.StringRequestLogWriter. getDatedFilename()Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk usingRolloverFileOutputStream.java.lang.StringAbstractConnector. getDefaultProtocol()java.lang.StringNCSARequestLog. getFilename()Deprecated.Retrieve the output file name of the request log.java.lang.StringRequestLogWriter. getFileName()Retrieve the output file name of the request log.java.lang.StringRequestLogWriter. getFilenameDateFormat()Retrieve the file name date format string.java.lang.StringCustomRequestLog. getFormatString()Retrieve the format string.Handler[]HandlerContainer. getHandlers()intHttpConfiguration. getHeaderCacheSize()java.lang.StringAbstractNetworkConnector. getHost()longAbstractConnector. getIdleTimeout()longConnectionLimit. getIdleTimeout()longConnector. getIdleTimeout()longHttpConfiguration. getIdleTimeout()The max idle time is applied to an HTTP request for IO operations and delayed dispatch.intAbstractConnectionFactory. getInputBufferSize()java.net.SocketAddressHttpConfiguration. getLocalAddress()Get the SocketAddress override to be reported as the local address of all connectionsintServerConnector. getLocalPort()java.lang.StringSlf4jRequestLogWriter. getLoggerName()java.lang.StringAbstractNCSARequestLog. getLogTimeZone()Deprecated.Retrieve the timezone of the request log.intLowResourceMonitor. getLowResourcesIdleTimeout()java.lang.StringLowResourceMonitor. getLowResourcesReasons()longLowResourceMonitor. getLowResourcesStarted()intConnectionLimit. getMaxConnections()intLowResourceMonitor. getMaxConnections()Deprecated.Replaced by ConnectionLimitintLowResourceMonitor.MaxConnectionsLowResourceCheck. getMaxConnections()Deprecated.Replaced by ConnectionLimitintHttpConfiguration. getMaxErrorDispatches()intLowResourceMonitor. getMaxLowResourcesTime()longLowResourceMonitor. getMaxMemory()longAcceptRateLimit. getMaxRate()intConnectorStatistics. getMessagesIn()Deprecated.intConnectorStatistics. getMessagesInPerConnectionMax()Deprecated.doubleConnectorStatistics. getMessagesInPerConnectionMean()Deprecated.doubleConnectorStatistics. getMessagesInPerConnectionStdDev()Deprecated.intConnectorStatistics. getMessagesInPerSecond()Deprecated.intConnectorStatistics. getMessagesOut()Deprecated.intConnectorStatistics. getMessagesOutPerConnectionMax()Deprecated.doubleConnectorStatistics. getMessagesOutPerConnectionMean()Deprecated.doubleConnectorStatistics. getMessagesOutPerConnectionStdDev()Deprecated.intConnectorStatistics. getMessagesOutPerSecond()Deprecated.longHttpConfiguration. getMinRequestDataRate()longHttpConfiguration. getMinResponseDataRate()java.util.Collection<Connector>LowResourceMonitor. getMonitoredConnectors()booleanLowResourceMonitor. getMonitorThreads()intHttpConfiguration. getOutputAggregationSize()intHttpConfiguration. getOutputBufferSize()longAcceptRateLimit. getPeriod()intLowResourceMonitor. getPeriod()intAbstractNetworkConnector. getPort()java.lang.StringAbstractConnectionFactory. getProtocol()java.util.List<java.lang.String>AbstractConnector. getProtocols()intAcceptRateLimit. getRate()java.lang.StringLowResourceMonitor. getReasons()intHttpConfiguration. getRequestHeaderSize()intHttpConfiguration. getResponseHeaderSize()intNCSARequestLog. getRetainDays()Deprecated.Retrieve the number of days before rotated log files are deleted.intRequestLogWriter. getRetainDays()Retrieve the number of days before rotated log files are deleted.booleanServerConnector. getReuseAddress()intHttpConfiguration. getSecurePort()java.lang.StringHttpConfiguration. getSecureScheme()SelectorManagerServerConnector. getSelectorManager()booleanHttpConfiguration. getSendDateHeader()Indicates if theDateheader will be sent in responses.booleanHttpConfiguration. getSendServerVersion()booleanHttpConfiguration. getSendXPoweredBy()ServerHandler. getServer()HostPortHttpConfiguration. getServerAuthority()Get the Server authority override to be used if no authority is provided by a request.intServerConnector. getSoLingerTime()Deprecated.don't use as socket close linger time has undefined behavior for non-blocking socketslongConnectorStatistics. getStartedMillis()Deprecated.ThreadPoolServer. getThreadPool()java.lang.StringRequestLogWriter. getTimeZone()java.util.concurrent.TimeUnitAcceptRateLimit. getUnits()static java.lang.StringServer. getVersion()RequestLog.WriterCustomRequestLog. getWriter()booleanLowResourceMonitor. isAcceptingInLowResources()booleanNCSARequestLog. isAppend()Deprecated.Retrieve append to log flag.booleanRequestLogWriter. isAppend()Retrieve append to log flag.booleanHttpConfiguration. isDelayDispatchUntilContent()booleanServer. isDumpAfterStart()booleanServer. isDumpBeforeStop()booleanDebugListener. isDumpContext()booleanAbstractNCSARequestLog. isExtended()Deprecated.Retrieve the extended request log format flag.booleanLowResourceMonitor. isLowOnResources()booleanHttpConfiguration. isNotifyRemoteAsyncErrors()booleanHttpConfiguration. isPersistentConnectionsEnabled()booleanHttpConfiguration. isRelativeRedirectAllowed()booleanDebugListener. isRenameThread()booleanDebugListener. isShowHeaders() -
Uses of ManagedAttribute in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with annotations of type ManagedAttribute Modifier and Type Method Description booleanContextHandler. getAllowNullPathInfo()intStatisticsHandler. getAsyncDispatches()intStatisticsHandler. getAsyncRequests()intStatisticsHandler. getAsyncRequestsWaiting()intStatisticsHandler. getAsyncRequestsWaitingMax()java.lang.StringContextHandler. getClassPath()Make best effort to extract a file classpath from the context classloaderjava.lang.StringContextHandler. getContextPath()intStatisticsHandler. getDispatched()intStatisticsHandler. getDispatchedActive()intStatisticsHandler. getDispatchedActiveMax()longStatisticsHandler. getDispatchedTimeMax()doubleStatisticsHandler. getDispatchedTimeMean()doubleStatisticsHandler. getDispatchedTimeStdDev()longStatisticsHandler. getDispatchedTimeTotal()java.lang.StringContextHandler. getDisplayName()ErrorHandlerContextHandler. getErrorHandler()intStatisticsHandler. getErrors()intStatisticsHandler. getExpires()booleanStatisticsHandler. getGracefulShutdownWaitsForRequests()HandlerHandlerWrapper. getHandler()Handler[]HandlerCollection. getHandlers()java.util.Map<java.lang.String,java.lang.String>ContextHandler. getInitParams()intContextHandler. getMaxFormContentSize()intStatisticsHandler. getRequests()intStatisticsHandler. getRequestsActive()intStatisticsHandler. getRequestsActiveMax()longStatisticsHandler. getRequestTimeMax()doubleStatisticsHandler. getRequestTimeMean()doubleStatisticsHandler. getRequestTimeStdDev()longStatisticsHandler. getRequestTimeTotal()java.lang.StringContextHandler. getResourceBase()intStatisticsHandler. getResponses1xx()intStatisticsHandler. getResponses2xx()intStatisticsHandler. getResponses3xx()intStatisticsHandler. getResponses4xx()intStatisticsHandler. getResponses5xx()longStatisticsHandler. getResponsesBytesTotal()intStatisticsHandler. getResponsesThrown()longStatisticsHandler. getStatsOnMs()intThreadLimitHandler. getThreadLimit()java.lang.String[]ContextHandler. getVirtualHosts()Get the virtual hosts for the context.java.lang.String[]ContextHandler. getWelcomeFiles()booleanThreadLimitHandler. isEnabled()booleanContextHandler. isShutdown() -
Uses of ManagedAttribute in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>ContextHandlerMBean. getContextAttributes() -
Uses of ManagedAttribute in org.eclipse.jetty.server.jmx
Methods in org.eclipse.jetty.server.jmx with annotations of type ManagedAttribute Modifier and Type Method Description Handler[]ServerMBean. getContexts()longServerMBean. getStartupTime() -
Uses of ManagedAttribute in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session with annotations of type ManagedAttribute Modifier and Type Method Description intAbstractSessionCache. getEvictionPolicy()intAbstractSessionDataStore. getGracePeriodSec()booleanSessionHandler. getHttpOnly()longHouseKeeper. getIntervalSec()Get the period between scavenge cycles.intSessionHandler. getMaxCookieAge()intSessionHandler. getMaxInactiveInterval()intSessionHandler. getRefreshCookieAge()HttpCookie.SameSiteSessionHandler. getSameSite()intAbstractSessionDataStore. getSavePeriodSec()booleanSessionHandler. getSecureCookies()java.lang.StringSessionHandler. getSessionCookie()java.lang.StringSessionHandler. getSessionDomain()SessionIdManagerSessionHandler. getSessionIdManager()Gets the cross context session id managerjava.lang.StringSessionHandler. getSessionIdPathParameterName()java.lang.StringSessionHandler. getSessionPath()intSessionHandler. getSessionsCreated()longDefaultSessionCache. getSessionsCurrent()longDefaultSessionCache. getSessionsMax()longDefaultSessionCache. getSessionsTotal()longSessionHandler. getSessionTimeMax()doubleSessionHandler. getSessionTimeMean()doubleSessionHandler. getSessionTimeStdDev()longSessionHandler. getSessionTimeTotal()java.io.FileFileSessionDataStore. getStoreDir()java.lang.StringDefaultSessionIdManager. getWorkerName()Get the workname.booleanSessionHandler. isCheckingRemoteSessionIdEncoding()booleanFileSessionDataStore. isPassivating()booleanJDBCSessionDataStore. isPassivating()booleanNullSessionDataStore. isPassivating()booleanAbstractSessionCache. isRemoveUnloadableSessions()booleanAbstractSessionCache. isSaveOnCreate()booleanAbstractSessionCache. 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
Methods in org.eclipse.jetty.servlet with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringBaseHolder. getClassName()java.lang.StringHolder. getDisplayName()FilterMapping[]ServletHandler. getFilterMappings()java.lang.StringFilterMapping. getFilterName()FilterHolder[]ServletHandler. getFilters()java.lang.StringServletHolder. getForcedPath()GzipHandlerServletContextHandler. getGzipHandler()intServletHolder. getInitOrder()java.util.Map<java.lang.String,java.lang.String>Holder. getInitParameters()java.lang.StringHolder. getName()java.lang.String[]FilterMapping. getPathSpecs()java.lang.String[]ServletMapping. getPathSpecs()java.lang.StringServletHolder. getRunAsRole()SecurityHandlerServletContextHandler. getSecurityHandler()ServletHandlerServletContextHandler. getServletHandler()ServletMapping[]ServletHandler. getServletMappings()java.lang.StringServletMapping. getServletName()java.lang.String[]FilterMapping. getServletNames()ServletHolder[]ServletHandler. getServlets()SessionHandlerServletContextHandler. getSessionHandler()booleanServletMapping. isDefault() -
Uses of ManagedAttribute in org.eclipse.jetty.servlets
Methods in org.eclipse.jetty.servlets with annotations of type ManagedAttribute Modifier and Type Method Description longDoSFilter. getDelayMs()Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.longDoSFilter. 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.longDoSFilter. getMaxRequestMs()Get maximum amount of time (in milliseconds) to allow the request to process.intQoSFilter. getMaxRequests()Get the maximum number of requests allowed to be processed at the same time.intDoSFilter. getMaxRequestsPerSec()Get maximum number of requests from a connection per second.longDoSFilter. 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()Deprecated.longQoSFilter. getSuspendMs()Get the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.intDoSFilter. getThrottledRequests()Get number of requests over the rate limit able to be considered at once.longDoSFilter. getThrottleMs()Get amount of time (in milliseconds) to async wait for semaphore.longQoSFilter. 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.StringDoSFilter. getWhitelist()Get a list of IP addresses that will not be rate limited.booleanDoSFilter. isEnabled()booleanDoSFilter. isInsertHeaders()Check flag to insert the DoSFilter headers into the response.booleanDoSFilter. isRemotePort()Get flag to have usage rate tracked by IP+port (effectively connection) -
Uses of ManagedAttribute in org.eclipse.jetty.session.infinispan
Methods in org.eclipse.jetty.session.infinispan with annotations of type ManagedAttribute Modifier and Type Method Description intInfinispanSessionDataStore. getInfinispanIdleTimeoutSec()booleanInfinispanSessionDataStore. isPassivating() -
Uses of ManagedAttribute in org.eclipse.jetty.unixsocket
Methods in org.eclipse.jetty.unixsocket with annotations of type ManagedAttribute Modifier and Type Method Description intUnixSocketConnector. getAcceptQueueSize()booleanUnixSocketConnector. getReuseAddress()java.lang.StringUnixSocketConnector. getUnixSocket() -
Uses of ManagedAttribute in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with annotations of type ManagedAttribute Modifier and Type Method Description intPool. getClosedCount()java.lang.StringHostPort. getHost()Get the host.intPool. getIdleCount()intPool. getInUseCount()intPool. getMaxEntries()intPool. getMaxMultiplex()Deprecated.Multiplex functionalities will be removedintPool. getMaxUsageCount()Deprecated.MaxUsage functionalities will be removedintHostPort. getPort()Get the port.intPool. getReservedCount()longSocketAddressResolver.Async. getTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringAbstractLifeCycle. getState()longAbstractLifeCycle. getStopTimeout() -
Uses of ManagedAttribute in org.eclipse.jetty.util.log
Methods in org.eclipse.jetty.util.log with annotations of type ManagedAttribute Modifier and Type Method Description static java.util.Map<java.lang.String,Logger>Log. getLoggers()Get a map of all configuredLoggerinstances.booleanStdErrLog. isDebugEnabled() -
Uses of ManagedAttribute in org.eclipse.jetty.util.log.jmx
Methods in org.eclipse.jetty.util.log.jmx with annotations of type ManagedAttribute Modifier and Type Method Description java.util.List<java.lang.String>LogMBean. getLoggers() -
Uses of ManagedAttribute in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.StringSslContextFactory. getCertAlias()java.lang.StringSslContextFactory. getCrlPath()java.lang.StringSslContextFactory. getEndpointIdentificationAlgorithm()java.lang.String[]SslContextFactory. getExcludeCipherSuites()java.lang.String[]SslContextFactory. getExcludeProtocols()java.lang.String[]SslContextFactory. getIncludeCipherSuites()java.lang.String[]SslContextFactory. getIncludeProtocols()java.lang.StringSslContextFactory. getKeyManagerFactoryAlgorithm()java.lang.StringSslContextFactory. getKeyStorePath()java.lang.StringSslContextFactory. getKeyStoreProvider()java.lang.StringSslContextFactory. getKeyStoreType()intSslContextFactory. getMaxCertPathLength()booleanSslContextFactory. getNeedClientAuth()Deprecated.useSslContextFactory.Server.getNeedClientAuth()insteadjava.lang.StringSslContextFactory. getOcspResponderURL()java.lang.StringSslContextFactory. getProtocol()java.lang.StringSslContextFactory. getProvider()Get the optional Security Provider name.intSslContextFactory. getRenegotiationLimit()intKeyStoreScanner. getScanInterval()java.lang.StringSslContextFactory. getSecureRandomAlgorithm()java.lang.String[]SslContextFactory. getSelectedCipherSuites()java.lang.String[]SslContextFactory. getSelectedProtocols()intSslContextFactory. getSslSessionCacheSize()Get SSL session cache size.intSslContextFactory. getSslSessionTimeout()Get SSL session timeout.java.lang.StringSslContextFactory. getTrustManagerFactoryAlgorithm()java.lang.StringSslContextFactory. getTrustStorePath()java.lang.StringSslContextFactory. getTrustStoreProvider()java.lang.StringSslContextFactory. getTrustStoreType()booleanSslContextFactory. getWantClientAuth()Deprecated.useSslContextFactory.Server.getWantClientAuth()insteadbooleanSslContextFactory. isEnableCRLDP()booleanSslContextFactory. isEnableOCSP()booleanSslContextFactory. isRenegotiationAllowed()booleanSslContextFactory. isSessionCachingEnabled()booleanSslContextFactory.Server. isSniRequired()Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.booleanSslContextFactory. isTrustAll()booleanSslContextFactory. isUseCipherSuitesOrder()booleanSslContextFactory. isValidateCerts()booleanSslContextFactory. isValidatePeerCerts() -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedAttribute Modifier and Type Method Description intReservedThreadExecutor. getAvailable()intQueuedThreadPool. getAvailableReservedThreads()longMonitoredQueuedThreadPool. getAverageQueueLatency()longMonitoredQueuedThreadPool. getAverageTaskLatency()intQueuedThreadPool. getBusyThreads()The number of threads executing internal and transient jobs.intReservedThreadExecutor. getCapacity()intExecutorThreadPool. getIdleThreads()intQueuedThreadPool. getIdleThreads()The number of idle threads, but without including reserved threads.intThreadPool. getIdleThreads()intExecutorThreadPool. getIdleTimeout()intQueuedThreadPool. getIdleTimeout()longReservedThreadExecutor. getIdleTimeoutMs()intQueuedThreadPool. 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.intThreadPoolBudget. getLeasedThreads()intQueuedThreadPool. getLowThreadsThreshold()intQueuedThreadPool. getMaxAvailableThreads()The maximum number of threads available to run transient jobs.intMonitoredQueuedThreadPool. getMaxBusyThreads()intQueuedThreadPool. getMaxLeasedThreads()The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.longMonitoredQueuedThreadPool. getMaxQueueLatency()intMonitoredQueuedThreadPool. getMaxQueueSize()intQueuedThreadPool. getMaxReservedThreads()longMonitoredQueuedThreadPool. getMaxTaskLatency()intExecutorThreadPool. getMaxThreads()intQueuedThreadPool. getMaxThreads()intExecutorThreadPool. getMinThreads()intQueuedThreadPool. getMinThreads()java.lang.StringExecutorThreadPool. getName()java.lang.StringQueuedThreadPool. getName()java.lang.StringScheduledExecutorScheduler. getName()intReservedThreadExecutor. getPending()intQueuedThreadPool. getQueueSize()intQueuedThreadPool. getReadyThreads()The fundamental value that represents the number of threads ready to execute transient jobs.intExecutorThreadPool. getReservedThreads()intQueuedThreadPool. getReservedThreads()longMonitoredQueuedThreadPool. getTasks()intExecutorThreadPool. getThreads()intQueuedThreadPool. getThreads()The fundamental value that represents the number of threads currently known by this thread pool.intScheduledExecutorScheduler. getThreads()intThreadPool. getThreads()intQueuedThreadPool. getThreadsPriority()doubleQueuedThreadPool. getUtilizationRate()The rate between the number ofutilized threadsand the maximum number ofutilizable threads.intQueuedThreadPool. getUtilizedThreads()The number of threads executing transient jobs.booleanExecutorThreadPool. isDaemon()booleanQueuedThreadPool. isDaemon()booleanScheduledExecutorScheduler. isDaemon()booleanExecutorThreadPool. isDetailedDump()booleanQueuedThreadPool. isDetailedDump()booleanExecutorThreadPool. isLowOnThreads()booleanQueuedThreadPool. isLowOnThreads()Returns whether this thread pool is low on threads.booleanThreadPool. isLowOnThreads() -
Uses of ManagedAttribute in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedAttribute Modifier and Type Method Description longEatWhatYouKill. getEPCTasksConsumed()longEatWhatYouKill. getPCTasksConsumed()longEatWhatYouKill. getPECTasksExecuted()longEatWhatYouKill. getPICTasksExecuted()booleanEatWhatYouKill. isIdle() -
Uses of ManagedAttribute in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.String[]WebAppContext. getConfigurationClasses()java.lang.StringWebAppContext. getDefaultsDescriptor()The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xmljava.lang.StringWebAppContext. getDescriptor()java.lang.StringWebAppContext. 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.xmljava.lang.String[]WebAppContext. getServerClasses()java.lang.String[]WebAppContext. getSystemClasses()java.io.FileWebAppContext. getTempDirectory()java.lang.StringWebAppContext. getWar()booleanWebAppContext. isCopyWebDir()booleanWebAppContext. isDistributable()booleanWebAppContext. isExtractWAR()booleanWebAppContext. isParentLoaderPriority() -
Uses of ManagedAttribute in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with annotations of type ManagedAttribute Modifier and Type Method Description IncomingFramesWebSocketSession. getIncomingHandler()intSessionTracker. getNumSessions()OutgoingFramesWebSocketSession. getOutgoingHandler() -
Uses of ManagedAttribute in org.eclipse.jetty.websocket.common.extensions
Methods in org.eclipse.jetty.websocket.common.extensions with annotations of type ManagedAttribute Modifier and Type Method Description java.util.List<Extension>ExtensionStack. getExtensions()IncomingFramesAbstractExtension. getNextIncoming()IncomingFramesExtensionStack. getNextIncoming()OutgoingFramesAbstractExtension. getNextOutgoing()OutgoingFramesExtensionStack. getNextOutgoing() -
Uses of ManagedAttribute in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 with annotations of type ManagedAttribute Modifier and Type Method Description intJsrSessionTracker. getNumSessions() -
Uses of ManagedAttribute in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with annotations of type ManagedAttribute Modifier and Type Method Description NativeWebSocketConfigurationWebSocketUpgradeFilter. getConfiguration()
-