Class GatewayFactory

java.lang.Object
com.zfabrik.gateway.GatewayFactory

public class GatewayFactory extends Object
Utility factory to provide access to implementation level instances. Unfortunately the Server instance is referenced by Jetty by class name so that it is pointless to provide the server instance from here.
  • Constructor Details

    • GatewayFactory

      public GatewayFactory()
  • Method Details

    • getConnector

      public static org.eclipse.jetty.server.Connector getConnector()
    • getHandler

      public static org.eclipse.jetty.server.Handler getHandler()
    • getInfo

      public static IGatewayInfo getInfo()