Class UndertowServer

java.lang.Object
org.wildfly.mod_cluster.undertow.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 Details

    • UndertowServer

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

    • getEngines

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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object