Package org.citrusframework.http.server
Class HttpServerBuilder
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointBuilder<T>
org.citrusframework.server.AbstractServerBuilder<T,B>
org.citrusframework.http.server.AbstractHttpServerBuilder<HttpServer,HttpServerBuilder>
org.citrusframework.http.server.HttpServerBuilder
- All Implemented Interfaces:
EndpointBuilder<HttpServer>
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.citrusframework.endpoint.EndpointBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.http.server.AbstractHttpServerBuilder
authentication, authentication, binaryMediaTypes, connector, connectors, contextConfigLocation, contextPath, defaultStatus, filterMappings, filters, getEndpoint, handleAttributeHeaders, handleCookies, interceptors, messageConverter, port, resourceBase, responseCacheSize, rootParentContext, secured, secured, securePort, securityHandler, servletHandler, servletMappingPath, servletName, timeoutMethods inherited from class org.citrusframework.server.AbstractServerBuilder
autoStart, debugLogging, endpointAdapterMethods inherited from class org.citrusframework.endpoint.AbstractEndpointBuilder
actor, build, initialize, name, referenceResolver, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.endpoint.EndpointBuilder
build, build
-
Constructor Details
-
HttpServerBuilder
public HttpServerBuilder() -
HttpServerBuilder
-