Class HttpServerFactoryLoader
- java.lang.Object
-
- com.github.tomakehurst.wiremock.http.HttpServerFactoryLoader
-
public class HttpServerFactoryLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpServerFactoryLoader(Options options, Extensions extensions, java.util.function.Supplier<java.util.List<HttpServerFactory>> serviceLoader, boolean isJetty11)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisJetty11()HttpServerFactoryload()static java.util.function.Supplier<java.util.List<HttpServerFactory>>systemServiceLoader()
-
-
-
Constructor Detail
-
HttpServerFactoryLoader
public HttpServerFactoryLoader(Options options, Extensions extensions, java.util.function.Supplier<java.util.List<HttpServerFactory>> serviceLoader, boolean isJetty11)
-
-
Method Detail
-
load
public HttpServerFactory load()
-
systemServiceLoader
public static java.util.function.Supplier<java.util.List<HttpServerFactory>> systemServiceLoader()
-
isJetty11
public static boolean isJetty11()
-
-