Uses of Class
com.consol.citrus.http.server.HttpServer
-
Packages that use HttpServer Package Description com.consol.citrus.http.actions com.consol.citrus.http.config.annotation com.consol.citrus.http.server com.consol.citrus.http.servlet -
-
Uses of HttpServer in com.consol.citrus.http.actions
Methods in com.consol.citrus.http.actions with parameters of type HttpServer Modifier and Type Method Description HttpServerActionBuilderHttpActionBuilder. server(HttpServer httpServer)Initiate http server action. -
Uses of HttpServer in com.consol.citrus.http.config.annotation
Methods in com.consol.citrus.http.config.annotation that return HttpServer Modifier and Type Method Description HttpServerHttpServerConfigParser. parse(HttpServerConfig annotation, com.consol.citrus.spi.ReferenceResolver referenceResolver) -
Uses of HttpServer in com.consol.citrus.http.server
Classes in com.consol.citrus.http.server with type parameters of type HttpServer Modifier and Type Class Description classAbstractHttpServerBuilder<T extends HttpServer,B extends AbstractHttpServerBuilder<T,B>>Constructors in com.consol.citrus.http.server with parameters of type HttpServer Constructor Description HttpServerBuilder(HttpServer server) -
Uses of HttpServer in com.consol.citrus.http.servlet
Constructors in com.consol.citrus.http.servlet with parameters of type HttpServer Constructor Description CitrusDispatcherServlet(HttpServer httpServer)Default constructor using http server instance that holds this servlet.
-