Class InternalHttpServerConf
- java.lang.Object
-
- io.streamthoughts.azkarra.streams.config.HttpServerConf
-
- io.streamthoughts.azkarra.streams.config.internal.InternalHttpServerConf
-
public class InternalHttpServerConf extends HttpServerConf
-
-
Field Summary
-
Fields inherited from class io.streamthoughts.azkarra.streams.config.HttpServerConf
listener, originals, overrides, port
-
-
Constructor Summary
Constructors Constructor Description InternalHttpServerConf(HttpServerConf original)
Creates a newInternalHttpServerConf
instance.InternalHttpServerConf(String listener, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conf
getConf()
-
Methods inherited from class io.streamthoughts.azkarra.streams.config.HttpServerConf
with, with, withConfig, withListener, withPort
-
-
-
-
Constructor Detail
-
InternalHttpServerConf
public InternalHttpServerConf(HttpServerConf original)
Creates a newInternalHttpServerConf
instance.- Parameters:
original
- theHttpServerConf
conf.
-
InternalHttpServerConf
public InternalHttpServerConf(String listener, int port)
-
-
Method Detail
-
getConf
public Conf getConf()
-
-