Class HttpServerFactory
- java.lang.Object
-
- com.github.toolarium.network.server.HttpServerFactory
-
public final class HttpServerFactory extends java.lang.ObjectDefines the http server factory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpServerFactorygetInstance()Get the instanceIHttpServergetServerInstance()Get a http server instance
-
-
-
Method Detail
-
getInstance
public static HttpServerFactory getInstance()
Get the instance- Returns:
- the instance
-
getServerInstance
public IHttpServer getServerInstance()
Get a http server instance- Returns:
- the http server instance
-
-