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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
     

    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.extension.Extension

    start, stop
  • Constructor Details

    • Jetty12HttpServerFactory

      public Jetty12HttpServerFactory()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.github.tomakehurst.wiremock.extension.Extension
      Specified by:
      getName in interface com.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:
      buildHttpServer in interface com.github.tomakehurst.wiremock.http.HttpServerFactory