Class DirectCallHttpServerFactory
- java.lang.Object
-
- com.github.tomakehurst.wiremock.direct.DirectCallHttpServerFactory
-
- All Implemented Interfaces:
Extension,HttpServerFactory
public class DirectCallHttpServerFactory extends java.lang.Object implements HttpServerFactory
-
-
Constructor Summary
Constructors Constructor Description DirectCallHttpServerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServerbuildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler)DirectCallHttpServergetHttpServer()Returns the most recently createdDirectCallHttpServer.-
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
-
getHttpServer
public DirectCallHttpServer getHttpServer()
Returns the most recently createdDirectCallHttpServer.- Returns:
- the
DirectCallHttpServer
-
-