Class EchoServer

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, adams.flow.core.FlowContextHandler, RESTProvider, Serializable

    public class EchoServer
    extends AbstractRESTProvider
    Only offers: adams.flow.dropwizard.echo.Echo

    REST Class
    - Path: @jakarta.ws.rs.Path(value="/echo/{input}")
    - Produces: @jakarta.ws.rs.Produces(value={"text/plain"})

    REST Method 'ping'
    - Parameter #1: @jakarta.ws.rs.PathParam(value="input")
    - Method(s): GET


    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
        min-user-mode: Expert
     
    -config-file <adams.core.io.PlaceholderFile> (property: configFile)
        The YAML config file to use for the application, see here for details on
        the format: https://www.dropwizard.io/en/stable/manual/configuration.html
        default: ${CWD}
     
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • EchoServer

        public EchoServer()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • doStart

        protected com.github.fracpete.javautils.struct.Struct2<io.dropwizard.core.Application,​io.dropwizard.core.setup.Environment> doStart()
                                                                                                                                           throws Exception
        Performs the actual start of the service.
        Specified by:
        doStart in class AbstractRESTProvider
        Returns:
        the tuple of application and environment
        Throws:
        Exception - if start fails