Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedOperation
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Util : Modular Web Application Support
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Session Management Implementations
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of ManagedOperation in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionvoid
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. -
Uses of ManagedOperation in org.eclipse.jetty.deploy.jmx
-
Uses of ManagedOperation in org.eclipse.jetty.deploy.providers
-
Uses of ManagedOperation in org.eclipse.jetty.ee10.servlets
Modifier and TypeMethodDescriptionboolean
DoSFilter.addWhitelistAddress
(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
DoSFilter.clearWhitelist()
Clears the list of whitelisted IP addressesboolean
DoSFilter.removeWhitelistAddress
(String address) Removes the given address from the list of whitelisted IP addresses. -
Uses of ManagedOperation in org.eclipse.jetty.ee10.webapp
-
Uses of ManagedOperation in org.eclipse.jetty.http2
-
Uses of ManagedOperation in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionvoid
ArrayByteBufferPool.clear()
void
ConnectionStatistics.reset()
void
ManagedSelector.resetStats()
-
Uses of ManagedOperation in org.eclipse.jetty.server
-
Uses of ManagedOperation in org.eclipse.jetty.server.handler
-
Uses of ManagedOperation in org.eclipse.jetty.server.handler.jmx
Modifier and TypeMethodDescriptionvoid
ContextHandlerMBean.removeContextAttribute
(String name) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) -
Uses of ManagedOperation in org.eclipse.jetty.session
-
Uses of ManagedOperation in org.eclipse.jetty.util.component
Modifier and TypeMethodDescriptionvoid
Destroyable.destroy()
ContainerLifeCycle.dump()
default String
Dumpable.dump()
void
ContainerLifeCycle.dumpStdErr()
Dumps toSystem.err
.void
LifeCycle.start()
Starts the component.void
LifeCycle.stop()
Stops the component. -
Uses of ManagedOperation in org.eclipse.jetty.util.resource
-
Uses of ManagedOperation in org.eclipse.jetty.util.ssl
-
Uses of ManagedOperation in org.eclipse.jetty.util.thread
Modifier and TypeMethodDescriptionQueuedThreadPool.dumpThread
(long id) boolean
QueuedThreadPool.interruptThread
(long id) void
MonitoredQueuedThreadPool.reset()
Resets the statistics. -
Uses of ManagedOperation in org.eclipse.jetty.util.thread.strategy