Class JettyHttpServerFactory
java.lang.Object
com.github.tomakehurst.wiremock.jetty.JettyHttpServerFactory
- All Implemented Interfaces:
com.github.tomakehurst.wiremock.extension.Extension,com.github.tomakehurst.wiremock.http.DefaultFactory,com.github.tomakehurst.wiremock.http.HttpServerFactory
public class JettyHttpServerFactory
extends Object
implements com.github.tomakehurst.wiremock.http.HttpServerFactory, com.github.tomakehurst.wiremock.http.DefaultFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tomakehurst.wiremock.http.HttpServerbuildHttpServer(com.github.tomakehurst.wiremock.core.Options options, com.github.tomakehurst.wiremock.http.AdminRequestHandler adminRequestHandler, com.github.tomakehurst.wiremock.http.StubRequestHandler stubRequestHandler, com.github.tomakehurst.wiremock.message.MessageStubRequestHandler messageStubRequestHandler) 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.extension.Extension
start, stopMethods inherited from interface com.github.tomakehurst.wiremock.http.HttpServerFactory
getName
-
Constructor Details
-
JettyHttpServerFactory
public JettyHttpServerFactory() -
JettyHttpServerFactory
-
-
Method Details
-
getSettings
-
buildHttpServer
public com.github.tomakehurst.wiremock.http.HttpServer buildHttpServer(com.github.tomakehurst.wiremock.core.Options options, com.github.tomakehurst.wiremock.http.AdminRequestHandler adminRequestHandler, com.github.tomakehurst.wiremock.http.StubRequestHandler stubRequestHandler, com.github.tomakehurst.wiremock.message.MessageStubRequestHandler messageStubRequestHandler) - Specified by:
buildHttpServerin interfacecom.github.tomakehurst.wiremock.http.HttpServerFactory
-