Package de.lema.appender.net
Class ConnectionProperties
- java.lang.Object
-
- de.lema.appender.net.ConnectionProperties
-
public class ConnectionProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionProperties(Identifikation ident, String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddressgetAddress()StringgetHost()IdentifikationgetIdent()intgetPort()booleanistValid()
-
-
-
Constructor Detail
-
ConnectionProperties
public ConnectionProperties(Identifikation ident, String host, int port)
-
-
Method Detail
-
getAddress
public InetAddress getAddress()
- Returns:
- the address
-
getHost
public String getHost()
-
getIdent
public Identifikation getIdent()
-
getPort
public int getPort()
-
istValid
public boolean istValid()
-
-