Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.test.jmx | |
org.eclipse.jetty.test.jmx.jmx | |
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.util.thread.strategy | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesConfigurationManager.put(java.lang.String name,
java.lang.String value) |
void |
DeploymentManager.requestAppGoal(java.lang.String appId,
java.lang.String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
DeploymentManagerMBean.getApps() |
java.util.Collection<java.lang.String> |
DeploymentManagerMBean.getApps(java.lang.String nodeName) |
java.util.Collection<java.lang.String> |
DeploymentManagerMBean.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlowControlStrategy.reset() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStatistics.reset() |
Modifier and Type | Method and Description |
---|---|
void |
Handler.destroy() |
java.lang.String |
ConnectorStatistics.dump()
Deprecated.
|
void |
AcceptRateLimit.reset() |
void |
ConnectorStatistics.reset()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadLimitHandler.exclude(java.lang.String inetAddressPattern) |
void |
ThreadLimitHandler.include(java.lang.String inetAddressPattern) |
void |
ContextHandlerCollection.mapContexts()
Remap the context paths.
|
void |
StatisticsHandler.statsReset()
Resets the current request statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerMBean.removeContextAttribute(java.lang.String name) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.Object value) |
void |
ContextHandlerMBean.setContextAttribute(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSessionCache.resetStats() |
void |
SessionHandler.statsReset()
Reset statistics values
|
Modifier and Type | Method and Description |
---|---|
boolean |
DoSFilter.addWhitelistAddress(java.lang.String address)
Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D
or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.
|
void |
PushCacheFilter.clearPushCache() |
void |
DoSFilter.clearWhitelist()
Clears the list of whitelisted IP addresses
|
boolean |
DoSFilter.removeWhitelistAddress(java.lang.String address)
Removes the given address from the list of whitelisted IP addresses.
|
void |
PushCacheFilter.renewPushCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Echoer.echo(java.lang.String val) |
java.lang.String |
PingServlet.ping() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PingerMBean.ping() |
Modifier and Type | Method and Description |
---|---|
void |
Destroyable.destroy() |
java.lang.String |
ContainerLifeCycle.dump() |
default java.lang.String |
Dumpable.dump() |
void |
ContainerLifeCycle.dumpStdErr()
Dumps to
System.err . |
void |
LifeCycle.start()
Starts the component.
|
void |
LifeCycle.stop()
Stops the component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogMBean.isDebugEnabled(java.lang.String logger) |
void |
LogMBean.setDebugEnabled(java.lang.String logger,
java.lang.Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
QueuedThreadPool.dumpThread(long id) |
boolean |
QueuedThreadPool.interruptThread(long id) |
void |
MonitoredQueuedThreadPool.reset()
Resets the statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
EatWhatYouKill.reset() |
Modifier and Type | Method and Description |
---|---|
void |
CachingWebAppClassLoader.clearCache() |
Copyright © 1995–2023 Webtide. All rights reserved.