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
    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, com.github.tomakehurst.wiremock.message.MessageStubRequestHandler messageStubRequestHandler)
     
     

    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

    Methods inherited from interface com.github.tomakehurst.wiremock.http.HttpServerFactory

    getName
  • Constructor Details

    • JettyHttpServerFactory

      public JettyHttpServerFactory()
    • JettyHttpServerFactory

      public JettyHttpServerFactory(JettySettings settings)
  • Method Details

    • getSettings

      public JettySettings 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:
      buildHttpServer in interface com.github.tomakehurst.wiremock.http.HttpServerFactory