Class JettyHttpServerFactory
- java.lang.Object
-
- com.github.tomakehurst.wiremock.jetty.JettyHttpServerFactory
-
- All Implemented Interfaces:
Extension,DefaultFactory,HttpServerFactory
public class JettyHttpServerFactory extends java.lang.Object implements HttpServerFactory, DefaultFactory
-
-
Constructor Summary
Constructors Constructor Description JettyHttpServerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServerbuildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.tomakehurst.wiremock.http.HttpServerFactory
getName
-
-
-
-
Method Detail
-
buildHttpServer
public HttpServer buildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler)
- Specified by:
buildHttpServerin interfaceHttpServerFactory
-
-