Class DirectCallHttpServerFactory
java.lang.Object
com.github.tomakehurst.wiremock.direct.DirectCallHttpServerFactory
- All Implemented Interfaces:
Extension,HttpServerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler, MessageStubRequestHandler messageStubRequestHandler) Returns the most recently createdDirectCallHttpServer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.http.HttpServerFactory
getName
-
Constructor Details
-
DirectCallHttpServerFactory
public DirectCallHttpServerFactory()
-
-
Method Details
-
buildHttpServer
public HttpServer buildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler, MessageStubRequestHandler messageStubRequestHandler) - Specified by:
buildHttpServerin interfaceHttpServerFactory
-
getHttpServer
Returns the most recently createdDirectCallHttpServer.- Returns:
- the
DirectCallHttpServer
-