Uses of Class
org.citrusframework.http.server.HttpServer
Packages that use HttpServer
Package
Description
-
Uses of HttpServer in org.citrusframework.http.config.annotation
Methods in org.citrusframework.http.config.annotation that return HttpServerModifier and TypeMethodDescriptionHttpServerConfigParser.parse(HttpServerConfig annotation, ReferenceResolver referenceResolver) -
Uses of HttpServer in org.citrusframework.http.server
Classes in org.citrusframework.http.server with type parameters of type HttpServerModifier and TypeClassDescriptionclassAbstractHttpServerBuilder<T extends HttpServer,B extends AbstractHttpServerBuilder<T, B>> Constructors in org.citrusframework.http.server with parameters of type HttpServer -
Uses of HttpServer in org.citrusframework.http.servlet
Constructors in org.citrusframework.http.servlet with parameters of type HttpServerModifierConstructorDescriptionCitrusDispatcherServlet(HttpServer httpServer) Default constructor using http server instance that holds this servlet.