Class UndertowServer

  • All Implemented Interfaces:
    org.jboss.modcluster.container.Server

    public class UndertowServer
    extends Object
    implements org.jboss.modcluster.container.Server
    Adapts UndertowService to a Server.
    Since:
    8.0
    Author:
    Radoslav Husar, Paul Ferraro
    • Constructor Detail

      • UndertowServer

        public UndertowServer​(String serverName,
                              UndertowService service,
                              org.jboss.modcluster.container.Connector connector)
    • Method Detail

      • getEngines

        public Iterable<org.jboss.modcluster.container.Engine> getEngines()
        Specified by:
        getEngines in interface org.jboss.modcluster.container.Server
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object