Class EchoServer.EchoApplication

  • Enclosing class:
    EchoServer

    public static class EchoServer.EchoApplication
    extends io.dropwizard.core.Application<io.dropwizard.core.Configuration>
    • Field Detail

      • m_Owner

        protected EchoServer m_Owner
        the owner.
      • m_Environment

        protected io.dropwizard.core.setup.Environment m_Environment
        the environment.
    • Constructor Detail

      • EchoApplication

        public EchoApplication​(EchoServer owner)
    • Method Detail

      • getName

        public String getName()
        Overrides:
        getName in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • initialize

        public void initialize​(io.dropwizard.core.setup.Bootstrap<io.dropwizard.core.Configuration> bootstrap)
        Overrides:
        initialize in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • run

        public void run​(io.dropwizard.core.Configuration configuration,
                        io.dropwizard.core.setup.Environment environment)
        Specified by:
        run in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • getEnvironment

        public io.dropwizard.core.setup.Environment getEnvironment()