Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedOperation
Packages that use ManagedOperation
Package
Description
Jetty Deploy : Deploy Management
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
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
Methods in org.eclipse.jetty.deploy with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidDeployer.deploy(ContextHandler contextHandler) Deploy a ContextHandler to the server, and start it if appropriate.default voidDeployer.redeploy(ContextHandler oldContextHandler, ContextHandler newContextHandler) Redeploy a ContextHandler to the server, and start it if appropriate.voidDeploymentScanner.scan()voidDeployer.undeploy(ContextHandler contextHandler) Undeploy and stop a ContextHandler. - 
Uses of ManagedOperation in org.eclipse.jetty.ee.webapp
Methods in org.eclipse.jetty.ee.webapp with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.ee10.servlets
Methods in org.eclipse.jetty.ee10.servlets with annotations of type ManagedOperationModifier and TypeMethodDescriptionbooleanDoSFilter.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.voidDoSFilter.clearWhitelist()Clears the list of whitelisted IP addressesbooleanDoSFilter.removeWhitelistAddress(String address) Removes the given address from the list of whitelisted IP addresses. - 
Uses of ManagedOperation in org.eclipse.jetty.ee11.servlets
Methods in org.eclipse.jetty.ee11.servlets with annotations of type ManagedOperationModifier and TypeMethodDescriptionbooleanDoSFilter.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.voidDoSFilter.clearWhitelist()Clears the list of whitelisted IP addressesbooleanDoSFilter.removeWhitelistAddress(String address) Removes the given address from the list of whitelisted IP addresses. - 
Uses of ManagedOperation in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.ee8.nested.jmx
Methods in org.eclipse.jetty.ee8.nested.jmx with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidContextHandlerMBean.removeContextAttribute(String name) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.setContextAttribute(String name, String value)  - 
Uses of ManagedOperation in org.eclipse.jetty.ee8.servlets
Methods in org.eclipse.jetty.ee8.servlets with annotations of type ManagedOperationModifier and TypeMethodDescriptionbooleanDoSFilter.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.voidDoSFilter.clearWhitelist()Clears the list of whitelisted IP addressesbooleanDoSFilter.removeWhitelistAddress(String address) Removes the given address from the list of whitelisted IP addresses. - 
Uses of ManagedOperation in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.ee9.nested.jmx
Methods in org.eclipse.jetty.ee9.nested.jmx with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidContextHandlerMBean.removeContextAttribute(String name) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.setContextAttribute(String name, String value)  - 
Uses of ManagedOperation in org.eclipse.jetty.ee9.servlets
Methods in org.eclipse.jetty.ee9.servlets with annotations of type ManagedOperationModifier and TypeMethodDescriptionbooleanDoSFilter.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.voidDoSFilter.clearWhitelist()Clears the list of whitelisted IP addressesbooleanDoSFilter.removeWhitelistAddress(String address) Removes the given address from the list of whitelisted IP addresses. - 
Uses of ManagedOperation in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidArrayByteBufferPool.clear()voidConnectionStatistics.reset()voidManagedSelector.resetStats() - 
Uses of ManagedOperation in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidContextHandlerMBean.removeContextAttribute(String name) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.setContextAttribute(String name, String value)  - 
Uses of ManagedOperation in org.eclipse.jetty.session
Methods in org.eclipse.jetty.session with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidDestroyable.destroy()ContainerLifeCycle.dump()default StringDumpable.dump()voidContainerLifeCycle.dumpStdErr()Dumps toSystem.err.voidLifeCycle.start()Starts the component.voidLifeCycle.stop()Stops the component. - 
Uses of ManagedOperation in org.eclipse.jetty.util.resource
Methods in org.eclipse.jetty.util.resource with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedOperation - 
Uses of ManagedOperation in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedOperationModifier and TypeMethodDescriptionQueuedThreadPool.dumpThread(long id) booleanQueuedThreadPool.interruptThread(long id) voidMonitoredQueuedThreadPool.reset()Resets the statistics. - 
Uses of ManagedOperation in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedOperation