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 int
AbstractConnectionPool. getActiveConnectionCount()
int
AbstractConnectionPool. getConnectionCount()
ConnectionPool
HttpDestination. getConnectionPool()
long
HttpClient. getConnectTimeout()
java.lang.String
HttpClient. getDefaultRequestContentType()
long
HttpClient. getDestinationIdleTimeout()
The default value is 0java.lang.String
HttpDestination. 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
HttpClient. getMaxRequestsQueuedPerDestination()
int
DuplexConnectionPool. getMaxUsageCount()
int
MultiplexConnectionPool. getMaxUsageCount()
java.lang.String
HttpClient. getName()
int
AbstractConnectionPool. getPendingConnectionCount()
int
AbstractConnectionPool. getPendingCount()
Deprecated.int
HttpDestination. getPort()
int
HttpDestination. getQueuedRequestCount()
int
HttpClient. getRequestBufferSize()
int
HttpClient. getResponseBufferSize()
java.lang.String
HttpDestination. getScheme()
int
AbstractConnectorHttpClientTransport. getSelectors()
int
ValidatingConnectionPool. getValidatingConnectionCount()
boolean
AbstractConnectionPool. isClosed()
boolean
HttpClient. isConnectBlocking()
boolean
HttpClient. isFollowRedirects()
boolean
AbstractConnectionPool. isMaximizeConnections()
boolean
HttpClient. isRemoveIdleDestinations()
Deprecated.replaced byHttpClient.getDestinationIdleTimeout()
boolean
HttpDestination. isStale()
boolean
HttpClient. isStrictEventOrdering()
boolean
HttpClient. 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 int
HttpClientTransportOverHTTP. 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 ContextHandlerCollection
DeploymentManager. getContexts()
void
PropertiesConfigurationManager. 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.String
WebAppProvider. getDefaultsDescriptor()
Get the defaultsDescriptor.int
ScanningAppProvider. getScanInterval()
java.io.File
WebAppProvider. getTempDir()
Get the user supplied Work Directory.boolean
WebAppProvider. isExtractWars()
Get the extractWars.boolean
WebAppProvider. isParentLoaderPriority()
Get the parentLoaderPriority.boolean
ScanningAppProvider. isRecursive()
-
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.String
HttpClientTransportOverFCGI. getScriptRoot()
boolean
HttpClientTransportOverFCGI. 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 int
GCloudSessionDataStore. getBackoffMs()
int
GCloudSessionDataStore. getMaxResults()
int
GCloudSessionDataStore. getMaxRetries()
java.lang.String
GCloudSessionDataStore. getNamespace()
boolean
GCloudSessionDataStore. 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()
PathSpec
MappedResource. getPathSpec()
E
MappedResource. 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 float
BufferingFlowControlStrategy. getBufferRatio()
FlowControlStrategy
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. 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 long
HTTP2Client. getConnectTimeout()
long
HTTP2Client. getIdleTimeout()
int
HTTP2Client. getInitialSessionRecvWindow()
int
HTTP2Client. getInitialStreamRecvWindow()
int
HTTP2Client. getInputBufferSize()
int
HTTP2Client. getMaxConcurrentPushedStreams()
int
HTTP2Client. getMaxDecoderTableCapacity()
int
HTTP2Client. getMaxDynamicTableSize()
Deprecated.int
HTTP2Client. getMaxEncoderTableCapacity()
int
HTTP2Client. getMaxFrameLength()
Deprecated.int
HTTP2Client. getMaxFrameSize()
int
HTTP2Client. getMaxHeaderBlockFragment()
int
HTTP2Client. getMaxResponseHeadersSize()
int
HTTP2Client. getMaxSettingsKeys()
java.util.List<java.lang.String>
HTTP2Client. getProtocols()
int
HTTP2Client. getSelectors()
long
HTTP2Client. getStreamIdleTimeout()
boolean
HTTP2Client. 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 int
HttpClientTransportOverHTTP2. getSelectors()
boolean
HttpClientTransportOverHTTP2. 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 int
AbstractHTTP2ServerConnectionFactory. getInitialSessionRecvWindow()
int
AbstractHTTP2ServerConnectionFactory. getInitialStreamRecvWindow()
int
AbstractHTTP2ServerConnectionFactory. getMaxConcurrentStreams()
int
AbstractHTTP2ServerConnectionFactory. getMaxDecoderTableCapacity()
int
AbstractHTTP2ServerConnectionFactory. getMaxDynamicTableSize()
Deprecated.int
AbstractHTTP2ServerConnectionFactory. getMaxEncoderTableCapacity()
int
AbstractHTTP2ServerConnectionFactory. getMaxFrameLength()
Deprecated.int
AbstractHTTP2ServerConnectionFactory. getMaxFrameSize()
int
AbstractHTTP2ServerConnectionFactory. getMaxHeaderBlockFragment()
int
AbstractHTTP2ServerConnectionFactory. getMaxSettingsKeys()
int
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer. getSize()
long
AbstractHTTP2ServerConnectionFactory. 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 void
LeakTrackingByteBufferPool. clearTracking()
Clears the tracking data returned byLeakTrackingByteBufferPool.getLeakedAcquires()
,LeakTrackingByteBufferPool.getLeakedReleases()
,LeakTrackingByteBufferPool.getLeakedResources()
.double
ManagedSelector. getAverageSelectedKeys()
long
ConnectionStatistics. getConnectionDurationMax()
double
ConnectionStatistics. getConnectionDurationMean()
double
ConnectionStatistics. getConnectionDurationStdDev()
long
ConnectionStatistics. getConnections()
long
ConnectionStatistics. getConnectionsMax()
long
ConnectionStatistics. getConnectionsTotal()
long
SelectorManager. getConnectTimeout()
Get the connect timeoutlong
ArrayByteBufferPool. getDirectByteBufferCount()
long
MappedByteBufferPool. getDirectByteBufferCount()
java.util.concurrent.Executor
SelectorManager. getExecutor()
long
ArrayByteBufferPool. getHeapByteBufferCount()
long
MappedByteBufferPool. getHeapByteBufferCount()
long
LeakTrackingByteBufferPool. getLeakedAcquires()
long
LeakTrackingByteBufferPool. getLeakedReleases()
long
LeakTrackingByteBufferPool. getLeakedRemoves()
long
LeakTrackingByteBufferPool. getLeakedResources()
double
ManagedSelector. getMaxSelectedKeys()
long
ConnectionStatistics. getReceivedBytes()
long
ConnectionStatistics. getReceivedBytesRate()
long
ConnectionStatistics. getReceivedMessages()
long
ConnectionStatistics. getReceivedMessagesRate()
Scheduler
SelectorManager. getScheduler()
long
ManagedSelector. getSelectCount()
int
SelectorManager. getSelectorCount()
long
ConnectionStatistics. getSentBytes()
long
ConnectionStatistics. getSentBytesRate()
long
ConnectionStatistics. getSentMessages()
long
ConnectionStatistics. getSentMessagesRate()
int
ManagedSelector. 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.String
MBeanContainer. getDomain()
Retrieve domain name used to add MBeansboolean
MBeanContainer. 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 long
MavenServerConnector. 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 int
MemcachedSessionDataMap. getExpirySec()
Expiry time for memached entries.boolean
MemcachedSessionDataMap. 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.DBCollection
MongoSessionDataStore. getDBCollection()
boolean
MongoSessionDataStore. 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 int
ServerConnector. getAcceptedReceiveBufferSize()
int
ServerConnector. getAcceptedSendBufferSize()
boolean
ServerConnector. getAcceptedTcpNoDelay()
int
AbstractConnector. getAcceptorPriorityDelta()
int
AbstractConnector. getAcceptors()
int
ServerConnector. getAcceptQueueSize()
int
AcceptRateLimit. getAcceptRateLimit()
long
HttpConfiguration. getBlockingTimeout()
Deprecated.int
ConnectorStatistics. getBytesIn()
Deprecated.int
ConnectorStatistics. getBytesOut()
Deprecated.Handler[]
HandlerContainer. getChildHandlers()
long
ConnectorStatistics. getConnectionDurationMax()
Deprecated.double
ConnectorStatistics. getConnectionDurationMean()
Deprecated.double
ConnectorStatistics. getConnectionDurationStdDev()
Deprecated.int
ConnectionLimit. getConnections()
int
ConnectorStatistics. getConnections()
Deprecated.int
ConnectorStatistics. getConnectionsOpen()
Deprecated.int
ConnectorStatistics. getConnectionsOpenMax()
Deprecated.Connector[]
Server. getConnectors()
java.lang.String
RequestLogWriter. getDatedFilename()
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk usingRolloverFileOutputStream
.java.lang.String
AbstractConnector. getDefaultProtocol()
java.lang.String
NCSARequestLog. getFilename()
Deprecated.Retrieve the output file name of the request log.java.lang.String
RequestLogWriter. getFileName()
Retrieve the output file name of the request log.java.lang.String
RequestLogWriter. getFilenameDateFormat()
Retrieve the file name date format string.java.lang.String
CustomRequestLog. getFormatString()
Retrieve the format string.Handler[]
HandlerContainer. getHandlers()
int
HttpConfiguration. getHeaderCacheSize()
java.lang.String
AbstractNetworkConnector. getHost()
long
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()
java.net.SocketAddress
HttpConfiguration. getLocalAddress()
Get the SocketAddress override to be reported as the local address of all connectionsint
ServerConnector. getLocalPort()
java.lang.String
Slf4jRequestLogWriter. getLoggerName()
java.lang.String
AbstractNCSARequestLog. getLogTimeZone()
Deprecated.Retrieve the timezone of the request log.int
LowResourceMonitor. getLowResourcesIdleTimeout()
java.lang.String
LowResourceMonitor. getLowResourcesReasons()
long
LowResourceMonitor. getLowResourcesStarted()
int
ConnectionLimit. getMaxConnections()
int
LowResourceMonitor. getMaxConnections()
Deprecated.Replaced by ConnectionLimitint
LowResourceMonitor.MaxConnectionsLowResourceCheck. getMaxConnections()
Deprecated.Replaced by ConnectionLimitint
HttpConfiguration. getMaxErrorDispatches()
int
LowResourceMonitor. getMaxLowResourcesTime()
long
LowResourceMonitor. getMaxMemory()
long
AcceptRateLimit. getMaxRate()
int
ConnectorStatistics. getMessagesIn()
Deprecated.int
ConnectorStatistics. getMessagesInPerConnectionMax()
Deprecated.double
ConnectorStatistics. getMessagesInPerConnectionMean()
Deprecated.double
ConnectorStatistics. getMessagesInPerConnectionStdDev()
Deprecated.int
ConnectorStatistics. getMessagesInPerSecond()
Deprecated.int
ConnectorStatistics. getMessagesOut()
Deprecated.int
ConnectorStatistics. getMessagesOutPerConnectionMax()
Deprecated.double
ConnectorStatistics. getMessagesOutPerConnectionMean()
Deprecated.double
ConnectorStatistics. getMessagesOutPerConnectionStdDev()
Deprecated.int
ConnectorStatistics. getMessagesOutPerSecond()
Deprecated.long
HttpConfiguration. getMinRequestDataRate()
long
HttpConfiguration. getMinResponseDataRate()
java.util.Collection<Connector>
LowResourceMonitor. getMonitoredConnectors()
boolean
LowResourceMonitor. getMonitorThreads()
int
HttpConfiguration. getOutputAggregationSize()
int
HttpConfiguration. getOutputBufferSize()
long
AcceptRateLimit. getPeriod()
int
LowResourceMonitor. getPeriod()
int
AbstractNetworkConnector. getPort()
java.lang.String
AbstractConnectionFactory. getProtocol()
java.util.List<java.lang.String>
AbstractConnector. getProtocols()
int
AcceptRateLimit. getRate()
java.lang.String
LowResourceMonitor. getReasons()
int
HttpConfiguration. getRequestHeaderSize()
int
HttpConfiguration. getResponseHeaderSize()
int
NCSARequestLog. getRetainDays()
Deprecated.Retrieve the number of days before rotated log files are deleted.int
RequestLogWriter. getRetainDays()
Retrieve the number of days before rotated log files are deleted.boolean
ServerConnector. getReuseAddress()
int
HttpConfiguration. getSecurePort()
java.lang.String
HttpConfiguration. getSecureScheme()
SelectorManager
ServerConnector. getSelectorManager()
boolean
HttpConfiguration. getSendDateHeader()
Indicates if theDate
header will be sent in responses.boolean
HttpConfiguration. getSendServerVersion()
boolean
HttpConfiguration. getSendXPoweredBy()
Server
Handler. getServer()
HostPort
HttpConfiguration. getServerAuthority()
Get the Server authority override to be used if no authority is provided by a request.int
ServerConnector. getSoLingerTime()
Deprecated.don't use as socket close linger time has undefined behavior for non-blocking socketslong
ConnectorStatistics. getStartedMillis()
Deprecated.ThreadPool
Server. getThreadPool()
java.lang.String
RequestLogWriter. getTimeZone()
java.util.concurrent.TimeUnit
AcceptRateLimit. getUnits()
static java.lang.String
Server. getVersion()
RequestLog.Writer
CustomRequestLog. getWriter()
boolean
LowResourceMonitor. isAcceptingInLowResources()
boolean
NCSARequestLog. isAppend()
Deprecated.Retrieve append to log flag.boolean
RequestLogWriter. isAppend()
Retrieve append to log flag.boolean
HttpConfiguration. isDelayDispatchUntilContent()
boolean
Server. isDumpAfterStart()
boolean
Server. isDumpBeforeStop()
boolean
DebugListener. isDumpContext()
boolean
AbstractNCSARequestLog. isExtended()
Deprecated.Retrieve the extended request log format flag.boolean
LowResourceMonitor. isLowOnResources()
boolean
HttpConfiguration. isNotifyRemoteAsyncErrors()
boolean
HttpConfiguration. isPersistentConnectionsEnabled()
boolean
HttpConfiguration. isRelativeRedirectAllowed()
boolean
DebugListener. isRenameThread()
boolean
DebugListener. 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 boolean
ContextHandler. getAllowNullPathInfo()
int
StatisticsHandler. getAsyncDispatches()
int
StatisticsHandler. getAsyncRequests()
int
StatisticsHandler. getAsyncRequestsWaiting()
int
StatisticsHandler. getAsyncRequestsWaitingMax()
java.lang.String
ContextHandler. getClassPath()
Make best effort to extract a file classpath from the context classloaderjava.lang.String
ContextHandler. getContextPath()
int
StatisticsHandler. getDispatched()
int
StatisticsHandler. getDispatchedActive()
int
StatisticsHandler. getDispatchedActiveMax()
long
StatisticsHandler. getDispatchedTimeMax()
double
StatisticsHandler. getDispatchedTimeMean()
double
StatisticsHandler. getDispatchedTimeStdDev()
long
StatisticsHandler. getDispatchedTimeTotal()
java.lang.String
ContextHandler. getDisplayName()
ErrorHandler
ContextHandler. getErrorHandler()
int
StatisticsHandler. getErrors()
int
StatisticsHandler. getExpires()
boolean
StatisticsHandler. getGracefulShutdownWaitsForRequests()
Handler
HandlerWrapper. getHandler()
Handler[]
HandlerCollection. getHandlers()
java.util.Map<java.lang.String,java.lang.String>
ContextHandler. getInitParams()
int
ContextHandler. getMaxFormContentSize()
int
StatisticsHandler. getRequests()
int
StatisticsHandler. getRequestsActive()
int
StatisticsHandler. getRequestsActiveMax()
long
StatisticsHandler. getRequestTimeMax()
double
StatisticsHandler. getRequestTimeMean()
double
StatisticsHandler. getRequestTimeStdDev()
long
StatisticsHandler. getRequestTimeTotal()
java.lang.String
ContextHandler. getResourceBase()
int
StatisticsHandler. getResponses1xx()
int
StatisticsHandler. getResponses2xx()
int
StatisticsHandler. getResponses3xx()
int
StatisticsHandler. getResponses4xx()
int
StatisticsHandler. getResponses5xx()
long
StatisticsHandler. getResponsesBytesTotal()
int
StatisticsHandler. getResponsesThrown()
long
StatisticsHandler. getStatsOnMs()
int
ThreadLimitHandler. getThreadLimit()
java.lang.String[]
ContextHandler. getVirtualHosts()
Get the virtual hosts for the context.java.lang.String[]
ContextHandler. getWelcomeFiles()
boolean
ThreadLimitHandler. isEnabled()
boolean
ContextHandler. isShutdown()
-
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()
long
ServerMBean. 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 int
AbstractSessionCache. getEvictionPolicy()
int
AbstractSessionDataStore. getGracePeriodSec()
boolean
SessionHandler. getHttpOnly()
long
HouseKeeper. getIntervalSec()
Get the period between scavenge cycles.int
SessionHandler. getMaxCookieAge()
int
SessionHandler. getMaxInactiveInterval()
int
SessionHandler. getRefreshCookieAge()
HttpCookie.SameSite
SessionHandler. getSameSite()
int
AbstractSessionDataStore. getSavePeriodSec()
boolean
SessionHandler. getSecureCookies()
java.lang.String
SessionHandler. getSessionCookie()
java.lang.String
SessionHandler. getSessionDomain()
SessionIdManager
SessionHandler. getSessionIdManager()
Gets the cross context session id managerjava.lang.String
SessionHandler. getSessionIdPathParameterName()
java.lang.String
SessionHandler. getSessionPath()
int
SessionHandler. getSessionsCreated()
long
DefaultSessionCache. getSessionsCurrent()
long
DefaultSessionCache. getSessionsMax()
long
DefaultSessionCache. getSessionsTotal()
long
SessionHandler. getSessionTimeMax()
double
SessionHandler. getSessionTimeMean()
double
SessionHandler. getSessionTimeStdDev()
long
SessionHandler. getSessionTimeTotal()
java.io.File
FileSessionDataStore. getStoreDir()
java.lang.String
DefaultSessionIdManager. getWorkerName()
Get the workname.boolean
SessionHandler. isCheckingRemoteSessionIdEncoding()
boolean
FileSessionDataStore. isPassivating()
boolean
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
Methods in org.eclipse.jetty.servlet with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.String
BaseHolder. getClassName()
java.lang.String
Holder. getDisplayName()
FilterMapping[]
ServletHandler. getFilterMappings()
java.lang.String
FilterMapping. getFilterName()
FilterHolder[]
ServletHandler. getFilters()
java.lang.String
ServletHolder. getForcedPath()
GzipHandler
ServletContextHandler. getGzipHandler()
int
ServletHolder. getInitOrder()
java.util.Map<java.lang.String,java.lang.String>
Holder. getInitParameters()
java.lang.String
Holder. getName()
java.lang.String[]
FilterMapping. getPathSpecs()
java.lang.String[]
ServletMapping. getPathSpecs()
java.lang.String
ServletHolder. getRunAsRole()
SecurityHandler
ServletContextHandler. getSecurityHandler()
ServletHandler
ServletContextHandler. getServletHandler()
ServletMapping[]
ServletHandler. getServletMappings()
java.lang.String
ServletMapping. getServletName()
java.lang.String[]
FilterMapping. getServletNames()
ServletHolder[]
ServletHandler. getServlets()
SessionHandler
ServletContextHandler. getSessionHandler()
boolean
ServletMapping. isDefault()
-
Uses of ManagedAttribute in org.eclipse.jetty.servlets
Methods in org.eclipse.jetty.servlets with annotations of type ManagedAttribute Modifier and Type Method Description long
DoSFilter. getDelayMs()
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.long
DoSFilter. getMaxIdleTrackerMs()
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.long
DoSFilter. getMaxRequestMs()
Get maximum amount of time (in milliseconds) to allow the request to process.int
QoSFilter. getMaxRequests()
Get the maximum number of requests allowed to be processed at the same time.int
DoSFilter. getMaxRequestsPerSec()
Get maximum number of requests from a connection per second.long
DoSFilter. getMaxWaitMs()
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.java.util.Map<java.lang.String,java.lang.String>
PushCacheFilter. getPushCache()
Deprecated.long
QoSFilter. getSuspendMs()
Get the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.int
DoSFilter. getThrottledRequests()
Get number of requests over the rate limit able to be considered at once.long
DoSFilter. getThrottleMs()
Get amount of time (in milliseconds) to async wait for semaphore.long
QoSFilter. getWaitMs()
Get the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.java.lang.String
DoSFilter. getWhitelist()
Get a list of IP addresses that will not be rate limited.boolean
DoSFilter. isEnabled()
boolean
DoSFilter. isInsertHeaders()
Check flag to insert the DoSFilter headers into the response.boolean
DoSFilter. isRemotePort()
Get flag to have usage rate tracked by IP+port (effectively connection) -
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 int
InfinispanSessionDataStore. getInfinispanIdleTimeoutSec()
boolean
InfinispanSessionDataStore. 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 int
UnixSocketConnector. getAcceptQueueSize()
boolean
UnixSocketConnector. getReuseAddress()
java.lang.String
UnixSocketConnector. 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 int
Pool. getClosedCount()
java.lang.String
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
Methods in org.eclipse.jetty.util.component with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.String
AbstractLifeCycle. getState()
long
AbstractLifeCycle. 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 configuredLogger
instances.boolean
StdErrLog. 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.String
SslContextFactory. getCertAlias()
java.lang.String
SslContextFactory. getCrlPath()
java.lang.String
SslContextFactory. getEndpointIdentificationAlgorithm()
java.lang.String[]
SslContextFactory. getExcludeCipherSuites()
java.lang.String[]
SslContextFactory. getExcludeProtocols()
java.lang.String[]
SslContextFactory. getIncludeCipherSuites()
java.lang.String[]
SslContextFactory. getIncludeProtocols()
java.lang.String
SslContextFactory. getKeyManagerFactoryAlgorithm()
java.lang.String
SslContextFactory. getKeyStorePath()
java.lang.String
SslContextFactory. getKeyStoreProvider()
java.lang.String
SslContextFactory. getKeyStoreType()
int
SslContextFactory. getMaxCertPathLength()
boolean
SslContextFactory. getNeedClientAuth()
Deprecated.useSslContextFactory.Server.getNeedClientAuth()
insteadjava.lang.String
SslContextFactory. getOcspResponderURL()
java.lang.String
SslContextFactory. getProtocol()
java.lang.String
SslContextFactory. getProvider()
Get the optional Security Provider name.int
SslContextFactory. getRenegotiationLimit()
int
KeyStoreScanner. getScanInterval()
java.lang.String
SslContextFactory. getSecureRandomAlgorithm()
java.lang.String[]
SslContextFactory. getSelectedCipherSuites()
java.lang.String[]
SslContextFactory. getSelectedProtocols()
int
SslContextFactory. getSslSessionCacheSize()
Get SSL session cache size.int
SslContextFactory. getSslSessionTimeout()
Get SSL session timeout.java.lang.String
SslContextFactory. getTrustManagerFactoryAlgorithm()
java.lang.String
SslContextFactory. getTrustStorePath()
java.lang.String
SslContextFactory. getTrustStoreProvider()
java.lang.String
SslContextFactory. getTrustStoreType()
boolean
SslContextFactory. getWantClientAuth()
Deprecated.useSslContextFactory.Server.getWantClientAuth()
insteadboolean
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
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedAttribute Modifier and Type Method Description int
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. 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()
java.lang.String
ExecutorThreadPool. getName()
java.lang.String
QueuedThreadPool. getName()
java.lang.String
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
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedAttribute Modifier and Type Method Description long
EatWhatYouKill. getEPCTasksConsumed()
long
EatWhatYouKill. getPCTasksConsumed()
long
EatWhatYouKill. getPECTasksExecuted()
long
EatWhatYouKill. getPICTasksExecuted()
boolean
EatWhatYouKill. 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.String
WebAppContext. getDefaultsDescriptor()
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xmljava.lang.String
WebAppContext. getDescriptor()
java.lang.String
WebAppContext. getExtraClasspath()
java.util.List<java.lang.String>
WebAppContext. getOverrideDescriptors()
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xmljava.lang.String[]
WebAppContext. getServerClasses()
java.lang.String[]
WebAppContext. getSystemClasses()
java.io.File
WebAppContext. getTempDirectory()
java.lang.String
WebAppContext. getWar()
boolean
WebAppContext. isCopyWebDir()
boolean
WebAppContext. isDistributable()
boolean
WebAppContext. isExtractWAR()
boolean
WebAppContext. isParentLoaderPriority()
-
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 IncomingFrames
WebSocketSession. getIncomingHandler()
int
SessionTracker. getNumSessions()
OutgoingFrames
WebSocketSession. 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()
IncomingFrames
AbstractExtension. getNextIncoming()
IncomingFrames
ExtensionStack. getNextIncoming()
OutgoingFrames
AbstractExtension. getNextOutgoing()
OutgoingFrames
ExtensionStack. 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 int
JsrSessionTracker. 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 NativeWebSocketConfiguration
WebSocketUpgradeFilter. getConfiguration()
-