Class HttpEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.http.HttpEndpointCatalog
-
public class HttpEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientBuilderclient()Gets the client builder.static HttpEndpointCataloghttp()HttpServerBuilderserver()Gets the client builder.
-
-
-
Method Detail
-
http
public static HttpEndpointCatalog http()
-
client
public HttpClientBuilder client()
Gets the client builder.- Returns:
-
server
public HttpServerBuilder server()
Gets the client builder.- Returns:
-
-