Package adams.flow.standalone.webserver
Interface Handler
-
- All Superinterfaces:
adams.core.Destroyable
,adams.core.option.OptionHandler
- All Known Implementing Classes:
AbstractHandler
,DefaultHandler
,ResourceHandler
,RunningFlowsHandler
public interface Handler extends adams.core.option.OptionHandler
Interface for handler wrappers that return a configuredHandler
.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jetty.server.Handler
configureHandler()
Configures the handler.
-