Package com.impossibl.postgres.system
Class ServerConnectionInfo
- java.lang.Object
-
- com.impossibl.postgres.system.ServerConnectionInfo
-
public class ServerConnectionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionInfo(ServerInfo serverInfo, SocketAddress host, String database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDatabase()SocketAddressgetHost()ServerInfogetServerInfo()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ServerConnectionInfo
public ServerConnectionInfo(ServerInfo serverInfo, SocketAddress host, String database)
-
-
Method Detail
-
getServerInfo
public ServerInfo getServerInfo()
-
getHost
public SocketAddress getHost()
-
getDatabase
public String getDatabase()
-
-