Class HttpServerFactory
java.lang.Object
io.micronaut.servlet.http.server.HttpServerFactory
@Internal
@Factory
@Requires(property="micronaut.server.jdk.enabled",
value="true",
defaultValue="true")
public class HttpServerFactory
extends Object
Factory for creating beans of type
HttpServer.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpServerFactory
public HttpServerFactory()
-