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.http.pathmap 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.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.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 Support -
-
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.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.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()
long
AbstractByteBufferPool. getDirectMemory()
java.util.concurrent.Executor
SelectorManager. getExecutor()
long
ArrayByteBufferPool. getHeapByteBufferCount()
long
MappedByteBufferPool. getHeapByteBufferCount()
long
AbstractByteBufferPool. getHeapMemory()
long
LeakTrackingByteBufferPool. getLeakedAcquires()
long
LeakTrackingByteBufferPool. getLeakedReleases()
long
LeakTrackingByteBufferPool. getLeakedRemoves()
long
LeakTrackingByteBufferPool. getLeakedResources()
long
AbstractByteBufferPool. getMaxDirectMemory()
long
AbstractByteBufferPool. getMaxHeapMemory()
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()
Methods in org.eclipse.jetty.jmx with parameters of type ManagedAttribute Modifier and Type Method Description private java.lang.reflect.Method
MetaData.AttributeInfo. findSetter(ManagedAttribute attribute, java.lang.reflect.Method getter, java.lang.String name)
Constructors in org.eclipse.jetty.jmx with parameters of type ManagedAttribute Constructor Description AttributeInfo(ManagedAttribute attribute, java.lang.reflect.Method getter)
-
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.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()
-