Class ServerInfo
- java.lang.Object
-
- io.streamthoughts.azkarra.api.server.ServerInfo
-
public class ServerInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerInfo(String host, int port)
Creates a newServerInfo
instance.ServerInfo(String host, int port, boolean sslEnable)
Creates a newServerInfo
instance.
-
-
-
Constructor Detail
-
ServerInfo
public ServerInfo(String host, int port)
Creates a newServerInfo
instance.- Parameters:
host
- the server host.port
- the server port.
-
ServerInfo
public ServerInfo(String host, int port, boolean sslEnable)
Creates a newServerInfo
instance.- Parameters:
host
- the server host.port
- the server port.
-
-