Class Jetty12HttpServerFactory
java.lang.Object
com.github.tomakehurst.wiremock.jetty12.Jetty12HttpServerFactory
- All Implemented Interfaces:
com.github.tomakehurst.wiremock.extension.Extension,com.github.tomakehurst.wiremock.http.DefaultFactory,com.github.tomakehurst.wiremock.http.HttpServerFactory
public class Jetty12HttpServerFactory
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) getName()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, stop
-
Constructor Details
-
Jetty12HttpServerFactory
public Jetty12HttpServerFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacecom.github.tomakehurst.wiremock.extension.Extension- Specified by:
getNamein interfacecom.github.tomakehurst.wiremock.http.HttpServerFactory
-
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) - Specified by:
buildHttpServerin interfacecom.github.tomakehurst.wiremock.http.HttpServerFactory
-